Compilation

Hi All,

We have a C program existing in one of the folders which I have to modify a lil bit, When I'm trying to compile the program using GCC or CC command its showing as
ksh: gcc: not found

is that mean there is no compiler or do I have to verify for something, please advice

Thank you
:confused:

diggermf,

did you define the path of your C compiler in the your system? What OS you are using?

Its possible that compiler is not available, but thats highly not likely.

Check whether /usr/bin/ is there in $PATH ( mostly gcc is available in /usr/bin )