$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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.