$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2007-10-31 23:25:44
On Oct 23, 2007, at 2:59 AM, Vladimir Prus wrote:
> It does not seem like intel support in Boost.Build has special
> provision for
> 64-bit compilation. Are you aware how it should be activated, on
> command line?
I think
icc -mcmodel=large ...
will do it.
-- Noel