Boost logo

Boost-Build :

Subject: Re: [Boost-build] building release attempts to link against debug boost libs
From: Juraj Ivančić (juraj.ivancic_at_[hidden])
Date: 2010-05-23 17:59:17


On 23.5.2010 17:12, JohnnyJuggernaut wrote:
>
> I cleaned all of my intermediate files by hand, including the boost libs and
> rebuilt all. The problem disappeared and everything seems to be building for
> both release and debug. So for me, the following change was the only thing
> that needed to happen:
>
> <toolset>msvc:<cflags>/MTd:<variant>debug
> <toolset>msvc:<cflags>/MT:<variant>release

Try adding '<runtime-link>static' instead. That should do the same thing
but more cleanly.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk