Questions tagged «install-name-tool»

27
dyld:未加载库...原因:找不到图像
尝试运行我在Mac OS X中发送的可执行文件时,出现以下错误 dyld: Library not loaded: libboost_atomic.dylib Referenced from: /Users/"Directory my executable is in" Reason: image not found Trace/BPT trap:5 我已经安装了boost库,它们位于中/opt/local/lib。我认为问题仅与可执行文件有关,因为当我在其中粘贴“ libboost_atomic.dylib”时,就不再关心它了。不幸的是,然后它抱怨找不到下一个Boost库。 有简单的方法可以解决此问题吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.