Re: How to separate stdout/stderr when running inside Xcode
Re: How to separate stdout/stderr when running inside Xcode
- Subject: Re: How to separate stdout/stderr when running inside Xcode
- From: Markus Hitter <email@hidden>
- Date: Sat, 6 Mar 2004 11:19:54 +0100
Am 05.03.2004 um 22:10 schrieb Thomas Lachand-Robert:
I tried to add '&2>somefile' has a command line argument, but it
doesn't work.
As bash is now the default shell, '2>somefile' whould be correct,
without the '&'.
If you want to do this from inside code, try freopen().
HTH,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.