caffe 安装bug

来源:互联网 发布:06年韦德总决赛数据 编辑:程序博客网 时间:2024/06/05 01:13
CXX/LD -o .build_release/tools/convert_imageset.bin
.build_release/lib/libcaffe.so: undefined reference to `boost::thread::start_thread_noexcept()'
.build_release/lib/libcaffe.so: undefined reference to `boost::thread::join_noexcept()'
collect2: error: ld returned 1 exit status

make: *** [.build_release/tools/convert_imageset.bin] Error 1

修改makefile 文件LDFLAGS :=  -L/usr/local/lib指定boost安装库