Opened 14 years ago
Closed 14 years ago
#2772 closed Bugs (fixed)
Sun toolset does not use sun-stlport by default
Reported by: | 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 , 14 years ago
Component: | None → Building Boost |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [51894]) On sun, use stlport.
Fixes #2772.