Boost C++ Libraries: Ticket #6810: boost system auto linking is broken in svn trunk 78080 https://svn.boost.org/trac10/ticket/6810 <p> I am now getting... </p> <p> fatal error LNK1104: cannot open file 'boost_system-vc90-mt-gd-1_50.lib' </p> <p> 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. </p> <p> my libraries are built with simply bootstrap.bat b2 --toolset=msvc-9.0 </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6810 Trac 1.4.3 anonymous Thu, 19 Apr 2012 18:12:58 GMT version changed https://svn.boost.org/trac10/ticket/6810#comment:1 https://svn.boost.org/trac10/ticket/6810#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.48.0</span> → <span class="trac-field-new">Boost Development Trunk</span> </li> </ul> Ticket Joseph Southwell <joseph@…> Thu, 19 Apr 2012 18:22:59 GMT cc set https://svn.boost.org/trac10/ticket/6810#comment:2 https://svn.boost.org/trac10/ticket/6810#comment:2 <ul> <li><strong>cc</strong> <span class="trac-author">joseph@…</span> added </li> </ul> Ticket Joseph Southwell <joseph@…> Thu, 19 Apr 2012 20:34:14 GMT <link>https://svn.boost.org/trac10/ticket/6810#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/6810#comment:3</guid> <description> <p> It seems that BOOST_ALL_STATIC_LIB was wrong, BOOST_ALL_STATIC_LINK worked. It was not required before however. Perhaps this was intentional. But, It seems that whatever the default is when you build with b2, the same default should exist in the auto linking. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Mon, 28 May 2012 17:17:27 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/6810#comment:4 https://svn.boost.org/trac10/ticket/6810#comment:4 <ul> <li><strong>owner</strong> set to <span class="trac-author">Beman Dawes</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">system</span> </li> </ul> Ticket