- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page