Boost logo

Boost Users :

Subject: Re: [Boost-users] building boost with a specific msvc runtime
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-03-01 10:07:57


AMDG

On 02/28/2013 06:48 PM, Tom K. wrote:
>> cxxflags ought to work. You can use -d2 to find out
>> the compiler options that Boost.Build is using.
>
> I'm calling with the following command line:
>
> bjam --toolset=msvc-8.0 --link=static --runtime-link=shared
> --with-thread --cxxflags="/FI\"C:/boost
> _1_44_0/sxs_header.h\"" -d2
>

Skip the "--." it's toolset=... cxxflags=...,
link=static runtime-link=shared. (--with-thread
is correct, though)

In Christ,
Steven Watanabe


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