$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost on Sun CC without STLPort
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-12-08 13:18:44
Jeff Garland wrote:
> The first issue boost build. Compiler options have to be hacked to turn off
> stlport in tools/sun.jam file -- there may be a more elegant way, but I
> couldn't figure it out, so I hacked it there.
Just grep Jamroot for 'stdlib' -- it's forced there.
- Volodya