This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Suggestion for option
- To: gcc at gcc dot gnu dot org, rjvbertin at hotmail dot com
- Subject: Re: Suggestion for option
- From: mike stump <mrs at windriver dot com>
- Date: Wed, 25 Jul 2001 13:18:59 -0700 (PDT)
> From: "RenE J.V. Bertin" <rjvbertin@hotmail.com>
> To: gcc@gcc.gnu.org
> Date: Wed, 25 Jul 2001 17:35:09 +0200
> Just wondering. Say I compile some big file, and there is some error
> at the beginning. Murphies law dictates that at least one more error
> will show up near the end if one terminates the compilation
> immediately because waiting for the compiler to finish takes too
> long.
You will find value in M-x compile in emacs. It allows you to start
working on fixing the first error, and when you think you are done
with it, to then go on to the second error, all while letting the
compile continue to run in the background.