Date: Tue, 29 Apr 1997 11:49:33 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: kmatick AT binghamton DOT edu, djgpp AT delorie DOT com Subject: Re: Rebuilding gcc.exe In-Reply-To: <199704282244.SAA02036@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 28 Apr 1997, DJ Delorie wrote: > If you can't build the sources in djgpp, it's usually your environment > that needs fixing. One problem that I can think of is if people have a sh.exe on their $PATH. Since the Makefile says SHELL=/bin/sh, the port of Make 3.75 will call the shell if it finds it on the PATH, and I guess that DJ haven't tested the source distribution for this case. A work-around would be to temporarily rename sh.exe or remove it from the PATH. Another possibility is to set MAKESHELL=c:/dos/command.com (or whatever your path to DOS is).