PDA

View Full Version : gcc-colorgcc in Fedora ?


kacper
2004-06-02, 02:58 AM CDT
Hello,

in Mandrake there is a gcc-colorgcc package, is there someting similar to that in Fedora ?

Kacper

wolveso
2004-06-02, 05:31 AM CDT
You can get colorgcc at..
http://www.mindspring.com/~jamoyers/software/
.. it's a tar.gz file, so you'll have to do a little work to install it : ) But it's all in the instructions in the download.. basically you "soft-link" your compiler command (such as "gcc") to colorgcc. Then you add your compilers location to your colorgcc configuration file. Then your compiler output will go via colorgcc, voila : )

micha
2004-06-02, 05:59 AM CDT
Originally posted by wolveso
voila : ) No Sir, it's voilą :D

That's a pity that there's no colorgcc package for Fedora...

kacper
2004-06-03, 03:09 AM CDT
wolveso, thanks for the link. It works :-)

wolveso
2004-06-03, 06:03 AM CDT
No Sir, it's voilą :D
Hehe thanks for the correction!

That's a pity that there's no colorgcc package for Fedora...
Maybe you should make one? :) I've always wanted to try packaging, but never been able to find a decent tutorial that didn't make me think I was going to break something!