Ticket #20012 (closed defect: fixed)
boost libname-mt symlinks still seem to be missing
| Reported by: | braden@… | Owned by: | nox@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | mcalhoun@… | |
| Port: | boost |
Description
As of boost 1.39.0_1:
$ ls /opt/local/lib/libboost_thread*/opt/local/lib/libboost_thread-xgcc40-mt-1_39.a/opt/local/lib/libboost_thread-xgcc40-mt-1_39.dylib /opt/local/lib/libboost_thread-xgcc40-mt.a /opt/local/lib/libboost_thread-xgcc40-mt.dylib /opt/local/lib/libboost_thread.dylib
Shouldn't the last one be libboost_thread-mt.dylib?
Change History
comment:3 Changed 4 years ago by mcalhoun@…
I believe the latest version of boost (1.39.0_2) has already solved this problem.
comment:5 Changed 4 years ago by nox@…
- Status changed from new to closed
- Resolution set to fixed
Use boost 1.39.0_2 which was committed the day before yesterday.
$ port contents boost | grep libboost_thread /opt/local/lib/libboost_thread-mt-d.a /opt/local/lib/libboost_thread-mt-d.dylib /opt/local/lib/libboost_thread-mt.a /opt/local/lib/libboost_thread-mt.dylib
Note: See
TracTickets for help on using
tickets.

