| 
				 Compile error text 
 Before anyone Flames me, I DO have gcc installed. I tried first with 2.9.6 Then with 3.0 Neither worked. I installed ALL the source in the appropriate locations, and this is what I get when I type make:
 # make
 gcc -c -g -m486 -O3 -pthread -pipe -DFX -D_GNU_SOURCE -DINVERSEXY -I/usr/i-o ../common/EQNetwork.o
 make: gcc: Command not found
 make: *** [../common/EQNetwork.o] Error 127
 |