Opened 14 years ago
Closed 14 years ago
#2489 closed Bugs (fixed)
false positive with --show-libraries
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | Building Boost |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
The command "bjam --show-libraries" includes "function_types", but that library doesn't need building. Transcript follows.
$ ./tools/jam/src/bin.linuxx86_64/bjam --show-libraries The following libraries require building:
- date_time
- filesystem
- function_types
- graph
- iostreams
- math
- mpi
- program_options
- python
- regex
- serialization
- signals
- system
- test
- thread
- wave
$ ./tools/jam/src/bin.linuxx86_64/bjam $ ls bin.v2/libs/ date_time filesystem graph iostreams math program_options python regex serialization signals system test thread wave
Change History (2)
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [51895]) Remove function_types from the list of compiled libraries.
Fixes #2489.