Date: Tue, 10 Jul 2001 11:17:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Thomas Lien cc: djgpp Subject: Re: /dev/null In-Reply-To: <20010709222811.9973.qmail@web14804.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 9 Jul 2001, Thomas Lien wrote: > d:/> echo $DJGPP > D:\djgpp\djgpp.env > d:/> echo $DJDIR > d:/djgpp > d:/> echo hi > /dev/null > bash: /dev/null: Permission denied (EACCES) This is another known problem with W2K which awaits its research and solution. Try this: echo hi >> /dev/null and you will see something that might give a clue. To resolve this, someone should step with a debugger into the relevant library functions and see what does W2K break there. Unfortunately, I don't have access to W2K, so I cannot dig into this.