Re: C compiler logs and history

2004-01-08 Thread Vincent Lefevre
On 2004-01-08 03:13:13 +0100, Florian Ernst wrote: > How about redirecting the output of your gcc invocation like > $ gcc ... > stdout.log 2> stderr.log (see man bash -> REDIRECTION) > or compiling inside a script session (see man script) and using grep > and friends on the logs thereafter. Yes, b

Re: C compiler logs and history

2004-01-07 Thread Florian Ernst
Hello Vincent! On Wed, Jan 07, 2004 at 03:40:30PM +0100, Vincent Lefevre wrote: Does anyone know if there exists a C compiler (gcc) wrapper (or a similar tool) that would provide logs and history on warnings? For instance, I would like to know information such as when a warning appeared for the fi