You also need to download and install glibc-devel-2.3.4-2.25.i386.rpm, since compat-gcc requires glibc-devel:
Code:
rpm -Uvh compat-gcc-32-3.2.3-47.3.i386.rpm glibc-devel-2.3.4-2.25.i386.rpm
If you're using latest version of Fedora, use
yum instead of rpm -- it'll automatically install all the dependencies needed by the program that you're trying to install:
Code:
yum install package_name