Mail Archives: djgpp/2000/04/02/10:47:51
On Sun, 26 Mar 2000, Bill Eubanks wrote:
> I just posted a message here about rebuilding GDB for a 68k target. I
> tried rebuilding GDB native, and got an immediate processor exception
> from make!
Upgrade to the latest port of Make 3.78.1 and install Bash. The latter
is the cause of your problem (Make tries to invoke a command that is
meant to be run by Bash, but doesn't find Bash), but the crash is due to
a bug in the library used to compile older make ports.
And be sure to have all the utilities listed in README.DJGPP, before you
build, otherwise you will have many more weird problems.
- Raw text -