-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Description
Dear fellow, I have got the following error while compiling all, I have installed the google logging library, can anyone help me with this ? Many thanks !
libcaffe.a(caffe.pb.o): In function caffe::LayerParameter::MergePartialFromCodedStream(google::protobuf::io::CodedInputStream*)': caffe.pb.cc:(.text+0xbe2d): undefined reference togoogle::protobuf::io::CodedInputStream::BytesUntilLimit() const'
caffe.pb.cc:(.text+0xbef5): undefined reference to google::protobuf::io::CodedInputStream::BytesUntilLimit() const' libcaffe.a(caffe.pb.o):caffe.pb.cc:(.text+0xdefd): more undefined references togoogle::protobuf::io::CodedInputStream::BytesUntilLimit() const' follow
libcaffe.a(io.o): In function caffe::ReadProtoFromBinaryFile(char const*, google::protobuf::Message*)': io.cpp:(.text+0xb6d): undefined reference togoogle::protobuf::io::CodedInputStream::default_recursion_limit_'
io.cpp:(.text+0xbb4): undefined reference to `google::protobuf::io::CodedInputStream::~CodedInputStream()'
collect2: ld returned 1 exit status
make: *** [examples/finetune_net.bin] Error 1