This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Question about g++


On Wed, Mar 18, 2009 at 22:51, Lakshmi N Kannan <lnkmails@gmail.com> wrote:
>
> I currently use the GNU g++ to compile c++ codes that I use. I wanted
> to see warnings and errors in different colors. Currently the output
> of g++/gcc is always white. Is there an option I can use to make g++
> show warning and errors in different colors?
>

GCC itself will not do that, but others have written wrappers to do it.

For example, Gentoo has a dev-util/colorgcc package, which points to
the non-existant URL http://www.mindspring.com/~jamoyers/software/ ,
but Google found a page with it at http://schlueters.de/colorgcc.html

HTH,
~ Scott


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