bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: about the warning message


From: Paul Smith
Subject: Re: about the warning message
Date: Tue, 23 Sep 2008 18:48:58 -0400

On Tue, 2008-09-23 at 16:39 -0600, Chang-Yeol Jung wrote:
> When running make, in the computer screen, a long list of warning
> messages are displaying. I'd like to see only the compile errors.
> 
> Is there an option for this? Or, is there a way that I can see only
> the errors so that I can debug well without being disturbed by the
> warning messages.

Make just runs commands; it doesn't intercept or do anything at all with
the output of those commands.

So, you have to look up the options to your compiler or whatever command
make is running that's printing all those warning messages, and see if
there's an option to turn them off.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]