Fix for configure error: C compiler gcc is not found
by rajesh[ Edit ] 2012-06-09 13:52:23
The following error while installing some thing means that gcc is not installed in the server.
./configure: error: C compiler gcc is not found
Fix:
run the command
# yum install gcc
You can find if it was installed by running the command
# gcc -version