Changes between Version 1 and Version 2 of Ticket #41135, comment 4


Ignore:
Timestamp:
Nov 3, 2013, 4:53:16 PM (11 years ago)
Author:
mario.stief@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41135, comment 4

    v1 v2  
    22It'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...
    33
    4 /edit: I just found out that adding setting DYLD_FALLBACK_LIBRARY_PATH to /opt/local/bin is 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.