Re: OT: Compiling C\C++ Programs Question

2001-04-10 Thread John Summerfield
> On Mon, Apr 09, 2001 at 06:44:20PM -0400, Ivan Jager wrote: > > What about: > > make [make options] 2>&1 | tee output.log > >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 (

Re: OT: Compiling C\C++ Programs Question

2001-04-10 Thread John Summerfield
> 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 optio

Re: OT: Compiling C\C++ Programs Question

2001-04-09 Thread J Hayward
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

Re: OT: Compiling C\C++ Programs Question

2001-04-09 Thread Chris Petro
On Mon, Apr 09, 2001 at 06:44:20PM -0400, Ivan Jager wrote: > What about: > make [make options] 2>&1 | tee output.log 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

Re: OT: Compiling C\C++ Programs Question

2001-04-09 Thread Ivan Jager
What about: make [make options] 2>&1 | tee output.log 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?

Re: OT: Compiling C\C++ Programs Question

2001-04-09 Thread Chris Petro
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

OT: Compiling C\C++ Programs Question

2001-04-09 Thread Linux User
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? Thanks, Jim H ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/m