Boost C++ Libraries: Ticket #13168: Boost python tutorial doesn't build. https://svn.boost.org/trac10/ticket/13168 <pre class="wiki">cd $BOOST_ROOT/libs/python/example/tutorial bjam </pre><p> And fails to find bootstrap.jam. When you use BOOST_BUILD_PATH to point to bootstrap.jam, this results in the entire libboost_python library being built *in situ*, and then, of course, hello_ext.so will not load. </p> <p> And, if you configure user-config.jam to use python3, then the output shared library (i.e., "hello_ext.so") is misnamed. It should be "_hello_ext.so". </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13168 Trac 1.4.3 anonymous Sat, 19 Aug 2017 01:44:23 GMT version changed https://svn.boost.org/trac10/ticket/13168#comment:1 https://svn.boost.org/trac10/ticket/13168#comment:1 <ul> <li><strong>version</strong> <span class="trac-field-old">Boost 1.64.0</span> → <span class="trac-field-new">Boost 1.58.0</span> </li> </ul> Ticket