How do I install 32 bit gcc on a OEL 5.8 64 bit system
Hi,
How do I install 32 bit gcc on a OEL 5.8 64 bit system
the command to check whether the required versions of the 32-bit and 64-bit glibc packages are installed is as follows:
rpm -q --qf '%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH}\n' packagename
while I understand the package name is gcc, how do I know the name for its 32 bit counterpart?
thanks