Thanks Chris. 
That's exactly what I wanted. Outputing just the warnings into their own
file makes it quicker then having to scan the entire output.

Thanks,
        Jim H


Chris Petro wrote:
> 
> On Mon, Apr 09, 2001 at 02:18:03PM -0700, Linux User wrote:
> > Hello everyone,
> > When compiling a C\C++ program is it possible to output any warning
> > during the compile to a file, so they can be reviewed later?
> 
> gcc [options string] > stdout.log 2> stderr.log, or
> 
> make [make options] > stdout.log 2> stderr.log
> 
> Is that what you are looking for?
> 
> --
> Share and Enjoy.
> 
> _______________________________________________
> Redhat-devel-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-devel-list



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to