[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: More diagnostics for the W32 build
From: |
David Abrahams |
Subject: |
Re: More diagnostics for the W32 build |
Date: |
Mon, 06 Jun 2005 10:30:41 -0400 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (windows-nt) |
Eli Zaretskii <address@hidden> writes:
>> Date: Sun, 5 Jun 2005 13:38:00 +0100
>> From: address@hidden
>> Cc: address@hidden
>>
>> Redirecting stderr works on COMMAND.COM as far as I recall.
>
> No, it doesn't. "foo 2>bar" is interpreted as `foo' called with an
> argument `2' and its stdout redirected to `bar'. If you do that with
> GCC, it complains about a non-existing file `2'.
>
>> I'm not sure about 2>&1 though.
>
> Definitely doesn't work,
That's strange; I use it all the time on Windows XP. Seems to work
just fine (?)
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
Re: More diagnostics for the W32 build, Eli Zaretskii, 2005/06/11