Unlike this question:
I need an x64 build of the lib files... I'm not even sure how to get started. I'm reading here:
http://www.boost.org/doc/libs/1_39_0/more/getting_started/windows.html
Or, more generally, how do I build boost for x64?
Unlike this question:
I need an x64 build of the lib files... I'm not even sure how to get started. I'm reading here:
http://www.boost.org/doc/libs/1_39_0/more/getting_started/windows.html
Or, more generally, how do I build boost for x64?
I'm not on Windows, but I guess adding address-model=64 to the bjam invocation should do the trick.
See this question: http://stackoverflow.com/questions/302208/how-do-you-build-the-x64-boost-libraries-on-windows
Please note that this is explained in the official documentation, right here
Here is the command line I ended up using:
C:\Program Files (x86)\boost\boost_1_38>bjam --build-dir=c:\boost --build-type=complete --toolset=msvc-9.0 address-model=64 architecture=x86 --with-system