Archive for May, 2009

Modifying dynamic linker paths


2009
05.20

There times when standard locations for libraries and frameworks just don’t cut it. For such times a lineup of environment variables can be used to guide the linker. Typing

man dyld

in the terminal tells the story. Also

otool -L <executable-name>

lists library locations for a given executable.