Date: Mon, 16 Mar 1998 17:56:58 -0800 (PST) Message-Id: <199803170156.RAA24133@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: sctv AT writeme DOT com, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Allegro problem Precedence: bulk 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