Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2004-12-11 11:49:02


> When I try to build boost using bjam v1, vc7.1 and stlport single
> threaded,
> bjam just copies the headers but does not compile anything. When I change
> vc-7.1-stlport into vc-7.1, it is capable of building single-threaded
> libraries, and when I change <threading>single into <threading>multi, it
> is
> capable of building multi-threaded libraries with stlport. As a sidenote,
> I
> compiled my stlport 4.6.2 as a single threaded library with names
> stlport_vc71_s_static.lib instead of stlport_vc71_static.lib, which is the
> multithreaded library. I updated boost_1_32_0\tools\build\v1\stlport.jam
> so
> that the FINDLIBS flags have a multithreaded and a single threaded variant
> pointing to the right filenames.

Yes, STLPort does not support the single threaded runtime "out of the box",
so building that combination is disabled for Boost.

John.

 


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