From: "DeHackEd" References: <34D193E3 DOT 7FE0 AT home DOT com> Subject: Re: Error trying to "make" Allegro Date: Fri, 30 Jan 1998 16:24:47 -0500 Lines: 47 Message-ID: Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Sounds like you tried to build the PGCC (Pentium optmized version) version of Allegro. This is (normally) caused by typing "make PGCC=y" or anything after the =. If you typed this, check your PGCC installation. If you didn't type in the extra commands after make, chances are someone's tampered with it recently (ouch). Try getting it from the original ftp.simtel.net site, or re-unzipping it from scratch (though this is unlikely to work). BTW, the Pentium Compiler's Group site is at http://www.goof.com/pcg and it's definately worth looking at, though most of the code is not in top shape. -- "DeHackEd" EMail address not given out due to low-life spammers. >When I type in "make" in my Allegro directory, I get the following >output... > >gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -Wno-unused >-mpentium -O6 > -ffast-math -fomit-frame-pointer -o obj/djgpp/allegro.o -c >src/allegro.c >cc1.exe: Invalid option `pentium' >make.exe: *** [obj/djgpp/allegro.o] Error 1 > >I have installed djgpp on my E: drive and have the following in my >autoxec... > >set djgpp=e:\djgpp\djgpp.env >path=e:\djgpp\bin;%path% > >Also, i unzipped allegro into my djgpp directory with the -d. I've >tried reading through the faq but it didn't help me at all. The files >I unzipped were as follows.... > >bnu281b, djdev201, gcc2721b, gbd416b, gpp2721b, lgp271b, mak375b, >mak375b, txi390b > >and the file alleg30 was the only allegro related file i unzipped. > >If anyone could please help me out w/ my problem I would really >appreciate it. I've been stuck with this problem for days. > >Daniel