Subject: Redirecting gcc output. From: Stefan Kremer To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp Mailing List) Date: Wed, 23 Jun 1993 23:02:03 -0600 I have been trying for some time to redirect the output of gcc (compiler error messages) to a file which I can process later. I am compiling long programs with LOTS of errors :( and would like to be able to let the compiler process, and later get a list of all errors. A standard redirect (">") doesnt work (because gcc outputs to stderr, perhaps?). Can I do this in a DOS environ? -Stefan O