Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29305 Discussions

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

Richard_M_1
Beginner
529 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
529 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