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 on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Install fortran compiler on ubuntu (x86-64)

hossein309
Beginner
792 Views
I try install fortran compiler on ubuntu 9.04 (x86-64) with use of this instruction
http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu.
following to instruction i install gcc, g++, libstdc++5, and also install ia32-libs, lib32stdc++6, libc6-dev-i386, gcc-multilib, g++-multilib and i copy libstdc++.so.5 to /usr/lib but during installation installation script reguest this libraries:

libstdc++
libstdc++5
glibc
libgcc

How i can resolve this problem ?
Thanks

0 Kudos
2 Replies
TimP
Honored Contributor III
792 Views
Quoting - hossein309
I try install fortran compiler on ubuntu 9.04 (x86-64) with use of this instruction
http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu.
following to instruction i install gcc, g++, libstdc++5, and also install ia32-libs, lib32stdc++6, libc6-dev-i386, gcc-multilib, g++-multilib and i copy libstdc++.so.5 to /usr/lib but during installation installation script reguest this libraries:

libstdc++
libstdc++5
glibc
libgcc

If you wish to install both the ia32 and the intel64, you must have both the 32- and 64-bit g++ development installations active. For intel64 alone, you would require the full g++ development installation only for 64-bit, which presumably you have already installed. I'm guessing you tried to install the ia32 ifort without full 32-bit g++.
0 Kudos
hossein309
Beginner
792 Views
Quoting - tim18
If you wish to install both the ia32 and the intel64, you must have both the 32- and 64-bit g++ development installations active. For intel64 alone, you would require the full g++ development installation only for 64-bit, which presumably you have already installed. I'm guessing you tried to install the ia32 ifort without full 32-bit g++.

I only want 64 bit compiler on a 64 bit linux. I already installed ifort ia32 on a 32 bit linux.
0 Kudos
Reply