Boost logo

Boost :

Subject: Re: [boost] problem adding new toolset
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-10-20 20:32:55


AMDG

On 10/20/2012 02:30 PM, Pavel Heimlich, a.k.a. hajma wrote:
> Hi,
> I'm trying to add support for building Boost on Solaris 11 with
> Solaris Studio and the Apache stdcxx4 library.
> While building it manually works well, I have problems with running
> the regression testsuite, it fails when trying to build
> process_jam_log.
> I'm quite lost in the Boost build system so I don't even know how to
> start debugging this.
> TIA
> for any hints
>

You need a user-config.jam (in your home directory)
containing

using sun-stdcxx4 ;

Also, it would probably be better
just to use the sun toolset with

using sun : : : <cxxflags>-library=stdcxx4 <linkflags>-library=stdcxx4 ;

instead of creating a whole separate toolset.

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk