Boost C++ Libraries: Ticket #1750: Autolink library name not in sync with actually build lib https://svn.boost.org/trac10/ticket/1750 <ul><li>problem experienced on win32 platform using vc express 9 </li><li>problem applies at least to program_options </li><li>using the Boost program_options library without disabling autolink (default); tries to link against 'libboost_program_options-...' </li><li>problem: 'bjam stage' or 'bjam install' is not creating the requested library </li><li>fix: change the name of the library requested by autolink </li></ul> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1750 Trac 1.4.3 Vladimir Prus Wed, 02 Apr 2008 05:08:11 GMT owner deleted https://svn.boost.org/trac10/ticket/1750#comment:1 https://svn.boost.org/trac10/ticket/1750#comment:1 <ul> <li><strong>owner</strong> <span class="trac-author">Vladimir Prus</span> removed </li> </ul> <p> This is not my bug, sorry. Autolink support is a centralized feature, not specific to any library. </p> Ticket anonymous Tue, 08 Apr 2008 04:14:00 GMT <link>https://svn.boost.org/trac10/ticket/1750#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/1750#comment:2</guid> <description> <ul><li>the reason for the above report is maybe only of interest for people building the 'bjam stage' target </li><li>the set of build' libraries for this target is relatively small; it is required to manually build all required libraries including libboost_whatever.lib </li><li>since all lib* libs (prefix) are static by default voilá the command line is as follows: 'bjam debug release stage' and second, 'bjam debug release link=static stage' </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>René Rivera</dc:creator> <pubDate>Tue, 24 Jun 2008 16:06:24 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/1750#comment:3 https://svn.boost.org/trac10/ticket/1750#comment:3 <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> Really a duplicate of <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/1744" title="#1744: Bugs: Change in default build variants broke &#34;Getting Started&#34; (closed: fixed)">#1744</a>. </p> Ticket