On Mon, Apr 09, 2001 at 06:44:20PM -0400, Ivan Jager wrote:
> What about:
> make [make options] 2>&1 | tee output.log

        <shrug> I prefer not to have to sort through to find the warnings
        and errors. Your approach has the benefit of context, mine of 
        "purity" of information (for want of a better term).

        Horses for courses. 


 
> 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
> 
> -- 
> Ivan Jager
> 
> 
> 
> _______________________________________________
> Redhat-devel-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-devel-list

-- 
Share and Enjoy. 



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

Reply via email to