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

cxxlib-gcc error with Intel C++ Compiler 8.0 for Linux

yoggi_tkd
Beginner
404 Views
Hello,

I want to generate a dynamic library using Intel C++ Compiler 8.0. As I need something reusable with gcc compiled applications, I ve set the -cxxlib-gcc option.

I have the following error :
icc: error: could not find directory in which g++ resides

In my configuration g++ is in /usr/bin folder. Its version number is g++ (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5).

I really don't know where the problem comes from

Please help

Thanks

Jong
0 Kudos
1 Reply
cp_jain
Beginner
404 Views
try using -gcc-name=/usr/bin/gcc option and check if it has executable permission for everyone.

cp
0 Kudos
Reply