From: Jonathan Roewen (yg-boost-users_at_[hidden])
Date: 2003-08-02 03:33:55


> It sounds like you are having runtime library conflicts. Everything you
> compile with should use the same runtime library. For example if you
> compiled the lib with static link multithreaded, then don't use dynamic
> link multithreaded, etc.

Oh okay. So next question: how do I tell bjam to use a specific runtime
library for MSVC then?

Jon