Boost logo

Boost-Build :

From: John Maddock (john_at_[hidden])
Date: 2007-02-20 08:42:04


Some of the regex 1.34 failures on cygwin are caused by cygwin dll builds
not being especially reliable :-( The failures are cleared by marking the
regex lib as static only on that platform - given that the sporadic problems
occur inside the shared std lib, I think this is the only thing to do when
using std::locale extensively.

I've added:

<toolset>gcc-cygwin:<link>static

To the regex build requirements, which fixes things locally, but apparently
not with the "gcc-cygwin-3.4.4" toolset used for regression testing. Is
there any way to mark these up so all gcc-cygwin* toolsets behave the same?

Thanks,

John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk