Date: Wed, 11 Jul 2001 08:08:10 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Sandmann cc: djgpp-workers AT delorie DOT com Subject: Re: /dev/null In-Reply-To: <10107102209.AA16191@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody 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, 10 Jul 2001, Charles Sandmann wrote: > > c:\> make -f - > > all: > > echo hi > /dev/null > > echi hi >> /dev/null > > ^Z > > On Win2K SP2 > > echo hi >> /dev/null > echo hi > /dev/null > Cannot redirect output: Permission denied (EACCES) > make.exe: *** [all] Error -1 Thanks. Now that I know what code in the library causes the failure, I can throw together a test program to see what system call fails. I will send it when it's ready.