delorie.com/archives/browse.cgi | search |
Date: | Tue, 10 Jul 2001 11:17:31 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Thomas Lien <tgunlien AT yahoo DOT com> |
cc: | djgpp <djgpp AT delorie DOT com> |
Subject: | Re: /dev/null |
In-Reply-To: | <20010709222811.9973.qmail@web14804.mail.yahoo.com> |
Message-ID: | <Pine.SUN.3.91.1010710111654.18978K-100000@is> |
MIME-Version: | 1.0 |
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 |
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.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |