I\'ve built the x86 Boost libraries many times, but I can\'t seem to build x64 libraries. I start the \"Visual Studio 2005 x64 Cross Tools Command Prompt\" and run my usual
You need to add the address-model=64 parameter.
address-model=64
Look e.g. here.