$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compiling / Linking Boost::RegEx for x64 targetsfails
From: John Maddock (boost.regex_at_[hidden])
Date: 2010-09-28 04:12:16
>> But when I switch to the x64 platform target, I get linker errors. So
> I
>> decided to compile boost myself, with the following command:
>>
>> bjam.exe --build-dir=e:\boost-build --build-type=complete
> --toolset=msvc --address-model=64
I believe that should be
address-model=64
without the "--".
HTH, John.