路径为:/ 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
答案 0 :(得分:0)
在Makefile中
我忘了在lmdb和boost_system之间添加空格
LIBRARIES += lamdb boost_system