From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: More diagnostics for the W32 build Date: Sun, 05 Jun 2005 22:01:10 +0300 Message-ID: References: <1117975080.42a2f228069ad@webmail.freedom2surf.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117998699 19787 80.91.229.2 (5 Jun 2005 19:11:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2005 19:11:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 05 21:11:30 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Df0W6-0005SR-LN for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 21:10:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Df0cG-0002CL-L8 for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2005 15:17:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Df0Zf-0001Q5-QQ for emacs-devel@gnu.org; Sun, 05 Jun 2005 15:14:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Df0Zc-0001OI-Ms for emacs-devel@gnu.org; Sun, 05 Jun 2005 15:14:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Df0Zc-0001DT-02 for emacs-devel@gnu.org; Sun, 05 Jun 2005 15:14:16 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Df0QG-0007cv-QM for emacs-devel@gnu.org; Sun, 05 Jun 2005 15:04:37 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-83-19.inter.net.il [80.230.83.19]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BLI43876 (AUTH halo1); Sun, 5 Jun 2005 22:01:10 +0300 (IDT) Original-To: jasonr@f2s.com In-reply-to: <1117975080.42a2f228069ad@webmail.freedom2surf.net> (jasonr@f2s.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38148 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38148 > Date: Sun, 5 Jun 2005 13:38:00 +0100 > From: jasonr@f2s.com > Cc: emacs-devel@gnu.org > > 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.