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
@victorshoup I updated to GCC 7.1, and found this issue pops out
/usr/bin/ld: _ZN3NTL8GF2EInfoE: TLS reference in src/HElib/libhelib.a(PAlgebra.cpp.o) mismatches non-TLS definition in /usr/lib/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../lib/libntl.so section .bss
However, same codes were successfully compiled with GCC 6. What do you think ? Many thanks.
The text was updated successfully, but these errors were encountered:
I recompile the NTL(version 10.5.0) with TUNE=x86 flag, and everything seems fine again. So I close this issue.
TUNE=x86
Sorry, something went wrong.
No branches or pull requests
@victorshoup I updated to GCC 7.1, and found this issue pops out
However, same codes were successfully compiled with GCC 6. What do you think ? Many thanks.
The text was updated successfully, but these errors were encountered: