Hello:
My gmp 6.3.0 library build is
Version: GNU MP 6.3.0
Host type: ivybridge-pc-linux-gnu
ABI: 64
Install prefix: /usr/local
Compiler: /usr/bin/gcc-13
Static libraries: yes
Shared libraries: yes
When I try to figure out why the flint configure run is failing, I can find these mpn gcd 11 files:
~/math/gmp-6.3.0> find . -name "*gcd*" -print | grep 11
./mpn/x86/p6/gcd_11.asm
./mpn/x86/k7/gcd_11.asm
./mpn/x86/gcd_11.asm
./mpn/arm/v5/gcd_11.asm
./mpn/arm/v6t2/gcd_11.asm
./mpn/generic/gcd_11.c
./mpn/powerpc64/mode64/p9/gcd_11.asm
./mpn/powerpc64/mode64/p7/gcd_11.asm
./mpn/powerpc64/mode64/gcd_11.asm
./mpn/arm64/gcd_11.asm
./mpn/sparc64/gcd_11.asm
./mpn/x86_64/nano/gcd_11.asm
./mpn/x86_64/bd4/gcd_11.asm
./mpn/x86_64/bd1/gcd_11.asm
./mpn/x86_64/bd2/gcd_11.asm
./mpn/x86_64/k10/gcd_11.asm
./mpn/x86_64/coreisbr/gcd_11.asm
./mpn/x86_64/zen/gcd_11.asm
./mpn/x86_64/core2/gcd_11.asm
./mpn/x86_64/gcd_11.asm
./mpn/x86_64/bt1/gcd_11.asm
./mpn/x86_64/bt2/gcd_11.asm
./mpn/ia64/gcd_11.asm
./mpn/alpha/ev67/gcd_11.asm
./tests/mpn/t-gcd_11.c
./build/mpn/gcd_11.o
./build/mpn/gcd_11.lo
./build/mpn/gcd_11.asm
./build/tests/mpn/t-gcd_11.o
./build/tests/mpn/t-gcd_11
./build/tests/mpn/t-gcd_11.log
./build/tests/mpn/t-gcd_11.trs
What is the reason why the configure routine cannot find the mpn_gcd_11 files???