PDA

View Full Version : Compile error text


unix_phreak
09-02-2002, 06:41 AM
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

kathgar
09-02-2002, 10:55 AM
well
in that dir, try gcc.. if it still says command not found "which gcc" and/or "whereis gcc". You might have it installed, but just not in path..