$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Werle (numerical.simulation_at_[hidden])
Date: 2008-04-10 04:56:58
Juergen Hunold <juergen.hunold <at> ivembh.de> writes:
> According to
>
> http://www.boost.org/doc/libs/1_35_0/more/getting_started/windows.html
>
> the "-s-" is for static runtime, so
>
> bjam link=static runtime-link=static --toolset=msvc-8.0 stage
>
> should do the trick. For shared libraries remove "link=static".
BINGO!
Many thanks.
Markus