29 Jan
2008
29 Jan
'08
3:51 p.m.
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