Date: Sun, 16 Nov 1997 19:22:13 -0800 (PST) Message-Id: <199711170322.TAA02341@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: killferfun AT aol DOT com (KillFerFun), djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Need some help with Allegro... Precedence: bulk At 07:01 11/10/1997 GMT, KillFerFun wrote: >I tried to build the Allegro library with MAKE.EXE, but it gave me this error, > and the solution wasn't in the FAQ, so I was wondering if someone else knew > what happened. Any help is much appreciated... >C:\ALLEGRO>make >Compiling the djgpp version of Allegro. Please wait... >gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -Werror -m486 -O3 -ffast-math > -fomit >-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c >make.exe: *** [obj/djgpp/allegro.o] Error -1 It seems it is not being able to execute `gcc'. Make sure your PATH and DJGPP environment variables are set correctly (see README.1ST). If that doesn't help, see what happens when you type something like: gcc -v -I. -Isrc -Isrc/djgpp -Iobj/djgpp -c src/allegro.c If that doesn't work at all (`Bad command or file name'), you have an installation problem; either your PATH is wrong or you don't have gcc installed right. If it does something, post its output here. Nate Eldredge eldredge AT ap DOT net