Boost logo

Boost :

From: Roland (roland.schwarz_at_[hidden])
Date: 2004-01-09 08:45:42


I was trying to compile the HEAD tag of boost with msvc 6.

I found the library names to having changed to the new canonical names
albeit I expected a prepended "lib".

boost_thread-vc6-mt-1_31
and
boost_thread-vc6-mt-gd-1_31

but the header files do not yet set up the auto-linking.

I also tried to do this from my project headers then, by
defining:

#define BOOST_LIB_NAME boost_thread
#define BOOST_DYNLINK
#include <boost/config/auto_link.hpp>

and it tried to link to

libboost_thread-vc6-mt-sgd-1_31.lib

Is this a known issue?

Thanks
Roland


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