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

64 bit ifort can't be installed in 64 bit mandriva

Hazra__Dhiraj_Kumar
900 Views
I am using mandriva 64 bit cooker(but this is independent of mandriva release and dependent on arch)
Intel fortran compiler version 11.X fails to check the prerequisites and the installation stops.It says
==================================================================
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. Please refer
to Release Notes for more information.
=============================================================================================
I have installed libstdc++5 for 32 bit.Still this gives error.I wonder why this 64 bit installation needs 32 bit glibc ar libgcc?
=============================================================================================
This output will show you that I have libstdc++5 32 bit installed.So why is it failing to recognize that?

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n" libstdc*

libstdc++6-4.4.1-4mnb2.x86_64
libstdc++5-3.3.6-4mdv2009.0.i586
libstdc++-static-devel-4.4.1-4mnb2.x86_64
libstdc++-devel-4.4.1-4mnb2.x86_64

=============================================================================================
Is it possible to install(or safe to install) glibc 32 bit in a 64 bit system?
I have tried custom installation with all 64 bit options(also tried with a non rpm installation)
None of them helps.
=============================================================================================
Can you please help me in this regard?
Thanks
Dhiraj




0 Kudos
2 Replies
Keith_R_
Novice
900 Views
Quoting - dhirajhazra
I am using mandriva 64 bit cooker(but this is independent of mandriva release and dependent on arch)
Intel fortran compiler version 11.X fails to check the prerequisites and the installation stops.It says


Please read the thread entitled

"Installing intel compilers on mandriva 2009.1"


Total Points:
75
Status Points:
25
Green Belt

September 8, 2009 2:59 AM PDT
0 Kudos
Hazra__Dhiraj_Kumar
900 Views
Quoting - refson

Please read the thread entitled

"Installing intel compilers on mandriva 2009.1"


Total Points:
75
Status Points:
25
Green Belt

September 8, 2009 2:59 AM PDT
Thanks
http://software.intel.com/en-us/articles/intel-compilers-for-linux-version-111-silent-installation-guide/
Really answers my question
It works
0 Kudos
Reply