Opened 15 years ago
Closed 15 years ago
#958 closed Bugs (fixed)
[doc] The "Getting Started" page mentions incorrect library names
Reported by: | Vincent Torri | Owned by: | Thomas Witt |
---|---|---|---|
Milestone: | Boost 1.34.1 | Component: | Building Boost |
Version: | Boost 1.34.0 | Severity: | Problem |
Keywords: | Cc: |
Description
When I compile the thread lib with g++ 4.1.2, the name is:
libboost_thread-gcc41-mt-p.a
The getting starting page mentions, in section 6:
libboost_regex-gcc-3.4-mt-d-1_34.a
(2 times)
I think it should be libboost_regex-gcc34-mt-d-1_34.a
Attachments (1)
Change History (4)
comment:1 by , 15 years ago
Component: | None → Building Boost |
---|---|
Milestone: | → Boost 1.34.1 |
Owner: | set to |
Severity: | → Problem |
by , 15 years ago
Attachment: | getting-started.patch added |
---|
Note:
See TracTickets
for help on using tickets.
Patch for getting started docs that fixes library naming and a complaint from Scott Meyers