ldconfig equivalent in Mac OS X?
Is there a parallel command to Linux's LDCONFIG for Mac OS X's Terminal?
Solution 1:
Yes. Just run:
sudo update_dyld_shared_cache
Solution 2:
The answer is no. But you can still configure the search path via environment variables, see dyld(1).
Solution 3:
The best suggestion I can come with is to lookup man dyld
.