Boost C++ Libraries: Ticket #5883: Neither <dependency> nor <use> works on prebuilt library targets https://svn.boost.org/trac10/ticket/5883 <p> For example, suppose I have a jamroot file as follows; </p> <pre class="wiki">run test.cpp : : : : test.run ; explicit test.run ; lib gmp : : &lt;dependency&gt;test.run ; explicit gmp ; exe main.exe : gmp main.cpp ; explicit main.exe ; </pre><p> Here, I just expect that <code>&lt;dependency&gt;</code> feature on the <code>lib</code> target introduces a dependency on the <code>test.run</code> target. However, command line invocation like </p> <pre class="wiki">bjam main.exe </pre><p> pulls neither the build nor run of <code>test.run</code> at all, and only <code>main.exe</code> is built. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/5883 Trac 1.4.3 Kohei Takahashi <flast@…> Fri, 10 Aug 2012 06:04:45 GMT cc set https://svn.boost.org/trac10/ticket/5883#comment:1 https://svn.boost.org/trac10/ticket/5883#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">flast@…</span> added </li> </ul> Ticket