emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More diagnostics for the W32 build


From: Eli Zaretskii
Subject: Re: More diagnostics for the W32 build
Date: Sun, 05 Jun 2005 22:01:10 +0300

> 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, but does not prevent compilation, AFAICS.  So
I think it's safe to commit these changes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]