Date: Mon, 5 Oct 1998 11:14:15 +0200 (MET DST) From: Olivier Perron X-Sender: perron AT rtbsci146s To: Eli Zaretskii 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 I've just rebuild bash with the latest patched libc from Nate's site: I still have the same problem with /dev/null. So, I've made a little test program which just calls stat on "/dev/null", and the call to stat returns 0 (success). It looks like the problem is not within stat... Now, if I unset the SYSROOT variable (which was previously set to 'C:') , the /dev/null problem disapears.... I recall that with the stock bash binary from bsh1147b.zip, the /dev/null problem doesn't exist even when SYSROOT is set. If someone have a clue...