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
I'm getting a build error in a clean chroot:
get_d.c: In function '__gmpn_get_d': get_d.c:125:34: error: storage size of 'u' isn't known 125 | union ieee_double_extract u; | ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1 libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1 make[2]: *** [Makefile:452: get_d.lo] Error 1
The text was updated successfully, but these errors were encountered:
upstream issue: wbhart/mpir#278
Sorry, something went wrong.
patched with fe734c6
No branches or pull requests
I'm getting a build error in a clean chroot:
The text was updated successfully, but these errors were encountered: