Boost logo

Boost Users :

Subject: Re: [Boost-users] Need help with using Boost::Serialization on AmD64, Windows, MSVC 8.0
From: Adam Merz (adammerz_at_[hidden])
Date: 2008-10-20 20:25:28


Run the x64 Command Prompt for Visual Studio, not the normal one -- that will
set the path differently so the 64-bit compiler is found. Build your own bjam
rather than using a prebuilt binary by going to tools\jam\src and running
build.bat. Then build Boost using your 64-bit bjam by running:

tools\jam\src\bin.ntx86_64\bjam.exe --build-dir=c:\boost-build
--build-type=complete toolset=msvc address-model=64

Add stage or install to the bjam commandline to have the resulting binaries put
somewhere useful.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net