$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-03-21 09:22:02
John Martin wrote:
> I would like to get Boost 1.34.1 working under OpenSolaris and Solaris
> Express.
> The Studio 12 C++ compiler reports itself as __SUNPRO_CC = 0x590.
>
> In 1.34.1 the toolset name is out of sync for the Studio compilers.
> The front end code still expects the older name "sunpro". However,
> tools/build/v2/tools wants the toolset name to be "sun" to reference
> sun.jam. I need to get everything in sync. Is "sun" or "sunpro"
> as the toolset name preferred?
"sun".
I believe both 1.35 branch and SVN trunk have this sorted out.
- Volodya