X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10203040458.AA27951@clio.rice.edu> Subject: New Win2K/XP bug report To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Sun, 3 Mar 2002 22:58:04 -0600 (CST) X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Reported on the newsgroup, confirmed: > c:\windows\system32\finger juhas AT eniac DOT seas DOT upenn DOT edu | c:\djgpp\bin\wc > works for the native cmd and also for cygwin bash, but in djgpp bash > ( c:/windows/system32/finger juhas AT eniac DOT seas DOT upenn DOT edu|c:/djgpp/bin/wc) > wc does not see any input. I see the same thing on my Windows 2000 system (problem confirmed). Setting LFN=n does not fix it. So far testing has shown XP to behave almost exactly bug for bug identical to Windows 2000 and completely differently than the Win 9x family. I'll add it to my (long) list of things to look at. Maybe someone else will find a fix first ... It appears the workaround is to avoid piping Win32 program output under DJGPP bash..