Is there a parallel command to Linux's LDCONFIG for Mac OS X's Terminal?
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Xcode debugger displays incorrect values for varia
- Is there a way to report errors in Apple documenta
- Error building gcc 4.8.3 from source: libstdc++.so
Yes. Just run:
sudo update_dyld_shared_cache
The best suggestion I can come with is to lookup
man dyld
.The answer is no. But you can still configure the search path via environment variables, see dyld(1).