|
Boost Users : |
From: John Maddock (john_at_[hidden])
Date: 2005-05-11 05:41:58
> 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.
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net