|
Boost : |
Subject: Re: [boost] [1.38.0] regexp compile error on Solaris 10 Sun Studio 11
From: John Maddock (john_at_[hidden])
Date: 2009-02-12 13:20:00
> I had successfully compiled regexp library with boost_1_34_1 but with
> version
> boost_1_38_0 I'm getting this error:
If you really must build without the -library=stlport4 option (for example
to maintain binary compatibility) then this patch:
https://svn.boost.org/trac/boost/changeset/51221/trunk will get things
building again.
Otherwise something like:
dmake CXXFLAGS=-library-stlport4 -f sunpro.mak
will build against STLPort.
HTH, John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk