Date: Sun, 28 Feb 1999 15:14:06 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: DJGPP Subject: Re: make crash In-Reply-To: <199902281142.MAA26920@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 28 Feb 1999, Martin Str|mberg wrote: > f:/djgpp/gnu/emacs > bash$ make install Don't run "make install" in the Emacs distribution when SHELL points to Bash. The Emacs configure and build procedure isn't Bash-safe, it explicitly uses features that require COMMAND.COM and won't work otherwise. You are lucky to just get an error message, I have seen much more spectacular failures, like infinite loops and what's not. It is very hard to write a config.bat and a Makefile that would work both with and without Bash. Since Emacs has traditionally supported configuration and build with only Sed and rm, I cannot easily switch to a procedure which requires Bash. Emacs 20 forces use of COMMAND.COM inside the Makefile, but in 19.34 you will have to do it manually... But I remember the original problem was while building Tar. Maybe you should try that again?