Yes, that most certainly means you do not have ggc (the C compiler) installed. You can install it with:
I would suggest:
Code:
yum install gcc libgcc gcc-c++ compat-gcc-34 compat-gcc-c++-34 compat-libgcc-296
One way to check whether a package is installed, if you know the package name, is with using rpm:
Code:
rpm -q gcc
gcc-4.4.2-20.fc12.i686
If the package is installed, it will display the name-version.arch as shown above. If it's not installed, it will tell you:
Code:
rpm -q foo
package foo is not installed