From: ovek AT arcticnet DOT no (Ove Kaaven) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro --- Make problem Date: Mon, 16 Mar 1998 15:23:00 GMT Organization: Arctic Net AS Lines: 14 Message-ID: <350d4340.210016063@isflak.arcticnet.no> References: <350C2B6C DOT EE6CD2B7 AT netrover DOT com> NNTP-Posting-Host: villager.arcticnet.no To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Nicolas Blais wrote: >When I decompressed (using -d) Allegro in my DJGPP directory, and run >make, it comes up with a "Get the DJGPP package or instal GCC bla bla >bla in the correct path". I have it already installed (V2) and I have >G++, GCC etc. The bin directory is also in my Path etc. I did as the >readme file said! (Shawn, they're here already!) The Allegro makefile checks were made for gcc 2.7.2.1, but if you're using gcc 2.8.0, some files have moved. You probably need to edit the makefile to make it check for gcc.exe instead of cc1.exe (just do a simple search'n'replace)