-
Notifications
You must be signed in to change notification settings - Fork 2k
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
c++环境部署报异常 #375
Comments
可能是我提供的mnn库在你的计算机上出现依赖版本错误的问题:
|
cpu信息吗:Architecture: x86_64 |
我重新编译了MNN库,目前还有报错:,何解呢?请指教 |
检查一下编译的环境,如gcc版本和链接的标准库是否匹配 |
小白一枚,c++环境部署报异常,请指教://home/ubuntu/lpr/HyperLPR/build/linux/install/hyperlpr3/lib/libMNN.so: undefined reference to
std::_Sp_make_shared_tag::_S_eq(std::type_info const&)@GLIBCXX_3.4.26' //home/ubuntu/lpr/HyperLPR/build/linux/install/hyperlpr3/lib/libMNN.so: undefined reference to
log@GLIBC_2.29'/home/ubuntu/lpr/HyperLPR/build/linux/install/hyperlpr3/lib/libhyperlpr3.so: undefined reference to
std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char> >::basic_ostringstream()' //home/ubuntu/lpr/HyperLPR/build/linux/install/hyperlpr3/lib/libMNN.so: undefined reference to
exp@GLIBC_2.29'/home/ubuntu/lpr/HyperLPR/build/linux/install/hyperlpr3/lib/libhyperlpr3.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits, std::allocator >::basic_stringstream()'
collect2: error: ld returned 1 exit status
CMakeFiles/PlateRecDemo.dir/build.make:109: recipe for target 'PlateRecDemo' failed
make[2]: *** [PlateRecDemo] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/PlateRecDemo.dir/all' failed
make[1]: *** [CMakeFiles/PlateRecDemo.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: