installation error

When I attempt to install pgi, I get an error that it cannot find gcc? I am using Red Hat Linux Enterprise 3.3(Centos 3.3)i386.

Any help would be greatly appreciated.

The exact text of the error would be great, but it sounds like gcc is not installed on
your system.

If installed, gcc is usually in /usr/bin/gcc. You can check to see if that file exists,
and also run

rpm -qa | grep gcc

and see whether the gcc package was installed.

You might wonder why the PGI compilers care whether gcc is installed.
We don’t use gcc at all, but the PGI compilers do need acccess to some
of the files that are in the gcc package.