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

Problems installing Intel Composer XE on RedHat Linux x64 v.5.3

Alexander_Litvinchuk
326 Views
During installation of the Composer XE (namely I_ccompxe_intel64_2011.1.107)
the system cheked the license number (passed OK) and further the "prerequisits"
and claimed the g++ is missing. The command

# yum install gcc

yields the responce: gcc (version 4.1.1. or so) is already installed.
It seems all gcc-related packages are installed.

What can I do now to install the Composer?

Your help is greatly appreciated!

0 Kudos
2 Replies
Feilong_H_Intel
Employee
326 Views
Hi Alex,

Please try the following command to install g++.

# yum install gcc-c++

This article might be helpful to you: http://software.intel.com/en-us/articles/using-intelr-compilers-for-linux-under-fedora/

Thanks,
Feilong
0 Kudos
aazue
New Contributor I
326 Views
Hi
The compiler Intel version 64 bit require IA32 library package
also verify that you have an libstd++ GNU already installed with libtool binutils etc ...
Read link given by Feilong H. if other packages are absent (lib compat etc ...)
Regards
0 Kudos
Reply