我是这个领域的新手.我的笔记本电脑是Macbook air,软件:OS X 10.8.5(12F45).我正在运行一个代码,它给我以下错误:
dlopen(/Users/ramesh/offline/build_icerec/lib/icecube/phys_services.so,2):未加载库:/Users/ramesh/offline/build_icerec/lib/libphys-services.dylib引用自:/ Users/ramesh/offline/build_icerec/lib/icecube/phys_services.so原因:找不到图像
我做了谷歌搜索,发现了各种答案.我认为有效的是使用
"-install_name @ rpath/lib".
我的问题是,如何使用-install_name @rpath/lib我的情况?