Date: Sun, 2 Apr 2000 09:29:01 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Bill Eubanks cc: djgpp AT delorie DOT com Subject: Re: Cannot build gdb at all In-Reply-To: <38DDA10E.8C036C14@HiWAAY.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.