$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: John Martin (John.M.Martin_at_[hidden])
Date: 2008-03-20 23:06:37
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?
Thanks,
John Martin
Sun