id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6810,boost system auto linking is broken in svn trunk 78080,anonymous,Beman Dawes,"I am now getting... fatal error LNK1104: cannot open file 'boost_system-vc90-mt-gd-1_50.lib' When I try to build my project. I don't have that library because I am building the default static libraries. (note: not runtime-static). I instead have libboost_system-vc90-mt-gd-1_50.lib. Did somebody who had the non default dynamically linkable libraries on their system check in a breaking change? We have tried manually defining BOOST_ALL_STATIC_LIB but that does not make a difference. When we manually define BOOST_ALL_NO_LIB that does remove this error but adds a bunch of undefined symbols that are not the obvious location. IE: boost::filesystem::path_traits::convert... does not appear to be in libboost_filesystem. my libraries are built with simply bootstrap.bat b2 --toolset=msvc-9.0 ",Bugs,new,To Be Determined,system,Boost Development Trunk,Problem,,,joseph@…