$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Cory Nelson (phrosty_at_[hidden])
Date: 2008-01-29 10:51:18
On Jan 29, 2008 6:51 AM, Trueman, Christopher <ctrueman_at_[hidden]> wrote:
> I'm continuing to have trouble compiling 64-bit versions of the Boost
> libraries on Windows using VS2008. I've used a number of the tips
> posted online including:
>
> bjam --toolset=msvc-9.0 address-space=64
>
> but watching the Task Manager I see that it always launches the 32-bit
> version of the compiler.
It is launching the 32-bit cross-compiler. The libraries produced
will be 64-bit.
-- Cory Nelson http://www.int64.org