Boost logo

Boost Testing :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-07-07 02:12:12


On Friday 30 June 2006 03:40, Bronek Kozicki wrote:

> Building Boost.Regex with the optional Unicode/ICU support disabled.
> Please refer to the Boost.Regex documentation for more information
> (and if you don't know what ICU is then you probably don't need it).
> error: unable to construct ../libs/config/test/link/link_test
> To debug this problem, try the --debug-generators option.
>
> Output with --debug-generators in attached file

Hi Bronek,
the problem is that como-win.jam does not support generic shared libraries,
while Boost.Build V2 defaults to using shared libraries. If I understand
correctly, the como compiler itself has problems producing shared libraries.

So I'd say one way to get this work is to additionally pass "link=static" to
bjam.

HTH,
Volodya

-- 
Vladimir Prus
http://vladimir_prus.blogspot.com
Boost.Build V2: http://boost.org/boost-build2

Boost-testing list run by mbergal at meta-comm.com