This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Suggestion for option


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]