全部放入Caffe:找不到-l lmdbboost_system

时间:2018-11-04 11:00:03

标签: makefile caffe

路径为:/ usr / local / caffe

当我运行sudo make all -j8时 我收到错误消息:

AR -o .build_release/lib/libcaffe.a
LD -o .build_release/lib/libcaffe.so.1.0.0
/usr/bin/ld: cannot find -llmdbboost_system
collect2: error: ld returned 1 exit status
Makefile:585: recipe for target '.build_release/lib/libcaffe.so.1.0.0' failed
make: *** [.build_release/lib/libcaffe.so.1.0.0] Error 1

我在ubuntu 18.04,cuda V10.0.130,nvcc V9.1.85,cuDNN V7.3.1上使用caffe-cuda

1 个答案:

答案 0 :(得分:0)

在Makefile中

我忘了在lmdb和boost_system之间添加空格

LIBRARIES += lamdb boost_system