Boost C++ Libraries: Ticket #3642: Toolset tag in lib names is wrong https://svn.boost.org/trac10/ticket/3642 <p> I just compiled Boost 1.41. The toolset tag in the lib names appears to be wrong. The toolset version is missing, while Boost auto linking expects it. I've got VC 9 and 10 beta installed, I'm using 9 ATM. </p> <p> bjam --build-type=complete --toolset=msvc-9 stage </p> <p> LINK : fatal error LNK1104: cannot open file 'libboost_program_options-vc90-mt-s-1_41.lib' </p> <blockquote> <p> libboost_program_options-vc-mt-s-1_41.lib </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3642 Trac 1.4.3 Steven Watanabe Wed, 18 Nov 2009 23:52:19 GMT <link>https://svn.boost.org/trac10/ticket/3642#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3642#comment:1</guid> <description> <p> Use toolset=msvc-9.0. This has come up recently somewhere else. We could use better error messages. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Vladimir Prus</dc:creator> <pubDate>Thu, 19 Nov 2009 20:45:46 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3642#comment:2 https://svn.boost.org/trac10/ticket/3642#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> This is indeed a duplicate of <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/3564" title="#3564: Bugs: bjam creates wrong library name when toolset choice is invalid (assigned)">#3564</a>. </p> Ticket