Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-03-10 10:48:51


>I need to build boost (more precisely Boost.Regex) on MSVC6 with Dinkumware
>(ie. resulting dynamic libraries should link directly with Dinkumware C++
>runtime). Any ideas how to do it?

There's no great magic going on in the build process, if you need to do
something special you could just build the regex sources from your IDE, and
then define BOOST_REGEX_NO_LIB when linking to stop auto-link references to
the "normal" libraries being inserted in your object files.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk