Changes between Version 1 and Version 2 of Ticket #41135, comment 4
- Timestamp:
- Nov 3, 2013, 4:53:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41135, comment 4
v1 v2 2 2 It's some exercise code from my prof using gsl which is compiled by a Makefile. Is linking the code against /opt/local/lib the only way? Can't I tell my system to look in /usr/local/lib as well as in /opt/local/lib? That's why I tried modify the dyld path... 3 3 4 /edit: I just found out that adding setting DYLD_FALLBACK_LIBRARY_PATH to /opt/local/ binis doing fine and both programs are running.4 /edit: I just found out that adding setting DYLD_FALLBACK_LIBRARY_PATH to /opt/local/lib is doing fine and both programs are running.