cc Not found
It looks like you are missing the "development" tools including cc (compiler).
check that you have the compiler installed. either:
> which cc (or which gcc)
or
> rpm -q gcc
If either says it's not there, pull out your installation disk and install them. Since your distribution is based on Red Hat - look in the system tools-> add or remove packages -> development -> development tools amd go from there.
Good luck .
|