Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29488 Discussions

Can't get install to work on RH EL 4 installation...

Richard_M_1
Beginner
800 Views
When I try, I get an error from osdetect.sh complaining about not being able to find libgcc_s.so.1 which I can find in /usr/lib/gcc/x86_65-redhat-linux/3.4.3 but not anywhere else. Is this supposed to be generally installed. If not, where can I get it from? This is a pretty generic RHEL 4 installation.

Best,

Dick Munroe

0 Kudos
1 Reply
TimP
Honored Contributor III
800 Views
The release notes give advice about this. In short, for x86-64, you must install all the gcc/g++ development system options of EL4, including 64-bit g++, 32-bit "legacy" g++, and "compatibility" libraries. If the compatibility library option isn't present, you must install the libcompat .rpm.

0 Kudos
Reply