This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

opening stdin, stdout & stderr as pipes


I'm trying to read output from a pipe, but since I also need to be able to read stderr separately, I can't use popen().  Instead, I have fork()'d and execl()'d after closing the 3 standard files and dup'ing pipes to them.

This works fine under UNIX (I've tried 5 different ones), but the output from the commands I'm exec'ing is disappearing.  Even if I leave stdout alone and swap stdin, I *still* lose stdout!  Does anyone know what's going on?

I've searched the archives here, but haven't found anything except an example of a piped command using Windows' _pipe() and _spawnlp() functions (posted on 6/11/98).  I'd rather use the sequence that works under UNIX, but I'll try anything.

Thanks,
Simon Weatherill

-----
Free e-mail group hosting at http://www.eGroups.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]