This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compiling GCC-4.3.0 via SVN
- From: Andrew Haley <aph-gcc at littlepinkcloud dot COM>
- To: STEVE WARD <stevenward666 at hotmail dot com>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 3 Aug 2007 14:39:45 +0100
- Subject: Re: Compiling GCC-4.3.0 via SVN
- References: <BAY132-W335663AF97856D18CF476EE6EA0@phx.gbl>
STEVE WARD writes:
>
> which is the best way to generate a log file to catch the error messages the make produses?
make 2>&1 | tee /tmp/make.log