Message-ID: <350E572A.837795FD@guildsoft.co.uk> Date: Tue, 17 Mar 1998 10:57:46 +0000 From: David Wright MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro problem References: <199803170156 DOT RAA24133 AT adit DOT ap DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 193.164.139.200 Lines: 44 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk This one has annoyed me for a couple of days. I have read and read this group for a couple of days. And I've checked the archives and the FAQ (which everyone is insistent on doing but nobody else has actually read it). To get this to compile copy the files in \lib\gcc-lib\djgpp\2.80 to \bin then re-run make. See...readme files arn't always that great. Hope this is of some help to others who are trying to get Allegro to compile. Which by the amount of reading is a lot of people. btw: I'm new to DJGPP Dave Wright Nate Eldredge wrote: > At 10:28 3/15/1998 -0800, McAg wrote: > >This may seem trivial, but when I try to "make" the makefile, it says > >that I am missing a djgpp package. It says for me to unzip gcc280 into > >the root of my DJGPP directory. However, I have already unzipped Gcc > >into my DJGPP directory. Am I doing something wrong? > > See if something like: > > copy nul \bin\cc1.exe > > will work. > > Shawn, is this because the Allegro make file checks for $DJDIR/bin/cc1.exe? > If so, I think this is breaking with GCC 2.8. For it, the compiler passes > are no longer installed in $DJDIR/bin, but in some subdirectory of it. (I > think it's something like $DJDIR/bin//djgpp/). I don't have gcc-2.8 > or Allegro 3.0 yet, so I can't be sure. But you might want to change this > test, or perhaps remove it altogether? > > Nate Eldredge > eldredge AT ap DOT net