Boost C++ Libraries: Ticket #3433: getting started guide: incorrect bootstrap.sh argument syntax https://svn.boost.org/trac10/ticket/3433 <p> In more/getting_started/unix-variants.html there are three references to --with-&lt;library-name&gt; and --without-&lt;library-name&gt;. These should be replaced with --with-libraries=&lt;library-list&gt;. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3433 Trac 1.4.3 Jeremiah Willcock Wed, 09 Jun 2010 01:05:24 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3433#comment:1 https://svn.boost.org/trac10/ticket/3433#comment:1 <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/62624" title="Changed references to --with-* and --without-* to --with-libraries; ...">[62624]</a>) Changed references to --with-* and --without-* to --with-libraries; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3433" title="#3433: Bugs: getting started guide: incorrect bootstrap.sh argument syntax (closed: fixed)">#3433</a> </p> Ticket Steven Watanabe Wed, 09 Jun 2010 02:02:25 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/3433#comment:2 https://svn.boost.org/trac10/ticket/3433#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> <a class="changeset" href="https://svn.boost.org/trac10/changeset/62624#file0" title="Changed references to --with-* and --without-* to --with-libraries; ...">This change</a> is incorrect, as it is describing bjam usage. bjam uses --with-&lt;library&gt;, not --with-libraries=&lt;libraries&gt;. </p> Ticket Steven Watanabe Thu, 10 Jun 2010 00:04:23 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/3433#comment:3 https://svn.boost.org/trac10/ticket/3433#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</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/62699" title="List the correct options for --with.... Fixes #3433.">[62699]</a>) List the correct options for --with.... Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3433" title="#3433: Bugs: getting started guide: incorrect bootstrap.sh argument syntax (closed: fixed)">#3433</a>. </p> Ticket