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
alisql编译过程中增加tokudb,编译器使用的4.7.4,cmake用的2.8.12,ld版本2.25,系统是rhel6.4。 编译报错: [ 29%] Built target tokuportability_static [ 29%] Building CXX object storage/tokudb/ft-index/ft/CMakeFiles/logformat.dir/logger/logformat.cc.o Linking CXX executable logformat c++: error: -fuse-linker-plugin is not supported in this configuration make[2]: *** [storage/tokudb/ft-index/ft/logformat] Error 1 make[1]: *** [storage/tokudb/ft-index/ft/CMakeFiles/logformat.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
建议升级下 gcc 版本再试下,可以参考下这里:AliSQL 源码编译。
Sorry, something went wrong.
请问 和mariadb相比 性能如何
@fungo 按你给的网址试了一下,现在能编译过了,必须用devtoolset-4,devtoolset-3都不行(报ar段错误)。谢谢!
No branches or pull requests
alisql编译过程中增加tokudb,编译器使用的4.7.4,cmake用的2.8.12,ld版本2.25,系统是rhel6.4。
编译报错:
[ 29%] Built target tokuportability_static
[ 29%] Building CXX object storage/tokudb/ft-index/ft/CMakeFiles/logformat.dir/logger/logformat.cc.o
Linking CXX executable logformat
c++: error: -fuse-linker-plugin is not supported in this configuration
make[2]: *** [storage/tokudb/ft-index/ft/logformat] Error 1
make[1]: *** [storage/tokudb/ft-index/ft/CMakeFiles/logformat.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: