Boost C++ Libraries: Ticket #2489: false positive with --show-libraries https://svn.boost.org/trac10/ticket/2489 <p> The command "bjam --show-libraries" includes "function_types", but that library doesn't need building. Transcript follows. </p> <p> $ ./tools/jam/src/bin.linuxx86_64/bjam --show-libraries The following libraries require building: </p> <ul><li>date_time </li><li>filesystem </li><li>function_types </li><li>graph </li><li>iostreams </li><li>math </li><li>mpi </li><li>program_options </li><li>python </li><li>regex </li><li>serialization </li><li>signals </li><li>system </li><li>test </li><li>thread </li><li>wave </li></ul><p> $ ./tools/jam/src/bin.linuxx86_64/bjam $ ls bin.v2/libs/ date_time filesystem graph iostreams math program_options python regex serialization signals system test thread wave </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2489 Trac 1.4.3 Marshall Clow Tue, 11 Nov 2008 00:36:28 GMT owner set https://svn.boost.org/trac10/ticket/2489#comment:1 https://svn.boost.org/trac10/ticket/2489#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Vladimir Prus</span> </li> </ul> Ticket Vladimir Prus Sat, 21 Mar 2009 23:00:23 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2489#comment:2 https://svn.boost.org/trac10/ticket/2489#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">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/51895" title="Remove function_types from the list of compiled libraries. Fixes #2489. ">[51895]</a>) Remove function_types from the list of compiled libraries. </p> <p> Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2489" title="#2489: Bugs: false positive with --show-libraries (closed: fixed)">#2489</a>. </p> Ticket