Boost C++ Libraries: Ticket #2493: Default compilation directions do work for boost.python tutorials https://svn.boost.org/trac10/ticket/2493 <p> The documentation for boost.python directs that typing "bjam" will compile the tutorial. </p> <p> However on windows box with msvc, bjam fails, with following error, at the linking phase beacuse it cannot find the python library. fatal error LNK1104: cannot open file 'boost_python-vc80-mt-gd-1_37.lib' </p> <p> However this problem disappears when compiled with "bjam link=static threading = multi" option. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2493 Trac 1.4.3 Steven Watanabe Thu, 17 Jun 2010 19:31:33 GMT <link>https://svn.boost.org/trac10/ticket/2493#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2493#comment:1</guid> <description> <p> Autolinking needs to be disabled. This should be easy enough to fix. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Steven Watanabe</dc:creator> <pubDate>Thu, 17 Jun 2010 19:46:32 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2493#comment:2 https://svn.boost.org/trac10/ticket/2493#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">worksforme</span> </li> </ul> <p> I could not reproduce the problem with 1.37 or the trunk. If this is still a problem, please provide the full output of the failing command. </p> Ticket