Opened 14 years ago

Closed 14 years ago

#2772 closed Bugs (fixed)

Sun toolset does not use sun-stlport by default

Reported by: g_sauthoff@… Owned by:
Milestone: Boost 1.39.0 Component: Building Boost
Version: Boost 1.37.0 Severity: Problem
Keywords: Cc:

Description

The default STL used by Sun CC is very standard non-conforming. You can choose a more conforming stlport4 version (which is packaged with Sun CC) by using the option (-library=stlport4).

The sun toolset does not enable this option (or the toolset option sun-stlport) by default - i.e. means that you have a probability of 1 under Solaris and --toolset=sun, that boost does not build out of the box.

Change History (2)

comment:1 by Steven Watanabe, 14 years ago

Component: NoneBuilding Boost

comment:2 by Vladimir Prus, 14 years ago

Resolution: fixed
Status: newclosed

(In [51894]) On sun, use stlport.

Fixes #2772.

Note: See TracTickets for help on using tickets.