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

Can not install 11.1.059 on Ubuntu 9.04 or 9.10

S__Levent_Yilmaz
Principiante
572 Vistas
Hi All,

The installer gives the following error (tried on two different 64bit systems running Ubuntu 9.04 and 9.10) using non-commercial licence:

[plain]32-bit libraries not found on this system.
This product release requires the presence of 32-bit compatibility libraries
when running on Intel 64 architecture systems. One or more of these libraries
could not be found:
    libstdc++
    libstdc++5
    glibc
    libgcc
Without these libraries, the compiler will not function properly.[/plain]

A search points tothis potentially related thread but that is not useful. I already have the libstdc++5 compatibility library installed. Also installed are the lib32gcc1 packages in Ubuntu.

Any ideas, or seconders?

levent
0 kudos
1 Responder
TimP
Colaborador Distinguido III
572 Vistas
Please refer to the advice piece on Ubuntu installation posted in the right hand column of the header page of this forum section.
If you're installing the ifort ia32, you require a full working installation of g++ -m32. ifort intel64 requires only the working 64-bit g++ installation.
Responder