Mail Archives: djgpp/1996/09/28/14:03:35
Thank you all for your help. I've been reading the faq, so hopefully
I won't ask any more questions that have already been "frequently
asked"!
John Panettiere
Yamaha / XYZZ <scriven AT CS DOT ColoState DOT edu> wrote:
>John Panettiere wrote:
>> I generally like to redirect output to a text file when I compile.
>> The standard '>' redirect doesn't seem to work when I use gcc. How
>> can I redirect the list of warnings/errors produced by gcc to a text
>> file?
>Try the "redir" utility that comes with DJGPP.
>It'll redirect stderr, much like the ">" redirects stdout.
>I don't remember where the outfile parameter goes, but it's something
>like:
>redir -e error.log gcc <whatever>
>-- Yamaha / XYZZ
>mailto:scriven AT CS DOT ColoState DOT edu
>mailto:scriven AT VIS DOT ColoState DOT edu
>http://www.vis.colostate.edu/~scriven/
- Raw text -