From: rupp AT gnat DOT com (Douglas B. Rupp) Message-Id: <9702040519.AA02372@nile.gnat.com> Subject: Rebuilt bash.exe works To: djgpp-workers AT delorie DOT com Date: Tue, 4 Feb 1997 00:19:20 -0500 (EST) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 604 The built from scratch bash.exe works better than it binary release, at least the bug I reported with "make gnat1" is gone. Here are a list of "gotchas" for anyone else that wants to build bash from source: 1) LFN=y required. 2) already installed bash.exe needed. 3) run dtou on all patched builtin/*.def files. 4) set GCC_EXEC_PREFIX=/djgpp/lib/ (to get proper specs file). 5) add -DHAVE_RESOURCE -DHAVE_UNISTD_H to #define SYSDEP_CFLAGS in machines.h 6) add tminit.c and timinit.o to CSOURCES and OBJECTS, respectively, in cpp-Makefile. 7) add #include in bashline.c (to get PATH_MAX).