Ticket #23193 (closed defect: fixed)
cgal libraries have wrong install_name
| Reported by: | ryandesign@… | Owned by: | vince@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | segment_x@…, raphael@… | |
| Port: | cgal |
Description
On my Snow Leopard system:
$ otool -L /opt/local/lib/libCGAL.dylib /opt/local/lib/libCGAL.dylib: libCGAL.4.dylib (compatibility version 4.0.0, current version 4.0.0) [snip]
That should be:
$ otool -L /opt/local/lib/libCGAL.dylib /opt/local/lib/libCGAL.dylib: /opt/local/lib/libCGAL.4.dylib (compatibility version 4.0.0, current version 4.0.0) [snip]
This was reported on the mailing list.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


