Opened 15 years ago
Closed 14 years ago
#1750 closed Bugs (duplicate)
Autolink library name not in sync with actually build lib
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | autolink, link, library, name, filename, prefix | Cc: |
Description
- problem experienced on win32 platform using vc express 9
- problem applies at least to program_options
- using the Boost program_options library without disabling autolink (default); tries to link against 'libboost_program_options-...'
- problem: 'bjam stage' or 'bjam install' is not creating the requested library
- fix: change the name of the library requested by autolink
Change History (3)
comment:1 by , 15 years ago
Owner: | removed |
---|
comment:2 by , 15 years ago
- the reason for the above report is maybe only of interest for people building the 'bjam stage' target
- the set of build' libraries for this target is relatively small; it is required to manually build all required libraries including libboost_whatever.lib
- since all lib* libs (prefix) are static by default voilá the command line is as follows: 'bjam debug release stage' and second, 'bjam debug release link=static stage'
comment:3 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Really a duplicate of #1744.
Note:
See TracTickets
for help on using tickets.
This is not my bug, sorry. Autolink support is a centralized feature, not specific to any library.