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

icc with -cxxlib-gcc

wilfried_horn
Beginner
407 Views
Hello!

If I try to use icc with the "-cxxlib-gcc" flag it always complains about not having found the neccessary include files.
"icpc: error: could not find directory in which the set of libstdc++ include files resides"

Could anyone help out?

Cheers!

Wilfried
0 Kudos
2 Replies
TimP
Honored Contributor III
407 Views
To begin with, the installation of g++, from which you intendicc to adopt the library,must be working for root when you install icc. I believe it must be a gcc installation in the range 3.2.x to 3.4.x (for current icc). If you don't have such an installation of g++, you should correct it, uninstall icc, and re-install.
0 Kudos
wilfried_horn
Beginner
407 Views
Hi!

First of all thanks for your help. Secondly... but that does not seem to be the problem. Though I reinstalled it (just to be sure) the same problem still exists.

To be more specific. I have a Debian unstable, with gcc and g++ 3.3.4 and a kernel 2.6.7.

Any other ideas maybe?

Cheers!

Wilfried
0 Kudos
Reply