Is there a parallel command to Linux's LDCONFIG for Mac OS X's Terminal?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The answer is no. But you can still configure the search path via environment variables, see dyld(1).
回答2:
Yes. Just run:
sudo update_dyld_shared_cache
回答3:
The best suggestion I can come with is to lookup man dyld
.