Boost logo

Boost-Build :

From: Bronek Kozicki (brok_at_[hidden])
Date: 2003-12-20 18:00:37


On Sat, 20 Dec 2003 15:27:25 -0600, Rene Rivera wrote:
[...]
Many thanks for full explanation!

> No. It only builds one version for each target, that links against the dynamic
> C++ runtime.

Does it mean that all (or some ?) boost libraries are built with 2
targets (static library and dynamic library) ? And of course it doesn't
make sense to build dynamic library linked statically to runtime.

> * debug, runtime-link-static, threading-single (base)

Hm, if I call bjam -sTOOLS=mingw -sBUILD="release debug", I get this:

boost_date_time.dll\mingw\debug\boost_date_time-mgw-d-1_31.lib
boost_date_time.dll\mingw\debug\boost_date_time-mgw-d-1_31.dll
boost_date_time.dll\mingw\release\boost_date_time-mgw-1_31.lib
boost_date_time.dll\mingw\release\boost_date_time-mgw-1_31.dll
libboost_date_time.lib\mingw\debug\libboost_date_time-mgw-d-1_31.lib
libboost_date_time.lib\mingw\release\libboost_date_time-mgw-1_31.lib

which would mean that base is runtime-link-dynamic ?

Kind regards!

B.

 


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