Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

C++ compiler 10.0.25 install error suse 10.2

eric_l_mestreau
Beginner
274 Views

Hi there,

I was trying to install the C++ non-commercial compiler on my opensuse10.2 and am getting an error related to missing libraries

linux-gate.so.1 =>

libpthread.so.0 => ..

libm.so.6 =>

etc.

Strange because the libraries are there in /lib. Note that I am using suse 10.2 32bits on a thinkpad laptop.

Any help would be greatly appreciated.

Eric

PS: same error when installing the fortran compiler

0 Kudos
1 Reply
TimP
Honored Contributor III
274 Views
You should have g++ installed and working before installing the Intel compilers. The Intel installations pick up the library paths from g++ (try g++ -print-search-dirs). g++ is supported up through 4.1.x. icpc may have difficulty with newer versions of g++, but ifort should still work. In a 32-bit linux installation, the installer should attempt to install only the 32-bit Intel compilers.
0 Kudos
Reply