Date: Sat, 15 Sep 2001 13:35:10 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "dune911" Message-Id: <9003-Sat15Sep2001133510+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3ba30d44$0$1814$9b622d9e@news.freenet.de> (dune@gbone.de) Subject: Re: DJGPP setup help needed References: <3ba30d44$0$1814$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "dune911" > Newsgroups: comp.os.msdos.djgpp > Date: Sat, 15 Sep 2001 10:10:44 +0200 > > 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. This is wrong; you need to do this: SET PATH=C:\DJGPP\BIN;%PATH% SET DJGPP=C:\DJGPP\DJGPP.ENV Note the backslashes: they are important. > 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. What do you meant by ``won't work''? Did you see some error messages? If so, please post them here.