Date: Fri, 13 Mar 1998 17:21:54 -0800 (PST) Message-Id: <199803140121.RAA05967@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: joebarn DOT DELETE DOT SPAM AT concentric DOT net, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Allegro Help Precedence: bulk At 09:33 3/12/1998 GMT, Sanchez the Skiing Communist Cactus wrote: >I'm having trouble compiling Allegro w/ the MAKE command.... (yes i >have GNU make, not borland make).... I think something is wrong w/ my >MAKEFILE, because when i run make, the following output is generated: > >C:\DJGPP\ALLEGRO>make >Compiling Allegro. Please wait... >gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -Wno-unused >-m486 -O3 -ff >ast-math -fomit-frame-pointer -o obj/djgpp/allegro.o -c src/allegro.c >gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -Wno-unused >-m486 -O3 -ff >ast-math -fomit-frame-pointer -o obj/djgpp/blit.o -c src/blit.c >gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -Wno-unused >-m486 -O3 -ff >ast-math -fomit-frame-pointer -s -o obj/djgpp/asmdef.exe src/asmdef.c >obj/djgpp/asmdef.exe obj/djgpp/asmdef.inc >make.exe: *** [obj/djgpp/asmdef.inc] Error -1 > >on the line before the error, I think it should have sometype of call >to gcc.... but instead it just has the >obj/djgpp/asmdef.exe obj/djgpp/asmdef.inc I think it's trying to run the `asmdef' program it's just made, but not being able to find it. What version of Allegro is this? If below (say) 2.2, upgrade to 3.0. Nate Eldredge eldredge AT ap DOT net