From: "dune911" Newsgroups: comp.os.msdos.djgpp References: <3ba30d44$0$1814$9b622d9e AT news DOT freenet DOT de> Subject: Re: DJGPP setup help needed Date: Sat, 15 Sep 2001 12:54:08 +0200 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Lines: 80 Message-ID: <3ba33392$0$12586$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.129.242 X-Trace: 1000551315 news.freenet.de 12586 213.7.129.242 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com oh, i knew i forgot something! :) just applied make to compile allegro, the examples and the demo are working. now i have to questios. (i am german so i do hard on reading the official faqs) how to compile simple *.c and *.cc files? can someone post the syntax please? when i try the following gcc -o file.c file.exe or gxx -c file.cc file.exe it displays "file.exe - file not found". and another question: is there a program added, where i can create my sourcecode or can i write it in every editor? can i create them in my msvc++5 program and just compile it with djgpp? thanks again & alot! ;) dune911 dune911 schrieb in Nachricht <3ba30d44$0$1814$9b622d9e AT news DOT freenet DOT de>... >hello! > >i am now up to setup DJGPP to my windows 98 os and not sure, if you can help >me out with my question: > >i've just downloaded the following files through zip-picker: > >v2/copying.dj DJGPP Copyright info 3 kb >v2/djdev203.zip DJGPP Basic Development Kit 1.5 mb >v2/faq230b.zip Frequently Asked Questions 664 kb >v2/readme.1st Installation instructions 20 kb > >v2apps/rh1478b.zip RHIDE 2.0 mb > >v2gnu/bnu2112b.zip Basic assembler, linker 2.6 mb >v2gnu/fil40s.zip File Utils (for building Allegro) 1.4 mb >v2gnu/gcc2953b.zip Basic GCC compiler 1.9 mb >v2gnu/gdb500b.zip GNU debugger 1.1 mb >v2gnu/gpp2953b.zip C++ compiler 1.7 mb >v2gnu/mak3791b.zip Make (processes makefiles) 263 kb >v2gnu/txi40b.zip Info file viewer 632 kb > >v2tk/allegro/alleg312.zip Allegro game library 1.4 mb > >v2tk/grx243s.zip GRX Graphics 1.8 mb >v2tk/pdcur24s.zip Curses Emulator 453 kb >v2tk/rsxdj151.zip RSX (Windows GUI Lib) 3.5 mb > >after the downloads were finished, i extracted all the files into >C:DJGPP and put the lines >SET PATH=C:DJGPPBIN;%PATH% and >SET DJGPP=C:DJGPPDJGPP.ENV >into my autoexec.bat file. > >now i want to compile the allegro-examples with gcc. >i tried command line >gcc -o c:djgppallegroexamplesex1.c ex1.exe and >gcc c:djgppallegroexamplesex1.c -o ex1.exe >but the program wont work. >not in dos nor in windows console. > >can someone help me to set up DJGPP to my system? >contact me ICQ maybe > >thank you! >dune911 > >