Well if you have a compiler, which one is it?
what happens if you type cc or gcc at the command line
[tt][blue]$ [/blue]cc
ksh: cc: not found.[/tt]
or
[tt][blue]$ [/blue]gcc
ksh: gcc: not found.[/tt]
seems familiar?
You need to specify the directory where cc or gcc is at in the PATH variable...
HTH,
p5wizard