Index: /trunk/Mars/Makefile.conf.linux
===================================================================
--- /trunk/Mars/Makefile.conf.linux	(revision 17246)
+++ /trunk/Mars/Makefile.conf.linux	(revision 17247)
@@ -9,6 +9,13 @@
 # compilers
 
+ifeq ($(shell which colorgcc), )
 CC       := gcc
 CXX      := g++
+else
+CC       := colorgcc
+CXX      := colorgcc
+endif
+
+LINKER   := g++
 F77      := f77
 AR       := ar -rc
@@ -19,5 +26,5 @@
 OPTIM    := -O5 -std=c++0x -Wall -Winit-self -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual
 # ggc 4.3: removed -Wshadow -fnonnull-objects -Wtraditional -Wnested-externs -Wconversion
-DEBUG    := 
+DEBUG    :=
 ARCHDEF  := -D__LINUX__
 SOFLAG   := -shared
