Included in Debian stable

    http://packages.debian.org/colorgcc

Example:

    make CC=colorgcc

Jari

sdesc: "Colorizer for GCC warning/error messages"
ldesc: "A Perl wrapper to colorize the output of compilers with warning and
error messages matching the gcc output format."
category: Devel Perl
requires: cygwin perl

a) manual

  wget \
    http://cygwin.cante.net/colorgcc/colorgcc-1.3.2-1-src.tar.bz2 \
    http://cygwin.cante.net/colorgcc/colorgcc-1.3.2-1.tar.bz2 \
    http://cygwin.cante.net/colorgcc/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir colorgcc ; cd colorgcc
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/colorgcc/get.sh \
          http://cygwin.cante.net/colorgcc/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines

Reply via email to