Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.build_release/lib/libcaffe.so: undefined reference to `google::base::CheckOpMessageBuilder::NewString()' #47

Closed
JannaShen opened this issue Nov 2, 2017 · 1 comment

Comments

@JannaShen
Copy link

make caffe with ubuntu16.04 +gcc4.9 cuda8.0 ,get the error like below
CXX/LD -o .build_release/tools/upgrade_net_proto_text.bin
.build_release/lib/libcaffe.so: undefined reference to google::base::CheckOpMessageBuilder::NewString()' .build_release/lib/libcaffe.so: undefined reference to leveldb::DB::Open(leveldb::Options const&, std::string const&, leveldb::DB**)'
.build_release/lib/libcaffe.so: undefined reference to `leveldb::Status::ToString() const'
collect2: error: ld returned 1 exit status
Makefile:625: recipe for target '.build_release/tools/upgrade_net_proto_text.bin' failed
make: *** [.build_release/tools/upgrade_net_proto_text.bin] Error 1

@libornovax
Copy link
Owner

Please check if you have all the necessary dependencies for Caffe and if they are built with gcc 4.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants