On 4 Jul 2013, at 13:18, Luboš Doležel <[email protected]> wrote: > That being said, ELF does have RPATH/RUNPATH attributes which simply > influence the search paths. RPATH takes precedence over defaults (globals), > RUNPATH is checked after defaults.
You can use $ORIGIN in these paths to specify an executable-relative path. This allows specifying in-bundle paths (e.g. $ORIGIN/Frameworks/). David -- Sent from my brain _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
