From: Laurent DOT CHARLES AT st DOT com Date: Fri, 13 Dec 96 15:25:16 +0100 Message-Id: In-Reply-To: <32B1D1A7.59D5@mit.co.za> Subject: Re: Simple question... Mime-Version: 1.0 To: djgpp AT delorie DOT com Cc: camorgan AT amoco DOT com Content-Type: text/plain; charset=US-ASCII; name="Message" Content-Transfer-Encoding: 7bit > I have tried every way I know to redirect the compiler diagnostic > messages to a file; e.g., > > gcc test.c -o test.exe >test.lst, Did you try something like: redir -o test.lst gcc test.c -o test.exe --Laurent