11 Sep
2009
11 Sep
'09
4:06 p.m.
Dan Smithers wrote:
I need to recompile boost 1_33_1 with the intel compiler icc 9.0
The jamfiles are trying to use 8 in /opt (which doesn't actually exist).
Please can someone point me in the right direction to do this.
I am using
./configure CXX=icc --prefix=/vol/build --with-toolset=intel-linux --with-bjam=/vol/build/boost-jam-3.1.17/bin.linuxx86/bjam
1.33.1 is very old; and worse, it was using older version of Boost.Build. Therefore, I'd recommend just hacking your way around in tools/build/v2/ intel-tools.jam, or however the file is called. - Volodya