标签:open apt caffe def dealloc ++ command rom move
在使用caffe库编译C++时出现的
解决如下:
/usr/bin/ld: /tmp/ccA5JGRP.o: undefined reference to symbol ‘_ZN2cv6String10deallocateEv‘
//usr/local/lib/libopencv_core.so.3.2: error adding symbols: DSO missing from command line
解决:sudo apt-get autoremove libopencv-dev caffe自带的干掉即可
caffe日常坑系列之:undefined reference to symbol '_ZN2cv6String10deallocateEv'
标签:open apt caffe def dealloc ++ command rom move
原文地址:http://www.cnblogs.com/kellygod/p/7528518.html