Opened 13 years ago
Closed 9 years ago
#3173 closed Tasks (fixed)
Update tools/build/v2/contrib/boost.jam
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | build |
| Version: | Boost 1.39.0 | Severity: | Problem |
| Keywords: | boost build bjam | Cc: |
Description
The boost.jam file that's recommended for using boost in projects built with boost-build is out of date. Some libraries need to be added, and some need to be renamed
- The unit test framework library should be unit_test_framework, not test. (The library name, on linux at least, is boost_unit_test_framework.)
- The prg_exec_monitor library in Boost.Test should get its own target
- The 6 math libraries for C99 and TR1 in Boost.Math should get targets
Change History (3)
comment:1 by , 13 years ago
| Status: | new → assigned |
|---|
comment:2 by , 12 years ago
comment:3 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
It looks like this was fixed a few years ago. [62249].
Note:
See TracTickets
for help on using tickets.

It also appears that Boost.Filesystem requires Boost.System library, which isn't reflected in the boost.jam file.