Mail Archives: djgpp/1997/11/16/22:23:38
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
- Raw text -