Mail Archives: djgpp/1998/03/16/20:57:51
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 <DJGPP-directory>\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/<version>/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
- Raw text -