Building 64-bit Boost Libraries on Windows
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. Does someone have the correct BJAM command line to make this work? I'm using Boost 1.34.1 which I patched in a couple of places to have it recognize the 9.0 (internally version 15) VS 2008 toolset. Any help much appreciated. Thanks. Chris. _______________________________________________________ The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify the sender immediately, and then destroy it.
Trueman, Christopher 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
Well, there are official docs at: http://boost.org/boost-build2/doc/html/bbv2/reference/tools.html#bbv2.refere...
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.
That's a contrived way. What compile command lines are produced when adding '-n' option to bjam? What output do you get if you add --debug-configuration bjam option? - Volodya
On Jan 29, 2008 6:51 AM, Trueman, Christopher
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
participants (3)
-
Cory Nelson
-
Trueman, Christopher
-
Vladimir Prus