Boost logo

Boost-Build :

Subject: Re: [Boost-build] how to build Boost 1.37 on OpenSolaris with SunStudio12 & Apache stdcxx
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-10 12:24:45


AMDG

Agyaras wrote:
> has anyone figured out how to build Boost on OpenSolaris using the
> Apache STDCXX library as a replacement for Sun's Cstdlib? Bjam offers
> only the "stlport4" library as far as I can tell.
>
> This is the environment I have:-
>
> * OpenSolaris 2008.11, X86, 64-bit
> * Sun Studio Express 12 (the compiler is sunCC 5.10 "Ceres") as
> installed from the OpenSolaris repository
> * Apache STDCXX 4.2.1
> * Boost 1.37.0
>

There is no built-in support for this. When you initialize the
toolset in user-config.jam, you can add the appropriate command
line arguments. e.g.

using sun : 5.10 : : <cxxflags>... <linkflags>... ;

In Christ,
Steven Watanabe


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