We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/root/anaconda3/lib/libsnappy.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9' collect2: error: ld returned 1 exit status make[8]: *** [snap] Error 1 make[7]: *** [CMakeFiles/snap.dir/all] Error 2 make[6]: *** [all] Error 2 make[5]: *** [third_party/snappy_stream/src/extern_snappystream-stamp/extern_snappystream-build] Error 2 make[4]: *** [CMakeFiles/extern_snappystream.dir/all] Error 2 make[3]: *** [all] Error 2 make[2]: *** [third_party/paddle/src/extern_paddle-stamp/extern_paddle-build] Error 2 make[1]: *** [CMakeFiles/extern_paddle.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
g++编译器版本号看看。
Sorry, something went wrong.
记住,用统一的gcc编所有工程。。;另外就是保证版本号。
请问这个问题解决了吗,我也遇到了这个问题
忘记了怎么解决的了,后来我自己用python写了一个。https://github.com/hhzrd/BERT-Embedding-Frequently-Asked-Question
No branches or pull requests
/root/anaconda3/lib/libsnappy.so: undefined reference to `operator delete(void*, unsigned long)@CXXABI_1.3.9'
collect2: error: ld returned 1 exit status
make[8]: *** [snap] Error 1
make[7]: *** [CMakeFiles/snap.dir/all] Error 2
make[6]: *** [all] Error 2
make[5]: *** [third_party/snappy_stream/src/extern_snappystream-stamp/extern_snappystream-build] Error 2
make[4]: *** [CMakeFiles/extern_snappystream.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [third_party/paddle/src/extern_paddle-stamp/extern_paddle-build] Error 2
make[1]: *** [CMakeFiles/extern_paddle.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: