Opened 19 years ago

Last modified 15 years ago

#5533 closed defect

BUG: boost-1.33.0 — at Initial Version

Reported by: matt@… Owned by: darwinports-bugs@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: boost

Description

Boost-1.33.0

It seems that boost needs to be compiled/linked differently. If I link a simple program (just empty main function) with "gcc ... -lboost_regex -L/opt/loca/lib", when I run the program I get the dyld error:

Library not loaded: libboost_regex-1_33.dylib

Referenced from: /Users/matt/tmp/./linkboost Reason: image not found

Running with DYLD_LIBRARY_PATH=/opt/local/lib, the test program (and other proper programs) work fine.

It looks like there were some changes involving -install_name when boost was upgraded to 1.33.0, these might be the culprit?

Change History (0)

Note: See TracTickets for help on using tickets.