Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
Others => Miscellaneous => Topic started by: MsCincinnati on March 26, 2006, 02:11:28 AM
-
I am trying to install software and I get an error that says no gcc, cc, cc, cl. I tried to reinstall the gcc and still got the same error. what can I do?
-
May environment variable are not properly set. Rather try to install a gcc binary etc.
-
ok
In which linux flavour you are working ?
Ricky is Right , It may be possible the Enviornment Variables are not properly Set.
Firs of all find gcc executable i.e by this command
#find / -name gcc*
After that if gcc compiler is there is shows its location.., then Set PATH variable to that location
Gaurav