From: Prashant Thakre (prashant.thakre_at_[hidden])
Date: 2007-05-16 03:15:37


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 ?

--
regards,
Prashant Thakre