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

can Intel C++ 7.1 Pro install on x86-64 SLES 10 SP2 ?

lrarquel
Beginner
225 Views

Need to check the system requirements for Intel C++ Professional for Linux but, could not locate the Release Notes for it. Does anyone know if version 7.1 can install on a x86-64 SLES 10 SP 2 system with Intel C++ 9.1 Pro already installed ?
0 Kudos
1 Reply
TimP
Honored Contributor III
225 Views
Quoting - lrarquel

Need to check the system requirements for Intel C++ Professional for Linux but, could not locate the Release Notes for it. Does anyone know if version 7.1 can install on a x86-64 SLES 10 SP 2 system with Intel C++ 9.1 Pro already installed ?
This combination probably has not been checked. I suppose the most likely problem could be incompatibility with the g++ headers, which might be worked around by building and installing g++ 3.4, if you care to make the effort. If your problem is incompatibility between an application which you don't wish to correct and the headers supplied with SLES10, installing the older g++ might do the job without the old Intel C++.
0 Kudos
Reply