Boost C++ Libraries: Ticket #844: bjam bug in windows? https://svn.boost.org/trac10/ticket/844 <pre class="wiki">Compiling zlib and bzip2 libraries for use by iostream using the latest bjam build gives the following error: unknown dependent target &lt;@boost!libs!iostreams!build&gt;libboost_bzip2.lib After replacing the following in bzip2.jam 30c30 &lt; if !$(NO_BZIP2) --- &gt; if ! $(NO_BZIP2) and zlib.jam 30c30 &lt; if !$(NO_ZLIB) --- &gt; if ! $(NO_ZLIB) it manages to compile after that. Is it a bug in bjam? </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/844 Trac 1.4.3 René Rivera Sun, 29 Apr 2007 18:29:22 GMT status changed https://svn.boost.org/trac10/ticket/844#comment:1 https://svn.boost.org/trac10/ticket/844#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> Ticket