在OSX 10.12.1上编译Caffe时出错

时间:2016-11-23 19:19:46

标签: macos opencv build caffe

我按照指令here进行了文件编译。但当它进入链接器阶段时,我收到以下错误:

AR -o .build_release/lib/libcaffe.a
LD -o .build_release/lib/libcaffe.so.1.0.0-rc3
clang: warning: argument unused during compilation: '-pthread'
ld: library not found for -lopencv_core
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [.build_release/lib/libcaffe.so.1.0.0-rc3] Error 1

我在网上搜索但没有发现这个问题 任何人都可以帮助我吗?

我使用brew install --HEAD opencv3

在opencv之外安装了opencv3

您可以在this帖子中找到我的Makefile.config 提前谢谢!

0 个答案:

没有答案