Question about g++

me22 me22.ca@gmail.com
Thu Mar 19 03:18:00 GMT 2009


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



More information about the Gcc-help mailing list