
16 Nov
2009
16 Nov
'09
5:02 p.m.
Matthias Pospiech wrote:
Steven Watanabe schrieb:
AMDG
Matthias Pospiech wrote:
Steven Watanabe schrieb:
How should it be done?
cd boost_1_40_0 bootstrap bjam toolset=gcc --with-regex Ok that worked, however it generates no dll, only a .lib file.
If I want a dll how would that work?
bjam toolset=gcc --with-regex link=shared
That generates a dll for Visual Studio, but with toolset=gcc it still only generates a static .lib file and no dll.
This is expected. Boost.Regex forces static build with mingw, because mingw has known bugs with a shared libraries. See: https://svn.boost.org/trac/boost/ticket/3430 for the onging investigation. - Volodya