You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i make ,it occurs problems,like that
/usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.8: undefined reference to uuid_generate@UUID_1.0' //usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.8: undefined reference to uuid_parse@UUID_1.0'
.build_release/lib/libcaffe.so: undefined reference to leveldb::Status::ToString[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, leveldb::DB**)'
//usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.8: undefined reference to `uuid_unparse@UUID_1.0'
collect2: error: ld returned 1 exit status
Makefile:570: recipe for target '.build_release/tools/caffe.bin' failed
make: *** [.build_release/tools/caffe.bin] Error 1
please give me some advices,thanks!
The text was updated successfully, but these errors were encountered:
when i make ,it occurs problems,like that
/usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.8: undefined reference to
uuid_generate@UUID_1.0' //usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.8: undefined reference to
uuid_parse@UUID_1.0'.build_release/lib/libcaffe.so: undefined reference to
leveldb::Status::ToString[abi:cxx11]() const' .build_release/lib/libcaffe.so: undefined reference to
leveldb::DB::Open(leveldb::Options const&, std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, leveldb::DB**)'//usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.8: undefined reference to `uuid_unparse@UUID_1.0'
collect2: error: ld returned 1 exit status
Makefile:570: recipe for target '.build_release/tools/caffe.bin' failed
make: *** [.build_release/tools/caffe.bin] Error 1
please give me some advices,thanks!
The text was updated successfully, but these errors were encountered: