Opened 13 years ago

Closed 12 years ago

#3433 closed Bugs (fixed)

getting started guide: incorrect bootstrap.sh argument syntax

Reported by: dk.boost@… Owned by: Dave Abrahams
Milestone: Boost 1.41.0 Component: Getting Started Guide
Version: Boost 1.40.0 Severity: Problem
Keywords: Cc:

Description

In more/getting_started/unix-variants.html there are three references to --with-<library-name> and --without-<library-name>. These should be replaced with --with-libraries=<library-list>.

Change History (3)

comment:1 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(In [62624]) Changed references to --with-* and --without-* to --with-libraries; fixes #3433

comment:2 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: closedreopened

This change is incorrect, as it is describing bjam usage. bjam uses --with-<library>, not --with-libraries=<libraries>.

comment:3 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: reopenedclosed

(In [62699]) List the correct options for --with.... Fixes #3433.

Note: See TracTickets for help on using tickets.