尝试运行我在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库。
有简单的方法可以解决此问题吗?