Boost logo

Boost-Build :

Subject: Re: [Boost-build] Building sgd library versions
From: Hans-Peter Küchler (zz-xml-dev.22.002_at_[hidden])
Date: 2012-02-25 23:39:52


Am 07.02.2012 11:49, schrieb Jürgen Hunold:
> Hi Igor,
> ...
> That should be
> "toolset=msvc-9.0 threading=multi link=static runtime-link=static"

But something goes wrong even if there are the properties without --. If
I build with the following command:

.\bjam -q -sICU_PATH=c:\lib\icu toolset=msvc threading=multi link=static
runtime-link=static --with-locale --with-regex stage

then I expect 4 libraries:

libboost_locale-vc90-mt-s-1_49.lib
libboost_locale-vc90-mt-sgd-1_49.lib
libboost_regex-vc90-mt-s-1_49.lib
libboost_regex-vc90-mt-sgd-1_49.lib

But I get 6 libraries:

libboost_locale-vc90-mt-1_49.lib
libboost_locale-vc90-mt-gd-1_49.lib
libboost_regex-vc90-mt-s-1_49.lib
libboost_regex-vc90-mt-sgd-1_49.lib
libboost_thread-vc90-mt-1_49.lib
libboost_thread-vc90-mt-gd-1_49.lib

thread is unexpected and locale ist not the requested type.

Regards, Hans-Peter

>
> for b2 options.
> ...
> Hope this helps.
>
> Yours,
>
> Jürgen


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