$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Solaris Sun Studio 12, boost 1.44 - choosing version of STL
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-11-13 03:02:26
Paulo Moura Guedes wrote:
> Hi,
>
> I want to use the standard Solaris STL libCstd, so I'm using the
> "stdlib=native" switch in bjam. However, stlport4 is being picked up.
>
> How can I force boost not to use stlport4?
No, because Jamroot has this:
# The standard library Sun compilers use by default has no chance
# of working with Boost. Override it.
<toolset>sun:<stdlib>sun-stlport
I suspect that the "no chance" in the comment still holds.
- Volodya