$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Building boost with static STLPort libraries
From: Craig Henderson (cdm.henderson_at_[hidden])
Date: 2009-07-16 11:50:12
> >
> > Grepping the Boost header files I cannot find any definition, nor in the
> > .jam files. I assume I am missing something obvious - can someone point
me
> > in the right direction, please?
>
> tools/stlport.jam:
>
> if [ $(rproperties).get <runtime-link> ] = "shared"
> {
> usage-requirements +=
> <define>_STLP_USE_DYNAMIC_LIB=1 ;
> }
Thanks Volodya. What is the "correct" way to configure the boost build to
use the static stlport library, but still use the dynamic RTL?
Clearly I could hack the .jam file, but that's not a good solution.
Cheers
-- Craig