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
libgmp-dev
As NTL is getting built with GMP support (thirdparty/build.sh):
thirdparty/build.sh
./configure SHARED=on NTL_GMP_LIP=on NTL_THREADS=on NTL_THREAD_BOOST=on NTL_EXCEPTIONS=on \
It's missing when compiling if not installed
g++ -I../include -I. -g -O2 -pthread -march=native -o gen_gmp_aux gen_gmp_aux.cpp -lgmp -lm gen_gmp_aux.cpp:29:10: fatal error: gmp.h: No such file or directory 29 | #include <gmp.h> | ^~~~~~~
Compilation was done with a fresh default Ubuntu 22.04 container
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As NTL is getting built with GMP support (
thirdparty/build.sh
):It's missing when compiling if not installed
Compilation was done with a fresh default Ubuntu 22.04 container
The text was updated successfully, but these errors were encountered: