Boost autolinks libraries which are not built by Boost, but the intended ones are built
问题 I am developing a Math application which can be extended by writing python scripts. I am using Qt 4.6.3 (built as static library, debug and release versions) and Boost 1.43.0 (built as static library, runtime-link also set to static, multi-threaded version, debug and release). Everything is built with MSVC++2008. Boost built the following libraries: libboost_python-vc90-mt-s-1_43.lib libboost_python-vc90-mt-s.lib libboost_python-vc90-mt-sgd-1_43.lib libboost_python-vc90-mt-sgd.lib My project