Boost logo

Boost-Build :

From: Michael Caisse (boost_at_[hidden])
Date: 2007-05-16 03:47:23


Prashant Thakre wrote:
> Hi,
> I am trying to build boost.[1.34.0] on Solaris 10 using Sun C++ 5.8
> CC: Sun C++ 5.8 Patch 121017-09 2007/01/17
> However, for successful build on Solaris boost has to be built with sun-
> stlport which has been defined in sun.jam.
> -----------------------------------
> feature.extend stdlib : sun-stlport ;
> feature.compose <stdlib>sun-stlport
> : <cxxflags>-library=stlport4 <linkflags>-library=stlport4
> ;
> ------------------------------------
> What would be right way to pass this as an option to bjam i.e. --stdlib=sun-
> stlport ?
> --
>
Prashant -

Are you selecting the sun toolset when invoking bjam?

        bjam --build-dir=/build/here --toolset=sun stage

Regards -

michael

-- 
----------------------------------
Michael Caisse
Object Modeling Designs
www.objectmodelingdesigns.com

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