Date: Tue, 6 Oct 1998 14:30:37 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Olivier Perron cc: M DOT A DOT Bukin AT ino DOT nsk DOT nu, nate AT cartsys DOT com, djgpp AT delorie DOT com Subject: Re: /dev/null problems with bash when rebuild from sources In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 5 Oct 1998, Olivier Perron wrote: > Now, if I unset the SYSROOT variable (which was previously set to 'C:') , > the /dev/null problem disapears.... If you set SYSROOT to something other than the root directory, then see my other mail in this thread (it is supposed to not work). But if you set SYSROOT=C:, then it *should* work (it does for me with the stock bash.exe). Please run Bash under a debugger and see what function fails for /dev/null. (A good beginning would be to set a breakpoint in a function that reports the error, and then dsiplay the stack to see where did the error originate.)