$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-12-07 11:55:04
On Tuesday 07 December 2004 19:36, cepstein wrote:
> When trying to build a small shared library with BBV2 and gcc 3.3.4 on
> Solaris and I get the error reproduced below.
>
> [k] nbde52d @ scsefpsdcs01 184% bjam -sTOOLS=sunpro --v2
FWIW, -sTOOLS=sunpro is ignored. The V2 way is:
bjam toolset=sun
See:
http://boost.sourceforge.net/boost-build2/doc/html/bbv2/advanced/differences_to_v1.html
- Volodya