Date: Wed, 17 Mar 1999 11:10:23 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Frank Heckenbach cc: peter AT gerwinski DOT de, pavenis AT lanet DOT lv, djgpp-workers AT delorie DOT com Subject: Re: [pavenis AT lanet DOT lv: Re: DJGPP binaries of egcs-1.1.2-pre3 available for testing] In-Reply-To: <7D0EB227.19990316181704.FOO-10B5.frank@goedel.fjf.gnu.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 16 Mar 1999, Frank Heckenbach wrote: > > > FWIW, I've set SHELL in autoexec.bat, then running make from > > > command.com works, too. > > > > I would still like to understand why did you need to set SHELL at > > all. It shouldn't be required. > > If I don't, it seems like make tries to execute command.com, even if > I start make from bash. The Makefile should say "SHELL = /bin/sh", and then it will work (even if your sh.exe is NOT in /bin). > In src/dosext/dpmi/dpmi.h, I changed DPMI_MAX_CLIENTS to 32 Does this mean you need to rebuild the kernel after changing the header file?