Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Compatibility of Intel Compiler to glibc

zvivered
Beginner
714 Views

Hello,

I'm using Intel Compiler 11.1/064 to compile my application.

Is there a limitation of glibc version that I can use ?

Currently I'm using glibc2.9 compiles with crosstool-ng (also used to create gcc 4.3.2)

Thanks,

Zvika

0 Kudos
4 Replies
TimP
Honored Contributor III
714 Views
The release notes should tell which glibc versions were fully tested with that compiler (sometimes implicitly, according to linux distro version). Outside the quoted range, it may work, but you're on your own. Usually, other issues become more important, such as gcc version, where I believe 11.1 will go up to gcc 4.5 (perhaps further, if you don't use C++).
0 Kudos
Sukruth_H_Intel
Employee
714 Views
Hi, You can refer to this article (Page 17-18) http://software.intel.com/sites/products/collateral/hpc/compilers/intel_linux_compiler_compatibility_with_gnu_compilers.pdf , which provides an table for compatible Glibc, Kernel & g++ versions supported for range of the compilers. Regards, Sukruth H V
0 Kudos
zvivered
Beginner
714 Views
Hello, Thank you for the link. According to the link, kernel 3.x is not supported at all. Will this change soon ? Thanks, Zvika
0 Kudos
Sukruth_H_Intel
Employee
714 Views
Hi Zvika, I would let you know about this. Regards, Sukruth H V
0 Kudos
Reply