Date: Thu, 2 Nov 2000 13:21:47 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Paulo J. Matos aka PDestroy" cc: djgpp AT delorie DOT com Subject: Re: How do I redirect GCC's warning messages to a file? In-Reply-To: <8tra78$4af$1@venus.telepac.pt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 2 Nov 2000, Paulo J. Matos aka PDestroy wrote: > I have no problems with redirection in WinME. Thanks for the info. However, the person who reported this didn't say that redirection doesn't work. He (or she) said that stdout and stderr are merged together, even if their redirections are different. So, to test that, you will need to invoke `redir' with different -o and -e switches, run a program that prints both to stdout and stderr, and then look at the files created by `redir', to see whether stdout and stderr are separated or not. Does that work for you? (For details of the discussion I was referring to, search the DJGPP mail archives for the thread Re: "HTML Tidy, WindowsME, and DJGPP".)