
11 May
2005
11 May
'05
10:41 a.m.
During linking the program automatically tries to link against the static library libboost-thread-vc71-mt-sgd-1_31.lib.
That's a multithreaded, debug, *static* runtime library, but hold on, Boost.Threads in Boost-1.32 doesn't support static runtimes does it, only dll's I believe?
However, "bjam install" does not create this library. Though it creates the dll version of the thread library (i.e. thread*.dll and thread*.lib)
Correct, switch your code generation options to use the dll runtime and the error should go away. If this doesn't help come back with more information: Boost version etc. HTH, John.