Boost logo

Boost-Build :

From: K. Noel Belcourt (kbelco_at_[hidden])
Date: 2006-12-02 15:34:00


On Dec 2, 2006, at 12:54 PM, Vladimir Prus wrote:

>
> Hi,
> I recall that the sun toolset was used by folks, but don't know if
> there's anything specific that must
> be mentioned in docs.
>
> Boost regressions are run using:
>
> Sun Studio 11 (Sun C++ 5.8 Patch 121017-03 2006/07/19)
>
> which is fairly recent, and look good, but they are run with a
> couple of additional options
>
> -library=stlport4 and -features=tmplife
>
> are those options something that ordinary users would like to set?

stlport4, definitely.

 From Sun's CC manpage,

                [no%]tmplife (Standard mode only) [Do not] Clean
                               up the temporary objects that are
                               created by an expression at the end
                               of the full expression, as defined
                               in the ANSI/ISO C++ Standard.
                               (When -features=no%tmplife is in
                               effect, most temporary objects are
                               cleaned up at the end of their
                               block.) The default is no%tmplife.

Which I read to mean that -features=tmplife leaves temporary files
scattered around.

-- Noel


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