$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2008-06-25 07:33:28
Stephen Nuchia wrote:
>
>> 2. Please get someone to tell me the answer to the question that you
>> want the guide to answer ;-)
>
> I've found that you need
> --toolset=msvc msvc/architecture=x86/address-model=64
Uh-oh! This should be:
toolset=msvc address-model=64
at least that's what folks were using to successfully build 64-bit binaries.
- Volodya