Colorization wrapper for gcc
colorgcc [OPTION]... [FILENAME]...
colorgcc acts as a wrapper around gcc(1) to ease reading its output by colorizing it.
Since colorgcc is a wrapper around gcc(1), it has the same command line options as gcc(1).
At your shell prompt, set your CC environment variable to 'colorgcc'. This may be done in several different ways, depending on what shell you use.
In a Bourne-compatible shell (bash, ash, zsh, pdksh), type:
export CC="colorgcc"
In a C shell variant (csh, tcsh), type:
setenv CC "colorgcc"
Refer to your shell's documentation for more information on setting environment variables.
/etc/colorgcc/colorgccrc
System-wide configuration file for colorgccrc.
$HOME/.colorgccrc
Personal configuration file for colorgccrc.
gcc(1), colorgccrc(5)
Jan 15 2003: Initial version of this manual-page.
Report bugs to <[email protected]>
Jamie Moyers <[email protected]> is the author of colorgcc.
This manual page was written by Joe Wreschnig <[email protected]>, and modified by David Weinehall <[email protected]>, for the Debian GNU/Linux system (but may be used by others).
Copyright © 2003 Jamie Moyers
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.