Boost logo

Boost Testing :

Subject: Re: [Boost-testing] run.py not quite working on Solaris
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2011-02-07 11:08:10


AMDG

On 2/7/2011 5:55 AM, Pavel Heimlich, a.k.a. hajma wrote:
> I tried to run the tests as described at
> http://www.boost.org/development/running_regression_tests.html
> on Solaris 11 express using the Sun Studio 12u1 compiler by running
> python run.py --runner=Solaris11 --toolsets=sun
> but it failed with
> ...
> error: toolset gcc initialization:
> error: no command provided, default command 'g++' not found
> ...
> full log at
> http://pastebin.com/85SRSG3d
>
> Did I miss something or is it broken?
>

Create a user-config.jam in your home directory
containing

using sun ;

(Would anyone have a problem if I change run.py
to pass toolset=sun to bjam instead of sun?
That should avoid the problem entirely.)

In Christ,
Steven Watanabe


Boost-testing list run by mbergal at meta-comm.com