$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-18 06:21:14
Hi Joao,
> In BB v2, the default command for the intel-linux toolset
> (tools/intel-linux.jam) is "icc".
>
> Shouldn't this be "icpc"?
I don't know. At least all tests pass with this version of intel-linux.jam,
and example/hello (which used std::cout) works too.
> I'm using the intel compiler v8.1 under linux.
I have 8.0, maybe that's the reason. If it does not work for 8.1, and 'icpc'
works for all previous version (is it so?) then I'll change 'icc' to 'icpc'.
- Volodya