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

Trouble with Debian squeeze

carinavb
Beginner
310 Views
Hello everybody: I'm trying to install Intel Compilers (C and Fortran) in a new machine.
SO: Debian Squeeze
Kernel : 2.6.32-5-amd64
I get this message
Missing optional pre-requisite
-- operating system type is not supported.
-- system glibc or kernel version not supported or not detectable
-- no RPM data files for current architecture
Missing optional pre-requisite-- operating system type is not supported.-- system glibc or kernel version not supported or not detectable-- no RPM data files for current architecture

I search glibc
locate glibc
/usr/share/aclocal/glibc2.m4
/usr/share/aclocal/glibc21.m4
/usr/share/man/man7/glibc.7.gz
What did you recommend me?
What I should do?
regards
0 Kudos
2 Replies
Ron_Green
Moderator
310 Views
i haven't tried Debian Squeeze, but this article works for Ubuntu 11.04: http://software.intel.com/en-us/articles/using-intel-compilers-for-linux-with-ubuntu/
0 Kudos
TimP
Honored Contributor III
310 Views
In particular, you must first install the g++ development system corresponding to the ifort you try to install (both 32- and 64-bit g++, if you install ifort/ia32 on x86_64).
0 Kudos
Reply