From: "Carolyn Kelly-Pajot" References: <01A17A9C86779996 DOT F4DDEA37BE96EBBD DOT 1F802FD616F91704 AT library-proxy DOT airnews DOT net> Subject: Re: Allegro--Need Help--Won't Compile Date: Sat, 8 Nov 1997 09:44:56 -0500 Lines: 24 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Andrew K. Snyder wrote in message <01A17A9C86779996 DOT F4DDEA37BE96EBBD DOT 1F802FD616F91704 AT library-proxy DOT airnews DOT net>.. . >When I try to compile Allegro, I always get the following error message: > >make.exe: *** [obj/djgpp/allegro.o] Error -1 > >What does this mean? I have Allegro 2.2, Make 3.75b, and djgpp 2.7.2.1. > >Any help I can get would be appreciated. > >Thanks. > I think the Error -1 is the return value of SPAWNLP or whatever varient make uses. -1 means it couldn't run the program, probably becuase it didn't exist. This is pure observation - I don't have make source. If you can compile normal .c files (and c++ for the setup.exe) then it's a strange error. Allegro doesn't need Bison or Pascal or anything else. It could be you didn't install properly. allegro.o is the first file Make compiles, and spawning GCC may have failed. Check your path.