$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-10-23 04:59:03
On Monday 22 October 2007 21:06:45 Hicham Mouline wrote:
> Hello,
>
> On vista64, I downloaded the boostconsulting windows installer and
> successfully installed the vc80 library binaries.
>
> I also use Intel compiler c++10 64bit, and would like to build the
>
> boost library date_time for toolset intel 64bit , multithreaded, debug and
> nodebug, dynamic lib.
>
>
>
> Can I reuse the prebuilt bjam bin installed by the boostconsulting
> winstaller?
>
>
>
> I try
>
> bjam --build-dir="c:\Users\hich\Documents" --toolset=intel-10.0
> --with-date_time stage
>
>
>
> I fail to see where to tell bjam to build the 64bit/dynamic lib version of
> the libraries,
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