views:

611

answers:

2

Is there a parallel command to Linux's LDCONFIG for Mac OS X's Terminal?

+1  A: 

The best suggestion I can come with is to lookup man dyld.

Michael Krelin - hacker
For some reason I get a "command not found" msg.
konzepz
For `man`?!
Michael Krelin - hacker
You should probably fix your $PATH, but the page is also on the Web: http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man1/dyld.1.html
Nicholas Riley
+1  A: 

The answer is no. But you can still configure the search path via environment variables, see dyld(1).

phsiao