X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: juhas AT blue DOT seas DOT upenn DOT edu (PAVOL JUHAS) Newsgroups: comp.os.msdos.djgpp Subject: Windows XP pipe problems Date: 26 Feb 2002 22:15:58 GMT Organization: University of Pennsylvania Lines: 19 Message-ID: NNTP-Posting-Host: blue.seas.upenn.edu X-Newsreader: TIN [version 1.2 PL2-upenn1.3] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Greetings, I am trying to use DJGPP v2.03 with Windows XP and I see a problem, which I could not find in the google archives. It is not possible to pipe the standard output to/from the native win32 console programs under bash (version 2.04.7(1)-release). For example, ls|less ; hello.exe|wc ; hello.exe|less would not work, if ls, wc are DJGPP programs and less, hello.exe are native win32 applications. Pipe between DJGPP programs, e.g. ls|wc works. All of these commands run fine with WinXP cmd.exe. I have applied update packages from ftp://clio.rice.edu/djgpp/v203u, I tried to use NT LFN TSR [http://clio.rice.edu/djgpp/ntlfn08b.zip], I also tried to set LFN=n, but nothing helped. Any suggesions? Thank you, Pavol