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
modulo32
I get the following error when building on Ubuntu 24.0.1 LTS using make nocona:
make nocona
/usr/bin/ld: lasieve4/mpz-ull.o:(.bss+0x0): multiple definition of `modulo32'; fbgen.o:(.bss+0xb0): first defined here /usr/bin/ld: modinv32.o:(.bss+0x0): multiple definition of `modulo32'; fbgen.o:(.bss+0xb0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:100: ../bin/sieve] Error 1 make[2]: Leaving directory '/home/ANT.AMAZON.COM/hennickc/ggnfs/src' make[1]: *** [Makefile:90: common] Error 2 make[1]: Leaving directory '/home/ANT.AMAZON.COM/hennickc/ggnfs' make: *** [Makefile:64: nocona] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I get the following error when building on Ubuntu 24.0.1 LTS using
make nocona
:The text was updated successfully, but these errors were encountered: