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

Intel C++ Composer XE for Linux -- user-config.jam

er2020
Beginner
380 Views
I'm running a test suite with the bjam tools from Boost.

I have created a ~/user-config.jam with:

using intel : : icpc : \\"-L/opt/intel/composerxe/bin\\"

Tried different variants of the above, and invoked them like this:

$sudo bjam intel

but it seems to fail to look into the right path:

sh: icpc : not found
some junk...
/bin/sh: icpc : not found

etc.

For comparison,

$sudo bjam gcc

works just fine. Also intel icc works just fine from an IDE.

Any suggestion for setting user-config.jam ?


0 Kudos
1 Reply
er2020
Beginner
380 Views
Update:

using intel : : /opt/intel/composerexe/bin/icpc ;

has worked...
0 Kudos
Reply