$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-23 10:29:03
Hicham Mouline 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?
>>
>> - Volodya
>> _______________________________________________
>
> aha, so 64bit is not supported by Boost-build?
>
> what if i run this:
> bjam --build-dir="c:\Users\hich\Documents" --toolset=intel-10.0
> --with-date_time stage
>
> will it generate 32bit binaries? for intel compiler?
> i guess that will not work with my 64bit-only intel compiler?
I don't know. For msvc, 64-bit mode is activated using address-mode=64.
I don't know how intel works. If it need special command line options,
then it won't work. If there's '64-bit' compiler that generated 64
bit binaries when invoked, then no special support needed.
Can you check with intel docs and get back to me?
- Volodya