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

Problem of install intel 32bit compiler on 64bit Linux OS

aiofm_l_
Beginner
602 Views

 

 I have a problem when install intel 32bit compiler on 64bit Linux OS.

 I did installed ia32-lib, but when I install intel 32bit compiler, it still said this lib is missing.

 The installed ia32-lib located at: by coomand of find /lib/* -name libstd*

/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16
/usr/lib/x86_64-linux-gnu/libstdc++.so.6
/usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.a
/usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.so
/usr/lib/i386-linux-gnu/libstdc++.so.5
/usr/lib/i386-linux-gnu/libstdc++.so.5.0.7
/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16
/usr/lib/i386-linux-gnu/libstdc++.so.6

How could I let intel compiler knows their location?

Many thanks!



 

0 Kudos
1 Reply
TimP
Honored Contributor III
602 Views

As you already asked this on C++ forum, it won't help much to start another thread on the same subject with less information.  Same thing applies, any recent ifort probably uses g++ -m32 --print-search-dirs first, and it remains important to install that.

0 Kudos
Reply