Newsgroups: comp.os.msdos.djgpp From: "Dennis Moran" Subject: Re: Help on GCC C++ Compiler Message-ID: <01bc2d56$4c998c60$570520ce@coolio> Date: Mon, 10 Mar 1997 13:32:22 GMT References: <19970309193200 DOT OAA02994 AT ladder01 DOT news DOT aol DOT com> <01bc2ccc$cb887700$630520ce AT coolio> <5g068m$oep AT news DOT ox DOT ac DOT uk> Lines: 35 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp George Foot wrote in article <5g068m$oep AT news DOT ox DOT ac DOT uk>... > Dennis Moran (coolio AT coolio9 DOT com) wrote: > > : While we're talking about installing djgpp, can some give me instruction on > : installing Allegro? I put it into it's own directory, c:\djgpp\allegro\ but > : I'm not sure if that's right... > > That will do fine. It's all documented in the readme.txt or allegro.txt; > what you need to do now is change to that directory and type `make'. > Provided you installed the make utility (file mak375b.zip), Allegro will > now compile itself, ready for use. You must unzip Allegro with the -d > parameter, to expand directories. > It gives me an error like this 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 when I try it. Allegro is installed in c:\djgpp\allegro\ > > -- > George Foot > Merton College, Oxford. > >