The build took 00h 06m 04s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
119,865 |
asm |
112,041 |
ansic |
19,458 |
makefile |
12,076 |
cpp |
5,049 |
sh |
2,930 |
perl |
226 |
yacc |
203 |
lisp |
95 |
lex |
24 |
fortran |
271,967 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: gmp 6.1.1-1 (Thu Apr 13 17:25:30 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
configure: WARNING: using cross tools not prefixed with host triplet
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking whether clang is gcc... yes
checking compiler clang ... yes
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for clang option to accept ISO C99... none needed
checking for clang option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... clang -E
checking build system compiler clang... yes
checking for build system preprocessor... clang -E
checking for build system executable suffix...
checking whether build system compiler is ANSI... yes
checking for build system compiler math library... -lm
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking C++ compiler clang++ ... yes
checking how to run the C++ preprocessor... clang++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
using ABI="64"
CC="clang"
CFLAGS=""
CPPFLAGS=""
CXX="clang++"
CXXFLAGS=""
MPN_PATH=" x86_64/fat x86_64 generic"
checking whether assembler supports --noexecstack option... yes
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for x86_64-unknown-linux-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-unknown-linux-dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-unknown-linux-ar... ar
checking for archiver @FILE support... @
checking for x86_64-unknown-linux-strip... strip
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for x86_64-unknown-linux-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC -DPIC
checking if clang PIC flag -fPIC -DPIC works... yes
checking if clang static flag -static works... yes
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for clang++ option to produce PIC... -fPIC -DPIC
checking if clang++ PIC flag -fPIC -DPIC works... yes
checking if clang++ static flag -static works... yes
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking invent.h usability... no
checking invent.h presence... no
checking for invent.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking sys/attributes.h usability... no
checking sys/attributes.h presence... no
checking for sys/attributes.h... no
checking sys/iograph.h usability... no
checking sys/iograph.h presence... no
checking for sys/iograph.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/processor.h usability... no
checking sys/processor.h presence... no
checking for sys/processor.h... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking sys/sysinfo.h usability... yes
checking sys/sysinfo.h presence... yes
checking for sys/sysinfo.h... yes
checking sys/syssgi.h usability... no
checking sys/syssgi.h presence... no
checking for sys/syssgi.h... no
checking sys/systemcfg.h usability... no
checking sys/systemcfg.h presence... no
checking for sys/systemcfg.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for sys/resource.h... yes
checking for sys/sysctl.h... yes
checking for machine/hal_sysinfo.h... no
checking whether fgetc is declared... yes
checking whether fscanf is declared... yes
checking whether optarg is declared... yes
checking whether ungetc is declared... yes
checking whether vfprintf is declared... yes
checking whether sys_errlist is declared... yes
checking whether sys_nerr is declared... yes
checking return type of signal handlers... void
checking for intmax_t... yes
checking for long double... yes
checking for long long... yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for uint_least32_t... yes
checking for intptr_t... yes
checking for working volatile... yes
checking for C/C++ restrict keyword... __restrict
checking whether gcc __attribute__ ((const)) works... yes
checking whether gcc __attribute__ ((malloc)) works... yes
checking whether gcc __attribute__ ((mode (XX))) works... yes
checking whether gcc __attribute__ ((noreturn)) works... yes
checking whether gcc hidden aliases work... yes
checking for inline... inline
checking for cos in -lm... yes
checking for working alloca.h... yes
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... no
checking format of `double' floating point... IEEE little endian
checking for alarm... yes
checking for attr_get... no
checking for clock... yes
checking for cputime... no
checking for getpagesize... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for getsysinfo... no
checking for localeconv... yes
checking for memset... yes
checking for mmap... yes
checking for mprotect... yes
checking for nl_langinfo... yes
checking for obstack_vprintf... yes
checking for popen... yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... yes
checking for read_real_time... no
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigstack... yes
checking for syssgi... no
checking for strchr... yes
checking for strerror... yes
checking for strnlen... yes
checking for strtol... yes
checking for strtoul... yes
checking for sysconf... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for times... yes
checking for library containing clock_gettime... none required
checking for vsnprintf... yes
checking whether vsnprintf works... probably
configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for std::locale... yes
checking for suitable m4... m4
checking if m4wrap produces spurious output... no
checking how to switch to text section... .text
checking how to switch to data section... .data
checking for assembler label suffix... :
checking for assembler global directive... .globl
checking for assembler global directive attribute...
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section... .section .rodata,"a",@progbits
checking for assembler .type directive... .type $1,@$2
checking for assembler .size directive... .size $1,$2
checking for assembler local label prefix... .L
checking for assembler byte directive... .byte
checking how to define a 32-bit word... .long
checking if .align assembly directive is logarithmic... no
checking if the .align directive accepts an 0x90 fill in .text... yes
checking size of void *... 8
checking size of unsigned short... 2
checking size of unsigned... 4
checking size of unsigned long... 8
checking size of mp_limb_t... 8
checking for stack_t... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking readline detected... yes
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for x86_64-unknown-linux-ranlib... ranlib
creating config.m4
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating demos/pexpr-config.h
config.status: creating demos/calc/calc-config.h
config.status: creating Makefile
config.status: creating mpf/Makefile
config.status: creating mpn/Makefile
config.status: creating mpq/Makefile
config.status: creating mpz/Makefile
config.status: creating printf/Makefile
config.status: creating scanf/Makefile
config.status: creating rand/Makefile
config.status: creating cxx/Makefile
config.status: creating tests/Makefile
config.status: creating tests/devel/Makefile
config.status: creating tests/mpf/Makefile
config.status: creating tests/mpn/Makefile
config.status: creating tests/mpq/Makefile
config.status: creating tests/mpz/Makefile
config.status: creating tests/rand/Makefile
config.status: creating tests/misc/Makefile
config.status: creating tests/cxx/Makefile
config.status: creating doc/Makefile
config.status: creating tune/Makefile
config.status: creating demos/Makefile
config.status: creating demos/calc/Makefile
config.status: creating demos/expr/Makefile
config.status: creating gmp.h
config.status: creating config.h
config.status: linking mpn/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm
config.status: linking mpn/x86_64/fat/fat.c to mpn/fat.c
config.status: linking mpn/x86_64/fat/fat_entry.asm to mpn/fat_entry.asm
config.status: linking mpn/generic/add.c to mpn/add.c
config.status: linking mpn/generic/add_1.c to mpn/add_1.c
config.status: linking mpn/generic/sub.c to mpn/sub.c
config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
config.status: linking mpn/generic/cnd_swap.c to mpn/cnd_swap.c
config.status: linking mpn/generic/neg.c to mpn/neg.c
config.status: linking mpn/x86_64/aors_err1_n.asm to mpn/add_err1_n.asm
config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm
config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm
config.status: linking mpn/x86_64/aors_err1_n.asm to mpn/sub_err1_n.asm
config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm
config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm
config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
config.status: linking mpn/generic/divis.c to mpn/divis.c
config.status: linking mpn/generic/divrem.c to mpn/divrem.c
config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking mpn/generic/dump.c to mpn/dump.c
config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking mpn/generic/mul.c to mpn/mul.c
config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
config.status: linking mpn/generic/sqr.c to mpn/sqr.c
config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
config.status: linking mpn/generic/random.c to mpn/random.c
config.status: linking mpn/generic/random2.c to mpn/random2.c
config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
config.status: linking mpn/generic/get_str.c to mpn/get_str.c
config.status: linking mpn/generic/set_str.c to mpn/set_str.c
config.status: linking mpn/generic/scan0.c to mpn/scan0.c
config.status: linking mpn/generic/scan1.c to mpn/scan1.c
config.status: linking mpn/x86_64/popham.asm to mpn/popcount.asm
config.status: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
config.status: linking mpn/generic/cmp.c to mpn/cmp.c
config.status: linking mpn/generic/zero_p.c to mpn/zero_p.c
config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
config.status: linking mpn/generic/gcd.c to mpn/gcd.c
config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status: linking mpn/generic/div_q.c to mpn/div_q.c
config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
config.status: linking mpn/generic/get_d.c to mpn/get_d.c
config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
config.status: linking mpn/generic/sqrlo.c to mpn/sqrlo.c
config.status: linking mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c
config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
config.status: linking mpn/generic/invert.c to mpn/invert.c
config.status: linking mpn/generic/binvert.c to mpn/binvert.c
config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
config.status: linking mpn/x86_64/div_qr_1n_pi1.asm to mpn/div_qr_1n_pi1.asm
config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
config.status: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm
config.status: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm
config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
config.status: linking mpn/generic/broot.c to mpn/broot.c
config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
config.status: linking mpn/generic/divexact.c to mpn/divexact.c
config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
config.status: linking mpn/generic/powm.c to mpn/powm.c
config.status: linking mpn/generic/powlo.c to mpn/powlo.c
config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
config.status: linking mpn/generic/remove.c to mpn/remove.c
config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
config.status: linking mpn/generic/zero.c to mpn/zero.c
config.status: linking mpn/x86_64/sec_tabselect.asm to mpn/sec_tabselect.asm
config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
config.status: linking mpn/x86_64/sqr_diag_addlsh1.asm to mpn/sqr_diag_addlsh1.asm
config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
config.status: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
config.status: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
config.status: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/addlsh_n.asm
config.status: linking mpn/x86_64/aorrlsh_n.asm to mpn/rsblsh_n.asm
config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
config.status: linking mpn/x86_64/fat/gmp-mparam.h to gmp-mparam.h
config.status: executing libtool commands
configure: summary of build options:
Version: GNU MP 6.1.1
Host type: x86_64-unknown-linux-gnu
ABI: 64
Install prefix: /usr
Compiler: clang
Static libraries: yes
Shared libraries: yes
clang `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac
./gen-fac 64 0 >fac_table.h || (rm -f fac_table.h; exit 1)
clang `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib
./gen-fib header 64 0 >fib_table.h || (rm -f fib_table.h; exit 1)
./gen-fib table 64 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1)
clang `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases -lm
./gen-bases header 64 0 >mp_bases.h || (rm -f mp_bases.h; exit 1)
./gen-bases table 64 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1)
clang `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab -lm
./gen-trialdivtab 64 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1)
clang `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
clang `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
make all-recursive
make[1]: Entering directory '/tmp/gmp/src/gmp-6.1.1'
Making all in tests
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests'
Making all in .
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests'
Making all in devel
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/devel'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/devel'
Making all in mpn
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpn'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpn'
Making all in mpz
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpz'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpz'
Making all in mpq
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpq'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpq'
Making all in mpf
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpf'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpf'
Making all in rand
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/rand'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/rand'
Making all in misc
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/misc'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/misc'
Making all in cxx
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/cxx'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/cxx'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests'
Making all in mpn
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpn'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -c -o fib_table.lo fib_table.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -c fib_table.c -o fib_table.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -c -o mp_bases.lo mp_bases.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -c mp_bases.c -o mp_bases.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_add_n.asm' || echo './'`x86_64_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_add_n -Wa,--noexecstack x86_64_add_n.asm -fPIC -DPIC -o .libs/x86_64_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_add_n -DPIC x86_64_add_n.asm >tmp-x86_64_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_add_n -Wa,--noexecstack tmp-x86_64_add_n.s -fPIC -DPIC -o .libs/x86_64_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_add_n -Wa,--noexecstack x86_64_add_n.asm -o x86_64_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_addmul_1.asm' || echo './'`x86_64_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_1 -Wa,--noexecstack x86_64_addmul_1.asm -fPIC -DPIC -o .libs/x86_64_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addmul_1 -DPIC x86_64_addmul_1.asm >tmp-x86_64_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_1 -Wa,--noexecstack tmp-x86_64_addmul_1.s -fPIC -DPIC -o .libs/x86_64_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_1 -Wa,--noexecstack x86_64_addmul_1.asm -o x86_64_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_bdiv_dbm1c | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_bdiv_dbm1c.asm' || echo './'`x86_64_bdiv_dbm1c.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_bdiv_dbm1c -Wa,--noexecstack x86_64_bdiv_dbm1c.asm -fPIC -DPIC -o .libs/x86_64_bdiv_dbm1c.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_bdiv_dbm1c -DPIC x86_64_bdiv_dbm1c.asm >tmp-x86_64_bdiv_dbm1c.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_bdiv_dbm1c -Wa,--noexecstack tmp-x86_64_bdiv_dbm1c.s -fPIC -DPIC -o .libs/x86_64_bdiv_dbm1c.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_bdiv_dbm1c'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_bdiv_dbm1c -Wa,--noexecstack x86_64_bdiv_dbm1c.asm -o x86_64_bdiv_dbm1c.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_com | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_com.asm' || echo './'`x86_64_com.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_com -Wa,--noexecstack x86_64_com.asm -fPIC -DPIC -o .libs/x86_64_com.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_com -DPIC x86_64_com.asm >tmp-x86_64_com.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_com -Wa,--noexecstack tmp-x86_64_com.s -fPIC -DPIC -o .libs/x86_64_com.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_com'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_com -Wa,--noexecstack x86_64_com.asm -o x86_64_com.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_cnd_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_cnd_add_n.asm' || echo './'`x86_64_cnd_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_add_n -Wa,--noexecstack x86_64_cnd_add_n.asm -fPIC -DPIC -o .libs/x86_64_cnd_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_cnd_add_n -DPIC x86_64_cnd_add_n.asm >tmp-x86_64_cnd_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_add_n -Wa,--noexecstack tmp-x86_64_cnd_add_n.s -fPIC -DPIC -o .libs/x86_64_cnd_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_cnd_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_add_n -Wa,--noexecstack x86_64_cnd_add_n.asm -o x86_64_cnd_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_cnd_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_cnd_sub_n.asm' || echo './'`x86_64_cnd_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_sub_n -Wa,--noexecstack x86_64_cnd_sub_n.asm -fPIC -DPIC -o .libs/x86_64_cnd_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_cnd_sub_n -DPIC x86_64_cnd_sub_n.asm >tmp-x86_64_cnd_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_sub_n -Wa,--noexecstack tmp-x86_64_cnd_sub_n.s -fPIC -DPIC -o .libs/x86_64_cnd_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_cnd_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_cnd_sub_n -Wa,--noexecstack x86_64_cnd_sub_n.asm -o x86_64_cnd_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_copyd | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_copyd.asm' || echo './'`x86_64_copyd.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyd -Wa,--noexecstack x86_64_copyd.asm -fPIC -DPIC -o .libs/x86_64_copyd.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_copyd -DPIC x86_64_copyd.asm >tmp-x86_64_copyd.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyd -Wa,--noexecstack tmp-x86_64_copyd.s -fPIC -DPIC -o .libs/x86_64_copyd.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_copyd'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyd -Wa,--noexecstack x86_64_copyd.asm -o x86_64_copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_copyi | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_copyi.asm' || echo './'`x86_64_copyi.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyi -Wa,--noexecstack x86_64_copyi.asm -fPIC -DPIC -o .libs/x86_64_copyi.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_copyi -DPIC x86_64_copyi.asm >tmp-x86_64_copyi.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyi -Wa,--noexecstack tmp-x86_64_copyi.s -fPIC -DPIC -o .libs/x86_64_copyi.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_copyi'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_copyi -Wa,--noexecstack x86_64_copyi.asm -o x86_64_copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_dive_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_dive_1.asm' || echo './'`x86_64_dive_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_dive_1 -Wa,--noexecstack x86_64_dive_1.asm -fPIC -DPIC -o .libs/x86_64_dive_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_dive_1 -DPIC x86_64_dive_1.asm >tmp-x86_64_dive_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_dive_1 -Wa,--noexecstack tmp-x86_64_dive_1.s -fPIC -DPIC -o .libs/x86_64_dive_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_dive_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_dive_1 -Wa,--noexecstack x86_64_dive_1.asm -o x86_64_dive_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_divrem_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_divrem_1.asm' || echo './'`x86_64_divrem_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_divrem_1 -Wa,--noexecstack x86_64_divrem_1.asm -fPIC -DPIC -o .libs/x86_64_divrem_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_divrem_1 -DPIC x86_64_divrem_1.asm >tmp-x86_64_divrem_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_divrem_1 -Wa,--noexecstack tmp-x86_64_divrem_1.s -fPIC -DPIC -o .libs/x86_64_divrem_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_divrem_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_divrem_1 -Wa,--noexecstack x86_64_divrem_1.asm -o x86_64_divrem_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_gcd_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_gcd_1.asm' || echo './'`x86_64_gcd_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_gcd_1 -Wa,--noexecstack x86_64_gcd_1.asm -fPIC -DPIC -o .libs/x86_64_gcd_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_gcd_1 -DPIC x86_64_gcd_1.asm >tmp-x86_64_gcd_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_gcd_1 -Wa,--noexecstack tmp-x86_64_gcd_1.s -fPIC -DPIC -o .libs/x86_64_gcd_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_gcd_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_gcd_1 -Wa,--noexecstack x86_64_gcd_1.asm -o x86_64_gcd_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_lshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_lshift.asm' || echo './'`x86_64_lshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshift -Wa,--noexecstack x86_64_lshift.asm -fPIC -DPIC -o .libs/x86_64_lshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_lshift -DPIC x86_64_lshift.asm >tmp-x86_64_lshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshift -Wa,--noexecstack tmp-x86_64_lshift.s -fPIC -DPIC -o .libs/x86_64_lshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_lshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshift -Wa,--noexecstack x86_64_lshift.asm -o x86_64_lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_lshiftc | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_lshiftc.asm' || echo './'`x86_64_lshiftc.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshiftc -Wa,--noexecstack x86_64_lshiftc.asm -fPIC -DPIC -o .libs/x86_64_lshiftc.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_lshiftc -DPIC x86_64_lshiftc.asm >tmp-x86_64_lshiftc.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshiftc -Wa,--noexecstack tmp-x86_64_lshiftc.s -fPIC -DPIC -o .libs/x86_64_lshiftc.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_lshiftc'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_lshiftc -Wa,--noexecstack x86_64_lshiftc.asm -o x86_64_lshiftc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_1_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_mod_1_1.asm' || echo './'`x86_64_mod_1_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_1 -Wa,--noexecstack x86_64_mod_1_1.asm -fPIC -DPIC -o .libs/x86_64_mod_1_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_1_1 -DPIC x86_64_mod_1_1.asm >tmp-x86_64_mod_1_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_1 -Wa,--noexecstack tmp-x86_64_mod_1_1.s -fPIC -DPIC -o .libs/x86_64_mod_1_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_mod_1_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_1 -Wa,--noexecstack x86_64_mod_1_1.asm -o x86_64_mod_1_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_1_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_mod_1_2.asm' || echo './'`x86_64_mod_1_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_2 -Wa,--noexecstack x86_64_mod_1_2.asm -fPIC -DPIC -o .libs/x86_64_mod_1_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_1_2 -DPIC x86_64_mod_1_2.asm >tmp-x86_64_mod_1_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_2 -Wa,--noexecstack tmp-x86_64_mod_1_2.s -fPIC -DPIC -o .libs/x86_64_mod_1_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_mod_1_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_2 -Wa,--noexecstack x86_64_mod_1_2.asm -o x86_64_mod_1_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_1_4 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_mod_1_4.asm' || echo './'`x86_64_mod_1_4.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_4 -Wa,--noexecstack x86_64_mod_1_4.asm -fPIC -DPIC -o .libs/x86_64_mod_1_4.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_1_4 -DPIC x86_64_mod_1_4.asm >tmp-x86_64_mod_1_4.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_4 -Wa,--noexecstack tmp-x86_64_mod_1_4.s -fPIC -DPIC -o .libs/x86_64_mod_1_4.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_mod_1_4'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_1_4 -Wa,--noexecstack x86_64_mod_1_4.asm -o x86_64_mod_1_4.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mod_34lsub1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_mod_34lsub1.asm' || echo './'`x86_64_mod_34lsub1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_34lsub1 -Wa,--noexecstack x86_64_mod_34lsub1.asm -fPIC -DPIC -o .libs/x86_64_mod_34lsub1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mod_34lsub1 -DPIC x86_64_mod_34lsub1.asm >tmp-x86_64_mod_34lsub1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_34lsub1 -Wa,--noexecstack tmp-x86_64_mod_34lsub1.s -fPIC -DPIC -o .libs/x86_64_mod_34lsub1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_mod_34lsub1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mod_34lsub1 -Wa,--noexecstack x86_64_mod_34lsub1.asm -o x86_64_mod_34lsub1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mode1o | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_mode1o.asm' || echo './'`x86_64_mode1o.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mode1o -Wa,--noexecstack x86_64_mode1o.asm -fPIC -DPIC -o .libs/x86_64_mode1o.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mode1o -DPIC x86_64_mode1o.asm >tmp-x86_64_mode1o.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mode1o -Wa,--noexecstack tmp-x86_64_mode1o.s -fPIC -DPIC -o .libs/x86_64_mode1o.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_mode1o'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mode1o -Wa,--noexecstack x86_64_mode1o.asm -o x86_64_mode1o.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_mul_1.asm' || echo './'`x86_64_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mul_1 -Wa,--noexecstack x86_64_mul_1.asm -fPIC -DPIC -o .libs/x86_64_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_mul_1 -DPIC x86_64_mul_1.asm >tmp-x86_64_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mul_1 -Wa,--noexecstack tmp-x86_64_mul_1.s -fPIC -DPIC -o .libs/x86_64_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_mul_1 -Wa,--noexecstack x86_64_mul_1.asm -o x86_64_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_rshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_rshift.asm' || echo './'`x86_64_rshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_rshift -Wa,--noexecstack x86_64_rshift.asm -fPIC -DPIC -o .libs/x86_64_rshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_rshift -DPIC x86_64_rshift.asm >tmp-x86_64_rshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_rshift -Wa,--noexecstack tmp-x86_64_rshift.s -fPIC -DPIC -o .libs/x86_64_rshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_rshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_rshift -Wa,--noexecstack x86_64_rshift.asm -o x86_64_rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_sub_n.asm' || echo './'`x86_64_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sub_n -Wa,--noexecstack x86_64_sub_n.asm -fPIC -DPIC -o .libs/x86_64_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_sub_n -DPIC x86_64_sub_n.asm >tmp-x86_64_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sub_n -Wa,--noexecstack tmp-x86_64_sub_n.s -fPIC -DPIC -o .libs/x86_64_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sub_n -Wa,--noexecstack x86_64_sub_n.asm -o x86_64_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_submul_1.asm' || echo './'`x86_64_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_submul_1 -Wa,--noexecstack x86_64_submul_1.asm -fPIC -DPIC -o .libs/x86_64_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_submul_1 -DPIC x86_64_submul_1.asm >tmp-x86_64_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_submul_1 -Wa,--noexecstack tmp-x86_64_submul_1.s -fPIC -DPIC -o .libs/x86_64_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_submul_1 -Wa,--noexecstack x86_64_submul_1.asm -o x86_64_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addmul_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_addmul_2.asm' || echo './'`x86_64_addmul_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_2 -Wa,--noexecstack x86_64_addmul_2.asm -fPIC -DPIC -o .libs/x86_64_addmul_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addmul_2 -DPIC x86_64_addmul_2.asm >tmp-x86_64_addmul_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_2 -Wa,--noexecstack tmp-x86_64_addmul_2.s -fPIC -DPIC -o .libs/x86_64_addmul_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_addmul_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addmul_2 -Wa,--noexecstack x86_64_addmul_2.asm -o x86_64_addmul_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addlsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_addlsh1_n.asm' || echo './'`x86_64_addlsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh1_n -Wa,--noexecstack x86_64_addlsh1_n.asm -fPIC -DPIC -o .libs/x86_64_addlsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addlsh1_n -DPIC x86_64_addlsh1_n.asm >tmp-x86_64_addlsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh1_n -Wa,--noexecstack tmp-x86_64_addlsh1_n.s -fPIC -DPIC -o .libs/x86_64_addlsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_addlsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh1_n -Wa,--noexecstack x86_64_addlsh1_n.asm -o x86_64_addlsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_addlsh2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_addlsh2_n.asm' || echo './'`x86_64_addlsh2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh2_n -Wa,--noexecstack x86_64_addlsh2_n.asm -fPIC -DPIC -o .libs/x86_64_addlsh2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_addlsh2_n -DPIC x86_64_addlsh2_n.asm >tmp-x86_64_addlsh2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh2_n -Wa,--noexecstack tmp-x86_64_addlsh2_n.s -fPIC -DPIC -o .libs/x86_64_addlsh2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_addlsh2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_addlsh2_n -Wa,--noexecstack x86_64_addlsh2_n.asm -o x86_64_addlsh2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo x86_64_sublsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'x86_64_sublsh1_n.asm' || echo './'`x86_64_sublsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sublsh1_n -Wa,--noexecstack x86_64_sublsh1_n.asm -fPIC -DPIC -o .libs/x86_64_sublsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_x86_64_sublsh1_n -DPIC x86_64_sublsh1_n.asm >tmp-x86_64_sublsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sublsh1_n -Wa,--noexecstack tmp-x86_64_sublsh1_n.s -fPIC -DPIC -o .libs/x86_64_sublsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_x86_64_sublsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_x86_64_sublsh1_n -Wa,--noexecstack x86_64_sublsh1_n.asm -o x86_64_sublsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_mod_1 | sed 's/_$//'` -c -o fat_mod_1.lo fat_mod_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_mod_1 -c fat_mod_1.c -fPIC -DPIC -o .libs/fat_mod_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_mod_1 -c fat_mod_1.c -o fat_mod_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_mul_basecase | sed 's/_$//'` -c -o fat_mul_basecase.lo fat_mul_basecase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_mul_basecase -c fat_mul_basecase.c -fPIC -DPIC -o .libs/fat_mul_basecase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_mul_basecase -c fat_mul_basecase.c -o fat_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_mullo_basecase | sed 's/_$//'` -c -o fat_mullo_basecase.lo fat_mullo_basecase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_mullo_basecase -c fat_mullo_basecase.c -fPIC -DPIC -o .libs/fat_mullo_basecase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_mullo_basecase -c fat_mullo_basecase.c -o fat_mullo_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_redc_1 | sed 's/_$//'` -c -o fat_redc_1.lo fat_redc_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_redc_1 -c fat_redc_1.c -fPIC -DPIC -o .libs/fat_redc_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_redc_1 -c fat_redc_1.c -o fat_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_redc_2 | sed 's/_$//'` -c -o fat_redc_2.lo fat_redc_2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_redc_2 -c fat_redc_2.c -fPIC -DPIC -o .libs/fat_redc_2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_redc_2 -c fat_redc_2.c -o fat_redc_2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_sqr_basecase | sed 's/_$//'` -c -o fat_sqr_basecase.lo fat_sqr_basecase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_sqr_basecase -c fat_sqr_basecase.c -fPIC -DPIC -o .libs/fat_sqr_basecase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_sqr_basecase -c fat_sqr_basecase.c -o fat_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k8_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'k8_mul_basecase.asm' || echo './'`k8_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_mul_basecase -Wa,--noexecstack k8_mul_basecase.asm -fPIC -DPIC -o .libs/k8_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k8_mul_basecase -DPIC k8_mul_basecase.asm >tmp-k8_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_mul_basecase -Wa,--noexecstack tmp-k8_mul_basecase.s -fPIC -DPIC -o .libs/k8_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k8_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_mul_basecase -Wa,--noexecstack k8_mul_basecase.asm -o k8_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k8_mullo_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'k8_mullo_basecase.asm' || echo './'`k8_mullo_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_mullo_basecase -Wa,--noexecstack k8_mullo_basecase.asm -fPIC -DPIC -o .libs/k8_mullo_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k8_mullo_basecase -DPIC k8_mullo_basecase.asm >tmp-k8_mullo_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_mullo_basecase -Wa,--noexecstack tmp-k8_mullo_basecase.s -fPIC -DPIC -o .libs/k8_mullo_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k8_mullo_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_mullo_basecase -Wa,--noexecstack k8_mullo_basecase.asm -o k8_mullo_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k8_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'k8_redc_1.asm' || echo './'`k8_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_redc_1 -Wa,--noexecstack k8_redc_1.asm -fPIC -DPIC -o .libs/k8_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k8_redc_1 -DPIC k8_redc_1.asm >tmp-k8_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_redc_1 -Wa,--noexecstack tmp-k8_redc_1.s -fPIC -DPIC -o .libs/k8_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k8_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_redc_1 -Wa,--noexecstack k8_redc_1.asm -o k8_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k8_sqr_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'k8_sqr_basecase.asm' || echo './'`k8_sqr_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_sqr_basecase -Wa,--noexecstack k8_sqr_basecase.asm -fPIC -DPIC -o .libs/k8_sqr_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k8_sqr_basecase -DPIC k8_sqr_basecase.asm >tmp-k8_sqr_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_sqr_basecase -Wa,--noexecstack tmp-k8_sqr_basecase.s -fPIC -DPIC -o .libs/k8_sqr_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k8_sqr_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k8_sqr_basecase -Wa,--noexecstack k8_sqr_basecase.asm -o k8_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k10_gcd_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'k10_gcd_1.asm' || echo './'`k10_gcd_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_gcd_1 -Wa,--noexecstack k10_gcd_1.asm -fPIC -DPIC -o .libs/k10_gcd_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k10_gcd_1 -DPIC k10_gcd_1.asm >tmp-k10_gcd_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_gcd_1 -Wa,--noexecstack tmp-k10_gcd_1.s -fPIC -DPIC -o .libs/k10_gcd_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k10_gcd_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_gcd_1 -Wa,--noexecstack k10_gcd_1.asm -o k10_gcd_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k10_lshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'k10_lshift.asm' || echo './'`k10_lshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_lshift -Wa,--noexecstack k10_lshift.asm -fPIC -DPIC -o .libs/k10_lshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k10_lshift -DPIC k10_lshift.asm >tmp-k10_lshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_lshift -Wa,--noexecstack tmp-k10_lshift.s -fPIC -DPIC -o .libs/k10_lshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k10_lshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_lshift -Wa,--noexecstack k10_lshift.asm -o k10_lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k10_lshiftc | sed 's/_$//'` -Wa,--noexecstack `test -f 'k10_lshiftc.asm' || echo './'`k10_lshiftc.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_lshiftc -Wa,--noexecstack k10_lshiftc.asm -fPIC -DPIC -o .libs/k10_lshiftc.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k10_lshiftc -DPIC k10_lshiftc.asm >tmp-k10_lshiftc.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_lshiftc -Wa,--noexecstack tmp-k10_lshiftc.s -fPIC -DPIC -o .libs/k10_lshiftc.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k10_lshiftc'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_lshiftc -Wa,--noexecstack k10_lshiftc.asm -o k10_lshiftc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo k10_rshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'k10_rshift.asm' || echo './'`k10_rshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_rshift -Wa,--noexecstack k10_rshift.asm -fPIC -DPIC -o .libs/k10_rshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_k10_rshift -DPIC k10_rshift.asm >tmp-k10_rshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_rshift -Wa,--noexecstack tmp-k10_rshift.s -fPIC -DPIC -o .libs/k10_rshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_k10_rshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_k10_rshift -Wa,--noexecstack k10_rshift.asm -o k10_rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_addmul_1.asm' || echo './'`bd1_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_addmul_1 -Wa,--noexecstack bd1_addmul_1.asm -fPIC -DPIC -o .libs/bd1_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_addmul_1 -DPIC bd1_addmul_1.asm >tmp-bd1_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_addmul_1 -Wa,--noexecstack tmp-bd1_addmul_1.s -fPIC -DPIC -o .libs/bd1_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_addmul_1 -Wa,--noexecstack bd1_addmul_1.asm -o bd1_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_com | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_com.asm' || echo './'`bd1_com.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_com -Wa,--noexecstack bd1_com.asm -fPIC -DPIC -o .libs/bd1_com.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_com -DPIC bd1_com.asm >tmp-bd1_com.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_com -Wa,--noexecstack tmp-bd1_com.s -fPIC -DPIC -o .libs/bd1_com.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_com'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_com -Wa,--noexecstack bd1_com.asm -o bd1_com.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_copyd | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_copyd.asm' || echo './'`bd1_copyd.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_copyd -Wa,--noexecstack bd1_copyd.asm -fPIC -DPIC -o .libs/bd1_copyd.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_copyd -DPIC bd1_copyd.asm >tmp-bd1_copyd.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_copyd -Wa,--noexecstack tmp-bd1_copyd.s -fPIC -DPIC -o .libs/bd1_copyd.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_copyd'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_copyd -Wa,--noexecstack bd1_copyd.asm -o bd1_copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_copyi | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_copyi.asm' || echo './'`bd1_copyi.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_copyi -Wa,--noexecstack bd1_copyi.asm -fPIC -DPIC -o .libs/bd1_copyi.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_copyi -DPIC bd1_copyi.asm >tmp-bd1_copyi.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_copyi -Wa,--noexecstack tmp-bd1_copyi.s -fPIC -DPIC -o .libs/bd1_copyi.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_copyi'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_copyi -Wa,--noexecstack bd1_copyi.asm -o bd1_copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_gcd_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_gcd_1.asm' || echo './'`bd1_gcd_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_gcd_1 -Wa,--noexecstack bd1_gcd_1.asm -fPIC -DPIC -o .libs/bd1_gcd_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_gcd_1 -DPIC bd1_gcd_1.asm >tmp-bd1_gcd_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_gcd_1 -Wa,--noexecstack tmp-bd1_gcd_1.s -fPIC -DPIC -o .libs/bd1_gcd_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_gcd_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_gcd_1 -Wa,--noexecstack bd1_gcd_1.asm -o bd1_gcd_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_mul_1.asm' || echo './'`bd1_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_mul_1 -Wa,--noexecstack bd1_mul_1.asm -fPIC -DPIC -o .libs/bd1_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_mul_1 -DPIC bd1_mul_1.asm >tmp-bd1_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_mul_1 -Wa,--noexecstack tmp-bd1_mul_1.s -fPIC -DPIC -o .libs/bd1_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_mul_1 -Wa,--noexecstack bd1_mul_1.asm -o bd1_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_mul_basecase.asm' || echo './'`bd1_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_mul_basecase -Wa,--noexecstack bd1_mul_basecase.asm -fPIC -DPIC -o .libs/bd1_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_mul_basecase -DPIC bd1_mul_basecase.asm >tmp-bd1_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_mul_basecase -Wa,--noexecstack tmp-bd1_mul_basecase.s -fPIC -DPIC -o .libs/bd1_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_mul_basecase -Wa,--noexecstack bd1_mul_basecase.asm -o bd1_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_submul_1.asm' || echo './'`bd1_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_submul_1 -Wa,--noexecstack bd1_submul_1.asm -fPIC -DPIC -o .libs/bd1_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_submul_1 -DPIC bd1_submul_1.asm >tmp-bd1_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_submul_1 -Wa,--noexecstack tmp-bd1_submul_1.s -fPIC -DPIC -o .libs/bd1_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_submul_1 -Wa,--noexecstack bd1_submul_1.asm -o bd1_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_addlsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_addlsh1_n.asm' || echo './'`bd1_addlsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_addlsh1_n -Wa,--noexecstack bd1_addlsh1_n.asm -fPIC -DPIC -o .libs/bd1_addlsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_addlsh1_n -DPIC bd1_addlsh1_n.asm >tmp-bd1_addlsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_addlsh1_n -Wa,--noexecstack tmp-bd1_addlsh1_n.s -fPIC -DPIC -o .libs/bd1_addlsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_addlsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_addlsh1_n -Wa,--noexecstack bd1_addlsh1_n.asm -o bd1_addlsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bd1_sublsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'bd1_sublsh1_n.asm' || echo './'`bd1_sublsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_sublsh1_n -Wa,--noexecstack bd1_sublsh1_n.asm -fPIC -DPIC -o .libs/bd1_sublsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bd1_sublsh1_n -DPIC bd1_sublsh1_n.asm >tmp-bd1_sublsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_sublsh1_n -Wa,--noexecstack tmp-bd1_sublsh1_n.s -fPIC -DPIC -o .libs/bd1_sublsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bd1_sublsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bd1_sublsh1_n -Wa,--noexecstack bd1_sublsh1_n.asm -o bd1_sublsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_add_n.asm' || echo './'`bobcat_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_add_n -Wa,--noexecstack bobcat_add_n.asm -fPIC -DPIC -o .libs/bobcat_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_add_n -DPIC bobcat_add_n.asm >tmp-bobcat_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_add_n -Wa,--noexecstack tmp-bobcat_add_n.s -fPIC -DPIC -o .libs/bobcat_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_add_n -Wa,--noexecstack bobcat_add_n.asm -o bobcat_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_addmul_1.asm' || echo './'`bobcat_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_addmul_1 -Wa,--noexecstack bobcat_addmul_1.asm -fPIC -DPIC -o .libs/bobcat_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_addmul_1 -DPIC bobcat_addmul_1.asm >tmp-bobcat_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_addmul_1 -Wa,--noexecstack tmp-bobcat_addmul_1.s -fPIC -DPIC -o .libs/bobcat_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_addmul_1 -Wa,--noexecstack bobcat_addmul_1.asm -o bobcat_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_copyd | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_copyd.asm' || echo './'`bobcat_copyd.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_copyd -Wa,--noexecstack bobcat_copyd.asm -fPIC -DPIC -o .libs/bobcat_copyd.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_copyd -DPIC bobcat_copyd.asm >tmp-bobcat_copyd.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_copyd -Wa,--noexecstack tmp-bobcat_copyd.s -fPIC -DPIC -o .libs/bobcat_copyd.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_copyd'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_copyd -Wa,--noexecstack bobcat_copyd.asm -o bobcat_copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_copyi | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_copyi.asm' || echo './'`bobcat_copyi.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_copyi -Wa,--noexecstack bobcat_copyi.asm -fPIC -DPIC -o .libs/bobcat_copyi.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_copyi -DPIC bobcat_copyi.asm >tmp-bobcat_copyi.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_copyi -Wa,--noexecstack tmp-bobcat_copyi.s -fPIC -DPIC -o .libs/bobcat_copyi.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_copyi'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_copyi -Wa,--noexecstack bobcat_copyi.asm -o bobcat_copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_mul_1.asm' || echo './'`bobcat_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_mul_1 -Wa,--noexecstack bobcat_mul_1.asm -fPIC -DPIC -o .libs/bobcat_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_mul_1 -DPIC bobcat_mul_1.asm >tmp-bobcat_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_mul_1 -Wa,--noexecstack tmp-bobcat_mul_1.s -fPIC -DPIC -o .libs/bobcat_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_mul_1 -Wa,--noexecstack bobcat_mul_1.asm -o bobcat_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_mul_basecase.asm' || echo './'`bobcat_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_mul_basecase -Wa,--noexecstack bobcat_mul_basecase.asm -fPIC -DPIC -o .libs/bobcat_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_mul_basecase -DPIC bobcat_mul_basecase.asm >tmp-bobcat_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_mul_basecase -Wa,--noexecstack tmp-bobcat_mul_basecase.s -fPIC -DPIC -o .libs/bobcat_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_mul_basecase -Wa,--noexecstack bobcat_mul_basecase.asm -o bobcat_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_redc_1.asm' || echo './'`bobcat_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_redc_1 -Wa,--noexecstack bobcat_redc_1.asm -fPIC -DPIC -o .libs/bobcat_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_redc_1 -DPIC bobcat_redc_1.asm >tmp-bobcat_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_redc_1 -Wa,--noexecstack tmp-bobcat_redc_1.s -fPIC -DPIC -o .libs/bobcat_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_redc_1 -Wa,--noexecstack bobcat_redc_1.asm -o bobcat_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_sqr_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_sqr_basecase.asm' || echo './'`bobcat_sqr_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_sqr_basecase -Wa,--noexecstack bobcat_sqr_basecase.asm -fPIC -DPIC -o .libs/bobcat_sqr_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_sqr_basecase -DPIC bobcat_sqr_basecase.asm >tmp-bobcat_sqr_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_sqr_basecase -Wa,--noexecstack tmp-bobcat_sqr_basecase.s -fPIC -DPIC -o .libs/bobcat_sqr_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_sqr_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_sqr_basecase -Wa,--noexecstack bobcat_sqr_basecase.asm -o bobcat_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_sub_n.asm' || echo './'`bobcat_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_sub_n -Wa,--noexecstack bobcat_sub_n.asm -fPIC -DPIC -o .libs/bobcat_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_sub_n -DPIC bobcat_sub_n.asm >tmp-bobcat_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_sub_n -Wa,--noexecstack tmp-bobcat_sub_n.s -fPIC -DPIC -o .libs/bobcat_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_sub_n -Wa,--noexecstack bobcat_sub_n.asm -o bobcat_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bobcat_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bobcat_submul_1.asm' || echo './'`bobcat_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_submul_1 -Wa,--noexecstack bobcat_submul_1.asm -fPIC -DPIC -o .libs/bobcat_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bobcat_submul_1 -DPIC bobcat_submul_1.asm >tmp-bobcat_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_submul_1 -Wa,--noexecstack tmp-bobcat_submul_1.s -fPIC -DPIC -o .libs/bobcat_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bobcat_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bobcat_submul_1 -Wa,--noexecstack bobcat_submul_1.asm -o bobcat_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_add_n.asm' || echo './'`p4_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_add_n -Wa,--noexecstack p4_add_n.asm -fPIC -DPIC -o .libs/p4_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_add_n -DPIC p4_add_n.asm >tmp-p4_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_add_n -Wa,--noexecstack tmp-p4_add_n.s -fPIC -DPIC -o .libs/p4_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_add_n -Wa,--noexecstack p4_add_n.asm -o p4_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_lshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_lshift.asm' || echo './'`p4_lshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_lshift -Wa,--noexecstack p4_lshift.asm -fPIC -DPIC -o .libs/p4_lshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_lshift -DPIC p4_lshift.asm >tmp-p4_lshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_lshift -Wa,--noexecstack tmp-p4_lshift.s -fPIC -DPIC -o .libs/p4_lshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_lshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_lshift -Wa,--noexecstack p4_lshift.asm -o p4_lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_lshiftc | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_lshiftc.asm' || echo './'`p4_lshiftc.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_lshiftc -Wa,--noexecstack p4_lshiftc.asm -fPIC -DPIC -o .libs/p4_lshiftc.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_lshiftc -DPIC p4_lshiftc.asm >tmp-p4_lshiftc.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_lshiftc -Wa,--noexecstack tmp-p4_lshiftc.s -fPIC -DPIC -o .libs/p4_lshiftc.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_lshiftc'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_lshiftc -Wa,--noexecstack p4_lshiftc.asm -o p4_lshiftc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_mod_34lsub1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_mod_34lsub1.asm' || echo './'`p4_mod_34lsub1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_mod_34lsub1 -Wa,--noexecstack p4_mod_34lsub1.asm -fPIC -DPIC -o .libs/p4_mod_34lsub1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_mod_34lsub1 -DPIC p4_mod_34lsub1.asm >tmp-p4_mod_34lsub1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_mod_34lsub1 -Wa,--noexecstack tmp-p4_mod_34lsub1.s -fPIC -DPIC -o .libs/p4_mod_34lsub1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_mod_34lsub1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_mod_34lsub1 -Wa,--noexecstack p4_mod_34lsub1.asm -o p4_mod_34lsub1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_rshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_rshift.asm' || echo './'`p4_rshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_rshift -Wa,--noexecstack p4_rshift.asm -fPIC -DPIC -o .libs/p4_rshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_rshift -DPIC p4_rshift.asm >tmp-p4_rshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_rshift -Wa,--noexecstack tmp-p4_rshift.s -fPIC -DPIC -o .libs/p4_rshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_rshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_rshift -Wa,--noexecstack p4_rshift.asm -o p4_rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_sub_n.asm' || echo './'`p4_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_sub_n -Wa,--noexecstack p4_sub_n.asm -fPIC -DPIC -o .libs/p4_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_sub_n -DPIC p4_sub_n.asm >tmp-p4_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_sub_n -Wa,--noexecstack tmp-p4_sub_n.s -fPIC -DPIC -o .libs/p4_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_sub_n -Wa,--noexecstack p4_sub_n.asm -o p4_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_addlsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_addlsh1_n.asm' || echo './'`p4_addlsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_addlsh1_n -Wa,--noexecstack p4_addlsh1_n.asm -fPIC -DPIC -o .libs/p4_addlsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_addlsh1_n -DPIC p4_addlsh1_n.asm >tmp-p4_addlsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_addlsh1_n -Wa,--noexecstack tmp-p4_addlsh1_n.s -fPIC -DPIC -o .libs/p4_addlsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_addlsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_addlsh1_n -Wa,--noexecstack p4_addlsh1_n.asm -o p4_addlsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_addlsh2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_addlsh2_n.asm' || echo './'`p4_addlsh2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_addlsh2_n -Wa,--noexecstack p4_addlsh2_n.asm -fPIC -DPIC -o .libs/p4_addlsh2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_addlsh2_n -DPIC p4_addlsh2_n.asm >tmp-p4_addlsh2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_addlsh2_n -Wa,--noexecstack tmp-p4_addlsh2_n.s -fPIC -DPIC -o .libs/p4_addlsh2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_addlsh2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_addlsh2_n -Wa,--noexecstack p4_addlsh2_n.asm -o p4_addlsh2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo p4_sublsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'p4_sublsh1_n.asm' || echo './'`p4_sublsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_sublsh1_n -Wa,--noexecstack p4_sublsh1_n.asm -fPIC -DPIC -o .libs/p4_sublsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_p4_sublsh1_n -DPIC p4_sublsh1_n.asm >tmp-p4_sublsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_sublsh1_n -Wa,--noexecstack tmp-p4_sublsh1_n.s -fPIC -DPIC -o .libs/p4_sublsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_p4_sublsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_p4_sublsh1_n -Wa,--noexecstack p4_sublsh1_n.asm -o p4_sublsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_add_n.asm' || echo './'`core2_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_add_n -Wa,--noexecstack core2_add_n.asm -fPIC -DPIC -o .libs/core2_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_add_n -DPIC core2_add_n.asm >tmp-core2_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_add_n -Wa,--noexecstack tmp-core2_add_n.s -fPIC -DPIC -o .libs/core2_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_add_n -Wa,--noexecstack core2_add_n.asm -o core2_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_addmul_1.asm' || echo './'`core2_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addmul_1 -Wa,--noexecstack core2_addmul_1.asm -fPIC -DPIC -o .libs/core2_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_addmul_1 -DPIC core2_addmul_1.asm >tmp-core2_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addmul_1 -Wa,--noexecstack tmp-core2_addmul_1.s -fPIC -DPIC -o .libs/core2_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addmul_1 -Wa,--noexecstack core2_addmul_1.asm -o core2_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_copyd | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_copyd.asm' || echo './'`core2_copyd.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_copyd -Wa,--noexecstack core2_copyd.asm -fPIC -DPIC -o .libs/core2_copyd.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_copyd -DPIC core2_copyd.asm >tmp-core2_copyd.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_copyd -Wa,--noexecstack tmp-core2_copyd.s -fPIC -DPIC -o .libs/core2_copyd.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_copyd'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_copyd -Wa,--noexecstack core2_copyd.asm -o core2_copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_copyi | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_copyi.asm' || echo './'`core2_copyi.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_copyi -Wa,--noexecstack core2_copyi.asm -fPIC -DPIC -o .libs/core2_copyi.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_copyi -DPIC core2_copyi.asm >tmp-core2_copyi.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_copyi -Wa,--noexecstack tmp-core2_copyi.s -fPIC -DPIC -o .libs/core2_copyi.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_copyi'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_copyi -Wa,--noexecstack core2_copyi.asm -o core2_copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_divrem_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_divrem_1.asm' || echo './'`core2_divrem_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_divrem_1 -Wa,--noexecstack core2_divrem_1.asm -fPIC -DPIC -o .libs/core2_divrem_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_divrem_1 -DPIC core2_divrem_1.asm >tmp-core2_divrem_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_divrem_1 -Wa,--noexecstack tmp-core2_divrem_1.s -fPIC -DPIC -o .libs/core2_divrem_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_divrem_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_divrem_1 -Wa,--noexecstack core2_divrem_1.asm -o core2_divrem_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_gcd_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_gcd_1.asm' || echo './'`core2_gcd_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_gcd_1 -Wa,--noexecstack core2_gcd_1.asm -fPIC -DPIC -o .libs/core2_gcd_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_gcd_1 -DPIC core2_gcd_1.asm >tmp-core2_gcd_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_gcd_1 -Wa,--noexecstack tmp-core2_gcd_1.s -fPIC -DPIC -o .libs/core2_gcd_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_gcd_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_gcd_1 -Wa,--noexecstack core2_gcd_1.asm -o core2_gcd_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_lshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_lshift.asm' || echo './'`core2_lshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_lshift -Wa,--noexecstack core2_lshift.asm -fPIC -DPIC -o .libs/core2_lshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_lshift -DPIC core2_lshift.asm >tmp-core2_lshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_lshift -Wa,--noexecstack tmp-core2_lshift.s -fPIC -DPIC -o .libs/core2_lshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_lshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_lshift -Wa,--noexecstack core2_lshift.asm -o core2_lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_lshiftc | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_lshiftc.asm' || echo './'`core2_lshiftc.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_lshiftc -Wa,--noexecstack core2_lshiftc.asm -fPIC -DPIC -o .libs/core2_lshiftc.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_lshiftc -DPIC core2_lshiftc.asm >tmp-core2_lshiftc.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_lshiftc -Wa,--noexecstack tmp-core2_lshiftc.s -fPIC -DPIC -o .libs/core2_lshiftc.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_lshiftc'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_lshiftc -Wa,--noexecstack core2_lshiftc.asm -o core2_lshiftc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_mul_basecase.asm' || echo './'`core2_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_mul_basecase -Wa,--noexecstack core2_mul_basecase.asm -fPIC -DPIC -o .libs/core2_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_mul_basecase -DPIC core2_mul_basecase.asm >tmp-core2_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_mul_basecase -Wa,--noexecstack tmp-core2_mul_basecase.s -fPIC -DPIC -o .libs/core2_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_mul_basecase -Wa,--noexecstack core2_mul_basecase.asm -o core2_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_mullo_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_mullo_basecase.asm' || echo './'`core2_mullo_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_mullo_basecase -Wa,--noexecstack core2_mullo_basecase.asm -fPIC -DPIC -o .libs/core2_mullo_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_mullo_basecase -DPIC core2_mullo_basecase.asm >tmp-core2_mullo_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_mullo_basecase -Wa,--noexecstack tmp-core2_mullo_basecase.s -fPIC -DPIC -o .libs/core2_mullo_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_mullo_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_mullo_basecase -Wa,--noexecstack core2_mullo_basecase.asm -o core2_mullo_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_redc_1.asm' || echo './'`core2_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_redc_1 -Wa,--noexecstack core2_redc_1.asm -fPIC -DPIC -o .libs/core2_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_redc_1 -DPIC core2_redc_1.asm >tmp-core2_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_redc_1 -Wa,--noexecstack tmp-core2_redc_1.s -fPIC -DPIC -o .libs/core2_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_redc_1 -Wa,--noexecstack core2_redc_1.asm -o core2_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_rshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_rshift.asm' || echo './'`core2_rshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_rshift -Wa,--noexecstack core2_rshift.asm -fPIC -DPIC -o .libs/core2_rshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_rshift -DPIC core2_rshift.asm >tmp-core2_rshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_rshift -Wa,--noexecstack tmp-core2_rshift.s -fPIC -DPIC -o .libs/core2_rshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_rshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_rshift -Wa,--noexecstack core2_rshift.asm -o core2_rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_sqr_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_sqr_basecase.asm' || echo './'`core2_sqr_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sqr_basecase -Wa,--noexecstack core2_sqr_basecase.asm -fPIC -DPIC -o .libs/core2_sqr_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_sqr_basecase -DPIC core2_sqr_basecase.asm >tmp-core2_sqr_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sqr_basecase -Wa,--noexecstack tmp-core2_sqr_basecase.s -fPIC -DPIC -o .libs/core2_sqr_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_sqr_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sqr_basecase -Wa,--noexecstack core2_sqr_basecase.asm -o core2_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_sub_n.asm' || echo './'`core2_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sub_n -Wa,--noexecstack core2_sub_n.asm -fPIC -DPIC -o .libs/core2_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_sub_n -DPIC core2_sub_n.asm >tmp-core2_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sub_n -Wa,--noexecstack tmp-core2_sub_n.s -fPIC -DPIC -o .libs/core2_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sub_n -Wa,--noexecstack core2_sub_n.asm -o core2_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_submul_1.asm' || echo './'`core2_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_submul_1 -Wa,--noexecstack core2_submul_1.asm -fPIC -DPIC -o .libs/core2_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_submul_1 -DPIC core2_submul_1.asm >tmp-core2_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_submul_1 -Wa,--noexecstack tmp-core2_submul_1.s -fPIC -DPIC -o .libs/core2_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_submul_1 -Wa,--noexecstack core2_submul_1.asm -o core2_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_addlsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_addlsh1_n.asm' || echo './'`core2_addlsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addlsh1_n -Wa,--noexecstack core2_addlsh1_n.asm -fPIC -DPIC -o .libs/core2_addlsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_addlsh1_n -DPIC core2_addlsh1_n.asm >tmp-core2_addlsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addlsh1_n -Wa,--noexecstack tmp-core2_addlsh1_n.s -fPIC -DPIC -o .libs/core2_addlsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_addlsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addlsh1_n -Wa,--noexecstack core2_addlsh1_n.asm -o core2_addlsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_addlsh2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_addlsh2_n.asm' || echo './'`core2_addlsh2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addlsh2_n -Wa,--noexecstack core2_addlsh2_n.asm -fPIC -DPIC -o .libs/core2_addlsh2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_addlsh2_n -DPIC core2_addlsh2_n.asm >tmp-core2_addlsh2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addlsh2_n -Wa,--noexecstack tmp-core2_addlsh2_n.s -fPIC -DPIC -o .libs/core2_addlsh2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_addlsh2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_addlsh2_n -Wa,--noexecstack core2_addlsh2_n.asm -o core2_addlsh2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo core2_sublsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'core2_sublsh1_n.asm' || echo './'`core2_sublsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sublsh1_n -Wa,--noexecstack core2_sublsh1_n.asm -fPIC -DPIC -o .libs/core2_sublsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_core2_sublsh1_n -DPIC core2_sublsh1_n.asm >tmp-core2_sublsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sublsh1_n -Wa,--noexecstack tmp-core2_sublsh1_n.s -fPIC -DPIC -o .libs/core2_sublsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_core2_sublsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_core2_sublsh1_n -Wa,--noexecstack core2_sublsh1_n.asm -o core2_sublsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreinhm_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreinhm_addmul_1.asm' || echo './'`coreinhm_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_addmul_1 -Wa,--noexecstack coreinhm_addmul_1.asm -fPIC -DPIC -o .libs/coreinhm_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreinhm_addmul_1 -DPIC coreinhm_addmul_1.asm >tmp-coreinhm_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_addmul_1 -Wa,--noexecstack tmp-coreinhm_addmul_1.s -fPIC -DPIC -o .libs/coreinhm_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreinhm_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_addmul_1 -Wa,--noexecstack coreinhm_addmul_1.asm -o coreinhm_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreinhm_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreinhm_redc_1.asm' || echo './'`coreinhm_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_redc_1 -Wa,--noexecstack coreinhm_redc_1.asm -fPIC -DPIC -o .libs/coreinhm_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreinhm_redc_1 -DPIC coreinhm_redc_1.asm >tmp-coreinhm_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_redc_1 -Wa,--noexecstack tmp-coreinhm_redc_1.s -fPIC -DPIC -o .libs/coreinhm_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreinhm_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_redc_1 -Wa,--noexecstack coreinhm_redc_1.asm -o coreinhm_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreinhm_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreinhm_submul_1.asm' || echo './'`coreinhm_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_submul_1 -Wa,--noexecstack coreinhm_submul_1.asm -fPIC -DPIC -o .libs/coreinhm_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreinhm_submul_1 -DPIC coreinhm_submul_1.asm >tmp-coreinhm_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_submul_1 -Wa,--noexecstack tmp-coreinhm_submul_1.s -fPIC -DPIC -o .libs/coreinhm_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreinhm_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreinhm_submul_1 -Wa,--noexecstack coreinhm_submul_1.asm -o coreinhm_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_add_n.asm' || echo './'`coreisbr_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_add_n -Wa,--noexecstack coreisbr_add_n.asm -fPIC -DPIC -o .libs/coreisbr_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_add_n -DPIC coreisbr_add_n.asm >tmp-coreisbr_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_add_n -Wa,--noexecstack tmp-coreisbr_add_n.s -fPIC -DPIC -o .libs/coreisbr_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_add_n -Wa,--noexecstack coreisbr_add_n.asm -o coreisbr_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_addmul_1.asm' || echo './'`coreisbr_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addmul_1 -Wa,--noexecstack coreisbr_addmul_1.asm -fPIC -DPIC -o .libs/coreisbr_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_addmul_1 -DPIC coreisbr_addmul_1.asm >tmp-coreisbr_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addmul_1 -Wa,--noexecstack tmp-coreisbr_addmul_1.s -fPIC -DPIC -o .libs/coreisbr_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addmul_1 -Wa,--noexecstack coreisbr_addmul_1.asm -o coreisbr_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_divrem_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_divrem_1.asm' || echo './'`coreisbr_divrem_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_divrem_1 -Wa,--noexecstack coreisbr_divrem_1.asm -fPIC -DPIC -o .libs/coreisbr_divrem_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_divrem_1 -DPIC coreisbr_divrem_1.asm >tmp-coreisbr_divrem_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_divrem_1 -Wa,--noexecstack tmp-coreisbr_divrem_1.s -fPIC -DPIC -o .libs/coreisbr_divrem_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_divrem_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_divrem_1 -Wa,--noexecstack coreisbr_divrem_1.asm -o coreisbr_divrem_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_lshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_lshift.asm' || echo './'`coreisbr_lshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_lshift -Wa,--noexecstack coreisbr_lshift.asm -fPIC -DPIC -o .libs/coreisbr_lshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_lshift -DPIC coreisbr_lshift.asm >tmp-coreisbr_lshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_lshift -Wa,--noexecstack tmp-coreisbr_lshift.s -fPIC -DPIC -o .libs/coreisbr_lshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_lshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_lshift -Wa,--noexecstack coreisbr_lshift.asm -o coreisbr_lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_lshiftc | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_lshiftc.asm' || echo './'`coreisbr_lshiftc.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_lshiftc -Wa,--noexecstack coreisbr_lshiftc.asm -fPIC -DPIC -o .libs/coreisbr_lshiftc.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_lshiftc -DPIC coreisbr_lshiftc.asm >tmp-coreisbr_lshiftc.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_lshiftc -Wa,--noexecstack tmp-coreisbr_lshiftc.s -fPIC -DPIC -o .libs/coreisbr_lshiftc.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_lshiftc'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_lshiftc -Wa,--noexecstack coreisbr_lshiftc.asm -o coreisbr_lshiftc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_mul_1.asm' || echo './'`coreisbr_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mul_1 -Wa,--noexecstack coreisbr_mul_1.asm -fPIC -DPIC -o .libs/coreisbr_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_mul_1 -DPIC coreisbr_mul_1.asm >tmp-coreisbr_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mul_1 -Wa,--noexecstack tmp-coreisbr_mul_1.s -fPIC -DPIC -o .libs/coreisbr_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mul_1 -Wa,--noexecstack coreisbr_mul_1.asm -o coreisbr_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_mul_basecase.asm' || echo './'`coreisbr_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mul_basecase -Wa,--noexecstack coreisbr_mul_basecase.asm -fPIC -DPIC -o .libs/coreisbr_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_mul_basecase -DPIC coreisbr_mul_basecase.asm >tmp-coreisbr_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mul_basecase -Wa,--noexecstack tmp-coreisbr_mul_basecase.s -fPIC -DPIC -o .libs/coreisbr_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mul_basecase -Wa,--noexecstack coreisbr_mul_basecase.asm -o coreisbr_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_mullo_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_mullo_basecase.asm' || echo './'`coreisbr_mullo_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mullo_basecase -Wa,--noexecstack coreisbr_mullo_basecase.asm -fPIC -DPIC -o .libs/coreisbr_mullo_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_mullo_basecase -DPIC coreisbr_mullo_basecase.asm >tmp-coreisbr_mullo_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mullo_basecase -Wa,--noexecstack tmp-coreisbr_mullo_basecase.s -fPIC -DPIC -o .libs/coreisbr_mullo_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_mullo_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_mullo_basecase -Wa,--noexecstack coreisbr_mullo_basecase.asm -o coreisbr_mullo_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_redc_1.asm' || echo './'`coreisbr_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_redc_1 -Wa,--noexecstack coreisbr_redc_1.asm -fPIC -DPIC -o .libs/coreisbr_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_redc_1 -DPIC coreisbr_redc_1.asm >tmp-coreisbr_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_redc_1 -Wa,--noexecstack tmp-coreisbr_redc_1.s -fPIC -DPIC -o .libs/coreisbr_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_redc_1 -Wa,--noexecstack coreisbr_redc_1.asm -o coreisbr_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_rshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_rshift.asm' || echo './'`coreisbr_rshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_rshift -Wa,--noexecstack coreisbr_rshift.asm -fPIC -DPIC -o .libs/coreisbr_rshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_rshift -DPIC coreisbr_rshift.asm >tmp-coreisbr_rshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_rshift -Wa,--noexecstack tmp-coreisbr_rshift.s -fPIC -DPIC -o .libs/coreisbr_rshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_rshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_rshift -Wa,--noexecstack coreisbr_rshift.asm -o coreisbr_rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_sqr_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_sqr_basecase.asm' || echo './'`coreisbr_sqr_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_sqr_basecase -Wa,--noexecstack coreisbr_sqr_basecase.asm -fPIC -DPIC -o .libs/coreisbr_sqr_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_sqr_basecase -DPIC coreisbr_sqr_basecase.asm >tmp-coreisbr_sqr_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_sqr_basecase -Wa,--noexecstack tmp-coreisbr_sqr_basecase.s -fPIC -DPIC -o .libs/coreisbr_sqr_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_sqr_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_sqr_basecase -Wa,--noexecstack coreisbr_sqr_basecase.asm -o coreisbr_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_sub_n.asm' || echo './'`coreisbr_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_sub_n -Wa,--noexecstack coreisbr_sub_n.asm -fPIC -DPIC -o .libs/coreisbr_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_sub_n -DPIC coreisbr_sub_n.asm >tmp-coreisbr_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_sub_n -Wa,--noexecstack tmp-coreisbr_sub_n.s -fPIC -DPIC -o .libs/coreisbr_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_sub_n -Wa,--noexecstack coreisbr_sub_n.asm -o coreisbr_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_submul_1.asm' || echo './'`coreisbr_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_submul_1 -Wa,--noexecstack coreisbr_submul_1.asm -fPIC -DPIC -o .libs/coreisbr_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_submul_1 -DPIC coreisbr_submul_1.asm >tmp-coreisbr_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_submul_1 -Wa,--noexecstack tmp-coreisbr_submul_1.s -fPIC -DPIC -o .libs/coreisbr_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_submul_1 -Wa,--noexecstack coreisbr_submul_1.asm -o coreisbr_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_addmul_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_addmul_2.asm' || echo './'`coreisbr_addmul_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addmul_2 -Wa,--noexecstack coreisbr_addmul_2.asm -fPIC -DPIC -o .libs/coreisbr_addmul_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_addmul_2 -DPIC coreisbr_addmul_2.asm >tmp-coreisbr_addmul_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addmul_2 -Wa,--noexecstack tmp-coreisbr_addmul_2.s -fPIC -DPIC -o .libs/coreisbr_addmul_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_addmul_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addmul_2 -Wa,--noexecstack coreisbr_addmul_2.asm -o coreisbr_addmul_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_addlsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_addlsh1_n.asm' || echo './'`coreisbr_addlsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addlsh1_n -Wa,--noexecstack coreisbr_addlsh1_n.asm -fPIC -DPIC -o .libs/coreisbr_addlsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_addlsh1_n -DPIC coreisbr_addlsh1_n.asm >tmp-coreisbr_addlsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addlsh1_n -Wa,--noexecstack tmp-coreisbr_addlsh1_n.s -fPIC -DPIC -o .libs/coreisbr_addlsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_addlsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addlsh1_n -Wa,--noexecstack coreisbr_addlsh1_n.asm -o coreisbr_addlsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreisbr_addlsh2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreisbr_addlsh2_n.asm' || echo './'`coreisbr_addlsh2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addlsh2_n -Wa,--noexecstack coreisbr_addlsh2_n.asm -fPIC -DPIC -o .libs/coreisbr_addlsh2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreisbr_addlsh2_n -DPIC coreisbr_addlsh2_n.asm >tmp-coreisbr_addlsh2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addlsh2_n -Wa,--noexecstack tmp-coreisbr_addlsh2_n.s -fPIC -DPIC -o .libs/coreisbr_addlsh2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreisbr_addlsh2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreisbr_addlsh2_n -Wa,--noexecstack coreisbr_addlsh2_n.asm -o coreisbr_addlsh2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_addmul_1.asm' || echo './'`coreihwl_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_addmul_1 -Wa,--noexecstack coreihwl_addmul_1.asm -fPIC -DPIC -o .libs/coreihwl_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_addmul_1 -DPIC coreihwl_addmul_1.asm >tmp-coreihwl_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_addmul_1 -Wa,--noexecstack tmp-coreihwl_addmul_1.s -fPIC -DPIC -o .libs/coreihwl_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_addmul_1 -Wa,--noexecstack coreihwl_addmul_1.asm -o coreihwl_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_mul_1.asm' || echo './'`coreihwl_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mul_1 -Wa,--noexecstack coreihwl_mul_1.asm -fPIC -DPIC -o .libs/coreihwl_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_mul_1 -DPIC coreihwl_mul_1.asm >tmp-coreihwl_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mul_1 -Wa,--noexecstack tmp-coreihwl_mul_1.s -fPIC -DPIC -o .libs/coreihwl_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mul_1 -Wa,--noexecstack coreihwl_mul_1.asm -o coreihwl_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_mul_basecase.asm' || echo './'`coreihwl_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mul_basecase -Wa,--noexecstack coreihwl_mul_basecase.asm -fPIC -DPIC -o .libs/coreihwl_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_mul_basecase -DPIC coreihwl_mul_basecase.asm >tmp-coreihwl_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mul_basecase -Wa,--noexecstack tmp-coreihwl_mul_basecase.s -fPIC -DPIC -o .libs/coreihwl_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mul_basecase -Wa,--noexecstack coreihwl_mul_basecase.asm -o coreihwl_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_mullo_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_mullo_basecase.asm' || echo './'`coreihwl_mullo_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mullo_basecase -Wa,--noexecstack coreihwl_mullo_basecase.asm -fPIC -DPIC -o .libs/coreihwl_mullo_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_mullo_basecase -DPIC coreihwl_mullo_basecase.asm >tmp-coreihwl_mullo_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mullo_basecase -Wa,--noexecstack tmp-coreihwl_mullo_basecase.s -fPIC -DPIC -o .libs/coreihwl_mullo_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_mullo_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_mullo_basecase -Wa,--noexecstack coreihwl_mullo_basecase.asm -o coreihwl_mullo_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_redc_1.asm' || echo './'`coreihwl_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_redc_1 -Wa,--noexecstack coreihwl_redc_1.asm -fPIC -DPIC -o .libs/coreihwl_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_redc_1 -DPIC coreihwl_redc_1.asm >tmp-coreihwl_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_redc_1 -Wa,--noexecstack tmp-coreihwl_redc_1.s -fPIC -DPIC -o .libs/coreihwl_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_redc_1 -Wa,--noexecstack coreihwl_redc_1.asm -o coreihwl_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_sqr_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_sqr_basecase.asm' || echo './'`coreihwl_sqr_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_sqr_basecase -Wa,--noexecstack coreihwl_sqr_basecase.asm -fPIC -DPIC -o .libs/coreihwl_sqr_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_sqr_basecase -DPIC coreihwl_sqr_basecase.asm >tmp-coreihwl_sqr_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_sqr_basecase -Wa,--noexecstack tmp-coreihwl_sqr_basecase.s -fPIC -DPIC -o .libs/coreihwl_sqr_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_sqr_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_sqr_basecase -Wa,--noexecstack coreihwl_sqr_basecase.asm -o coreihwl_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_submul_1.asm' || echo './'`coreihwl_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_submul_1 -Wa,--noexecstack coreihwl_submul_1.asm -fPIC -DPIC -o .libs/coreihwl_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_submul_1 -DPIC coreihwl_submul_1.asm >tmp-coreihwl_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_submul_1 -Wa,--noexecstack tmp-coreihwl_submul_1.s -fPIC -DPIC -o .libs/coreihwl_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_submul_1 -Wa,--noexecstack coreihwl_submul_1.asm -o coreihwl_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreihwl_addmul_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreihwl_addmul_2.asm' || echo './'`coreihwl_addmul_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_addmul_2 -Wa,--noexecstack coreihwl_addmul_2.asm -fPIC -DPIC -o .libs/coreihwl_addmul_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreihwl_addmul_2 -DPIC coreihwl_addmul_2.asm >tmp-coreihwl_addmul_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_addmul_2 -Wa,--noexecstack tmp-coreihwl_addmul_2.s -fPIC -DPIC -o .libs/coreihwl_addmul_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreihwl_addmul_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreihwl_addmul_2 -Wa,--noexecstack coreihwl_addmul_2.asm -o coreihwl_addmul_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreibwl_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreibwl_addmul_1.asm' || echo './'`coreibwl_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_addmul_1 -Wa,--noexecstack coreibwl_addmul_1.asm -fPIC -DPIC -o .libs/coreibwl_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreibwl_addmul_1 -DPIC coreibwl_addmul_1.asm >tmp-coreibwl_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_addmul_1 -Wa,--noexecstack tmp-coreibwl_addmul_1.s -fPIC -DPIC -o .libs/coreibwl_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreibwl_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_addmul_1 -Wa,--noexecstack coreibwl_addmul_1.asm -o coreibwl_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreibwl_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreibwl_mul_1.asm' || echo './'`coreibwl_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_mul_1 -Wa,--noexecstack coreibwl_mul_1.asm -fPIC -DPIC -o .libs/coreibwl_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreibwl_mul_1 -DPIC coreibwl_mul_1.asm >tmp-coreibwl_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_mul_1 -Wa,--noexecstack tmp-coreibwl_mul_1.s -fPIC -DPIC -o .libs/coreibwl_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreibwl_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_mul_1 -Wa,--noexecstack coreibwl_mul_1.asm -o coreibwl_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreibwl_mul_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreibwl_mul_basecase.asm' || echo './'`coreibwl_mul_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_mul_basecase -Wa,--noexecstack coreibwl_mul_basecase.asm -fPIC -DPIC -o .libs/coreibwl_mul_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreibwl_mul_basecase -DPIC coreibwl_mul_basecase.asm >tmp-coreibwl_mul_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_mul_basecase -Wa,--noexecstack tmp-coreibwl_mul_basecase.s -fPIC -DPIC -o .libs/coreibwl_mul_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreibwl_mul_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_mul_basecase -Wa,--noexecstack coreibwl_mul_basecase.asm -o coreibwl_mul_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo coreibwl_sqr_basecase | sed 's/_$//'` -Wa,--noexecstack `test -f 'coreibwl_sqr_basecase.asm' || echo './'`coreibwl_sqr_basecase.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_sqr_basecase -Wa,--noexecstack coreibwl_sqr_basecase.asm -fPIC -DPIC -o .libs/coreibwl_sqr_basecase.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_coreibwl_sqr_basecase -DPIC coreibwl_sqr_basecase.asm >tmp-coreibwl_sqr_basecase.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_sqr_basecase -Wa,--noexecstack tmp-coreibwl_sqr_basecase.s -fPIC -DPIC -o .libs/coreibwl_sqr_basecase.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_coreibwl_sqr_basecase'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_coreibwl_sqr_basecase -Wa,--noexecstack coreibwl_sqr_basecase.asm -o coreibwl_sqr_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_add_n.asm' || echo './'`atom_add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_add_n -Wa,--noexecstack atom_add_n.asm -fPIC -DPIC -o .libs/atom_add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_add_n -DPIC atom_add_n.asm >tmp-atom_add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_add_n -Wa,--noexecstack tmp-atom_add_n.s -fPIC -DPIC -o .libs/atom_add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_add_n -Wa,--noexecstack atom_add_n.asm -o atom_add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_addmul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_addmul_1.asm' || echo './'`atom_addmul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addmul_1 -Wa,--noexecstack atom_addmul_1.asm -fPIC -DPIC -o .libs/atom_addmul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_addmul_1 -DPIC atom_addmul_1.asm >tmp-atom_addmul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addmul_1 -Wa,--noexecstack tmp-atom_addmul_1.s -fPIC -DPIC -o .libs/atom_addmul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_addmul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addmul_1 -Wa,--noexecstack atom_addmul_1.asm -o atom_addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_com | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_com.asm' || echo './'`atom_com.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_com -Wa,--noexecstack atom_com.asm -fPIC -DPIC -o .libs/atom_com.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_com -DPIC atom_com.asm >tmp-atom_com.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_com -Wa,--noexecstack tmp-atom_com.s -fPIC -DPIC -o .libs/atom_com.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_com'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_com -Wa,--noexecstack atom_com.asm -o atom_com.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_copyd | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_copyd.asm' || echo './'`atom_copyd.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_copyd -Wa,--noexecstack atom_copyd.asm -fPIC -DPIC -o .libs/atom_copyd.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_copyd -DPIC atom_copyd.asm >tmp-atom_copyd.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_copyd -Wa,--noexecstack tmp-atom_copyd.s -fPIC -DPIC -o .libs/atom_copyd.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_copyd'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_copyd -Wa,--noexecstack atom_copyd.asm -o atom_copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_copyi | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_copyi.asm' || echo './'`atom_copyi.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_copyi -Wa,--noexecstack atom_copyi.asm -fPIC -DPIC -o .libs/atom_copyi.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_copyi -DPIC atom_copyi.asm >tmp-atom_copyi.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_copyi -Wa,--noexecstack tmp-atom_copyi.s -fPIC -DPIC -o .libs/atom_copyi.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_copyi'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_copyi -Wa,--noexecstack atom_copyi.asm -o atom_copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_dive_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_dive_1.asm' || echo './'`atom_dive_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_dive_1 -Wa,--noexecstack atom_dive_1.asm -fPIC -DPIC -o .libs/atom_dive_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_dive_1 -DPIC atom_dive_1.asm >tmp-atom_dive_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_dive_1 -Wa,--noexecstack tmp-atom_dive_1.s -fPIC -DPIC -o .libs/atom_dive_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_dive_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_dive_1 -Wa,--noexecstack atom_dive_1.asm -o atom_dive_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_lshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_lshift.asm' || echo './'`atom_lshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_lshift -Wa,--noexecstack atom_lshift.asm -fPIC -DPIC -o .libs/atom_lshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_lshift -DPIC atom_lshift.asm >tmp-atom_lshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_lshift -Wa,--noexecstack tmp-atom_lshift.s -fPIC -DPIC -o .libs/atom_lshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_lshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_lshift -Wa,--noexecstack atom_lshift.asm -o atom_lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_lshiftc | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_lshiftc.asm' || echo './'`atom_lshiftc.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_lshiftc -Wa,--noexecstack atom_lshiftc.asm -fPIC -DPIC -o .libs/atom_lshiftc.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_lshiftc -DPIC atom_lshiftc.asm >tmp-atom_lshiftc.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_lshiftc -Wa,--noexecstack tmp-atom_lshiftc.s -fPIC -DPIC -o .libs/atom_lshiftc.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_lshiftc'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_lshiftc -Wa,--noexecstack atom_lshiftc.asm -o atom_lshiftc.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_mul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_mul_1.asm' || echo './'`atom_mul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_mul_1 -Wa,--noexecstack atom_mul_1.asm -fPIC -DPIC -o .libs/atom_mul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_mul_1 -DPIC atom_mul_1.asm >tmp-atom_mul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_mul_1 -Wa,--noexecstack tmp-atom_mul_1.s -fPIC -DPIC -o .libs/atom_mul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_mul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_mul_1 -Wa,--noexecstack atom_mul_1.asm -o atom_mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_redc_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_redc_1.asm' || echo './'`atom_redc_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_redc_1 -Wa,--noexecstack atom_redc_1.asm -fPIC -DPIC -o .libs/atom_redc_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_redc_1 -DPIC atom_redc_1.asm >tmp-atom_redc_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_redc_1 -Wa,--noexecstack tmp-atom_redc_1.s -fPIC -DPIC -o .libs/atom_redc_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_redc_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_redc_1 -Wa,--noexecstack atom_redc_1.asm -o atom_redc_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_rshift | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_rshift.asm' || echo './'`atom_rshift.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_rshift -Wa,--noexecstack atom_rshift.asm -fPIC -DPIC -o .libs/atom_rshift.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_rshift -DPIC atom_rshift.asm >tmp-atom_rshift.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_rshift -Wa,--noexecstack tmp-atom_rshift.s -fPIC -DPIC -o .libs/atom_rshift.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_rshift'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_rshift -Wa,--noexecstack atom_rshift.asm -o atom_rshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_sub_n.asm' || echo './'`atom_sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_sub_n -Wa,--noexecstack atom_sub_n.asm -fPIC -DPIC -o .libs/atom_sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_sub_n -DPIC atom_sub_n.asm >tmp-atom_sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_sub_n -Wa,--noexecstack tmp-atom_sub_n.s -fPIC -DPIC -o .libs/atom_sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_sub_n -Wa,--noexecstack atom_sub_n.asm -o atom_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_submul_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_submul_1.asm' || echo './'`atom_submul_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_submul_1 -Wa,--noexecstack atom_submul_1.asm -fPIC -DPIC -o .libs/atom_submul_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_submul_1 -DPIC atom_submul_1.asm >tmp-atom_submul_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_submul_1 -Wa,--noexecstack tmp-atom_submul_1.s -fPIC -DPIC -o .libs/atom_submul_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_submul_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_submul_1 -Wa,--noexecstack atom_submul_1.asm -o atom_submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_addmul_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_addmul_2.asm' || echo './'`atom_addmul_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addmul_2 -Wa,--noexecstack atom_addmul_2.asm -fPIC -DPIC -o .libs/atom_addmul_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_addmul_2 -DPIC atom_addmul_2.asm >tmp-atom_addmul_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addmul_2 -Wa,--noexecstack tmp-atom_addmul_2.s -fPIC -DPIC -o .libs/atom_addmul_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_addmul_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addmul_2 -Wa,--noexecstack atom_addmul_2.asm -o atom_addmul_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_addlsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_addlsh1_n.asm' || echo './'`atom_addlsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addlsh1_n -Wa,--noexecstack atom_addlsh1_n.asm -fPIC -DPIC -o .libs/atom_addlsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_addlsh1_n -DPIC atom_addlsh1_n.asm >tmp-atom_addlsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addlsh1_n -Wa,--noexecstack tmp-atom_addlsh1_n.s -fPIC -DPIC -o .libs/atom_addlsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_addlsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addlsh1_n -Wa,--noexecstack atom_addlsh1_n.asm -o atom_addlsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_addlsh2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_addlsh2_n.asm' || echo './'`atom_addlsh2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addlsh2_n -Wa,--noexecstack atom_addlsh2_n.asm -fPIC -DPIC -o .libs/atom_addlsh2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_addlsh2_n -DPIC atom_addlsh2_n.asm >tmp-atom_addlsh2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addlsh2_n -Wa,--noexecstack tmp-atom_addlsh2_n.s -fPIC -DPIC -o .libs/atom_addlsh2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_addlsh2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_addlsh2_n -Wa,--noexecstack atom_addlsh2_n.asm -o atom_addlsh2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo atom_sublsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'atom_sublsh1_n.asm' || echo './'`atom_sublsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_sublsh1_n -Wa,--noexecstack atom_sublsh1_n.asm -fPIC -DPIC -o .libs/atom_sublsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_atom_sublsh1_n -DPIC atom_sublsh1_n.asm >tmp-atom_sublsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_sublsh1_n -Wa,--noexecstack tmp-atom_sublsh1_n.s -fPIC -DPIC -o .libs/atom_sublsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_atom_sublsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_atom_sublsh1_n -Wa,--noexecstack atom_sublsh1_n.asm -o atom_sublsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nano_copyd | sed 's/_$//'` -Wa,--noexecstack `test -f 'nano_copyd.asm' || echo './'`nano_copyd.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_copyd -Wa,--noexecstack nano_copyd.asm -fPIC -DPIC -o .libs/nano_copyd.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nano_copyd -DPIC nano_copyd.asm >tmp-nano_copyd.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_copyd -Wa,--noexecstack tmp-nano_copyd.s -fPIC -DPIC -o .libs/nano_copyd.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_nano_copyd'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_copyd -Wa,--noexecstack nano_copyd.asm -o nano_copyd.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nano_copyi | sed 's/_$//'` -Wa,--noexecstack `test -f 'nano_copyi.asm' || echo './'`nano_copyi.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_copyi -Wa,--noexecstack nano_copyi.asm -fPIC -DPIC -o .libs/nano_copyi.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nano_copyi -DPIC nano_copyi.asm >tmp-nano_copyi.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_copyi -Wa,--noexecstack tmp-nano_copyi.s -fPIC -DPIC -o .libs/nano_copyi.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_nano_copyi'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_copyi -Wa,--noexecstack nano_copyi.asm -o nano_copyi.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nano_dive_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'nano_dive_1.asm' || echo './'`nano_dive_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_dive_1 -Wa,--noexecstack nano_dive_1.asm -fPIC -DPIC -o .libs/nano_dive_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nano_dive_1 -DPIC nano_dive_1.asm >tmp-nano_dive_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_dive_1 -Wa,--noexecstack tmp-nano_dive_1.s -fPIC -DPIC -o .libs/nano_dive_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_nano_dive_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_dive_1 -Wa,--noexecstack nano_dive_1.asm -o nano_dive_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nano_gcd_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'nano_gcd_1.asm' || echo './'`nano_gcd_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_gcd_1 -Wa,--noexecstack nano_gcd_1.asm -fPIC -DPIC -o .libs/nano_gcd_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nano_gcd_1 -DPIC nano_gcd_1.asm >tmp-nano_gcd_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_gcd_1 -Wa,--noexecstack tmp-nano_gcd_1.s -fPIC -DPIC -o .libs/nano_gcd_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_nano_gcd_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nano_gcd_1 -Wa,--noexecstack nano_gcd_1.asm -o nano_gcd_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb_table | sed 's/_$//'` -Wa,--noexecstack `test -f 'invert_limb_table.asm' || echo './'`invert_limb_table.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -Wa,--noexecstack invert_limb_table.asm -fPIC -DPIC -o .libs/invert_limb_table.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb_table -DPIC invert_limb_table.asm >tmp-invert_limb_table.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -Wa,--noexecstack tmp-invert_limb_table.s -fPIC -DPIC -o .libs/invert_limb_table.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_invert_limb_table'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -Wa,--noexecstack invert_limb_table.asm -o invert_limb_table.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat | sed 's/_$//'` -c -o fat.lo fat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat -c fat.c -fPIC -DPIC -o .libs/fat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat -c fat.c -o fat.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fat_entry | sed 's/_$//'` -Wa,--noexecstack `test -f 'fat_entry.asm' || echo './'`fat_entry.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_entry -Wa,--noexecstack fat_entry.asm -fPIC -DPIC -o .libs/fat_entry.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_fat_entry -DPIC fat_entry.asm >tmp-fat_entry.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_entry -Wa,--noexecstack tmp-fat_entry.s -fPIC -DPIC -o .libs/fat_entry.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_fat_entry'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fat_entry -Wa,--noexecstack fat_entry.asm -o fat_entry.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -c -o add.lo add.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -c add.c -fPIC -DPIC -o .libs/add.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -c add.c -o add.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -c -o add_1.lo add_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -c add_1.c -fPIC -DPIC -o .libs/add_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -c add_1.c -o add_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -c -o sub.lo sub.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -c sub.c -fPIC -DPIC -o .libs/sub.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -c sub.c -o sub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -c -o sub_1.lo sub_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -c sub_1.c -o sub_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_swap | sed 's/_$//'` -c -o cnd_swap.lo cnd_swap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -c cnd_swap.c -fPIC -DPIC -o .libs/cnd_swap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_swap -c cnd_swap.c -o cnd_swap.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -c -o neg.lo neg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -c neg.c -fPIC -DPIC -o .libs/neg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -c neg.c -o neg.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'add_err1_n.asm' || echo './'`add_err1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -Wa,--noexecstack add_err1_n.asm -fPIC -DPIC -o .libs/add_err1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err1_n -DPIC add_err1_n.asm >tmp-add_err1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -Wa,--noexecstack tmp-add_err1_n.s -fPIC -DPIC -o .libs/add_err1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_add_err1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -Wa,--noexecstack add_err1_n.asm -o add_err1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'add_err2_n.asm' || echo './'`add_err2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -Wa,--noexecstack add_err2_n.asm -fPIC -DPIC -o .libs/add_err2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err2_n -DPIC add_err2_n.asm >tmp-add_err2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -Wa,--noexecstack tmp-add_err2_n.s -fPIC -DPIC -o .libs/add_err2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_add_err2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -Wa,--noexecstack add_err2_n.asm -o add_err2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'add_err3_n.asm' || echo './'`add_err3_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -Wa,--noexecstack add_err3_n.asm -fPIC -DPIC -o .libs/add_err3_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err3_n -DPIC add_err3_n.asm >tmp-add_err3_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -Wa,--noexecstack tmp-add_err3_n.s -fPIC -DPIC -o .libs/add_err3_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_add_err3_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -Wa,--noexecstack add_err3_n.asm -o add_err3_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'sub_err1_n.asm' || echo './'`sub_err1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -Wa,--noexecstack sub_err1_n.asm -fPIC -DPIC -o .libs/sub_err1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err1_n -DPIC sub_err1_n.asm >tmp-sub_err1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -Wa,--noexecstack tmp-sub_err1_n.s -fPIC -DPIC -o .libs/sub_err1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_sub_err1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -Wa,--noexecstack sub_err1_n.asm -o sub_err1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'sub_err2_n.asm' || echo './'`sub_err2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -Wa,--noexecstack sub_err2_n.asm -fPIC -DPIC -o .libs/sub_err2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err2_n -DPIC sub_err2_n.asm >tmp-sub_err2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -Wa,--noexecstack tmp-sub_err2_n.s -fPIC -DPIC -o .libs/sub_err2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_sub_err2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -Wa,--noexecstack sub_err2_n.asm -o sub_err2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'sub_err3_n.asm' || echo './'`sub_err3_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -Wa,--noexecstack sub_err3_n.asm -fPIC -DPIC -o .libs/sub_err3_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err3_n -DPIC sub_err3_n.asm >tmp-sub_err3_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -Wa,--noexecstack tmp-sub_err3_n.s -fPIC -DPIC -o .libs/sub_err3_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_sub_err3_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -Wa,--noexecstack sub_err3_n.asm -o sub_err3_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -c -o diveby3.lo diveby3.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -c diveby3.c -fPIC -DPIC -o .libs/diveby3.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -c diveby3.c -o diveby3.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -c -o divis.lo divis.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -c divis.c -fPIC -DPIC -o .libs/divis.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -c divis.c -o divis.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -c -o divrem.lo divrem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -c divrem.c -fPIC -DPIC -o .libs/divrem.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -c divrem.c -o divrem.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'divrem_2.asm' || echo './'`divrem_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -Wa,--noexecstack divrem_2.asm -fPIC -DPIC -o .libs/divrem_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_2 -DPIC divrem_2.asm >tmp-divrem_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -Wa,--noexecstack tmp-divrem_2.s -fPIC -DPIC -o .libs/divrem_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_divrem_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -Wa,--noexecstack divrem_2.asm -o divrem_2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -c -o fib2_ui.lo fib2_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -c -o dump.lo dump.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -c dump.c -fPIC -DPIC -o .libs/dump.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -c dump.c -o dump.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -c -o mod_1_3.lo mod_1_3.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -c mod_1_3.c -o mod_1_3.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -c -o mul.lo mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -c mul.c -fPIC -DPIC -o .libs/mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -c mul.c -o mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -c -o mul_fft.lo mul_fft.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -c mul_fft.c -o mul_fft.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -c -o mul_n.lo mul_n.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -c mul_n.c -o mul_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'` -c -o sqr.lo sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -c sqr.c -fPIC -DPIC -o .libs/sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -c sqr.c -o sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -c -o nussbaumer_mul.lo nussbaumer_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -c nussbaumer_mul.c -fPIC -DPIC -o .libs/nussbaumer_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -c nussbaumer_mul.c -o nussbaumer_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -c -o mulmid_basecase.lo mulmid_basecase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -c mulmid_basecase.c -fPIC -DPIC -o .libs/mulmid_basecase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -c mulmid_basecase.c -o mulmid_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -c -o toom42_mulmid.lo toom42_mulmid.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -c toom42_mulmid.c -fPIC -DPIC -o .libs/toom42_mulmid.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -c toom42_mulmid.c -o toom42_mulmid.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -c -o mulmid_n.lo mulmid_n.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -c mulmid_n.c -fPIC -DPIC -o .libs/mulmid_n.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -c mulmid_n.c -o mulmid_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -c -o mulmid.lo mulmid.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -c mulmid.c -fPIC -DPIC -o .libs/mulmid.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -c mulmid.c -o mulmid.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -c -o random.lo random.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -c random.c -fPIC -DPIC -o .libs/random.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -c random.c -o random.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -c -o random2.lo random2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -c random2.c -fPIC -DPIC -o .libs/random2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -c random2.c -o random2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -c -o pow_1.lo pow_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -c pow_1.c -o pow_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -c -o rootrem.lo rootrem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -c rootrem.c -o rootrem.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -c -o sqrtrem.lo sqrtrem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sizeinbase | sed 's/_$//'` -c -o sizeinbase.lo sizeinbase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -c -o get_str.lo get_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -c get_str.c -fPIC -DPIC -o .libs/get_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -c get_str.c -o get_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -c -o set_str.lo set_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -c set_str.c -fPIC -DPIC -o .libs/set_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -c set_str.c -o set_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -c -o scan0.lo scan0.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -c scan0.c -fPIC -DPIC -o .libs/scan0.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -c scan0.c -o scan0.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -c -o scan1.lo scan1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -c scan1.c -fPIC -DPIC -o .libs/scan1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -c scan1.c -o scan1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -Wa,--noexecstack `test -f 'popcount.asm' || echo './'`popcount.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -Wa,--noexecstack popcount.asm -fPIC -DPIC -o .libs/popcount.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_popcount -DPIC popcount.asm >tmp-popcount.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -Wa,--noexecstack tmp-popcount.s -fPIC -DPIC -o .libs/popcount.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_popcount'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -Wa,--noexecstack popcount.asm -o popcount.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -Wa,--noexecstack `test -f 'hamdist.asm' || echo './'`hamdist.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -Wa,--noexecstack hamdist.asm -fPIC -DPIC -o .libs/hamdist.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_hamdist -DPIC hamdist.asm >tmp-hamdist.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -Wa,--noexecstack tmp-hamdist.s -fPIC -DPIC -o .libs/hamdist.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_hamdist'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -Wa,--noexecstack hamdist.asm -o hamdist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -c -o cmp.lo cmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -c cmp.c -fPIC -DPIC -o .libs/cmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -c cmp.c -o cmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero_p | sed 's/_$//'` -c -o zero_p.lo zero_p.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero_p -c zero_p.c -fPIC -DPIC -o .libs/zero_p.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero_p -c zero_p.c -o zero_p.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -c -o perfsqr.lo perfsqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -c perfsqr.c -o perfsqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'` -c -o perfpow.lo perfpow.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -c perfpow.c -o perfpow.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -c -o gcd.lo gcd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -c gcd.c -fPIC -DPIC -o .libs/gcd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -c -o gcdext_1.lo gcdext_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -c gcdext_1.c -o gcdext_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -c -o gcdext.lo gcdext.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -c gcdext.c -o gcdext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -c gcd_subdiv_step.c -o gcd_subdiv_step.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -c -o gcdext_lehmer.lo gcdext_lehmer.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -c gcdext_lehmer.c -o gcdext_lehmer.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'` -c -o div_q.lo div_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -c div_q.c -fPIC -DPIC -o .libs/div_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -c div_q.c -o div_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -c -o tdiv_qr.lo tdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -c -o jacbase.lo jacbase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -c jacbase.c -fPIC -DPIC -o .libs/jacbase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -c jacbase.c -o jacbase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -c -o jacobi_2.lo jacobi_2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -c jacobi_2.c -fPIC -DPIC -o .libs/jacobi_2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -c -o jacobi.lo jacobi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -c jacobi.c -o jacobi.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -c -o get_d.lo get_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -c get_d.c -fPIC -DPIC -o .libs/get_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -c get_d.c -o get_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -c -o matrix22_mul.lo matrix22_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -c matrix22_mul.c -o matrix22_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -c matrix22_mul1_inverse_vector.c -fPIC -DPIC -o .libs/matrix22_mul1_inverse_vector.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -c -o hgcd_matrix.lo hgcd_matrix.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -c hgcd_matrix.c -fPIC -DPIC -o .libs/hgcd_matrix.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -c hgcd_matrix.c -o hgcd_matrix.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -c -o hgcd2.lo hgcd2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -c hgcd2.c -o hgcd2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -c -o hgcd_step.lo hgcd_step.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -c hgcd_step.c -fPIC -DPIC -o .libs/hgcd_step.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -c hgcd_step.c -o hgcd_step.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -c -o hgcd_reduce.lo hgcd_reduce.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -c hgcd_reduce.c -fPIC -DPIC -o .libs/hgcd_reduce.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -c hgcd_reduce.c -o hgcd_reduce.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -c -o hgcd.lo hgcd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -c hgcd.c -o hgcd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -c -o hgcd_appr.lo hgcd_appr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -c hgcd_appr.c -fPIC -DPIC -o .libs/hgcd_appr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -c hgcd_appr.c -o hgcd_appr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -c hgcd2_jacobi.c -fPIC -DPIC -o .libs/hgcd2_jacobi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -c hgcd2_jacobi.c -o hgcd2_jacobi.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -c -o hgcd_jacobi.lo hgcd_jacobi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -c hgcd_jacobi.c -fPIC -DPIC -o .libs/hgcd_jacobi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -c hgcd_jacobi.c -o hgcd_jacobi.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'` -c -o mullo_n.lo mullo_n.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -c mullo_n.c -fPIC -DPIC -o .libs/mullo_n.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -c mullo_n.c -o mullo_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrlo | sed 's/_$//'` -c -o sqrlo.lo sqrlo.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo -c sqrlo.c -fPIC -DPIC -o .libs/sqrlo.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo -c sqrlo.c -o sqrlo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrlo_basecase | sed 's/_$//'` -c -o sqrlo_basecase.lo sqrlo_basecase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo_basecase -c sqrlo_basecase.c -fPIC -DPIC -o .libs/sqrlo_basecase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrlo_basecase -c sqrlo_basecase.c -o sqrlo_basecase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -c -o toom22_mul.lo toom22_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -c toom22_mul.c -fPIC -DPIC -o .libs/toom22_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -c toom22_mul.c -o toom22_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -c -o toom32_mul.lo toom32_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -c toom32_mul.c -fPIC -DPIC -o .libs/toom32_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -c toom32_mul.c -o toom32_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -c -o toom42_mul.lo toom42_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -c toom42_mul.c -fPIC -DPIC -o .libs/toom42_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -c toom42_mul.c -o toom42_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'` -c -o toom52_mul.lo toom52_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -c toom52_mul.c -fPIC -DPIC -o .libs/toom52_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -c toom52_mul.c -o toom52_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -c -o toom62_mul.lo toom62_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -c toom62_mul.c -fPIC -DPIC -o .libs/toom62_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -c toom62_mul.c -o toom62_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -c -o toom33_mul.lo toom33_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -c toom33_mul.c -fPIC -DPIC -o .libs/toom33_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -c toom33_mul.c -o toom33_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'` -c -o toom43_mul.lo toom43_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -c toom43_mul.c -fPIC -DPIC -o .libs/toom43_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -c toom43_mul.c -o toom43_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -c -o toom53_mul.lo toom53_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -c toom53_mul.c -fPIC -DPIC -o .libs/toom53_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -c toom53_mul.c -o toom53_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'` -c -o toom54_mul.lo toom54_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -c toom54_mul.c -fPIC -DPIC -o .libs/toom54_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -c toom54_mul.c -o toom54_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'` -c -o toom63_mul.lo toom63_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -c toom63_mul.c -fPIC -DPIC -o .libs/toom63_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -c toom63_mul.c -o toom63_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -c -o toom44_mul.lo toom44_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -c toom44_mul.c -fPIC -DPIC -o .libs/toom44_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -c toom44_mul.c -o toom44_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -c -o toom6h_mul.lo toom6h_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -c toom6h_mul.c -fPIC -DPIC -o .libs/toom6h_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -c toom6h_mul.c -o toom6h_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -c -o toom6_sqr.lo toom6_sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -c toom6_sqr.c -fPIC -DPIC -o .libs/toom6_sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -c toom6_sqr.c -o toom6_sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -c -o toom8h_mul.lo toom8h_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -c toom8h_mul.c -o toom8h_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -c -o toom8_sqr.lo toom8_sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -c toom8_sqr.c -fPIC -DPIC -o .libs/toom8_sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -c toom8_sqr.c -o toom8_sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -c -o toom_couple_handling.lo toom_couple_handling.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -c toom_couple_handling.c -o toom_couple_handling.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -c -o toom2_sqr.lo toom2_sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -c toom2_sqr.c -fPIC -DPIC -o .libs/toom2_sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -c toom2_sqr.c -o toom2_sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -c -o toom3_sqr.lo toom3_sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -c toom3_sqr.c -fPIC -DPIC -o .libs/toom3_sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -c toom3_sqr.c -o toom3_sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -c -o toom4_sqr.lo toom4_sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -c toom4_sqr.c -fPIC -DPIC -o .libs/toom4_sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -c toom4_sqr.c -o toom4_sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -c -o toom_eval_pm1.lo toom_eval_pm1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -c toom_eval_pm1.c -o toom_eval_pm1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -c -o toom_eval_pm2.lo toom_eval_pm2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -c toom_eval_pm2.c -o toom_eval_pm2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -c toom_interpolate_5pts.c -fPIC -DPIC -o .libs/toom_interpolate_5pts.o
toom_interpolate_5pts.c:71:19: warning: expression result unused [-Wunused-value]
ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
(3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
~ ^
../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
#define ASSERT_NOCARRY(expr) (expr)
^~~~
1 warning generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -c toom_interpolate_6pts.c -fPIC -DPIC -o .libs/toom_interpolate_6pts.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -c toom_interpolate_7pts.c -fPIC -DPIC -o .libs/toom_interpolate_7pts.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -c toom_interpolate_8pts.c -fPIC -DPIC -o .libs/toom_interpolate_8pts.o
toom_interpolate_8pts.c:164:18: warning: expression result unused [-Wunused-value]
ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1));
~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../gmp-impl.h:1621:6: note: expanded from macro 'mpn_divexact_by3'
(3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
~ ^
../gmp-impl.h:2412:33: note: expanded from macro 'ASSERT_NOCARRY'
#define ASSERT_NOCARRY(expr) (expr)
^~~~
1 warning generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -c toom_interpolate_12pts.c -fPIC -DPIC -o .libs/toom_interpolate_12pts.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'` -c -o invertappr.lo invertappr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -c invertappr.c -fPIC -DPIC -o .libs/invertappr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -c invertappr.c -o invertappr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -c -o invert.lo invert.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -c invert.c -fPIC -DPIC -o .libs/invert.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -c invert.c -o invert.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -c -o binvert.lo binvert.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -c binvert.c -fPIC -DPIC -o .libs/binvert.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -c binvert.c -o binvert.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -c -o mulmod_bnm1.lo mulmod_bnm1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -c mulmod_bnm1.c -fPIC -DPIC -o .libs/mulmod_bnm1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -c mulmod_bnm1.c -o mulmod_bnm1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -c -o sqrmod_bnm1.lo sqrmod_bnm1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -c sqrmod_bnm1.c -fPIC -DPIC -o .libs/sqrmod_bnm1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -c sqrmod_bnm1.c -o sqrmod_bnm1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1 | sed 's/_$//'` -c -o div_qr_1.lo div_qr_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -c div_qr_1.c -fPIC -DPIC -o .libs/div_qr_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -c div_qr_1.c -o div_qr_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1n_pi1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'div_qr_1n_pi1.asm' || echo './'`div_qr_1n_pi1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -Wa,--noexecstack div_qr_1n_pi1.asm -fPIC -DPIC -o .libs/div_qr_1n_pi1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_1n_pi1 -DPIC div_qr_1n_pi1.asm >tmp-div_qr_1n_pi1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -Wa,--noexecstack tmp-div_qr_1n_pi1.s -fPIC -DPIC -o .libs/div_qr_1n_pi1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_div_qr_1n_pi1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -Wa,--noexecstack div_qr_1n_pi1.asm -o div_qr_1n_pi1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'` -c -o div_qr_2.lo div_qr_2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -c div_qr_2.c -fPIC -DPIC -o .libs/div_qr_2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -c div_qr_2.c -o div_qr_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'div_qr_2n_pi1.asm' || echo './'`div_qr_2n_pi1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -Wa,--noexecstack div_qr_2n_pi1.asm -fPIC -DPIC -o .libs/div_qr_2n_pi1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_2n_pi1 -DPIC div_qr_2n_pi1.asm >tmp-div_qr_2n_pi1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -Wa,--noexecstack tmp-div_qr_2n_pi1.s -fPIC -DPIC -o .libs/div_qr_2n_pi1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_div_qr_2n_pi1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -Wa,--noexecstack div_qr_2n_pi1.asm -o div_qr_2n_pi1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'div_qr_2u_pi1.asm' || echo './'`div_qr_2u_pi1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -Wa,--noexecstack div_qr_2u_pi1.asm -fPIC -DPIC -o .libs/div_qr_2u_pi1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_2u_pi1 -DPIC div_qr_2u_pi1.asm >tmp-div_qr_2u_pi1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -Wa,--noexecstack tmp-div_qr_2u_pi1.s -fPIC -DPIC -o .libs/div_qr_2u_pi1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_div_qr_2u_pi1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -Wa,--noexecstack div_qr_2u_pi1.asm -o div_qr_2u_pi1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -c -o sbpi1_div_q.lo sbpi1_div_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -c sbpi1_div_q.c -fPIC -DPIC -o .libs/sbpi1_div_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -c sbpi1_div_q.c -o sbpi1_div_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -c -o sbpi1_div_qr.lo sbpi1_div_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -c sbpi1_div_qr.c -fPIC -DPIC -o .libs/sbpi1_div_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -c sbpi1_div_qr.c -o sbpi1_div_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -c sbpi1_divappr_q.c -fPIC -DPIC -o .libs/sbpi1_divappr_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -c -o dcpi1_div_q.lo dcpi1_div_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -c dcpi1_div_q.c -fPIC -DPIC -o .libs/dcpi1_div_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -c dcpi1_div_q.c -o dcpi1_div_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -c -o dcpi1_div_qr.lo dcpi1_div_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -c dcpi1_div_qr.c -fPIC -DPIC -o .libs/dcpi1_div_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -c dcpi1_div_qr.c -o dcpi1_div_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -c dcpi1_divappr_q.c -fPIC -DPIC -o .libs/dcpi1_divappr_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -c -o mu_div_qr.lo mu_div_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -c mu_div_qr.c -fPIC -DPIC -o .libs/mu_div_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -c mu_div_qr.c -o mu_div_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -c -o mu_divappr_q.lo mu_divappr_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -c mu_divappr_q.c -fPIC -DPIC -o .libs/mu_divappr_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -c mu_divappr_q.c -o mu_divappr_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -c -o mu_div_q.lo mu_div_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -c mu_div_q.c -fPIC -DPIC -o .libs/mu_div_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -c mu_div_q.c -o mu_div_q.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'bdiv_q_1.asm' || echo './'`bdiv_q_1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -Wa,--noexecstack bdiv_q_1.asm -fPIC -DPIC -o .libs/bdiv_q_1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_q_1 -DPIC bdiv_q_1.asm >tmp-bdiv_q_1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -Wa,--noexecstack tmp-bdiv_q_1.s -fPIC -DPIC -o .libs/bdiv_q_1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_bdiv_q_1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -Wa,--noexecstack bdiv_q_1.asm -o bdiv_q_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -c sbpi1_bdiv_q.c -fPIC -DPIC -o .libs/sbpi1_bdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -c sbpi1_bdiv_qr.c -fPIC -DPIC -o .libs/sbpi1_bdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -c dcpi1_bdiv_q.c -fPIC -DPIC -o .libs/dcpi1_bdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -c dcpi1_bdiv_qr.c -fPIC -DPIC -o .libs/dcpi1_bdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -c -o mu_bdiv_q.lo mu_bdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -c mu_bdiv_q.c -fPIC -DPIC -o .libs/mu_bdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -c mu_bdiv_q.c -o mu_bdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -c -o mu_bdiv_qr.lo mu_bdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -c mu_bdiv_qr.c -fPIC -DPIC -o .libs/mu_bdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -c mu_bdiv_qr.c -o mu_bdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'` -c -o bdiv_q.lo bdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -c bdiv_q.c -fPIC -DPIC -o .libs/bdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -c bdiv_q.c -o bdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -c -o bdiv_qr.lo bdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -c bdiv_qr.c -fPIC -DPIC -o .libs/bdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -c bdiv_qr.c -o bdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'` -c -o broot.lo broot.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -c broot.c -fPIC -DPIC -o .libs/broot.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -c broot.c -o broot.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'` -c -o brootinv.lo brootinv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -c brootinv.c -fPIC -DPIC -o .libs/brootinv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -c brootinv.c -o brootinv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'` -c -o bsqrt.lo bsqrt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -c bsqrt.c -fPIC -DPIC -o .libs/bsqrt.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -c bsqrt.c -o bsqrt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'` -c -o bsqrtinv.lo bsqrtinv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -c bsqrtinv.c -fPIC -DPIC -o .libs/bsqrtinv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -c bsqrtinv.c -o bsqrtinv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -c -o divexact.lo divexact.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -c divexact.c -fPIC -DPIC -o .libs/divexact.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -c divexact.c -o divexact.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -c -o redc_n.lo redc_n.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -c redc_n.c -fPIC -DPIC -o .libs/redc_n.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -c redc_n.c -o redc_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -c -o powm.lo powm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -c powm.c -fPIC -DPIC -o .libs/powm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -c powm.c -o powm.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -c -o powlo.lo powlo.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -c powlo.c -fPIC -DPIC -o .libs/powlo.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -c powlo.c -o powlo.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_powm | sed 's/_$//'` -c -o sec_powm.lo sec_powm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -c sec_powm.c -fPIC -DPIC -o .libs/sec_powm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -c sec_powm.c -o sec_powm.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_mul | sed 's/_$//'` -c -o sec_mul.lo sec_mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -c sec_mul.c -fPIC -DPIC -o .libs/sec_mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -c sec_mul.c -o sec_mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sqr | sed 's/_$//'` -c -o sec_sqr.lo sec_sqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -c sec_sqr.c -fPIC -DPIC -o .libs/sec_sqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -c sec_sqr.c -o sec_sqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_qr | sed 's/_$//'` -c -o sec_div_qr.lo sec_div_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -c sec_div_qr.c -fPIC -DPIC -o .libs/sec_div_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -c sec_div_qr.c -o sec_div_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_r | sed 's/_$//'` -c -o sec_div_r.lo sec_div_r.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -c sec_div_r.c -fPIC -DPIC -o .libs/sec_div_r.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -c sec_div_r.c -o sec_div_r.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_qr | sed 's/_$//'` -c -o sec_pi1_div_qr.lo sec_pi1_div_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -c sec_pi1_div_qr.c -fPIC -DPIC -o .libs/sec_pi1_div_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -c sec_pi1_div_qr.c -o sec_pi1_div_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_r | sed 's/_$//'` -c -o sec_pi1_div_r.lo sec_pi1_div_r.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -c sec_pi1_div_r.c -fPIC -DPIC -o .libs/sec_pi1_div_r.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -c sec_pi1_div_r.c -o sec_pi1_div_r.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_add_1 | sed 's/_$//'` -c -o sec_add_1.lo sec_add_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -c sec_add_1.c -fPIC -DPIC -o .libs/sec_add_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -c sec_add_1.c -o sec_add_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sub_1 | sed 's/_$//'` -c -o sec_sub_1.lo sec_sub_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -c sec_sub_1.c -fPIC -DPIC -o .libs/sec_sub_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -c sec_sub_1.c -o sec_sub_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_invert | sed 's/_$//'` -c -o sec_invert.lo sec_invert.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -c sec_invert.c -fPIC -DPIC -o .libs/sec_invert.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -c sec_invert.c -o sec_invert.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'` -c -o trialdiv.lo trialdiv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -c trialdiv.c -fPIC -DPIC -o .libs/trialdiv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -c trialdiv.c -o trialdiv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'` -c -o remove.lo remove.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -c remove.c -fPIC -DPIC -o .libs/remove.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -c remove.c -o remove.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'and_n.asm' || echo './'`and_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -Wa,--noexecstack and_n.asm -fPIC -DPIC -o .libs/and_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_and_n -DPIC and_n.asm >tmp-and_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -Wa,--noexecstack tmp-and_n.s -fPIC -DPIC -o .libs/and_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_and_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -Wa,--noexecstack and_n.asm -o and_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'andn_n.asm' || echo './'`andn_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -Wa,--noexecstack andn_n.asm -fPIC -DPIC -o .libs/andn_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_andn_n -DPIC andn_n.asm >tmp-andn_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -Wa,--noexecstack tmp-andn_n.s -fPIC -DPIC -o .libs/andn_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_andn_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -Wa,--noexecstack andn_n.asm -o andn_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'nand_n.asm' || echo './'`nand_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -Wa,--noexecstack nand_n.asm -fPIC -DPIC -o .libs/nand_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nand_n -DPIC nand_n.asm >tmp-nand_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -Wa,--noexecstack tmp-nand_n.s -fPIC -DPIC -o .libs/nand_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_nand_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -Wa,--noexecstack nand_n.asm -o nand_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'ior_n.asm' || echo './'`ior_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -Wa,--noexecstack ior_n.asm -fPIC -DPIC -o .libs/ior_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_ior_n -DPIC ior_n.asm >tmp-ior_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -Wa,--noexecstack tmp-ior_n.s -fPIC -DPIC -o .libs/ior_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_ior_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -Wa,--noexecstack ior_n.asm -o ior_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'iorn_n.asm' || echo './'`iorn_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -Wa,--noexecstack iorn_n.asm -fPIC -DPIC -o .libs/iorn_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_iorn_n -DPIC iorn_n.asm >tmp-iorn_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -Wa,--noexecstack tmp-iorn_n.s -fPIC -DPIC -o .libs/iorn_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_iorn_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -Wa,--noexecstack iorn_n.asm -o iorn_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'nior_n.asm' || echo './'`nior_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -Wa,--noexecstack nior_n.asm -fPIC -DPIC -o .libs/nior_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nior_n -DPIC nior_n.asm >tmp-nior_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -Wa,--noexecstack tmp-nior_n.s -fPIC -DPIC -o .libs/nior_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_nior_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -Wa,--noexecstack nior_n.asm -o nior_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'xor_n.asm' || echo './'`xor_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -Wa,--noexecstack xor_n.asm -fPIC -DPIC -o .libs/xor_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xor_n -DPIC xor_n.asm >tmp-xor_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -Wa,--noexecstack tmp-xor_n.s -fPIC -DPIC -o .libs/xor_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_xor_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -Wa,--noexecstack xor_n.asm -o xor_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'xnor_n.asm' || echo './'`xnor_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -Wa,--noexecstack xnor_n.asm -fPIC -DPIC -o .libs/xnor_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xnor_n -DPIC xnor_n.asm >tmp-xnor_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -Wa,--noexecstack tmp-xnor_n.s -fPIC -DPIC -o .libs/xnor_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_xnor_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -Wa,--noexecstack xnor_n.asm -o xnor_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -c -o zero.lo zero.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -c zero.c -fPIC -DPIC -o .libs/zero.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -c zero.c -o zero.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_tabselect | sed 's/_$//'` -Wa,--noexecstack `test -f 'sec_tabselect.asm' || echo './'`sec_tabselect.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -Wa,--noexecstack sec_tabselect.asm -fPIC -DPIC -o .libs/sec_tabselect.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sec_tabselect -DPIC sec_tabselect.asm >tmp-sec_tabselect.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -Wa,--noexecstack tmp-sec_tabselect.s -fPIC -DPIC -o .libs/sec_tabselect.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_sec_tabselect'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -Wa,--noexecstack sec_tabselect.asm -o sec_tabselect.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -c -o comb_tables.lo comb_tables.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -c comb_tables.c -fPIC -DPIC -o .libs/comb_tables.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -c comb_tables.c -o comb_tables.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb | sed 's/_$//'` -Wa,--noexecstack `test -f 'invert_limb.asm' || echo './'`invert_limb.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -Wa,--noexecstack invert_limb.asm -fPIC -DPIC -o .libs/invert_limb.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb -DPIC invert_limb.asm >tmp-invert_limb.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -Wa,--noexecstack tmp-invert_limb.s -fPIC -DPIC -o .libs/invert_limb.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_invert_limb'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -Wa,--noexecstack invert_limb.asm -o invert_limb.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_diag_addlsh1 | sed 's/_$//'` -Wa,--noexecstack `test -f 'sqr_diag_addlsh1.asm' || echo './'`sqr_diag_addlsh1.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diag_addlsh1 -Wa,--noexecstack sqr_diag_addlsh1.asm -fPIC -DPIC -o .libs/sqr_diag_addlsh1.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_diag_addlsh1 -DPIC sqr_diag_addlsh1.asm >tmp-sqr_diag_addlsh1.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diag_addlsh1 -Wa,--noexecstack tmp-sqr_diag_addlsh1.s -fPIC -DPIC -o .libs/sqr_diag_addlsh1.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_sqr_diag_addlsh1'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_diag_addlsh1 -Wa,--noexecstack sqr_diag_addlsh1.asm -o sqr_diag_addlsh1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_2 | sed 's/_$//'` -Wa,--noexecstack `test -f 'mul_2.asm' || echo './'`mul_2.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -Wa,--noexecstack mul_2.asm -fPIC -DPIC -o .libs/mul_2.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_2 -DPIC mul_2.asm >tmp-mul_2.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -Wa,--noexecstack tmp-mul_2.s -fPIC -DPIC -o .libs/mul_2.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_mul_2'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -Wa,--noexecstack mul_2.asm -o mul_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh1_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'rsblsh1_n.asm' || echo './'`rsblsh1_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -Wa,--noexecstack rsblsh1_n.asm -fPIC -DPIC -o .libs/rsblsh1_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh1_n -DPIC rsblsh1_n.asm >tmp-rsblsh1_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -Wa,--noexecstack tmp-rsblsh1_n.s -fPIC -DPIC -o .libs/rsblsh1_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_rsblsh1_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -Wa,--noexecstack rsblsh1_n.asm -o rsblsh1_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh1add_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'rsh1add_n.asm' || echo './'`rsh1add_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -Wa,--noexecstack rsh1add_n.asm -fPIC -DPIC -o .libs/rsh1add_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsh1add_n -DPIC rsh1add_n.asm >tmp-rsh1add_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -Wa,--noexecstack tmp-rsh1add_n.s -fPIC -DPIC -o .libs/rsh1add_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_rsh1add_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -Wa,--noexecstack rsh1add_n.asm -o rsh1add_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh1sub_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'rsh1sub_n.asm' || echo './'`rsh1sub_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -Wa,--noexecstack rsh1sub_n.asm -fPIC -DPIC -o .libs/rsh1sub_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsh1sub_n -DPIC rsh1sub_n.asm >tmp-rsh1sub_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -Wa,--noexecstack tmp-rsh1sub_n.s -fPIC -DPIC -o .libs/rsh1sub_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_rsh1sub_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -Wa,--noexecstack rsh1sub_n.asm -o rsh1sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh2_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'rsblsh2_n.asm' || echo './'`rsblsh2_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -Wa,--noexecstack rsblsh2_n.asm -fPIC -DPIC -o .libs/rsblsh2_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh2_n -DPIC rsblsh2_n.asm >tmp-rsblsh2_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -Wa,--noexecstack tmp-rsblsh2_n.s -fPIC -DPIC -o .libs/rsblsh2_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_rsblsh2_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -Wa,--noexecstack rsblsh2_n.asm -o rsblsh2_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'addlsh_n.asm' || echo './'`addlsh_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -Wa,--noexecstack addlsh_n.asm -fPIC -DPIC -o .libs/addlsh_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh_n -DPIC addlsh_n.asm >tmp-addlsh_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -Wa,--noexecstack tmp-addlsh_n.s -fPIC -DPIC -o .libs/addlsh_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_addlsh_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -Wa,--noexecstack addlsh_n.asm -o addlsh_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh_n | sed 's/_$//'` -Wa,--noexecstack `test -f 'rsblsh_n.asm' || echo './'`rsblsh_n.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -Wa,--noexecstack rsblsh_n.asm -fPIC -DPIC -o .libs/rsblsh_n.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh_n -DPIC rsblsh_n.asm >tmp-rsblsh_n.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -Wa,--noexecstack tmp-rsblsh_n.s -fPIC -DPIC -o .libs/rsblsh_n.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_rsblsh_n'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -Wa,--noexecstack rsblsh_n.asm -o rsblsh_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n_sub_n | sed 's/_$//'` -c -o add_n_sub_n.lo add_n_sub_n.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -c add_n_sub_n.c -fPIC -DPIC -o .libs/add_n_sub_n.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -c add_n_sub_n.c -o add_n_sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addaddmul_1msb0 | sed 's/_$//'` -Wa,--noexecstack `test -f 'addaddmul_1msb0.asm' || echo './'`addaddmul_1msb0.asm
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -Wa,--noexecstack addaddmul_1msb0.asm -fPIC -DPIC -o .libs/addaddmul_1msb0.o
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addaddmul_1msb0 -DPIC addaddmul_1msb0.asm >tmp-addaddmul_1msb0.s
clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -Wa,--noexecstack tmp-addaddmul_1msb0.s -fPIC -DPIC -o .libs/addaddmul_1msb0.o
clang-3.8: warning: argument unused during compilation: '-D HAVE_CONFIG_H'
clang-3.8: warning: argument unused during compilation: '-D __GMP_WITHIN_GMP'
clang-3.8: warning: argument unused during compilation: '-D OPERATION_addaddmul_1msb0'
clang-3.8: warning: argument unused during compilation: '-D PIC'
libtool: compile: ../mpn/m4-ccas --m4=m4 clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -Wa,--noexecstack addaddmul_1msb0.asm -o addaddmul_1msb0.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o libmpn.la fib_table.lo mp_bases.lo x86_64_add_n.lo x86_64_addmul_1.lo x86_64_bdiv_dbm1c.lo x86_64_com.lo x86_64_cnd_add_n.lo x86_64_cnd_sub_n.lo x86_64_copyd.lo x86_64_copyi.lo x86_64_dive_1.lo x86_64_divrem_1.lo x86_64_gcd_1.lo x86_64_lshift.lo x86_64_lshiftc.lo x86_64_mod_1_1.lo x86_64_mod_1_2.lo x86_64_mod_1_4.lo x86_64_mod_34lsub1.lo x86_64_mode1o.lo x86_64_mul_1.lo x86_64_rshift.lo x86_64_sub_n.lo x86_64_submul_1.lo x86_64_addmul_2.lo x86_64_addlsh1_n.lo x86_64_addlsh2_n.lo x86_64_sublsh1_n.lo fat_mod_1.lo fat_mul_basecase.lo fat_mullo_basecase.lo fat_redc_1.lo fat_redc_2.lo fat_sqr_basecase.lo k8_mul_basecase.lo k8_mullo_basecase.lo k8_redc_1.lo k8_sqr_basecase.lo k10_gcd_1.lo k10_lshift.lo k10_lshiftc.lo k10_rshift.lo bd1_addmul_1.lo bd1_com.lo bd1_copyd.lo bd1_copyi.lo bd1_gcd_1.lo bd1_mul_1.lo bd1_mul_basecase.lo bd1_submul_1.lo bd1_addlsh1_n.lo bd1_sublsh1_n.lo bobcat_add_n.lo bobcat_addmul_1.lo bobcat_copyd.lo bobcat_copyi.lo bobcat_mul_1.lo bobcat_mul_basecase.lo bobcat_redc_1.lo bobcat_sqr_basecase.lo bobcat_sub_n.lo bobcat_submul_1.lo p4_add_n.lo p4_lshift.lo p4_lshiftc.lo p4_mod_34lsub1.lo p4_rshift.lo p4_sub_n.lo p4_addlsh1_n.lo p4_addlsh2_n.lo p4_sublsh1_n.lo core2_add_n.lo core2_addmul_1.lo core2_copyd.lo core2_copyi.lo core2_divrem_1.lo core2_gcd_1.lo core2_lshift.lo core2_lshiftc.lo core2_mul_basecase.lo core2_mullo_basecase.lo core2_redc_1.lo core2_rshift.lo core2_sqr_basecase.lo core2_sub_n.lo core2_submul_1.lo core2_addlsh1_n.lo core2_addlsh2_n.lo core2_sublsh1_n.lo coreinhm_addmul_1.lo coreinhm_redc_1.lo coreinhm_submul_1.lo coreisbr_add_n.lo coreisbr_addmul_1.lo coreisbr_divrem_1.lo coreisbr_lshift.lo coreisbr_lshiftc.lo coreisbr_mul_1.lo coreisbr_mul_basecase.lo coreisbr_mullo_basecase.lo coreisbr_redc_1.lo coreisbr_rshift.lo coreisbr_sqr_basecase.lo coreisbr_sub_n.lo coreisbr_submul_1.lo coreisbr_addmul_2.lo coreisbr_addlsh1_n.lo coreisbr_addlsh2_n.lo coreihwl_addmul_1.lo coreihwl_mul_1.lo coreihwl_mul_basecase.lo coreihwl_mullo_basecase.lo coreihwl_redc_1.lo coreihwl_sqr_basecase.lo coreihwl_submul_1.lo coreihwl_addmul_2.lo coreibwl_addmul_1.lo coreibwl_mul_1.lo coreibwl_mul_basecase.lo coreibwl_sqr_basecase.lo atom_add_n.lo atom_addmul_1.lo atom_com.lo atom_copyd.lo atom_copyi.lo atom_dive_1.lo atom_lshift.lo atom_lshiftc.lo atom_mul_1.lo atom_redc_1.lo atom_rshift.lo atom_sub_n.lo atom_submul_1.lo atom_addmul_2.lo atom_addlsh1_n.lo atom_addlsh2_n.lo atom_sublsh1_n.lo nano_copyd.lo nano_copyi.lo nano_dive_1.lo nano_gcd_1.lo invert_limb_table.lo fat.lo fat_entry.lo add.lo add_1.lo sub.lo sub_1.lo cnd_swap.lo neg.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo diveby3.lo divis.lo divrem.lo divrem_2.lo fib2_ui.lo dump.lo mod_1_3.lo mul.lo mul_fft.lo mul_n.lo sqr.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo sizeinbase.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo zero_p.lo perfsqr.lo perfpow.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo sqrlo.lo sqrlo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_1.lo div_qr_1n_pi1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo redc_n.lo powm.lo powlo.lo sec_powm.lo sec_mul.lo sec_sqr.lo sec_div_qr.lo sec_div_r.lo sec_pi1_div_qr.lo sec_pi1_div_r.lo sec_add_1.lo sec_sub_1.lo sec_invert.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo zero.lo sec_tabselect.lo comb_tables.lo invert_limb.lo sqr_diag_addlsh1.lo mul_2.lo rsblsh1_n.lo rsh1add_n.lo rsh1sub_n.lo rsblsh2_n.lo addlsh_n.lo rsblsh_n.lo add_n_sub_n.lo addaddmul_1msb0.lo
libtool: link: ar cq .libs/libmpn.a .libs/fib_table.o .libs/mp_bases.o .libs/x86_64_add_n.o .libs/x86_64_addmul_1.o .libs/x86_64_bdiv_dbm1c.o .libs/x86_64_com.o .libs/x86_64_cnd_add_n.o .libs/x86_64_cnd_sub_n.o .libs/x86_64_copyd.o .libs/x86_64_copyi.o .libs/x86_64_dive_1.o .libs/x86_64_divrem_1.o .libs/x86_64_gcd_1.o .libs/x86_64_lshift.o .libs/x86_64_lshiftc.o .libs/x86_64_mod_1_1.o .libs/x86_64_mod_1_2.o .libs/x86_64_mod_1_4.o .libs/x86_64_mod_34lsub1.o .libs/x86_64_mode1o.o .libs/x86_64_mul_1.o .libs/x86_64_rshift.o .libs/x86_64_sub_n.o .libs/x86_64_submul_1.o .libs/x86_64_addmul_2.o .libs/x86_64_addlsh1_n.o .libs/x86_64_addlsh2_n.o .libs/x86_64_sublsh1_n.o .libs/fat_mod_1.o .libs/fat_mul_basecase.o .libs/fat_mullo_basecase.o .libs/fat_redc_1.o .libs/fat_redc_2.o .libs/fat_sqr_basecase.o .libs/k8_mul_basecase.o .libs/k8_mullo_basecase.o .libs/k8_redc_1.o .libs/k8_sqr_basecase.o .libs/k10_gcd_1.o .libs/k10_lshift.o .libs/k10_lshiftc.o .libs/k10_rshift.o .libs/bd1_addmul_1.o .libs/bd1_com.o .libs/bd1_copyd.o .libs/bd1_copyi.o .libs/bd1_gcd_1.o .libs/bd1_mul_1.o .libs/bd1_mul_basecase.o .libs/bd1_submul_1.o .libs/bd1_addlsh1_n.o .libs/bd1_sublsh1_n.o .libs/bobcat_add_n.o .libs/bobcat_addmul_1.o .libs/bobcat_copyd.o .libs/bobcat_copyi.o .libs/bobcat_mul_1.o .libs/bobcat_mul_basecase.o .libs/bobcat_redc_1.o .libs/bobcat_sqr_basecase.o .libs/bobcat_sub_n.o .libs/bobcat_submul_1.o .libs/p4_add_n.o .libs/p4_lshift.o .libs/p4_lshiftc.o .libs/p4_mod_34lsub1.o .libs/p4_rshift.o .libs/p4_sub_n.o .libs/p4_addlsh1_n.o .libs/p4_addlsh2_n.o .libs/p4_sublsh1_n.o .libs/core2_add_n.o .libs/core2_addmul_1.o .libs/core2_copyd.o .libs/core2_copyi.o .libs/core2_divrem_1.o .libs/core2_gcd_1.o .libs/core2_lshift.o .libs/core2_lshiftc.o .libs/core2_mul_basecase.o .libs/core2_mullo_basecase.o .libs/core2_redc_1.o .libs/core2_rshift.o .libs/core2_sqr_basecase.o .libs/core2_sub_n.o .libs/core2_submul_1.o .libs/core2_addlsh1_n.o .libs/core2_addlsh2_n.o .libs/core2_sublsh1_n.o .libs/coreinhm_addmul_1.o .libs/coreinhm_redc_1.o .libs/coreinhm_submul_1.o .libs/coreisbr_add_n.o .libs/coreisbr_addmul_1.o .libs/coreisbr_divrem_1.o .libs/coreisbr_lshift.o .libs/coreisbr_lshiftc.o .libs/coreisbr_mul_1.o .libs/coreisbr_mul_basecase.o .libs/coreisbr_mullo_basecase.o .libs/coreisbr_redc_1.o .libs/coreisbr_rshift.o .libs/coreisbr_sqr_basecase.o .libs/coreisbr_sub_n.o .libs/coreisbr_submul_1.o .libs/coreisbr_addmul_2.o .libs/coreisbr_addlsh1_n.o .libs/coreisbr_addlsh2_n.o .libs/coreihwl_addmul_1.o .libs/coreihwl_mul_1.o .libs/coreihwl_mul_basecase.o .libs/coreihwl_mullo_basecase.o .libs/coreihwl_redc_1.o .libs/coreihwl_sqr_basecase.o .libs/coreihwl_submul_1.o .libs/coreihwl_addmul_2.o .libs/coreibwl_addmul_1.o .libs/coreibwl_mul_1.o .libs/coreibwl_mul_basecase.o .libs/coreibwl_sqr_basecase.o .libs/atom_add_n.o .libs/atom_addmul_1.o .libs/atom_com.o .libs/atom_copyd.o .libs/atom_copyi.o .libs/atom_dive_1.o .libs/atom_lshift.o .libs/atom_lshiftc.o .libs/atom_mul_1.o .libs/atom_redc_1.o .libs/atom_rshift.o .libs/atom_sub_n.o .libs/atom_submul_1.o .libs/atom_addmul_2.o .libs/atom_addlsh1_n.o .libs/atom_addlsh2_n.o .libs/atom_sublsh1_n.o .libs/nano_copyd.o .libs/nano_copyi.o .libs/nano_dive_1.o .libs/nano_gcd_1.o .libs/invert_limb_table.o .libs/fat.o .libs/fat_entry.o .libs/add.o .libs/add_1.o .libs/sub.o .libs/sub_1.o .libs/cnd_swap.o .libs/neg.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/add_err3_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/sub_err3_n.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_2.o .libs/fib2_ui.o .libs/dump.o .libs/mod_1_3.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/sqr.o .libs/nussbaumer_mul.o .libs/mulmid_basecase.o .libs/toom42_mulmid.o .libs/mulmid_n.o .libs/mulmid.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/sizeinbase.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/zero_p.o .libs/perfsqr.o .libs/perfpow.o .libs/gcd.o .libs/gcdext_1.o .libs/gcdext.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/div_q.o .libs/tdiv_qr.o .libs/jacbase.o .libs/jacobi_2.o .libs/jacobi.o .libs/get_d.o .libs/matrix22_mul.o .libs/matrix22_mul1_inverse_vector.o .libs/hgcd_matrix.o .libs/hgcd2.o .libs/hgcd_step.o .libs/hgcd_reduce.o .libs/hgcd.o .libs/hgcd_appr.o .libs/hgcd2_jacobi.o .libs/hgcd_jacobi.o .libs/mullo_n.o .libs/sqrlo.o .libs/sqrlo_basecase.o .libs/toom22_mul.o .libs/toom32_mul.o .libs/toom42_mul.o .libs/toom52_mul.o .libs/toom62_mul.o .libs/toom33_mul.o .libs/toom43_mul.o .libs/toom53_mul.o .libs/toom54_mul.o .libs/toom63_mul.o .libs/toom44_mul.o .libs/toom6h_mul.o .libs/toom6_sqr.o .libs/toom8h_mul.o .libs/toom8_sqr.o .libs/toom_couple_handling.o .libs/toom2_sqr.o .libs/toom3_sqr.o .libs/toom4_sqr.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_5pts.o .libs/toom_interpolate_6pts.o .libs/toom_interpolate_7pts.o .libs/toom_interpolate_8pts.o .libs/toom_interpolate_12pts.o .libs/toom_interpolate_16pts.o .libs/invertappr.o .libs/invert.o .libs/binvert.o .libs/mulmod_bnm1.o .libs/sqrmod_bnm1.o .libs/div_qr_1.o .libs/div_qr_1n_pi1.o .libs/div_qr_2.o .libs/div_qr_2n_pi1.o .libs/div_qr_2u_pi1.o .libs/sbpi1_div_q.o .libs/sbpi1_div_qr.o .libs/sbpi1_divappr_q.o .libs/dcpi1_div_q.o .libs/dcpi1_div_qr.o .libs/dcpi1_divappr_q.o .libs/mu_div_qr.o .libs/mu_divappr_q.o .libs/mu_div_q.o .libs/bdiv_q_1.o .libs/sbpi1_bdiv_q.o .libs/sbpi1_bdiv_qr.o .libs/dcpi1_bdiv_q.o .libs/dcpi1_bdiv_qr.o .libs/mu_bdiv_q.o .libs/mu_bdiv_qr.o .libs/bdiv_q.o .libs/bdiv_qr.o .libs/broot.o .libs/brootinv.o .libs/bsqrt.o .libs/bsqrtinv.o .libs/divexact.o .libs/redc_n.o .libs/powm.o .libs/powlo.o .libs/sec_powm.o .libs/sec_mul.o .libs/sec_sqr.o .libs/sec_div_qr.o .libs/sec_div_r.o .libs/sec_pi1_div_qr.o .libs/sec_pi1_div_r.o .libs/sec_add_1.o .libs/sec_sub_1.o .libs/sec_invert.o .libs/trialdiv.o .libs/remove.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/zero.o .libs/sec_tabselect.o .libs/comb_tables.o .libs/invert_limb.o .libs/sqr_diag_addlsh1.o .libs/mul_2.o .libs/rsblsh1_n.o .libs/rsh1add_n.o .libs/rsh1sub_n.o .libs/rsblsh2_n.o .libs/addlsh_n.o .libs/rsblsh_n.o .libs/add_n_sub_n.o .libs/addaddmul_1msb0.o
libtool: link: ranlib .libs/libmpn.a
libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpn'
Making all in mpz
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpz'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o 2fac_ui.lo 2fac_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c 2fac_ui.c -fPIC -DPIC -o .libs/2fac_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c 2fac_ui.c -o 2fac_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o add.lo add.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add.c -fPIC -DPIC -o .libs/add.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add.c -o add.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o add_ui.lo add_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add_ui.c -o add_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o abs.lo abs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c abs.c -fPIC -DPIC -o .libs/abs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c abs.c -o abs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o aorsmul.lo aorsmul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c aorsmul.c -fPIC -DPIC -o .libs/aorsmul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c aorsmul.c -o aorsmul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o aorsmul_i.lo aorsmul_i.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c aorsmul_i.c -fPIC -DPIC -o .libs/aorsmul_i.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c aorsmul_i.c -o aorsmul_i.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o and.lo and.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c and.c -fPIC -DPIC -o .libs/and.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c and.c -o and.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o array_init.lo array_init.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c array_init.c -fPIC -DPIC -o .libs/array_init.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c array_init.c -o array_init.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o bin_ui.lo bin_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c bin_ui.c -fPIC -DPIC -o .libs/bin_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c bin_ui.c -o bin_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o bin_uiui.lo bin_uiui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c bin_uiui.c -fPIC -DPIC -o .libs/bin_uiui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c bin_uiui.c -o bin_uiui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_q.lo cdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_q.c -fPIC -DPIC -o .libs/cdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_q.c -o cdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_q_ui.lo cdiv_q_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_q_ui.c -fPIC -DPIC -o .libs/cdiv_q_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_q_ui.c -o cdiv_q_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_qr.lo cdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_qr.c -fPIC -DPIC -o .libs/cdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_qr.c -o cdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_qr_ui.lo cdiv_qr_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_qr_ui.c -fPIC -DPIC -o .libs/cdiv_qr_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_qr_ui.c -o cdiv_qr_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_r.lo cdiv_r.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_r.c -fPIC -DPIC -o .libs/cdiv_r.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_r.c -o cdiv_r.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_r_ui.lo cdiv_r_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_r_ui.c -fPIC -DPIC -o .libs/cdiv_r_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_r_ui.c -o cdiv_r_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cdiv_ui.lo cdiv_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_ui.c -fPIC -DPIC -o .libs/cdiv_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cdiv_ui.c -o cdiv_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cfdiv_q_2exp.c -fPIC -DPIC -o .libs/cfdiv_q_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cfdiv_q_2exp.c -o cfdiv_q_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cfdiv_r_2exp.c -fPIC -DPIC -o .libs/cfdiv_r_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cfdiv_r_2exp.c -o cfdiv_r_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clear.lo clear.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clear.c -fPIC -DPIC -o .libs/clear.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clear.c -o clear.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clears.lo clears.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clears.c -fPIC -DPIC -o .libs/clears.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clears.c -o clears.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clrbit.lo clrbit.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clrbit.c -fPIC -DPIC -o .libs/clrbit.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clrbit.c -o clrbit.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp.lo cmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp.c -fPIC -DPIC -o .libs/cmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp.c -o cmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_d.lo cmp_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_d.c -o cmp_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_si.lo cmp_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_si.c -o cmp_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_ui.lo cmp_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmpabs.lo cmpabs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmpabs.c -o cmpabs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmpabs_d.lo cmpabs_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmpabs_d.c -fPIC -DPIC -o .libs/cmpabs_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmpabs_d.c -o cmpabs_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmpabs_ui.lo cmpabs_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmpabs_ui.c -o cmpabs_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o com.lo com.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c com.c -fPIC -DPIC -o .libs/com.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c com.c -o com.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o combit.lo combit.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c combit.c -fPIC -DPIC -o .libs/combit.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c combit.c -o combit.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cong.lo cong.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cong.c -fPIC -DPIC -o .libs/cong.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cong.c -o cong.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cong_2exp.lo cong_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cong_2exp.c -fPIC -DPIC -o .libs/cong_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cong_2exp.c -o cong_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cong_ui.lo cong_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cong_ui.c -fPIC -DPIC -o .libs/cong_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cong_ui.c -o cong_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o divexact.lo divexact.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divexact.c -fPIC -DPIC -o .libs/divexact.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divexact.c -o divexact.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o divegcd.lo divegcd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divegcd.c -fPIC -DPIC -o .libs/divegcd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divegcd.c -o divegcd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o dive_ui.lo dive_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c dive_ui.c -fPIC -DPIC -o .libs/dive_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c dive_ui.c -o dive_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o divis.lo divis.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divis.c -fPIC -DPIC -o .libs/divis.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divis.c -o divis.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o divis_ui.lo divis_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divis_ui.c -fPIC -DPIC -o .libs/divis_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divis_ui.c -o divis_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o divis_2exp.lo divis_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divis_2exp.c -fPIC -DPIC -o .libs/divis_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c divis_2exp.c -o divis_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o dump.lo dump.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c dump.c -fPIC -DPIC -o .libs/dump.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c dump.c -o dump.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o export.lo export.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c export.c -fPIC -DPIC -o .libs/export.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c export.c -o export.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fac_ui.lo fac_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fac_ui.c -fPIC -DPIC -o .libs/fac_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fac_ui.c -o fac_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_q.lo fdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_q.c -fPIC -DPIC -o .libs/fdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_q.c -o fdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_q_ui.lo fdiv_q_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_q_ui.c -fPIC -DPIC -o .libs/fdiv_q_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_q_ui.c -o fdiv_q_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_qr.lo fdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_qr.c -fPIC -DPIC -o .libs/fdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_qr.c -o fdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_qr_ui.lo fdiv_qr_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_qr_ui.c -fPIC -DPIC -o .libs/fdiv_qr_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_qr_ui.c -o fdiv_qr_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_r.lo fdiv_r.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_r.c -fPIC -DPIC -o .libs/fdiv_r.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_r.c -o fdiv_r.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_r_ui.lo fdiv_r_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_r_ui.c -fPIC -DPIC -o .libs/fdiv_r_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_r_ui.c -o fdiv_r_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fdiv_ui.lo fdiv_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_ui.c -fPIC -DPIC -o .libs/fdiv_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fdiv_ui.c -o fdiv_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fib_ui.lo fib_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fib_ui.c -fPIC -DPIC -o .libs/fib_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fib_ui.c -o fib_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fib2_ui.lo fib2_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_sint.lo fits_sint.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sint.c -o fits_sint.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_slong.lo fits_slong.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_slong.c -o fits_slong.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_sshort.lo fits_sshort.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_uint.lo fits_uint.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_uint.c -o fits_uint.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_ulong.lo fits_ulong.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_ushort.lo fits_ushort.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o gcd.lo gcd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c gcd.c -fPIC -DPIC -o .libs/gcd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c gcd.c -o gcd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o gcd_ui.lo gcd_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c gcd_ui.c -fPIC -DPIC -o .libs/gcd_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c gcd_ui.c -o gcd_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o gcdext.lo gcdext.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c gcdext.c -o gcdext.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_d.lo get_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d.c -fPIC -DPIC -o .libs/get_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d.c -o get_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_d_2exp.lo get_d_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_si.lo get_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_si.c -fPIC -DPIC -o .libs/get_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_si.c -o get_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_str.lo get_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_str.c -fPIC -DPIC -o .libs/get_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_str.c -o get_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_ui.lo get_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_ui.c -o get_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o getlimbn.lo getlimbn.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c getlimbn.c -fPIC -DPIC -o .libs/getlimbn.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c getlimbn.c -o getlimbn.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o hamdist.lo hamdist.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c hamdist.c -o hamdist.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o import.lo import.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c import.c -fPIC -DPIC -o .libs/import.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c import.c -o import.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o init.lo init.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init.c -o init.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o init2.lo init2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init2.c -fPIC -DPIC -o .libs/init2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init2.c -o init2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inits.lo inits.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inits.c -fPIC -DPIC -o .libs/inits.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inits.c -o inits.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inp_raw.lo inp_raw.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_raw.c -fPIC -DPIC -o .libs/inp_raw.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_raw.c -o inp_raw.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inp_str.lo inp_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_str.c -o inp_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o invert.lo invert.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c invert.c -fPIC -DPIC -o .libs/invert.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c invert.c -o invert.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o ior.lo ior.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ior.c -fPIC -DPIC -o .libs/ior.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ior.c -o ior.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset.lo iset.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset.c -fPIC -DPIC -o .libs/iset.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset.c -o iset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_d.lo iset_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_d.c -o iset_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_si.lo iset_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_si.c -o iset_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_str.lo iset_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_str.c -o iset_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_ui.lo iset_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_ui.c -o iset_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o jacobi.lo jacobi.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c jacobi.c -o jacobi.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o kronsz.lo kronsz.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronsz.c -fPIC -DPIC -o .libs/kronsz.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronsz.c -o kronsz.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o kronuz.lo kronuz.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronuz.c -fPIC -DPIC -o .libs/kronuz.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronuz.c -o kronuz.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o kronzs.lo kronzs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronzs.c -fPIC -DPIC -o .libs/kronzs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronzs.c -o kronzs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o kronzu.lo kronzu.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronzu.c -fPIC -DPIC -o .libs/kronzu.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c kronzu.c -o kronzu.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o lcm.lo lcm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lcm.c -fPIC -DPIC -o .libs/lcm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lcm.c -o lcm.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o lcm_ui.lo lcm_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lcm_ui.c -fPIC -DPIC -o .libs/lcm_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lcm_ui.c -o lcm_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o limbs_read.lo limbs_read.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_read.c -fPIC -DPIC -o .libs/limbs_read.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_read.c -o limbs_read.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o limbs_write.lo limbs_write.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_write.c -fPIC -DPIC -o .libs/limbs_write.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_write.c -o limbs_write.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o limbs_modify.lo limbs_modify.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_modify.c -fPIC -DPIC -o .libs/limbs_modify.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_modify.c -o limbs_modify.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o limbs_finish.lo limbs_finish.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_finish.c -fPIC -DPIC -o .libs/limbs_finish.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c limbs_finish.c -o limbs_finish.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o lucnum_ui.lo lucnum_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lucnum_ui.c -fPIC -DPIC -o .libs/lucnum_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lucnum_ui.c -o lucnum_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o lucnum2_ui.lo lucnum2_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lucnum2_ui.c -fPIC -DPIC -o .libs/lucnum2_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c lucnum2_ui.c -o lucnum2_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mfac_uiui.lo mfac_uiui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mfac_uiui.c -fPIC -DPIC -o .libs/mfac_uiui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mfac_uiui.c -o mfac_uiui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o millerrabin.lo millerrabin.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c millerrabin.c -fPIC -DPIC -o .libs/millerrabin.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c millerrabin.c -o millerrabin.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mod.lo mod.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mod.c -fPIC -DPIC -o .libs/mod.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mod.c -o mod.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul.lo mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul.c -fPIC -DPIC -o .libs/mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul.c -o mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul_2exp.lo mul_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul_si.lo mul_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_si.c -o mul_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul_ui.lo mul_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o
In file included from mul_ui.c:34:
./mul_i.h:106:49: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
SIZ(prod) = ((sign_product < 0) ^ (small_mult < 0)) ? -size : size;
~~~~~~~~~~ ^ ~
1 warning generated.
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_ui.c -o mul_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o n_pow_ui.lo n_pow_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c n_pow_ui.c -fPIC -DPIC -o .libs/n_pow_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c n_pow_ui.c -o n_pow_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o neg.lo neg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c neg.c -fPIC -DPIC -o .libs/neg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c neg.c -o neg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o nextprime.lo nextprime.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c nextprime.c -o nextprime.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o oddfac_1.lo oddfac_1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c oddfac_1.c -fPIC -DPIC -o .libs/oddfac_1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c oddfac_1.c -o oddfac_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o out_raw.lo out_raw.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_raw.c -fPIC -DPIC -o .libs/out_raw.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_raw.c -o out_raw.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o out_str.lo out_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_str.c -fPIC -DPIC -o .libs/out_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_str.c -o out_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o perfpow.lo perfpow.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c perfpow.c -o perfpow.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o perfsqr.lo perfsqr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c perfsqr.c -o perfsqr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o popcount.lo popcount.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c popcount.c -fPIC -DPIC -o .libs/popcount.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c popcount.c -o popcount.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o pow_ui.lo pow_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c pow_ui.c -o pow_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o powm.lo powm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c powm.c -fPIC -DPIC -o .libs/powm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c powm.c -o powm.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o powm_sec.lo powm_sec.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c powm_sec.c -fPIC -DPIC -o .libs/powm_sec.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c powm_sec.c -o powm_sec.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o powm_ui.lo powm_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c powm_ui.c -fPIC -DPIC -o .libs/powm_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c powm_ui.c -o powm_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o pprime_p.lo pprime_p.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c pprime_p.c -fPIC -DPIC -o .libs/pprime_p.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c pprime_p.c -o pprime_p.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o prodlimbs.lo prodlimbs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c prodlimbs.c -fPIC -DPIC -o .libs/prodlimbs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c prodlimbs.c -o prodlimbs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o primorial_ui.lo primorial_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c primorial_ui.c -fPIC -DPIC -o .libs/primorial_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c primorial_ui.c -o primorial_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o random.lo random.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c random.c -fPIC -DPIC -o .libs/random.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c random.c -o random.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o random2.lo random2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c random2.c -fPIC -DPIC -o .libs/random2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c random2.c -o random2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o realloc.lo realloc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c realloc.c -fPIC -DPIC -o .libs/realloc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c realloc.c -o realloc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o realloc2.lo realloc2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c realloc2.c -fPIC -DPIC -o .libs/realloc2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c realloc2.c -o realloc2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o remove.lo remove.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c remove.c -fPIC -DPIC -o .libs/remove.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c remove.c -o remove.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o roinit_n.lo roinit_n.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c roinit_n.c -fPIC -DPIC -o .libs/roinit_n.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c roinit_n.c -o roinit_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o root.lo root.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c root.c -fPIC -DPIC -o .libs/root.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c root.c -o root.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o rootrem.lo rootrem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rootrem.c -o rootrem.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o rrandomb.lo rrandomb.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rrandomb.c -o rrandomb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o scan0.lo scan0.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c scan0.c -fPIC -DPIC -o .libs/scan0.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c scan0.c -o scan0.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o scan1.lo scan1.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c scan1.c -fPIC -DPIC -o .libs/scan1.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c scan1.c -o scan1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set.lo set.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set.c -fPIC -DPIC -o .libs/set.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set.c -o set.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_d.lo set_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_d.c -fPIC -DPIC -o .libs/set_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_d.c -o set_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_f.lo set_f.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_f.c -fPIC -DPIC -o .libs/set_f.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_f.c -o set_f.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_q.lo set_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_q.c -fPIC -DPIC -o .libs/set_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_q.c -o set_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_si.lo set_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_si.c -fPIC -DPIC -o .libs/set_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_si.c -o set_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_str.lo set_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_str.c -fPIC -DPIC -o .libs/set_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_str.c -o set_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_ui.lo set_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_ui.c -o set_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o setbit.lo setbit.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c setbit.c -fPIC -DPIC -o .libs/setbit.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c setbit.c -o setbit.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o size.lo size.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c size.c -fPIC -DPIC -o .libs/size.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c size.c -o size.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sizeinbase.lo sizeinbase.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sqrt.lo sqrt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrt.c -o sqrt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sqrtrem.lo sqrtrem.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sub.lo sub.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub.c -fPIC -DPIC -o .libs/sub.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub.c -o sub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sub_ui.lo sub_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub_ui.c -o sub_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o swap.lo swap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c swap.c -fPIC -DPIC -o .libs/swap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c swap.c -o swap.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_ui.lo tdiv_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_ui.c -fPIC -DPIC -o .libs/tdiv_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_ui.c -o tdiv_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_q.lo tdiv_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_q.c -o tdiv_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_q_2exp.lo tdiv_q_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_q_2exp.c -fPIC -DPIC -o .libs/tdiv_q_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_q_2exp.c -o tdiv_q_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_q_ui.lo tdiv_q_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_q_ui.c -fPIC -DPIC -o .libs/tdiv_q_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_q_ui.c -o tdiv_q_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_qr.lo tdiv_qr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_qr_ui.lo tdiv_qr_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_qr_ui.c -fPIC -DPIC -o .libs/tdiv_qr_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_qr_ui.c -o tdiv_qr_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_r.lo tdiv_r.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_r.c -fPIC -DPIC -o .libs/tdiv_r.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_r.c -o tdiv_r.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_r_2exp.lo tdiv_r_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_r_2exp.c -fPIC -DPIC -o .libs/tdiv_r_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_r_2exp.c -o tdiv_r_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tdiv_r_ui.lo tdiv_r_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_r_ui.c -fPIC -DPIC -o .libs/tdiv_r_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tdiv_r_ui.c -o tdiv_r_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o tstbit.lo tstbit.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tstbit.c -fPIC -DPIC -o .libs/tstbit.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c tstbit.c -o tstbit.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o ui_pow_ui.lo ui_pow_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_pow_ui.c -o ui_pow_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o ui_sub.lo ui_sub.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_sub.c -o ui_sub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o urandomb.lo urandomb.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c urandomb.c -o urandomb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o urandomm.lo urandomm.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c urandomm.c -o urandomm.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o xor.lo xor.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c xor.c -fPIC -DPIC -o .libs/xor.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c xor.c -o xor.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o libmpz.la 2fac_ui.lo add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo limbs_read.lo limbs_write.lo limbs_modify.lo limbs_finish.lo lucnum_ui.lo lucnum2_ui.lo mfac_uiui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo prodlimbs.lo primorial_ui.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo roinit_n.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo
libtool: link: ar cq .libs/libmpz.a .libs/2fac_ui.o .libs/add.o .libs/add_ui.o .libs/abs.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/and.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/divexact.o .libs/divegcd.o .libs/dive_ui.o .libs/divis.o .libs/divis_ui.o .libs/divis_2exp.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib_ui.o .libs/fib2_ui.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/limbs_read.o .libs/limbs_write.o .libs/limbs_modify.o .libs/limbs_finish.o .libs/lucnum_ui.o .libs/lucnum2_ui.o .libs/mfac_uiui.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/nextprime.o .libs/oddfac_1.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_sec.o .libs/powm_ui.o .libs/pprime_p.o .libs/prodlimbs.o .libs/primorial_ui.o .libs/random.o .libs/random2.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/roinit_n.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_ui.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o
libtool: link: ranlib .libs/libmpz.a
libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpz'
Making all in mpq
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpq'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o abs.lo abs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c abs.c -fPIC -DPIC -o .libs/abs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c abs.c -o abs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o aors.lo aors.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c aors.c -fPIC -DPIC -o .libs/aors.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c aors.c -o aors.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o canonicalize.lo canonicalize.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c canonicalize.c -fPIC -DPIC -o .libs/canonicalize.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c canonicalize.c -o canonicalize.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clear.lo clear.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clear.c -fPIC -DPIC -o .libs/clear.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clear.c -o clear.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clears.lo clears.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clears.c -fPIC -DPIC -o .libs/clears.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clears.c -o clears.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp.lo cmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp.c -fPIC -DPIC -o .libs/cmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp.c -o cmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_si.lo cmp_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_si.c -o cmp_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_ui.lo cmp_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o div.lo div.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div.c -fPIC -DPIC -o .libs/div.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div.c -o div.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o equal.lo equal.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c equal.c -fPIC -DPIC -o .libs/equal.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c equal.c -o equal.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_d.lo get_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d.c -fPIC -DPIC -o .libs/get_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d.c -o get_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_den.lo get_den.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_den.c -fPIC -DPIC -o .libs/get_den.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_den.c -o get_den.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_num.lo get_num.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_num.c -fPIC -DPIC -o .libs/get_num.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_num.c -o get_num.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_str.lo get_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_str.c -fPIC -DPIC -o .libs/get_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_str.c -o get_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o init.lo init.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init.c -o init.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inits.lo inits.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inits.c -fPIC -DPIC -o .libs/inits.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inits.c -o inits.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inp_str.lo inp_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_str.c -o inp_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inv.lo inv.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inv.c -fPIC -DPIC -o .libs/inv.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inv.c -o inv.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o md_2exp.lo md_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c md_2exp.c -fPIC -DPIC -o .libs/md_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c md_2exp.c -o md_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul.lo mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul.c -fPIC -DPIC -o .libs/mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul.c -o mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o neg.lo neg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c neg.c -fPIC -DPIC -o .libs/neg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c neg.c -o neg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o out_str.lo out_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_str.c -fPIC -DPIC -o .libs/out_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_str.c -o out_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set.lo set.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set.c -fPIC -DPIC -o .libs/set.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set.c -o set.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_den.lo set_den.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_den.c -fPIC -DPIC -o .libs/set_den.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_den.c -o set_den.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_num.lo set_num.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_num.c -fPIC -DPIC -o .libs/set_num.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_num.c -o set_num.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_si.lo set_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_si.c -fPIC -DPIC -o .libs/set_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_si.c -o set_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_str.lo set_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_str.c -fPIC -DPIC -o .libs/set_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_str.c -o set_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_ui.lo set_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_ui.c -o set_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_z.lo set_z.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_z.c -fPIC -DPIC -o .libs/set_z.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_z.c -o set_z.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_d.lo set_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_d.c -fPIC -DPIC -o .libs/set_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_d.c -o set_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_f.lo set_f.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_f.c -fPIC -DPIC -o .libs/set_f.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_f.c -o set_f.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o swap.lo swap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c swap.c -fPIC -DPIC -o .libs/swap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c swap.c -o swap.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo
libtool: link: ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_den.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/set_d.o .libs/set_f.o .libs/swap.o
libtool: link: ranlib .libs/libmpq.a
libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpq'
Making all in mpf
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpf'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o init.lo init.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init.c -o init.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o init2.lo init2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init2.c -fPIC -DPIC -o .libs/init2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c init2.c -o init2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inits.lo inits.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inits.c -fPIC -DPIC -o .libs/inits.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inits.c -o inits.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set.lo set.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set.c -fPIC -DPIC -o .libs/set.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set.c -o set.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_ui.lo set_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_ui.c -o set_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_si.lo set_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_si.c -fPIC -DPIC -o .libs/set_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_si.c -o set_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_str.lo set_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_str.c -fPIC -DPIC -o .libs/set_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_str.c -o set_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_d.lo set_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_d.c -fPIC -DPIC -o .libs/set_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_d.c -o set_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_z.lo set_z.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_z.c -fPIC -DPIC -o .libs/set_z.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_z.c -o set_z.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_q.lo set_q.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_q.c -fPIC -DPIC -o .libs/set_q.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_q.c -o set_q.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset.lo iset.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset.c -fPIC -DPIC -o .libs/iset.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset.c -o iset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_ui.lo iset_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_ui.c -o iset_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_si.lo iset_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_si.c -o iset_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_str.lo iset_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_str.c -o iset_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o iset_d.lo iset_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c iset_d.c -o iset_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clear.lo clear.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clear.c -fPIC -DPIC -o .libs/clear.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clear.c -o clear.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o clears.lo clears.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clears.c -fPIC -DPIC -o .libs/clears.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c clears.c -o clears.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_str.lo get_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_str.c -fPIC -DPIC -o .libs/get_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_str.c -o get_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o dump.lo dump.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c dump.c -fPIC -DPIC -o .libs/dump.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c dump.c -o dump.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o size.lo size.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c size.c -fPIC -DPIC -o .libs/size.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c size.c -o size.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o eq.lo eq.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c eq.c -fPIC -DPIC -o .libs/eq.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c eq.c -o eq.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o reldiff.lo reldiff.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c reldiff.c -o reldiff.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sqrt.lo sqrt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrt.c -o sqrt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o random2.lo random2.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c random2.c -fPIC -DPIC -o .libs/random2.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c random2.c -o random2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o inp_str.lo inp_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c inp_str.c -o inp_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o out_str.lo out_str.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_str.c -fPIC -DPIC -o .libs/out_str.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c out_str.c -o out_str.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o add.lo add.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add.c -fPIC -DPIC -o .libs/add.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add.c -o add.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o add_ui.lo add_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c add_ui.c -o add_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sub.lo sub.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub.c -fPIC -DPIC -o .libs/sub.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub.c -o sub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sub_ui.lo sub_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sub_ui.c -o sub_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o ui_sub.lo ui_sub.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_sub.c -o ui_sub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul.lo mul.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul.c -fPIC -DPIC -o .libs/mul.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul.c -o mul.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul_ui.lo mul_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_ui.c -o mul_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o div.lo div.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div.c -fPIC -DPIC -o .libs/div.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div.c -o div.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o div_ui.lo div_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div_ui.c -o div_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp.lo cmp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp.c -fPIC -DPIC -o .libs/cmp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp.c -o cmp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_d.lo cmp_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_d.c -o cmp_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_z.lo cmp_z.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_z.c -fPIC -DPIC -o .libs/cmp_z.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_z.c -o cmp_z.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_si.lo cmp_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_si.c -o cmp_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o cmp_ui.lo cmp_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o mul_2exp.lo mul_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o div_2exp.lo div_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c div_2exp.c -o div_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o abs.lo abs.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c abs.c -fPIC -DPIC -o .libs/abs.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c abs.c -o abs.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o neg.lo neg.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c neg.c -fPIC -DPIC -o .libs/neg.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c neg.c -o neg.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_d.lo get_d.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d.c -fPIC -DPIC -o .libs/get_d.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d.c -o get_d.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_d_2exp.lo get_d_2exp.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_dfl_prec.lo set_dfl_prec.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_dfl_prec.c -o set_dfl_prec.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_prc.lo set_prc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_prc.c -fPIC -DPIC -o .libs/set_prc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_prc.c -o set_prc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o set_prc_raw.lo set_prc_raw.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c set_prc_raw.c -o set_prc_raw.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_dfl_prec.lo get_dfl_prec.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_dfl_prec.c -fPIC -DPIC -o .libs/get_dfl_prec.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_dfl_prec.c -o get_dfl_prec.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_prc.lo get_prc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_prc.c -fPIC -DPIC -o .libs/get_prc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_prc.c -o get_prc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o ui_div.lo ui_div.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ui_div.c -o ui_div.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sqrt_ui.lo sqrt_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sqrt_ui.c -o sqrt_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o pow_ui.lo pow_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c pow_ui.c -o pow_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o urandomb.lo urandomb.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c urandomb.c -o urandomb.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o swap.lo swap.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c swap.c -fPIC -DPIC -o .libs/swap.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c swap.c -o swap.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_si.lo get_si.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_si.c -fPIC -DPIC -o .libs/get_si.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_si.c -o get_si.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o get_ui.lo get_ui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c get_ui.c -o get_ui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o int_p.lo int_p.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c int_p.c -fPIC -DPIC -o .libs/int_p.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c int_p.c -o int_p.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o ceilfloor.lo ceilfloor.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ceilfloor.c -fPIC -DPIC -o .libs/ceilfloor.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c ceilfloor.c -o ceilfloor.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o trunc.lo trunc.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c trunc.c -fPIC -DPIC -o .libs/trunc.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c trunc.c -o trunc.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_sint.lo fits_sint.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sint.c -o fits_sint.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_slong.lo fits_slong.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_slong.c -o fits_slong.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_sshort.lo fits_sshort.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_uint.lo fits_uint.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_uint.c -o fits_uint.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_ulong.lo fits_ulong.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fits_ushort.lo fits_ushort.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o libmpf.la init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_z.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo
libtool: link: ar cq .libs/libmpf.a .libs/init.o .libs/init2.o .libs/inits.o .libs/set.o .libs/set_ui.o .libs/set_si.o .libs/set_str.o .libs/set_d.o .libs/set_z.o .libs/set_q.o .libs/iset.o .libs/iset_ui.o .libs/iset_si.o .libs/iset_str.o .libs/iset_d.o .libs/clear.o .libs/clears.o .libs/get_str.o .libs/dump.o .libs/size.o .libs/eq.o .libs/reldiff.o .libs/sqrt.o .libs/random2.o .libs/inp_str.o .libs/out_str.o .libs/add.o .libs/add_ui.o .libs/sub.o .libs/sub_ui.o .libs/ui_sub.o .libs/mul.o .libs/mul_ui.o .libs/div.o .libs/div_ui.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_z.o .libs/cmp_si.o .libs/cmp_ui.o .libs/mul_2exp.o .libs/div_2exp.o .libs/abs.o .libs/neg.o .libs/get_d.o .libs/get_d_2exp.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/ui_div.o .libs/sqrt_ui.o .libs/pow_ui.o .libs/urandomb.o .libs/swap.o .libs/get_si.o .libs/get_ui.o .libs/int_p.o .libs/ceilfloor.o .libs/trunc.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o
libtool: link: ranlib .libs/libmpf.a
libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpf'
Making all in printf
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/printf'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o asprintf.lo asprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c asprintf.c -o asprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o asprntffuns.lo asprntffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c asprntffuns.c -fPIC -DPIC -o .libs/asprntffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c asprntffuns.c -o asprntffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o doprnt.lo doprnt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doprnt.c -fPIC -DPIC -o .libs/doprnt.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doprnt.c -o doprnt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o doprntf.lo doprntf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doprntf.c -fPIC -DPIC -o .libs/doprntf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doprntf.c -o doprntf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o doprnti.lo doprnti.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doprnti.c -fPIC -DPIC -o .libs/doprnti.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doprnti.c -o doprnti.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fprintf.lo fprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fprintf.c -fPIC -DPIC -o .libs/fprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fprintf.c -o fprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o obprintf.lo obprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c obprintf.c -fPIC -DPIC -o .libs/obprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c obprintf.c -o obprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o obvprintf.lo obvprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c obvprintf.c -fPIC -DPIC -o .libs/obvprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c obvprintf.c -o obvprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o obprntffuns.lo obprntffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c obprntffuns.c -fPIC -DPIC -o .libs/obprntffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c obprntffuns.c -o obprntffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o printf.lo printf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c printf.c -fPIC -DPIC -o .libs/printf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c printf.c -o printf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o printffuns.lo printffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c printffuns.c -fPIC -DPIC -o .libs/printffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c printffuns.c -o printffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o snprintf.lo snprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c snprintf.c -o snprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o snprntffuns.lo snprntffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c snprntffuns.c -fPIC -DPIC -o .libs/snprntffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c snprntffuns.c -o snprntffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sprintf.lo sprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sprintf.c -o sprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sprintffuns.lo sprintffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sprintffuns.c -fPIC -DPIC -o .libs/sprintffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sprintffuns.c -o sprintffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vasprintf.lo vasprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vasprintf.c -o vasprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vfprintf.lo vfprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vfprintf.c -fPIC -DPIC -o .libs/vfprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vfprintf.c -o vfprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vprintf.lo vprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vprintf.c -fPIC -DPIC -o .libs/vprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vprintf.c -o vprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vsnprintf.lo vsnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vsnprintf.c -fPIC -DPIC -o .libs/vsnprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vsnprintf.c -o vsnprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vsprintf.lo vsprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vsprintf.c -o vsprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o repl-vsnprintf.lo repl-vsnprintf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c repl-vsnprintf.c -fPIC -DPIC -o .libs/repl-vsnprintf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c repl-vsnprintf.c -o repl-vsnprintf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo
libtool: link: ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obvprintf.o .libs/obprntffuns.o .libs/printf.o .libs/printffuns.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o .libs/repl-vsnprintf.o
libtool: link: ranlib .libs/libprintf.a
libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/printf'
Making all in scanf
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/scanf'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o doscan.lo doscan.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doscan.c -fPIC -DPIC -o .libs/doscan.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c doscan.c -o doscan.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fscanf.lo fscanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fscanf.c -fPIC -DPIC -o .libs/fscanf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fscanf.c -o fscanf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o fscanffuns.lo fscanffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fscanffuns.c -fPIC -DPIC -o .libs/fscanffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c fscanffuns.c -o fscanffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o scanf.lo scanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c scanf.c -fPIC -DPIC -o .libs/scanf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c scanf.c -o scanf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sscanf.lo sscanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sscanf.c -fPIC -DPIC -o .libs/sscanf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sscanf.c -o sscanf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o sscanffuns.lo sscanffuns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sscanffuns.c -fPIC -DPIC -o .libs/sscanffuns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c sscanffuns.c -o sscanffuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vfscanf.lo vfscanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vfscanf.c -fPIC -DPIC -o .libs/vfscanf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vfscanf.c -o vfscanf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vscanf.lo vscanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vscanf.c -fPIC -DPIC -o .libs/vscanf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vscanf.c -o vscanf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o vsscanf.lo vsscanf.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vsscanf.c -fPIC -DPIC -o .libs/vsscanf.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c vsscanf.c -o vsscanf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo
libtool: link: ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o
libtool: link: ranlib .libs/libscanf.a
libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/scanf'
Making all in rand
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/rand'
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o rand.lo rand.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rand.c -fPIC -DPIC -o .libs/rand.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rand.c -o rand.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randclr.lo randclr.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randclr.c -fPIC -DPIC -o .libs/randclr.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randclr.c -o randclr.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randdef.lo randdef.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randdef.c -fPIC -DPIC -o .libs/randdef.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randdef.c -o randdef.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randiset.lo randiset.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randiset.c -fPIC -DPIC -o .libs/randiset.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randiset.c -o randiset.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randlc2s.lo randlc2s.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randlc2s.c -fPIC -DPIC -o .libs/randlc2s.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randlc2s.c -o randlc2s.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randlc2x.lo randlc2x.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randlc2x.c -fPIC -DPIC -o .libs/randlc2x.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randlc2x.c -o randlc2x.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randmt.lo randmt.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randmt.c -fPIC -DPIC -o .libs/randmt.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randmt.c -o randmt.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randmts.lo randmts.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randmts.c -fPIC -DPIC -o .libs/randmts.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randmts.c -o randmts.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o rands.lo rands.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rands.c -fPIC -DPIC -o .libs/rands.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c rands.c -o rands.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randsd.lo randsd.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randsd.c -fPIC -DPIC -o .libs/randsd.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randsd.c -o randsd.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randsdui.lo randsdui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randsdui.c -fPIC -DPIC -o .libs/randsdui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randsdui.c -o randsdui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randbui.lo randbui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randbui.c -fPIC -DPIC -o .libs/randbui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randbui.c -o randbui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c -o randmui.lo randmui.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randmui.c -fPIC -DPIC -o .libs/randmui.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -c randmui.c -o randmui.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC --mode=link clang -o librandom.la rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo
libtool: link: ar cq .libs/librandom.a .libs/rand.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o
libtool: link: ranlib .libs/librandom.a
libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/rand'
Making all in cxx
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/cxx'
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o isfuns.lo isfuns.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c isfuns.cc -fPIC -DPIC -o .libs/isfuns.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c isfuns.cc -o isfuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o ismpf.lo ismpf.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpf.cc -fPIC -DPIC -o .libs/ismpf.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpf.cc -o ismpf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o ismpq.lo ismpq.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpq.cc -fPIC -DPIC -o .libs/ismpq.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpq.cc -o ismpq.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o ismpz.lo ismpz.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpz.cc -fPIC -DPIC -o .libs/ismpz.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpz.cc -o ismpz.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o ismpznw.lo ismpznw.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpznw.cc -fPIC -DPIC -o .libs/ismpznw.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c ismpznw.cc -o ismpznw.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o limits.lo limits.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c limits.cc -fPIC -DPIC -o .libs/limits.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c limits.cc -o limits.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o osdoprnti.lo osdoprnti.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osdoprnti.cc -fPIC -DPIC -o .libs/osdoprnti.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osdoprnti.cc -o osdoprnti.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o osfuns.lo osfuns.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osfuns.cc -fPIC -DPIC -o .libs/osfuns.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osfuns.cc -o osfuns.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o osmpf.lo osmpf.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osmpf.cc -fPIC -DPIC -o .libs/osmpf.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osmpf.cc -o osmpf.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o osmpq.lo osmpq.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osmpq.cc -fPIC -DPIC -o .libs/osmpq.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osmpq.cc -o osmpq.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c -o osmpz.lo osmpz.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osmpz.cc -fPIC -DPIC -o .libs/osmpz.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMPXX -I.. -c osmpz.cc -o osmpz.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CXX --mode=link clang++ -o libcxx.la isfuns.lo ismpf.lo ismpq.lo ismpz.lo ismpznw.lo limits.lo osdoprnti.lo osfuns.lo osmpf.lo osmpq.lo osmpz.lo
libtool: link: ar cq .libs/libcxx.a .libs/isfuns.o .libs/ismpf.o .libs/ismpq.o .libs/ismpz.o .libs/ismpznw.o .libs/limits.o .libs/osdoprnti.o .libs/osfuns.o .libs/osmpf.o .libs/osmpq.o .libs/osmpz.o
libtool: link: ranlib .libs/libcxx.a
libtool: link: ( cd ".libs" && rm -f "libcxx.la" && ln -s "../libcxx.la" "libcxx.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/cxx'
Making all in demos
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos'
Making all in calc
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make all-am
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
Making all in expr
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/expr'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/expr'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos'
make[3]: Nothing to be done for 'all-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos'
Making all in tune
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tune'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tune'
Making all in doc
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/doc'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/doc'
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1'
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o assert.lo assert.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c assert.c -fPIC -DPIC -o .libs/assert.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c assert.c -o assert.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o compat.lo compat.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c compat.c -fPIC -DPIC -o .libs/compat.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c compat.c -o compat.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o errno.lo errno.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c errno.c -fPIC -DPIC -o .libs/errno.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c errno.c -o errno.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o extract-dbl.lo extract-dbl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c extract-dbl.c -fPIC -DPIC -o .libs/extract-dbl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c extract-dbl.c -o extract-dbl.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o invalid.lo invalid.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c invalid.c -fPIC -DPIC -o .libs/invalid.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c invalid.c -o invalid.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o memory.lo memory.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c memory.c -fPIC -DPIC -o .libs/memory.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c memory.c -o memory.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o mp_bpl.lo mp_bpl.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_bpl.c -fPIC -DPIC -o .libs/mp_bpl.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_bpl.c -o mp_bpl.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o mp_clz_tab.lo mp_clz_tab.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_clz_tab.c -o mp_clz_tab.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o mp_dv_tab.lo mp_dv_tab.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_dv_tab.c -fPIC -DPIC -o .libs/mp_dv_tab.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_dv_tab.c -o mp_dv_tab.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o mp_minv_tab.lo mp_minv_tab.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_minv_tab.c -fPIC -DPIC -o .libs/mp_minv_tab.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_minv_tab.c -o mp_minv_tab.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o mp_get_fns.lo mp_get_fns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_get_fns.c -fPIC -DPIC -o .libs/mp_get_fns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_get_fns.c -o mp_get_fns.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o mp_set_fns.lo mp_set_fns.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_set_fns.c -fPIC -DPIC -o .libs/mp_set_fns.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c mp_set_fns.c -o mp_set_fns.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o version.lo version.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c version.c -fPIC -DPIC -o .libs/version.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c version.c -o version.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o nextprime.lo nextprime.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c nextprime.c -o nextprime.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o primesieve.lo primesieve.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c primesieve.c -fPIC -DPIC -o .libs/primesieve.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c primesieve.c -o primesieve.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o tal-reent.lo tal-reent.c
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c tal-reent.c -fPIC -DPIC -o .libs/tal-reent.o
libtool: compile: clang -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c tal-reent.c -o tal-reent.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link clang -version-info 13:1:3 -o libgmp.la -rpath /usr/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp_z.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/limbs_finish.lo mpz/limbs_modify.lo mpz/limbs_read.lo mpz/limbs_write.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/roinit_n.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/x86_64_add_n.lo mpn/x86_64_addmul_1.lo mpn/x86_64_bdiv_dbm1c.lo mpn/x86_64_com.lo mpn/x86_64_cnd_add_n.lo mpn/x86_64_cnd_sub_n.lo mpn/x86_64_copyd.lo mpn/x86_64_copyi.lo mpn/x86_64_dive_1.lo mpn/x86_64_divrem_1.lo mpn/x86_64_gcd_1.lo mpn/x86_64_lshift.lo mpn/x86_64_lshiftc.lo mpn/x86_64_mod_1_1.lo mpn/x86_64_mod_1_2.lo mpn/x86_64_mod_1_4.lo mpn/x86_64_mod_34lsub1.lo mpn/x86_64_mode1o.lo mpn/x86_64_mul_1.lo mpn/x86_64_rshift.lo mpn/x86_64_sub_n.lo mpn/x86_64_submul_1.lo mpn/x86_64_addmul_2.lo mpn/x86_64_addlsh1_n.lo mpn/x86_64_addlsh2_n.lo mpn/x86_64_sublsh1_n.lo mpn/fat_mod_1.lo mpn/fat_mul_basecase.lo mpn/fat_mullo_basecase.lo mpn/fat_redc_1.lo mpn/fat_redc_2.lo mpn/fat_sqr_basecase.lo mpn/k8_mul_basecase.lo mpn/k8_mullo_basecase.lo mpn/k8_redc_1.lo mpn/k8_sqr_basecase.lo mpn/k10_gcd_1.lo mpn/k10_lshift.lo mpn/k10_lshiftc.lo mpn/k10_rshift.lo mpn/bd1_addmul_1.lo mpn/bd1_com.lo mpn/bd1_copyd.lo mpn/bd1_copyi.lo mpn/bd1_gcd_1.lo mpn/bd1_mul_1.lo mpn/bd1_mul_basecase.lo mpn/bd1_submul_1.lo mpn/bd1_addlsh1_n.lo mpn/bd1_sublsh1_n.lo mpn/bobcat_add_n.lo mpn/bobcat_addmul_1.lo mpn/bobcat_copyd.lo mpn/bobcat_copyi.lo mpn/bobcat_mul_1.lo mpn/bobcat_mul_basecase.lo mpn/bobcat_redc_1.lo mpn/bobcat_sqr_basecase.lo mpn/bobcat_sub_n.lo mpn/bobcat_submul_1.lo mpn/p4_add_n.lo mpn/p4_lshift.lo mpn/p4_lshiftc.lo mpn/p4_mod_34lsub1.lo mpn/p4_rshift.lo mpn/p4_sub_n.lo mpn/p4_addlsh1_n.lo mpn/p4_addlsh2_n.lo mpn/p4_sublsh1_n.lo mpn/core2_add_n.lo mpn/core2_addmul_1.lo mpn/core2_copyd.lo mpn/core2_copyi.lo mpn/core2_divrem_1.lo mpn/core2_gcd_1.lo mpn/core2_lshift.lo mpn/core2_lshiftc.lo mpn/core2_mul_basecase.lo mpn/core2_mullo_basecase.lo mpn/core2_redc_1.lo mpn/core2_rshift.lo mpn/core2_sqr_basecase.lo mpn/core2_sub_n.lo mpn/core2_submul_1.lo mpn/core2_addlsh1_n.lo mpn/core2_addlsh2_n.lo mpn/core2_sublsh1_n.lo mpn/coreinhm_addmul_1.lo mpn/coreinhm_redc_1.lo mpn/coreinhm_submul_1.lo mpn/coreisbr_add_n.lo mpn/coreisbr_addmul_1.lo mpn/coreisbr_divrem_1.lo mpn/coreisbr_lshift.lo mpn/coreisbr_lshiftc.lo mpn/coreisbr_mul_1.lo mpn/coreisbr_mul_basecase.lo mpn/coreisbr_mullo_basecase.lo mpn/coreisbr_redc_1.lo mpn/coreisbr_rshift.lo mpn/coreisbr_sqr_basecase.lo mpn/coreisbr_sub_n.lo mpn/coreisbr_submul_1.lo mpn/coreisbr_addmul_2.lo mpn/coreisbr_addlsh1_n.lo mpn/coreisbr_addlsh2_n.lo mpn/coreihwl_addmul_1.lo mpn/coreihwl_mul_1.lo mpn/coreihwl_mul_basecase.lo mpn/coreihwl_mullo_basecase.lo mpn/coreihwl_redc_1.lo mpn/coreihwl_sqr_basecase.lo mpn/coreihwl_submul_1.lo mpn/coreihwl_addmul_2.lo mpn/coreibwl_addmul_1.lo mpn/coreibwl_mul_1.lo mpn/coreibwl_mul_basecase.lo mpn/coreibwl_sqr_basecase.lo mpn/atom_add_n.lo mpn/atom_addmul_1.lo mpn/atom_com.lo mpn/atom_copyd.lo mpn/atom_copyi.lo mpn/atom_dive_1.lo mpn/atom_lshift.lo mpn/atom_lshiftc.lo mpn/atom_mul_1.lo mpn/atom_redc_1.lo mpn/atom_rshift.lo mpn/atom_sub_n.lo mpn/atom_submul_1.lo mpn/atom_addmul_2.lo mpn/atom_addlsh1_n.lo mpn/atom_addlsh2_n.lo mpn/atom_sublsh1_n.lo mpn/nano_copyd.lo mpn/nano_copyi.lo mpn/nano_dive_1.lo mpn/nano_gcd_1.lo mpn/invert_limb_table.lo mpn/fat.lo mpn/fat_entry.lo mpn/add.lo mpn/add_1.lo mpn/sub.lo mpn/sub_1.lo mpn/cnd_swap.lo mpn/neg.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/dump.lo mpn/mod_1_3.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/sizeinbase.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/zero_p.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/sqrlo.lo mpn/sqrlo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_1.lo mpn/div_qr_1n_pi1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/sec_powm.lo mpn/sec_mul.lo mpn/sec_sqr.lo mpn/sec_div_qr.lo mpn/sec_div_r.lo mpn/sec_pi1_div_qr.lo mpn/sec_pi1_div_r.lo mpn/sec_add_1.lo mpn/sec_sub_1.lo mpn/sec_invert.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/zero.lo mpn/sec_tabselect.lo mpn/comb_tables.lo mpn/invert_limb.lo mpn/sqr_diag_addlsh1.lo mpn/mul_2.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n.lo mpn/addaddmul_1msb0.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo
libtool: link: clang -shared -fPIC -DPIC .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/version.o .libs/nextprime.o .libs/primesieve.o .libs/tal-reent.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/set.o mpf/.libs/set_ui.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_d.o mpf/.libs/set_z.o mpf/.libs/iset.o mpf/.libs/iset_ui.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_d.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/get_str.o mpf/.libs/dump.o mpf/.libs/size.o mpf/.libs/eq.o mpf/.libs/reldiff.o mpf/.libs/sqrt.o mpf/.libs/random2.o mpf/.libs/inp_str.o mpf/.libs/out_str.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/ui_sub.o mpf/.libs/mul.o mpf/.libs/mul_ui.o mpf/.libs/div.o mpf/.libs/div_ui.o mpf/.libs/cmp_z.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_ui.o mpf/.libs/cmp_si.o mpf/.libs/mul_2exp.o mpf/.libs/div_2exp.o mpf/.libs/abs.o mpf/.libs/neg.o mpf/.libs/set_q.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/ui_div.o mpf/.libs/sqrt_ui.o mpf/.libs/ceilfloor.o mpf/.libs/trunc.o mpf/.libs/pow_ui.o mpf/.libs/urandomb.o mpf/.libs/swap.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_si.o mpf/.libs/get_ui.o mpf/.libs/int_p.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/and.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/divexact.o mpz/.libs/divegcd.o mpz/.libs/dive_ui.o mpz/.libs/divis.o mpz/.libs/divis_ui.o mpz/.libs/divis_2exp.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/mfac_uiui.o mpz/.libs/2fac_ui.o mpz/.libs/fac_ui.o mpz/.libs/oddfac_1.o mpz/.libs/prodlimbs.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_ui.o mpz/.libs/fib_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_ui.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_ui.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/limbs_finish.o mpz/.libs/limbs_modify.o mpz/.libs/limbs_read.o mpz/.libs/limbs_write.o mpz/.libs/lucnum_ui.o mpz/.libs/lucnum2_ui.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/nextprime.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_sec.o mpz/.libs/powm_ui.o mpz/.libs/primorial_ui.o mpz/.libs/pprime_p.o mpz/.libs/random.o mpz/.libs/random2.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/roinit_n.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_ui.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_ui.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_den.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/equal.o mpq/.libs/set_z.o mpq/.libs/set_d.o mpq/.libs/set_f.o mpq/.libs/swap.o mpn/.libs/fib_table.o mpn/.libs/mp_bases.o mpn/.libs/x86_64_add_n.o mpn/.libs/x86_64_addmul_1.o mpn/.libs/x86_64_bdiv_dbm1c.o mpn/.libs/x86_64_com.o mpn/.libs/x86_64_cnd_add_n.o mpn/.libs/x86_64_cnd_sub_n.o mpn/.libs/x86_64_copyd.o mpn/.libs/x86_64_copyi.o mpn/.libs/x86_64_dive_1.o mpn/.libs/x86_64_divrem_1.o mpn/.libs/x86_64_gcd_1.o mpn/.libs/x86_64_lshift.o mpn/.libs/x86_64_lshiftc.o mpn/.libs/x86_64_mod_1_1.o mpn/.libs/x86_64_mod_1_2.o mpn/.libs/x86_64_mod_1_4.o mpn/.libs/x86_64_mod_34lsub1.o mpn/.libs/x86_64_mode1o.o mpn/.libs/x86_64_mul_1.o mpn/.libs/x86_64_rshift.o mpn/.libs/x86_64_sub_n.o mpn/.libs/x86_64_submul_1.o mpn/.libs/x86_64_addmul_2.o mpn/.libs/x86_64_addlsh1_n.o mpn/.libs/x86_64_addlsh2_n.o mpn/.libs/x86_64_sublsh1_n.o mpn/.libs/fat_mod_1.o mpn/.libs/fat_mul_basecase.o mpn/.libs/fat_mullo_basecase.o mpn/.libs/fat_redc_1.o mpn/.libs/fat_redc_2.o mpn/.libs/fat_sqr_basecase.o mpn/.libs/k8_mul_basecase.o mpn/.libs/k8_mullo_basecase.o mpn/.libs/k8_redc_1.o mpn/.libs/k8_sqr_basecase.o mpn/.libs/k10_gcd_1.o mpn/.libs/k10_lshift.o mpn/.libs/k10_lshiftc.o mpn/.libs/k10_rshift.o mpn/.libs/bd1_addmul_1.o mpn/.libs/bd1_com.o mpn/.libs/bd1_copyd.o mpn/.libs/bd1_copyi.o mpn/.libs/bd1_gcd_1.o mpn/.libs/bd1_mul_1.o mpn/.libs/bd1_mul_basecase.o mpn/.libs/bd1_submul_1.o mpn/.libs/bd1_addlsh1_n.o mpn/.libs/bd1_sublsh1_n.o mpn/.libs/bobcat_add_n.o mpn/.libs/bobcat_addmul_1.o mpn/.libs/bobcat_copyd.o mpn/.libs/bobcat_copyi.o mpn/.libs/bobcat_mul_1.o mpn/.libs/bobcat_mul_basecase.o mpn/.libs/bobcat_redc_1.o mpn/.libs/bobcat_sqr_basecase.o mpn/.libs/bobcat_sub_n.o mpn/.libs/bobcat_submul_1.o mpn/.libs/p4_add_n.o mpn/.libs/p4_lshift.o mpn/.libs/p4_lshiftc.o mpn/.libs/p4_mod_34lsub1.o mpn/.libs/p4_rshift.o mpn/.libs/p4_sub_n.o mpn/.libs/p4_addlsh1_n.o mpn/.libs/p4_addlsh2_n.o mpn/.libs/p4_sublsh1_n.o mpn/.libs/core2_add_n.o mpn/.libs/core2_addmul_1.o mpn/.libs/core2_copyd.o mpn/.libs/core2_copyi.o mpn/.libs/core2_divrem_1.o mpn/.libs/core2_gcd_1.o mpn/.libs/core2_lshift.o mpn/.libs/core2_lshiftc.o mpn/.libs/core2_mul_basecase.o mpn/.libs/core2_mullo_basecase.o mpn/.libs/core2_redc_1.o mpn/.libs/core2_rshift.o mpn/.libs/core2_sqr_basecase.o mpn/.libs/core2_sub_n.o mpn/.libs/core2_submul_1.o mpn/.libs/core2_addlsh1_n.o mpn/.libs/core2_addlsh2_n.o mpn/.libs/core2_sublsh1_n.o mpn/.libs/coreinhm_addmul_1.o mpn/.libs/coreinhm_redc_1.o mpn/.libs/coreinhm_submul_1.o mpn/.libs/coreisbr_add_n.o mpn/.libs/coreisbr_addmul_1.o mpn/.libs/coreisbr_divrem_1.o mpn/.libs/coreisbr_lshift.o mpn/.libs/coreisbr_lshiftc.o mpn/.libs/coreisbr_mul_1.o mpn/.libs/coreisbr_mul_basecase.o mpn/.libs/coreisbr_mullo_basecase.o mpn/.libs/coreisbr_redc_1.o mpn/.libs/coreisbr_rshift.o mpn/.libs/coreisbr_sqr_basecase.o mpn/.libs/coreisbr_sub_n.o mpn/.libs/coreisbr_submul_1.o mpn/.libs/coreisbr_addmul_2.o mpn/.libs/coreisbr_addlsh1_n.o mpn/.libs/coreisbr_addlsh2_n.o mpn/.libs/coreihwl_addmul_1.o mpn/.libs/coreihwl_mul_1.o mpn/.libs/coreihwl_mul_basecase.o mpn/.libs/coreihwl_mullo_basecase.o mpn/.libs/coreihwl_redc_1.o mpn/.libs/coreihwl_sqr_basecase.o mpn/.libs/coreihwl_submul_1.o mpn/.libs/coreihwl_addmul_2.o mpn/.libs/coreibwl_addmul_1.o mpn/.libs/coreibwl_mul_1.o mpn/.libs/coreibwl_mul_basecase.o mpn/.libs/coreibwl_sqr_basecase.o mpn/.libs/atom_add_n.o mpn/.libs/atom_addmul_1.o mpn/.libs/atom_com.o mpn/.libs/atom_copyd.o mpn/.libs/atom_copyi.o mpn/.libs/atom_dive_1.o mpn/.libs/atom_lshift.o mpn/.libs/atom_lshiftc.o mpn/.libs/atom_mul_1.o mpn/.libs/atom_redc_1.o mpn/.libs/atom_rshift.o mpn/.libs/atom_sub_n.o mpn/.libs/atom_submul_1.o mpn/.libs/atom_addmul_2.o mpn/.libs/atom_addlsh1_n.o mpn/.libs/atom_addlsh2_n.o mpn/.libs/atom_sublsh1_n.o mpn/.libs/nano_copyd.o mpn/.libs/nano_copyi.o mpn/.libs/nano_dive_1.o mpn/.libs/nano_gcd_1.o mpn/.libs/invert_limb_table.o mpn/.libs/fat.o mpn/.libs/fat_entry.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/cnd_swap.o mpn/.libs/neg.o mpn/.libs/add_err1_n.o mpn/.libs/add_err2_n.o mpn/.libs/add_err3_n.o mpn/.libs/sub_err1_n.o mpn/.libs/sub_err2_n.o mpn/.libs/sub_err3_n.o mpn/.libs/diveby3.o mpn/.libs/divis.o mpn/.libs/divrem.o mpn/.libs/divrem_2.o mpn/.libs/fib2_ui.o mpn/.libs/dump.o mpn/.libs/mod_1_3.o mpn/.libs/mul.o mpn/.libs/mul_fft.o mpn/.libs/mul_n.o mpn/.libs/sqr.o mpn/.libs/nussbaumer_mul.o mpn/.libs/mulmid_basecase.o mpn/.libs/toom42_mulmid.o mpn/.libs/mulmid_n.o mpn/.libs/mulmid.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/rootrem.o mpn/.libs/sqrtrem.o mpn/.libs/sizeinbase.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/zero_p.o mpn/.libs/perfsqr.o mpn/.libs/perfpow.o mpn/.libs/gcd.o mpn/.libs/gcdext_1.o mpn/.libs/gcdext.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/div_q.o mpn/.libs/tdiv_qr.o mpn/.libs/jacbase.o mpn/.libs/jacobi_2.o mpn/.libs/jacobi.o mpn/.libs/get_d.o mpn/.libs/matrix22_mul.o mpn/.libs/matrix22_mul1_inverse_vector.o mpn/.libs/hgcd_matrix.o mpn/.libs/hgcd2.o mpn/.libs/hgcd_step.o mpn/.libs/hgcd_reduce.o mpn/.libs/hgcd.o mpn/.libs/hgcd_appr.o mpn/.libs/hgcd2_jacobi.o mpn/.libs/hgcd_jacobi.o mpn/.libs/mullo_n.o mpn/.libs/sqrlo.o mpn/.libs/sqrlo_basecase.o mpn/.libs/toom22_mul.o mpn/.libs/toom32_mul.o mpn/.libs/toom42_mul.o mpn/.libs/toom52_mul.o mpn/.libs/toom62_mul.o mpn/.libs/toom33_mul.o mpn/.libs/toom43_mul.o mpn/.libs/toom53_mul.o mpn/.libs/toom54_mul.o mpn/.libs/toom63_mul.o mpn/.libs/toom44_mul.o mpn/.libs/toom6h_mul.o mpn/.libs/toom6_sqr.o mpn/.libs/toom8h_mul.o mpn/.libs/toom8_sqr.o mpn/.libs/toom_couple_handling.o mpn/.libs/toom2_sqr.o mpn/.libs/toom3_sqr.o mpn/.libs/toom4_sqr.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_5pts.o mpn/.libs/toom_interpolate_6pts.o mpn/.libs/toom_interpolate_7pts.o mpn/.libs/toom_interpolate_8pts.o mpn/.libs/toom_interpolate_12pts.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/invertappr.o mpn/.libs/invert.o mpn/.libs/binvert.o mpn/.libs/mulmod_bnm1.o mpn/.libs/sqrmod_bnm1.o mpn/.libs/div_qr_1.o mpn/.libs/div_qr_1n_pi1.o mpn/.libs/div_qr_2.o mpn/.libs/div_qr_2n_pi1.o mpn/.libs/div_qr_2u_pi1.o mpn/.libs/sbpi1_div_q.o mpn/.libs/sbpi1_div_qr.o mpn/.libs/sbpi1_divappr_q.o mpn/.libs/dcpi1_div_q.o mpn/.libs/dcpi1_div_qr.o mpn/.libs/dcpi1_divappr_q.o mpn/.libs/mu_div_qr.o mpn/.libs/mu_divappr_q.o mpn/.libs/mu_div_q.o mpn/.libs/bdiv_q_1.o mpn/.libs/sbpi1_bdiv_q.o mpn/.libs/sbpi1_bdiv_qr.o mpn/.libs/dcpi1_bdiv_q.o mpn/.libs/dcpi1_bdiv_qr.o mpn/.libs/mu_bdiv_q.o mpn/.libs/mu_bdiv_qr.o mpn/.libs/bdiv_q.o mpn/.libs/bdiv_qr.o mpn/.libs/broot.o mpn/.libs/brootinv.o mpn/.libs/bsqrt.o mpn/.libs/bsqrtinv.o mpn/.libs/divexact.o mpn/.libs/redc_n.o mpn/.libs/powm.o mpn/.libs/powlo.o mpn/.libs/sec_powm.o mpn/.libs/sec_mul.o mpn/.libs/sec_sqr.o mpn/.libs/sec_div_qr.o mpn/.libs/sec_div_r.o mpn/.libs/sec_pi1_div_qr.o mpn/.libs/sec_pi1_div_r.o mpn/.libs/sec_add_1.o mpn/.libs/sec_sub_1.o mpn/.libs/sec_invert.o mpn/.libs/trialdiv.o mpn/.libs/remove.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/zero.o mpn/.libs/sec_tabselect.o mpn/.libs/comb_tables.o mpn/.libs/invert_limb.o mpn/.libs/sqr_diag_addlsh1.o mpn/.libs/mul_2.o mpn/.libs/rsblsh1_n.o mpn/.libs/rsh1add_n.o mpn/.libs/rsh1sub_n.o mpn/.libs/rsblsh2_n.o mpn/.libs/addlsh_n.o mpn/.libs/rsblsh_n.o mpn/.libs/add_n_sub_n.o mpn/.libs/addaddmul_1msb0.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obvprintf.o printf/.libs/obprntffuns.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o printf/.libs/repl-vsnprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o rand/.libs/rand.o rand/.libs/randclr.o rand/.libs/randdef.o rand/.libs/randiset.o rand/.libs/randlc2s.o rand/.libs/randlc2x.o rand/.libs/randmt.o rand/.libs/randmts.o rand/.libs/rands.o rand/.libs/randsd.o rand/.libs/randsdui.o rand/.libs/randbui.o rand/.libs/randmui.o -Wl,-soname -Wl,libgmp.so.10 -o .libs/libgmp.so.10.3.1
libtool: link: (cd ".libs" && rm -f "libgmp.so.10" && ln -s "libgmp.so.10.3.1" "libgmp.so.10")
libtool: link: (cd ".libs" && rm -f "libgmp.so" && ln -s "libgmp.so.10.3.1" "libgmp.so")
copying selected object files to avoid basename conflicts...
libtool: link: ln mpz/abs.o .libs/libgmp.lax/lt1-abs.o || cp mpz/abs.o .libs/libgmp.lax/lt1-abs.o
libtool: link: ln mpz/add.o .libs/libgmp.lax/lt2-add.o || cp mpz/add.o .libs/libgmp.lax/lt2-add.o
libtool: link: ln mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o || cp mpz/add_ui.o .libs/libgmp.lax/lt3-add_ui.o
libtool: link: ln mpz/clear.o .libs/libgmp.lax/lt4-clear.o || cp mpz/clear.o .libs/libgmp.lax/lt4-clear.o
libtool: link: ln mpz/clears.o .libs/libgmp.lax/lt5-clears.o || cp mpz/clears.o .libs/libgmp.lax/lt5-clears.o
libtool: link: ln mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o || cp mpz/cmp.o .libs/libgmp.lax/lt6-cmp.o
libtool: link: ln mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o || cp mpz/cmp_d.o .libs/libgmp.lax/lt7-cmp_d.o
libtool: link: ln mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o || cp mpz/cmp_si.o .libs/libgmp.lax/lt8-cmp_si.o
libtool: link: ln mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o || cp mpz/cmp_ui.o .libs/libgmp.lax/lt9-cmp_ui.o
libtool: link: ln mpz/dump.o .libs/libgmp.lax/lt10-dump.o || cp mpz/dump.o .libs/libgmp.lax/lt10-dump.o
libtool: link: ln mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o || cp mpz/fits_sint.o .libs/libgmp.lax/lt11-fits_sint.o
libtool: link: ln mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o || cp mpz/fits_slong.o .libs/libgmp.lax/lt12-fits_slong.o
libtool: link: ln mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o || cp mpz/fits_sshort.o .libs/libgmp.lax/lt13-fits_sshort.o
libtool: link: ln mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o || cp mpz/fits_uint.o .libs/libgmp.lax/lt14-fits_uint.o
libtool: link: ln mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o || cp mpz/fits_ulong.o .libs/libgmp.lax/lt15-fits_ulong.o
libtool: link: ln mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o || cp mpz/fits_ushort.o .libs/libgmp.lax/lt16-fits_ushort.o
libtool: link: ln mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o || cp mpz/get_d.o .libs/libgmp.lax/lt17-get_d.o
libtool: link: ln mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o || cp mpz/get_d_2exp.o .libs/libgmp.lax/lt18-get_d_2exp.o
libtool: link: ln mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o || cp mpz/get_si.o .libs/libgmp.lax/lt19-get_si.o
libtool: link: ln mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o || cp mpz/get_str.o .libs/libgmp.lax/lt20-get_str.o
libtool: link: ln mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o || cp mpz/get_ui.o .libs/libgmp.lax/lt21-get_ui.o
libtool: link: ln mpz/init.o .libs/libgmp.lax/lt22-init.o || cp mpz/init.o .libs/libgmp.lax/lt22-init.o
libtool: link: ln mpz/init2.o .libs/libgmp.lax/lt23-init2.o || cp mpz/init2.o .libs/libgmp.lax/lt23-init2.o
libtool: link: ln mpz/inits.o .libs/libgmp.lax/lt24-inits.o || cp mpz/inits.o .libs/libgmp.lax/lt24-inits.o
libtool: link: ln mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o || cp mpz/inp_str.o .libs/libgmp.lax/lt25-inp_str.o
libtool: link: ln mpz/iset.o .libs/libgmp.lax/lt26-iset.o || cp mpz/iset.o .libs/libgmp.lax/lt26-iset.o
libtool: link: ln mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o || cp mpz/iset_d.o .libs/libgmp.lax/lt27-iset_d.o
libtool: link: ln mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o || cp mpz/iset_si.o .libs/libgmp.lax/lt28-iset_si.o
libtool: link: ln mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o || cp mpz/iset_str.o .libs/libgmp.lax/lt29-iset_str.o
libtool: link: ln mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o || cp mpz/iset_ui.o .libs/libgmp.lax/lt30-iset_ui.o
libtool: link: ln mpz/mul.o .libs/libgmp.lax/lt31-mul.o || cp mpz/mul.o .libs/libgmp.lax/lt31-mul.o
libtool: link: ln mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o || cp mpz/mul_2exp.o .libs/libgmp.lax/lt32-mul_2exp.o
libtool: link: ln mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o || cp mpz/mul_ui.o .libs/libgmp.lax/lt33-mul_ui.o
libtool: link: ln mpz/neg.o .libs/libgmp.lax/lt34-neg.o || cp mpz/neg.o .libs/libgmp.lax/lt34-neg.o
libtool: link: ln mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o || cp mpz/nextprime.o .libs/libgmp.lax/lt35-nextprime.o
libtool: link: ln mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o || cp mpz/out_str.o .libs/libgmp.lax/lt36-out_str.o
libtool: link: ln mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o || cp mpz/pow_ui.o .libs/libgmp.lax/lt37-pow_ui.o
libtool: link: ln mpz/random2.o .libs/libgmp.lax/lt38-random2.o || cp mpz/random2.o .libs/libgmp.lax/lt38-random2.o
libtool: link: ln mpz/set.o .libs/libgmp.lax/lt39-set.o || cp mpz/set.o .libs/libgmp.lax/lt39-set.o
libtool: link: ln mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o || cp mpz/set_d.o .libs/libgmp.lax/lt40-set_d.o
libtool: link: ln mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o || cp mpz/set_q.o .libs/libgmp.lax/lt41-set_q.o
libtool: link: ln mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o || cp mpz/set_si.o .libs/libgmp.lax/lt42-set_si.o
libtool: link: ln mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o || cp mpz/set_str.o .libs/libgmp.lax/lt43-set_str.o
libtool: link: ln mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o || cp mpz/set_ui.o .libs/libgmp.lax/lt44-set_ui.o
libtool: link: ln mpz/size.o .libs/libgmp.lax/lt45-size.o || cp mpz/size.o .libs/libgmp.lax/lt45-size.o
libtool: link: ln mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o || cp mpz/sqrt.o .libs/libgmp.lax/lt46-sqrt.o
libtool: link: ln mpz/sub.o .libs/libgmp.lax/lt47-sub.o || cp mpz/sub.o .libs/libgmp.lax/lt47-sub.o
libtool: link: ln mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o || cp mpz/sub_ui.o .libs/libgmp.lax/lt48-sub_ui.o
libtool: link: ln mpz/swap.o .libs/libgmp.lax/lt49-swap.o || cp mpz/swap.o .libs/libgmp.lax/lt49-swap.o
libtool: link: ln mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o || cp mpz/ui_sub.o .libs/libgmp.lax/lt50-ui_sub.o
libtool: link: ln mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o || cp mpz/urandomb.o .libs/libgmp.lax/lt51-urandomb.o
libtool: link: ln mpq/abs.o .libs/libgmp.lax/lt52-abs.o || cp mpq/abs.o .libs/libgmp.lax/lt52-abs.o
libtool: link: ln mpq/clear.o .libs/libgmp.lax/lt53-clear.o || cp mpq/clear.o .libs/libgmp.lax/lt53-clear.o
libtool: link: ln mpq/clears.o .libs/libgmp.lax/lt54-clears.o || cp mpq/clears.o .libs/libgmp.lax/lt54-clears.o
libtool: link: ln mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o || cp mpq/cmp.o .libs/libgmp.lax/lt55-cmp.o
libtool: link: ln mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o || cp mpq/cmp_si.o .libs/libgmp.lax/lt56-cmp_si.o
libtool: link: ln mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o || cp mpq/cmp_ui.o .libs/libgmp.lax/lt57-cmp_ui.o
libtool: link: ln mpq/div.o .libs/libgmp.lax/lt58-div.o || cp mpq/div.o .libs/libgmp.lax/lt58-div.o
libtool: link: ln mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o || cp mpq/get_d.o .libs/libgmp.lax/lt59-get_d.o
libtool: link: ln mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o || cp mpq/get_str.o .libs/libgmp.lax/lt60-get_str.o
libtool: link: ln mpq/init.o .libs/libgmp.lax/lt61-init.o || cp mpq/init.o .libs/libgmp.lax/lt61-init.o
libtool: link: ln mpq/inits.o .libs/libgmp.lax/lt62-inits.o || cp mpq/inits.o .libs/libgmp.lax/lt62-inits.o
libtool: link: ln mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o || cp mpq/inp_str.o .libs/libgmp.lax/lt63-inp_str.o
libtool: link: ln mpq/mul.o .libs/libgmp.lax/lt64-mul.o || cp mpq/mul.o .libs/libgmp.lax/lt64-mul.o
libtool: link: ln mpq/neg.o .libs/libgmp.lax/lt65-neg.o || cp mpq/neg.o .libs/libgmp.lax/lt65-neg.o
libtool: link: ln mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o || cp mpq/out_str.o .libs/libgmp.lax/lt66-out_str.o
libtool: link: ln mpq/set.o .libs/libgmp.lax/lt67-set.o || cp mpq/set.o .libs/libgmp.lax/lt67-set.o
libtool: link: ln mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o || cp mpq/set_si.o .libs/libgmp.lax/lt68-set_si.o
libtool: link: ln mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o || cp mpq/set_str.o .libs/libgmp.lax/lt69-set_str.o
libtool: link: ln mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o || cp mpq/set_ui.o .libs/libgmp.lax/lt70-set_ui.o
libtool: link: ln mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o || cp mpq/set_z.o .libs/libgmp.lax/lt71-set_z.o
libtool: link: ln mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o || cp mpq/set_d.o .libs/libgmp.lax/lt72-set_d.o
libtool: link: ln mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o || cp mpq/set_f.o .libs/libgmp.lax/lt73-set_f.o
libtool: link: ln mpq/swap.o .libs/libgmp.lax/lt74-swap.o || cp mpq/swap.o .libs/libgmp.lax/lt74-swap.o
libtool: link: ln mpn/add.o .libs/libgmp.lax/lt75-add.o || cp mpn/add.o .libs/libgmp.lax/lt75-add.o
libtool: link: ln mpn/sub.o .libs/libgmp.lax/lt76-sub.o || cp mpn/sub.o .libs/libgmp.lax/lt76-sub.o
libtool: link: ln mpn/neg.o .libs/libgmp.lax/lt77-neg.o || cp mpn/neg.o .libs/libgmp.lax/lt77-neg.o
libtool: link: ln mpn/divis.o .libs/libgmp.lax/lt78-divis.o || cp mpn/divis.o .libs/libgmp.lax/lt78-divis.o
libtool: link: ln mpn/fib2_ui.o .libs/libgmp.lax/lt79-fib2_ui.o || cp mpn/fib2_ui.o .libs/libgmp.lax/lt79-fib2_ui.o
libtool: link: ln mpn/dump.o .libs/libgmp.lax/lt80-dump.o || cp mpn/dump.o .libs/libgmp.lax/lt80-dump.o
libtool: link: ln mpn/mul.o .libs/libgmp.lax/lt81-mul.o || cp mpn/mul.o .libs/libgmp.lax/lt81-mul.o
libtool: link: ln mpn/random.o .libs/libgmp.lax/lt82-random.o || cp mpn/random.o .libs/libgmp.lax/lt82-random.o
libtool: link: ln mpn/random2.o .libs/libgmp.lax/lt83-random2.o || cp mpn/random2.o .libs/libgmp.lax/lt83-random2.o
libtool: link: ln mpn/rootrem.o .libs/libgmp.lax/lt84-rootrem.o || cp mpn/rootrem.o .libs/libgmp.lax/lt84-rootrem.o
libtool: link: ln mpn/sqrtrem.o .libs/libgmp.lax/lt85-sqrtrem.o || cp mpn/sqrtrem.o .libs/libgmp.lax/lt85-sqrtrem.o
libtool: link: ln mpn/sizeinbase.o .libs/libgmp.lax/lt86-sizeinbase.o || cp mpn/sizeinbase.o .libs/libgmp.lax/lt86-sizeinbase.o
libtool: link: ln mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o || cp mpn/get_str.o .libs/libgmp.lax/lt87-get_str.o
libtool: link: ln mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o || cp mpn/set_str.o .libs/libgmp.lax/lt88-set_str.o
libtool: link: ln mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o || cp mpn/scan0.o .libs/libgmp.lax/lt89-scan0.o
libtool: link: ln mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o || cp mpn/scan1.o .libs/libgmp.lax/lt90-scan1.o
libtool: link: ln mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o || cp mpn/popcount.o .libs/libgmp.lax/lt91-popcount.o
libtool: link: ln mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o || cp mpn/hamdist.o .libs/libgmp.lax/lt92-hamdist.o
libtool: link: ln mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o || cp mpn/cmp.o .libs/libgmp.lax/lt93-cmp.o
libtool: link: ln mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o || cp mpn/perfsqr.o .libs/libgmp.lax/lt94-perfsqr.o
libtool: link: ln mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o || cp mpn/perfpow.o .libs/libgmp.lax/lt95-perfpow.o
libtool: link: ln mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o || cp mpn/gcd.o .libs/libgmp.lax/lt96-gcd.o
libtool: link: ln mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o || cp mpn/gcdext.o .libs/libgmp.lax/lt97-gcdext.o
libtool: link: ln mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o || cp mpn/tdiv_qr.o .libs/libgmp.lax/lt98-tdiv_qr.o
libtool: link: ln mpn/jacobi.o .libs/libgmp.lax/lt99-jacobi.o || cp mpn/jacobi.o .libs/libgmp.lax/lt99-jacobi.o
libtool: link: ln mpn/get_d.o .libs/libgmp.lax/lt100-get_d.o || cp mpn/get_d.o .libs/libgmp.lax/lt100-get_d.o
libtool: link: ln mpn/invert.o .libs/libgmp.lax/lt101-invert.o || cp mpn/invert.o .libs/libgmp.lax/lt101-invert.o
libtool: link: ln mpn/divexact.o .libs/libgmp.lax/lt102-divexact.o || cp mpn/divexact.o .libs/libgmp.lax/lt102-divexact.o
libtool: link: ln mpn/powm.o .libs/libgmp.lax/lt103-powm.o || cp mpn/powm.o .libs/libgmp.lax/lt103-powm.o
libtool: link: ln mpn/remove.o .libs/libgmp.lax/lt104-remove.o || cp mpn/remove.o .libs/libgmp.lax/lt104-remove.o
libtool: link: ar cq .libs/libgmp.a assert.o compat.o errno.o extract-dbl.o invalid.o memory.o mp_bpl.o mp_clz_tab.o mp_dv_tab.o mp_minv_tab.o mp_get_fns.o mp_set_fns.o version.o nextprime.o primesieve.o tal-reent.o mpf/init.o mpf/init2.o mpf/inits.o mpf/set.o mpf/set_ui.o mpf/set_si.o mpf/set_str.o mpf/set_d.o mpf/set_z.o mpf/iset.o mpf/iset_ui.o mpf/iset_si.o mpf/iset_str.o mpf/iset_d.o mpf/clear.o mpf/clears.o mpf/get_str.o mpf/dump.o mpf/size.o mpf/eq.o mpf/reldiff.o mpf/sqrt.o mpf/random2.o mpf/inp_str.o mpf/out_str.o mpf/add.o mpf/add_ui.o mpf/sub.o mpf/sub_ui.o mpf/ui_sub.o mpf/mul.o mpf/mul_ui.o mpf/div.o mpf/div_ui.o mpf/cmp_z.o mpf/cmp.o mpf/cmp_d.o mpf/cmp_ui.o mpf/cmp_si.o mpf/mul_2exp.o mpf/div_2exp.o mpf/abs.o mpf/neg.o mpf/set_q.o mpf/get_d.o mpf/get_d_2exp.o mpf/set_dfl_prec.o mpf/set_prc.o mpf/set_prc_raw.o mpf/get_dfl_prec.o mpf/get_prc.o mpf/ui_div.o mpf/sqrt_ui.o mpf/ceilfloor.o mpf/trunc.o mpf/pow_ui.o mpf/urandomb.o mpf/swap.o mpf/fits_sint.o mpf/fits_slong.o mpf/fits_sshort.o mpf/fits_uint.o mpf/fits_ulong.o mpf/fits_ushort.o mpf/get_si.o mpf/get_ui.o mpf/int_p.o .libs/libgmp.lax/lt1-abs.o .libs/libgmp.lax/lt2-add.o .libs/libgmp.lax/lt3-add_ui.o mpz/aorsmul.o mpz/aorsmul_i.o mpz/and.o mpz/array_init.o mpz/bin_ui.o mpz/bin_uiui.o mpz/cdiv_q.o mpz/cdiv_q_ui.o mpz/cdiv_qr.o mpz/cdiv_qr_ui.o mpz/cdiv_r.o mpz/cdiv_r_ui.o mpz/cdiv_ui.o mpz/cfdiv_q_2exp.o mpz/cfdiv_r_2exp.o .libs/libgmp.lax/lt4-clear.o .libs/libgmp.lax/lt5-clears.o mpz/clrbit.o .libs/libgmp.lax/lt6-cmp.o .libs/libgmp.lax/lt7-cmp_d.o .libs/libgmp.lax/lt8-cmp_si.o .libs/libgmp.lax/lt9-cmp_ui.o mpz/cmpabs.o mpz/cmpabs_d.o mpz/cmpabs_ui.o mpz/com.o mpz/combit.o mpz/cong.o mpz/cong_2exp.o mpz/cong_ui.o mpz/divexact.o mpz/divegcd.o mpz/dive_ui.o mpz/divis.o mpz/divis_ui.o mpz/divis_2exp.o .libs/libgmp.lax/lt10-dump.o mpz/export.o mpz/mfac_uiui.o mpz/2fac_ui.o mpz/fac_ui.o mpz/oddfac_1.o mpz/prodlimbs.o mpz/fdiv_q_ui.o mpz/fdiv_qr.o mpz/fdiv_qr_ui.o mpz/fdiv_r.o mpz/fdiv_r_ui.o mpz/fdiv_q.o mpz/fdiv_ui.o mpz/fib_ui.o mpz/fib2_ui.o .libs/libgmp.lax/lt11-fits_sint.o .libs/libgmp.lax/lt12-fits_slong.o .libs/libgmp.lax/lt13-fits_sshort.o .libs/libgmp.lax/lt14-fits_uint.o .libs/libgmp.lax/lt15-fits_ulong.o .libs/libgmp.lax/lt16-fits_ushort.o mpz/gcd.o mpz/gcd_ui.o mpz/gcdext.o .libs/libgmp.lax/lt17-get_d.o .libs/libgmp.lax/lt18-get_d_2exp.o .libs/libgmp.lax/lt19-get_si.o .libs/libgmp.lax/lt20-get_str.o .libs/libgmp.lax/lt21-get_ui.o mpz/getlimbn.o mpz/hamdist.o mpz/import.o .libs/libgmp.lax/lt22-init.o .libs/libgmp.lax/lt23-init2.o .libs/libgmp.lax/lt24-inits.o mpz/inp_raw.o .libs/libgmp.lax/lt25-inp_str.o mpz/invert.o mpz/ior.o .libs/libgmp.lax/lt26-iset.o .libs/libgmp.lax/lt27-iset_d.o .libs/libgmp.lax/lt28-iset_si.o .libs/libgmp.lax/lt29-iset_str.o .libs/libgmp.lax/lt30-iset_ui.o mpz/jacobi.o mpz/kronsz.o mpz/kronuz.o mpz/kronzs.o mpz/kronzu.o mpz/lcm.o mpz/lcm_ui.o mpz/limbs_finish.o mpz/limbs_modify.o mpz/limbs_read.o mpz/limbs_write.o mpz/lucnum_ui.o mpz/lucnum2_ui.o mpz/millerrabin.o mpz/mod.o .libs/libgmp.lax/lt31-mul.o .libs/libgmp.lax/lt32-mul_2exp.o mpz/mul_si.o .libs/libgmp.lax/lt33-mul_ui.o mpz/n_pow_ui.o .libs/libgmp.lax/lt34-neg.o .libs/libgmp.lax/lt35-nextprime.o mpz/out_raw.o .libs/libgmp.lax/lt36-out_str.o mpz/perfpow.o mpz/perfsqr.o mpz/popcount.o .libs/libgmp.lax/lt37-pow_ui.o mpz/powm.o mpz/powm_sec.o mpz/powm_ui.o mpz/primorial_ui.o mpz/pprime_p.o mpz/random.o .libs/libgmp.lax/lt38-random2.o mpz/realloc.o mpz/realloc2.o mpz/remove.o mpz/roinit_n.o mpz/root.o mpz/rootrem.o mpz/rrandomb.o mpz/scan0.o mpz/scan1.o .libs/libgmp.lax/lt39-set.o .libs/libgmp.lax/lt40-set_d.o mpz/set_f.o .libs/libgmp.lax/lt41-set_q.o .libs/libgmp.lax/lt42-set_si.o .libs/libgmp.lax/lt43-set_str.o .libs/libgmp.lax/lt44-set_ui.o mpz/setbit.o .libs/libgmp.lax/lt45-size.o mpz/sizeinbase.o .libs/libgmp.lax/lt46-sqrt.o mpz/sqrtrem.o .libs/libgmp.lax/lt47-sub.o .libs/libgmp.lax/lt48-sub_ui.o .libs/libgmp.lax/lt49-swap.o mpz/tdiv_ui.o mpz/tdiv_q.o mpz/tdiv_q_2exp.o mpz/tdiv_q_ui.o mpz/tdiv_qr.o mpz/tdiv_qr_ui.o mpz/tdiv_r.o mpz/tdiv_r_2exp.o mpz/tdiv_r_ui.o mpz/tstbit.o mpz/ui_pow_ui.o .libs/libgmp.lax/lt50-ui_sub.o .libs/libgmp.lax/lt51-urandomb.o mpz/urandomm.o mpz/xor.o .libs/libgmp.lax/lt52-abs.o mpq/aors.o mpq/canonicalize.o .libs/libgmp.lax/lt53-clear.o .libs/libgmp.lax/lt54-clears.o .libs/libgmp.lax/lt55-cmp.o .libs/libgmp.lax/lt56-cmp_si.o .libs/libgmp.lax/lt57-cmp_ui.o .libs/libgmp.lax/lt58-div.o .libs/libgmp.lax/lt59-get_d.o mpq/get_den.o mpq/get_num.o .libs/libgmp.lax/lt60-get_str.o .libs/libgmp.lax/lt61-init.o .libs/libgmp.lax/lt62-inits.o .libs/libgmp.lax/lt63-inp_str.o mpq/inv.o mpq/md_2exp.o .libs/libgmp.lax/lt64-mul.o .libs/libgmp.lax/lt65-neg.o .libs/libgmp.lax/lt66-out_str.o .libs/libgmp.lax/lt67-set.o mpq/set_den.o mpq/set_num.o .libs/libgmp.lax/lt68-set_si.o .libs/libgmp.lax/lt69-set_str.o .libs/libgmp.lax/lt70-set_ui.o mpq/equal.o .libs/libgmp.lax/lt71-set_z.o .libs/libgmp.lax/lt72-set_d.o .libs/libgmp.lax/lt73-set_f.o .libs/libgmp.lax/lt74-swap.o mpn/fib_table.o mpn/mp_bases.o mpn/x86_64_add_n.o mpn/x86_64_addmul_1.o mpn/x86_64_bdiv_dbm1c.o mpn/x86_64_com.o mpn/x86_64_cnd_add_n.o mpn/x86_64_cnd_sub_n.o mpn/x86_64_copyd.o mpn/x86_64_copyi.o mpn/x86_64_dive_1.o mpn/x86_64_divrem_1.o mpn/x86_64_gcd_1.o mpn/x86_64_lshift.o mpn/x86_64_lshiftc.o mpn/x86_64_mod_1_1.o mpn/x86_64_mod_1_2.o mpn/x86_64_mod_1_4.o mpn/x86_64_mod_34lsub1.o mpn/x86_64_mode1o.o mpn/x86_64_mul_1.o mpn/x86_64_rshift.o mpn/x86_64_sub_n.o mpn/x86_64_submul_1.o mpn/x86_64_addmul_2.o mpn/x86_64_addlsh1_n.o mpn/x86_64_addlsh2_n.o mpn/x86_64_sublsh1_n.o mpn/fat_mod_1.o mpn/fat_mul_basecase.o mpn/fat_mullo_basecase.o mpn/fat_redc_1.o mpn/fat_redc_2.o mpn/fat_sqr_basecase.o mpn/k8_mul_basecase.o mpn/k8_mullo_basecase.o mpn/k8_redc_1.o mpn/k8_sqr_basecase.o mpn/k10_gcd_1.o mpn/k10_lshift.o mpn/k10_lshiftc.o mpn/k10_rshift.o mpn/bd1_addmul_1.o mpn/bd1_com.o mpn/bd1_copyd.o mpn/bd1_copyi.o mpn/bd1_gcd_1.o mpn/bd1_mul_1.o mpn/bd1_mul_basecase.o mpn/bd1_submul_1.o mpn/bd1_addlsh1_n.o mpn/bd1_sublsh1_n.o mpn/bobcat_add_n.o mpn/bobcat_addmul_1.o mpn/bobcat_copyd.o mpn/bobcat_copyi.o mpn/bobcat_mul_1.o mpn/bobcat_mul_basecase.o mpn/bobcat_redc_1.o mpn/bobcat_sqr_basecase.o mpn/bobcat_sub_n.o mpn/bobcat_submul_1.o mpn/p4_add_n.o mpn/p4_lshift.o mpn/p4_lshiftc.o mpn/p4_mod_34lsub1.o mpn/p4_rshift.o mpn/p4_sub_n.o mpn/p4_addlsh1_n.o mpn/p4_addlsh2_n.o mpn/p4_sublsh1_n.o mpn/core2_add_n.o mpn/core2_addmul_1.o mpn/core2_copyd.o mpn/core2_copyi.o mpn/core2_divrem_1.o mpn/core2_gcd_1.o mpn/core2_lshift.o mpn/core2_lshiftc.o mpn/core2_mul_basecase.o mpn/core2_mullo_basecase.o mpn/core2_redc_1.o mpn/core2_rshift.o mpn/core2_sqr_basecase.o mpn/core2_sub_n.o mpn/core2_submul_1.o mpn/core2_addlsh1_n.o mpn/core2_addlsh2_n.o mpn/core2_sublsh1_n.o mpn/coreinhm_addmul_1.o mpn/coreinhm_redc_1.o mpn/coreinhm_submul_1.o mpn/coreisbr_add_n.o mpn/coreisbr_addmul_1.o mpn/coreisbr_divrem_1.o mpn/coreisbr_lshift.o mpn/coreisbr_lshiftc.o mpn/coreisbr_mul_1.o mpn/coreisbr_mul_basecase.o mpn/coreisbr_mullo_basecase.o mpn/coreisbr_redc_1.o mpn/coreisbr_rshift.o mpn/coreisbr_sqr_basecase.o mpn/coreisbr_sub_n.o mpn/coreisbr_submul_1.o mpn/coreisbr_addmul_2.o mpn/coreisbr_addlsh1_n.o mpn/coreisbr_addlsh2_n.o mpn/coreihwl_addmul_1.o mpn/coreihwl_mul_1.o mpn/coreihwl_mul_basecase.o mpn/coreihwl_mullo_basecase.o mpn/coreihwl_redc_1.o mpn/coreihwl_sqr_basecase.o mpn/coreihwl_submul_1.o mpn/coreihwl_addmul_2.o mpn/coreibwl_addmul_1.o mpn/coreibwl_mul_1.o mpn/coreibwl_mul_basecase.o mpn/coreibwl_sqr_basecase.o mpn/atom_add_n.o mpn/atom_addmul_1.o mpn/atom_com.o mpn/atom_copyd.o mpn/atom_copyi.o mpn/atom_dive_1.o mpn/atom_lshift.o mpn/atom_lshiftc.o mpn/atom_mul_1.o mpn/atom_redc_1.o mpn/atom_rshift.o mpn/atom_sub_n.o mpn/atom_submul_1.o mpn/atom_addmul_2.o mpn/atom_addlsh1_n.o mpn/atom_addlsh2_n.o mpn/atom_sublsh1_n.o mpn/nano_copyd.o mpn/nano_copyi.o mpn/nano_dive_1.o mpn/nano_gcd_1.o mpn/invert_limb_table.o mpn/fat.o mpn/fat_entry.o .libs/libgmp.lax/lt75-add.o mpn/add_1.o .libs/libgmp.lax/lt76-sub.o mpn/sub_1.o mpn/cnd_swap.o .libs/libgmp.lax/lt77-neg.o mpn/add_err1_n.o mpn/add_err2_n.o mpn/add_err3_n.o mpn/sub_err1_n.o mpn/sub_err2_n.o mpn/sub_err3_n.o mpn/diveby3.o .libs/libgmp.lax/lt78-divis.o mpn/divrem.o mpn/divrem_2.o .libs/libgmp.lax/lt79-fib2_ui.o .libs/libgmp.lax/lt80-dump.o mpn/mod_1_3.o .libs/libgmp.lax/lt81-mul.o mpn/mul_fft.o mpn/mul_n.o mpn/sqr.o mpn/nussbaumer_mul.o mpn/mulmid_basecase.o mpn/toom42_mulmid.o mpn/mulmid_n.o mpn/mulmid.o .libs/libgmp.lax/lt82-random.o .libs/libgmp.lax/lt83-random2.o mpn/pow_1.o .libs/libgmp.lax/lt84-rootrem.o .libs/libgmp.lax/lt85-sqrtrem.o .libs/libgmp.lax/lt86-sizeinbase.o .libs/libgmp.lax/lt87-get_str.o .libs/libgmp.lax/lt88-set_str.o .libs/libgmp.lax/lt89-scan0.o .libs/libgmp.lax/lt90-scan1.o .libs/libgmp.lax/lt91-popcount.o .libs/libgmp.lax/lt92-hamdist.o .libs/libgmp.lax/lt93-cmp.o mpn/zero_p.o .libs/libgmp.lax/lt94-perfsqr.o .libs/libgmp.lax/lt95-perfpow.o .libs/libgmp.lax/lt96-gcd.o mpn/gcdext_1.o .libs/libgmp.lax/lt97-gcdext.o mpn/gcd_subdiv_step.o mpn/gcdext_lehmer.o mpn/div_q.o .libs/libgmp.lax/lt98-tdiv_qr.o mpn/jacbase.o mpn/jacobi_2.o .libs/libgmp.lax/lt99-jacobi.o .libs/libgmp.lax/lt100-get_d.o mpn/matrix22_mul.o mpn/matrix22_mul1_inverse_vector.o mpn/hgcd_matrix.o mpn/hgcd2.o mpn/hgcd_step.o mpn/hgcd_reduce.o mpn/hgcd.o mpn/hgcd_appr.o mpn/hgcd2_jacobi.o mpn/hgcd_jacobi.o mpn/mullo_n.o mpn/sqrlo.o mpn/sqrlo_basecase.o mpn/toom22_mul.o mpn/toom32_mul.o mpn/toom42_mul.o mpn/toom52_mul.o mpn/toom62_mul.o mpn/toom33_mul.o mpn/toom43_mul.o mpn/toom53_mul.o mpn/toom54_mul.o mpn/toom63_mul.o mpn/toom44_mul.o mpn/toom6h_mul.o mpn/toom6_sqr.o mpn/toom8h_mul.o mpn/toom8_sqr.o mpn/toom_couple_handling.o mpn/toom2_sqr.o mpn/toom3_sqr.o mpn/toom4_sqr.o mpn/toom_eval_dgr3_pm1.o mpn/toom_eval_dgr3_pm2.o mpn/toom_eval_pm1.o mpn/toom_eval_pm2.o mpn/toom_eval_pm2exp.o mpn/toom_eval_pm2rexp.o mpn/toom_interpolate_5pts.o mpn/toom_interpolate_6pts.o mpn/toom_interpolate_7pts.o mpn/toom_interpolate_8pts.o mpn/toom_interpolate_12pts.o mpn/toom_interpolate_16pts.o mpn/invertappr.o .libs/libgmp.lax/lt101-invert.o mpn/binvert.o mpn/mulmod_bnm1.o mpn/sqrmod_bnm1.o mpn/div_qr_1.o mpn/div_qr_1n_pi1.o mpn/div_qr_2.o mpn/div_qr_2n_pi1.o mpn/div_qr_2u_pi1.o mpn/sbpi1_div_q.o mpn/sbpi1_div_qr.o mpn/sbpi1_divappr_q.o mpn/dcpi1_div_q.o mpn/dcpi1_div_qr.o mpn/dcpi1_divappr_q.o mpn/mu_div_qr.o mpn/mu_divappr_q.o mpn/mu_div_q.o mpn/bdiv_q_1.o mpn/sbpi1_bdiv_q.o mpn/sbpi1_bdiv_qr.o mpn/dcpi1_bdiv_q.o mpn/dcpi1_bdiv_qr.o mpn/mu_bdiv_q.o mpn/mu_bdiv_qr.o mpn/bdiv_q.o mpn/bdiv_qr.o mpn/broot.o mpn/brootinv.o mpn/bsqrt.o mpn/bsqrtinv.o .libs/libgmp.lax/lt102-divexact.o mpn/redc_n.o .libs/libgmp.lax/lt103-powm.o mpn/powlo.o mpn/sec_powm.o mpn/sec_mul.o mpn/sec_sqr.o mpn/sec_div_qr.o mpn/sec_div_r.o mpn/sec_pi1_div_qr.o mpn/sec_pi1_div_r.o mpn/sec_add_1.o mpn/sec_sub_1.o mpn/sec_invert.o mpn/trialdiv.o .libs/libgmp.lax/lt104-remove.o mpn/and_n.o mpn/andn_n.o mpn/nand_n.o mpn/ior_n.o mpn/iorn_n.o mpn/nior_n.o mpn/xor_n.o mpn/xnor_n.o mpn/zero.o mpn/sec_tabselect.o mpn/comb_tables.o mpn/invert_limb.o mpn/sqr_diag_addlsh1.o mpn/mul_2.o mpn/rsblsh1_n.o mpn/rsh1add_n.o mpn/rsh1sub_n.o mpn/rsblsh2_n.o mpn/addlsh_n.o mpn/rsblsh_n.o mpn/add_n_sub_n.o mpn/addaddmul_1msb0.o printf/asprintf.o printf/asprntffuns.o printf/doprnt.o printf/doprntf.o printf/doprnti.o printf/fprintf.o printf/obprintf.o printf/obvprintf.o printf/obprntffuns.o printf/printf.o printf/printffuns.o printf/snprintf.o printf/snprntffuns.o printf/sprintf.o printf/sprintffuns.o printf/vasprintf.o printf/vfprintf.o printf/vprintf.o printf/vsnprintf.o printf/vsprintf.o printf/repl-vsnprintf.o scanf/doscan.o scanf/fscanf.o scanf/fscanffuns.o scanf/scanf.o scanf/sscanf.o scanf/sscanffuns.o scanf/vfscanf.o scanf/vscanf.o scanf/vsscanf.o rand/rand.o rand/randclr.o rand/randdef.o rand/randiset.o rand/randlc2s.o rand/randlc2x.o rand/randmt.o rand/randmts.o rand/rands.o rand/randsd.o rand/randsdui.o rand/randbui.o rand/randmui.o
libtool: link: ranlib .libs/libgmp.a
libtool: link: rm -fr .libs/libgmp.lax
libtool: link: ( cd ".libs" && rm -f "libgmp.la" && ln -s "../libgmp.la" "libgmp.la" )
/bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c -o dummy.lo `test -f 'cxx/dummy.cc' || echo './'`cxx/dummy.cc
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c cxx/dummy.cc -fPIC -DPIC -o .libs/dummy.o
libtool: compile: clang++ -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -c cxx/dummy.cc -o dummy.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CXX --mode=link clang++ -version-info 9:1:5 -o libgmpxx.la -rpath /usr/lib dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/limits.lo cxx/osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la
libtool: link: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/limits.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o -Wl,-rpath -Wl,/tmp/gmp/src/gmp-6.1.1/.libs ./.libs/libgmp.so -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libgmpxx.so.4 -o .libs/libgmpxx.so.4.5.1
libtool: link: (cd ".libs" && rm -f "libgmpxx.so.4" && ln -s "libgmpxx.so.4.5.1" "libgmpxx.so.4")
libtool: link: (cd ".libs" && rm -f "libgmpxx.so" && ln -s "libgmpxx.so.4.5.1" "libgmpxx.so")
libtool: link: ar cq .libs/libgmpxx.a dummy.o cxx/isfuns.o cxx/ismpf.o cxx/ismpq.o cxx/ismpz.o cxx/ismpznw.o cxx/limits.o cxx/osdoprnti.o cxx/osfuns.o cxx/osmpf.o cxx/osmpq.o cxx/osmpz.o
libtool: link: ranlib .libs/libgmpxx.a
libtool: link: ( cd ".libs" && rm -f "libgmpxx.la" && ln -s "../libgmpxx.la" "libgmpxx.la" )
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1'
make[1]: Leaving directory '/tmp/gmp/src/gmp-6.1.1'
==> Entering fakeroot environment...
==> Starting package()...
make install-recursive
make[1]: Entering directory '/tmp/gmp/src/gmp-6.1.1'
Making install in tests
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests'
Making install in .
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests'
Making install in devel
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/devel'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/devel'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/devel'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/devel'
Making install in mpn
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpn'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpn'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpn'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpn'
Making install in mpz
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpz'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpz'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpz'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpz'
Making install in mpq
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpq'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpq'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpq'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpq'
Making install in mpf
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpf'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/mpf'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpf'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/mpf'
Making install in rand
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/rand'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/rand'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/rand'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/rand'
Making install in misc
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/misc'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/misc'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/misc'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/misc'
Making install in cxx
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/cxx'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tests/cxx'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/cxx'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests/cxx'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tests'
Making install in mpn
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpn'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpn'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpn'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpn'
Making install in mpz
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpz'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpz'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpz'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpz'
Making install in mpq
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpq'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpq'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpq'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpq'
Making install in mpf
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpf'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/mpf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpf'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/mpf'
Making install in printf
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/printf'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/printf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/printf'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/printf'
Making install in scanf
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/scanf'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/scanf'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/scanf'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/scanf'
Making install in rand
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/rand'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/rand'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/rand'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/rand'
Making install in cxx
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/cxx'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/cxx'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/cxx'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/cxx'
Making install in demos
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos'
Making install in calc
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make install-am
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make[5]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/calc'
Making install in expr
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/expr'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos/expr'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/expr'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos/expr'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos'
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1/demos'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/demos'
Making install in tune
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tune'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/tune'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tune'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/tune'
Making install in doc
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1/doc'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1/doc'
make[3]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/gmp/pkg/gmp/usr/share/info'
/usr/bin/install -c -m 644 ./gmp.info ./gmp.info-1 ./gmp.info-2 '/tmp/gmp/pkg/gmp/usr/share/info'
install-info --info-dir='/tmp/gmp/pkg/gmp/usr/share/info' '/tmp/gmp/pkg/gmp/usr/share/info/gmp.info'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/doc'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1/doc'
make[2]: Entering directory '/tmp/gmp/src/gmp-6.1.1'
make[3]: Entering directory '/tmp/gmp/src/gmp-6.1.1'
/usr/bin/mkdir -p '/tmp/gmp/pkg/gmp/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libgmp.la libgmpxx.la '/tmp/gmp/pkg/gmp/usr/lib'
libtool: install: /usr/bin/install -c .libs/libgmp.so.10.3.1 /tmp/gmp/pkg/gmp/usr/lib/libgmp.so.10.3.1
libtool: install: (cd /tmp/gmp/pkg/gmp/usr/lib && { ln -s -f libgmp.so.10.3.1 libgmp.so.10 || { rm -f libgmp.so.10 && ln -s libgmp.so.10.3.1 libgmp.so.10; }; })
libtool: install: (cd /tmp/gmp/pkg/gmp/usr/lib && { ln -s -f libgmp.so.10.3.1 libgmp.so || { rm -f libgmp.so && ln -s libgmp.so.10.3.1 libgmp.so; }; })
libtool: install: /usr/bin/install -c .libs/libgmp.lai /tmp/gmp/pkg/gmp/usr/lib/libgmp.la
libtool: warning: relinking 'libgmpxx.la'
libtool: install: (cd /tmp/gmp/src/gmp-6.1.1; /bin/sh "/tmp/gmp/src/gmp-6.1.1/libtool" --tag CXX --mode=relink clang++ -version-info 9:1:5 -o libgmpxx.la -rpath /usr/lib dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/limits.lo cxx/osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la -inst-prefix-dir /tmp/gmp/pkg/gmp)
libtool: relink: clang++ -fPIC -DPIC -shared -nostdlib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/limits.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o -L/tmp/gmp/pkg/gmp/usr/lib -L/usr/lib -lgmp -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -Wl,-soname -Wl,libgmpxx.so.4 -o .libs/libgmpxx.so.4.5.1
libtool: install: /usr/bin/install -c .libs/libgmpxx.so.4.5.1T /tmp/gmp/pkg/gmp/usr/lib/libgmpxx.so.4.5.1
libtool: install: (cd /tmp/gmp/pkg/gmp/usr/lib && { ln -s -f libgmpxx.so.4.5.1 libgmpxx.so.4 || { rm -f libgmpxx.so.4 && ln -s libgmpxx.so.4.5.1 libgmpxx.so.4; }; })
libtool: install: (cd /tmp/gmp/pkg/gmp/usr/lib && { ln -s -f libgmpxx.so.4.5.1 libgmpxx.so || { rm -f libgmpxx.so && ln -s libgmpxx.so.4.5.1 libgmpxx.so; }; })
libtool: install: /usr/bin/install -c .libs/libgmpxx.lai /tmp/gmp/pkg/gmp/usr/lib/libgmpxx.la
libtool: install: /usr/bin/install -c .libs/libgmp.a /tmp/gmp/pkg/gmp/usr/lib/libgmp.a
libtool: install: chmod 644 /tmp/gmp/pkg/gmp/usr/lib/libgmp.a
libtool: install: ranlib /tmp/gmp/pkg/gmp/usr/lib/libgmp.a
libtool: install: /usr/bin/install -c .libs/libgmpxx.a /tmp/gmp/pkg/gmp/usr/lib/libgmpxx.a
libtool: install: chmod 644 /tmp/gmp/pkg/gmp/usr/lib/libgmpxx.a
libtool: install: ranlib /tmp/gmp/pkg/gmp/usr/lib/libgmpxx.a
libtool: warning: remember to run 'libtool --finish /usr/lib'
/usr/bin/mkdir -p '/tmp/gmp/pkg/gmp/usr/include'
/usr/bin/install -c -m 644 gmp.h '/tmp/gmp/pkg/gmp/usr/include'
/usr/bin/mkdir -p '/tmp/gmp/pkg/gmp/usr/include'
/usr/bin/install -c -m 644 gmpxx.h '/tmp/gmp/pkg/gmp/usr/include'
make install-data-hook
make[4]: Entering directory '/tmp/gmp/src/gmp-6.1.1'
+-------------------------------------------------------------+
| CAUTION: |
| |
| If you have not already run "make check", then we strongly |
| recommend you do so. |
| |
| GMP has been carefully tested by its authors, but compilers |
| are all too often released with serious bugs. GMP tends to |
| explore interesting corners in compilers and has hit bugs |
| on quite a few occasions. |
| |
+-------------------------------------------------------------+
make[4]: Leaving directory '/tmp/gmp/src/gmp-6.1.1'
make[3]: Leaving directory '/tmp/gmp/src/gmp-6.1.1'
make[2]: Leaving directory '/tmp/gmp/src/gmp-6.1.1'
make[1]: Leaving directory '/tmp/gmp/src/gmp-6.1.1'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "gmp"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: gmp 6.1.1-1 (Thu Apr 13 17:29:56 UTC 2017)
CMD: pacman --query --file gmp-6.1.1-1-x86_64.pkg.tar.xz
Creating hybrid package for 'gmp'
Trying to find vanilla package 'gmp'...
CMD: pacman --query --file /mirror/gmp-6.1.1-1.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.BUILDINFO
/.MTREE
/usr/share/info/gmp.info.gz
/usr/share/info/gmp.info-1.gz
/usr/share/info/gmp.info-2.gz
/usr/include/gmpxx.h
/usr/include/gmp.h
/usr/lib/libgmp.so.10
/usr/lib/libgmp.so
/usr/lib/libgmpxx.so.4
/usr/lib/libgmpxx.so
/usr/lib/libgmp.so.10.3.1
/usr/lib/libgmpxx.so.4.5.1
/sysroot/usr/lib/libgmp.so.10.3.1
/sysroot/usr/lib/libgmp.so.10
/sysroot/usr/lib/libgmp.so
/sysroot/usr/lib/libgmp.la
/sysroot/usr/lib/libgmpxx.so.4.5.1
/sysroot/usr/lib/libgmpxx.so.4
/sysroot/usr/lib/libgmpxx.so
/sysroot/usr/lib/libgmpxx.la
/sysroot/usr/lib/libgmp.a
/sysroot/usr/lib/libgmpxx.a
/sysroot/usr/include/gmp.h
/sysroot/usr/include/gmpxx.h
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf gmp.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/gmp.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/gmp.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/gmp.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/gmp/src/gmp-6.1.1/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU MP configure 6.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --build=x86_64-unknown-linux-gnu --prefix=/usr --enable-cxx --enable-fat
## --------- ##
## Platform. ##
## --------- ##
hostname = d0e62aa37068
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:3055: checking build system type
configure:3069: result: x86_64-unknown-linux-gnu
configure:3089: checking host system type
configure:3102: result: x86_64-unknown-linux-gnu
configure:3139: checking for a BSD-compatible install
configure:3207: result: /usr/bin/install -c
configure:3218: checking whether build environment is sane
configure:3273: result: yes
configure:3332: checking for x86_64-unknown-linux-strip
configure:3362: result: no
configure:3372: checking for strip
configure:3388: found /usr/bin/strip
configure:3399: result: strip
configure:3411: WARNING: using cross tools not prefixed with host triplet
configure:3424: checking for a thread-safe mkdir -p
configure:3463: result: /usr/bin/mkdir -p
configure:3470: checking for gawk
configure:3486: found /usr/bin/gawk
configure:3497: result: gawk
configure:3508: checking whether make sets $(MAKE)
configure:3530: result: yes
configure:3559: checking whether make supports nested variables
configure:3576: result: yes
configure:3705: checking whether to enable maintainer-specific portions of Makefiles
configure:3714: result: no
User:
ABI=
CC=clang
CFLAGS=
CPPFLAGS=
MPN_PATH=
GMP:
abilist=64 x32 32
cclist=gcc icc cc
configure:5713: clang -c conftest.c >&5
configure:5716: $? = 0
configure:5719: checking whether clang is gcc
configure:5721: result: yes
configure:5735: clang 2>&1 | grep xlc >/dev/null
configure:5738: $? = 1
configure:5792: checking compiler clang
Test compile:
configure:5806: clang conftest.c >&5
configure:5809: $? = 0
Test compile: function pointer return
configure:5860: clang conftest.c >&5
configure:5863: $? = 0
Test compile: cmov instruction
configure:5916: clang conftest.c >&5
configure:5919: $? = 0
Test compile: double -> ulong conversion
configure:5973: clang conftest.c >&5
configure:5976: $? = 0
Test compile: double negation
configure:6028: clang conftest.c >&5
configure:6031: $? = 0
Test compile: double -> float conversion
configure:6084: clang conftest.c >&5
configure:6087: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:6169: clang conftest.c >&5
configure:6172: $? = 0
Test compile: __builtin_alloca availability
configure:6220: clang conftest.c >&5
conftest.c:1:43: warning: control reaches end of non-void function [-Wreturn-type]
int k; int foo () { __builtin_alloca (k); }
^
1 warning generated.
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6223: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:6344: clang conftest.c >&5
configure:6347: $? = 0
Test compile: long long reliability test 1
configure:6409: clang conftest.c >&5
conftest.c:12:83: warning: too many arguments in call to 'g'
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}}
~ ^
1 warning generated.
configure:6412: $? = 0
Test compile: long long reliability test 2
configure:6470: clang conftest.c >&5
configure:6473: $? = 0
Test compile: freebsd hacked gcc
configure:6531: clang conftest.c >&5
configure:6534: $? = 0
Test compile: mpn_lshift_com optimization
configure:6630: clang conftest.c >&5
configure:6633: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6738: clang conftest.c >&5
configure:6741: $? = 0
configure:6895: result: yes
configure:8625: checking for x86_64-unknown-linux-gcc
configure:8652: result: clang
configure:8921: checking for C compiler version
configure:8930: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:8941: $? = 0
configure:8930: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:8941: $? = 0
configure:8930: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:8941: $? = 1
configure:8930: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:8941: $? = 1
configure:8961: checking whether the C compiler works
configure:8983: clang conftest.c >&5
configure:8987: $? = 0
configure:9035: result: yes
configure:9038: checking for C compiler default output file name
configure:9040: result: a.out
configure:9046: checking for suffix of executables
configure:9053: clang -o conftest conftest.c >&5
configure:9057: $? = 0
configure:9079: result:
configure:9101: checking whether we are cross compiling
configure:9139: result: yes
configure:9144: checking for suffix of object files
configure:9166: clang -c conftest.c >&5
configure:9170: $? = 0
configure:9191: result: o
configure:9195: checking whether we are using the GNU C compiler
configure:9214: clang -c conftest.c >&5
configure:9214: $? = 0
configure:9223: result: yes
configure:9232: checking whether clang accepts -g
configure:9252: clang -c -g conftest.c >&5
configure:9252: $? = 0
configure:9293: result: yes
configure:9310: checking for clang option to accept ISO C89
configure:9373: clang -c conftest.c >&5
configure:9373: $? = 0
configure:9386: result: none needed
configure:9411: checking whether clang understands -c and -o together
configure:9433: clang -c conftest.c -o conftest2.o
configure:9436: $? = 0
configure:9433: clang -c conftest.c -o conftest2.o
configure:9436: $? = 0
configure:9448: result: yes
configure:9469: checking for clang option to accept ISO C99
configure:9618: clang -c conftest.c >&5
configure:9618: $? = 0
configure:9631: result: none needed
configure:9739: checking for clang option to accept ISO Standard C
configure:9750: result: none needed
configure:9762: checking how to run the C preprocessor
configure:9793: clang -E conftest.c
configure:9793: $? = 0
configure:9807: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:9807: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h. */
| #include
configure:9832: result: clang -E
configure:9852: clang -E conftest.c
configure:9852: $? = 0
configure:9866: clang -E conftest.c
conftest.c:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:9866: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h. */
| #include
configure:9964: checking build system compiler clang
configure:9977: clang conftest.c
configure:9980: $? = 0
configure:9987: result: yes
configure:10006: checking for build system preprocessor
configure:10017: clang -E conftest.c
# 1 "conftest.c"
# 1 "" 1
# 1 "" 3
# 317 "" 3
# 1 "" 1
# 1 "" 2
# 1 "conftest.c" 2
configure:10020: $? = 0
configure:10035: result: clang -E
configure:10042: checking for build system executable suffix
configure:10056: clang conftest.c -o conftest.exe
configure:10059: $? = 0
./configure: line 10061: ./conftest: No such file or directory
configure:10056: clang conftest.c -o conftest,ff8
configure:10059: $? = 0
./configure: line 10061: ./conftest: No such file or directory
configure:10056: clang conftest.c -o conftest
configure:10059: $? = 0
configure:10073: result:
configure:10079: checking whether build system compiler is ANSI
configure:10092: clang conftest.c
configure:10095: $? = 0
configure:10104: result: yes
configure:10114: checking for build system compiler math library
configure:10134: clang conftest.c -lm
configure:10137: $? = 0
configure:10146: result: -lm
configure:10281: checking for C++ compiler version
configure:10290: clang++ --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:10301: $? = 0
configure:10290: clang++ -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:10301: $? = 0
configure:10290: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:10301: $? = 1
configure:10290: clang++ -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:10301: $? = 1
configure:10305: checking whether we are using the GNU C++ compiler
configure:10324: clang++ -c conftest.cpp >&5
configure:10324: $? = 0
configure:10333: result: yes
configure:10342: checking whether clang++ accepts -g
configure:10362: clang++ -c -g conftest.cpp >&5
configure:10362: $? = 0
configure:10403: result: yes
CXXFLAGS chosen by autoconf:
configure:10453: checking C++ compiler clang++
Test compile:
configure:10467: clang++ conftest.cc >&5
configure:10470: $? = 0
Test compile: namespace
configure:10507: clang++ conftest.cc >&5
configure:10510: $? = 0
Test compile: std iostream
configure:10553: clang++ conftest.cc >&5
configure:10556: $? = 0
configure:10582: result: yes
configure:10622: checking how to run the C++ preprocessor
configure:10649: clang++ -E conftest.cpp
configure:10649: $? = 0
configure:10663: clang++ -E conftest.cpp
conftest.cpp:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:10663: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h. */
| #include
configure:10688: result: clang++ -E
configure:10708: clang++ -E conftest.cpp
configure:10708: $? = 0
configure:10722: clang++ -E conftest.cpp
conftest.cpp:15:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:10722: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h. */
| #include
configure:10758: checking for grep that handles long lines and -e
configure:10816: result: /usr/bin/grep
configure:10821: checking for egrep
configure:10883: result: /usr/bin/grep -E
Decided:
ABI=64
CC=clang
CFLAGS=
CPPFLAGS=
GMP_LDFLAGS=
CXX=clang++
CXXFLAGS=
path= x86_64/fat x86_64 generic
configure:11314: checking whether assembler supports --noexecstack option
configure:11324: clang
-S -o conftest.s conftest.c >/dev/null
configure:11327: $? = 0
configure:11332: clang -Wa,--noexecstack
-c -o conftest.o conftest.s >/dev/null
configure:11335: $? = 0
configure:11344: result: yes
configure:11357: checking for x86_64-unknown-linux-ar
configure:11387: result: no
configure:11397: checking for ar
configure:11413: found /usr/bin/ar
configure:11424: result: ar
configure:11465: checking for BSD- or MS-compatible name lister (nm)
configure:11519: result: /usr/bin/nm -B
configure:11649: checking the name lister (/usr/bin/nm -B) interface
configure:11656: clang -c conftest.c >&5
configure:11659: /usr/bin/nm -B "conftest.o"
configure:11662: output
0000000000000000 B some_variable
configure:11669: result: BSD nm
configure:12363: checking how to print strings
configure:12390: result: printf
configure:12411: checking for a sed that does not truncate output
configure:12475: result: /usr/bin/sed
configure:12493: checking for fgrep
configure:12555: result: /usr/bin/grep -F
configure:12590: checking for ld used by clang
configure:12657: result: /usr/bin/ld
configure:12664: checking if the linker (/usr/bin/ld) is GNU ld
configure:12679: result: yes
configure:12691: checking whether ln -s works
configure:12695: result: yes
configure:12703: checking the maximum length of command line arguments
configure:12834: result: 1572864
configure:12882: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
configure:12922: result: func_convert_file_noop
configure:12929: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
configure:12949: result: func_convert_file_noop
configure:12956: checking for /usr/bin/ld option to reload object files
configure:12963: result: -r
configure:12997: checking for x86_64-unknown-linux-objdump
configure:13024: result: objdump
configure:13093: checking how to recognize dependent libraries
configure:13293: result: pass_all
configure:13338: checking for x86_64-unknown-linux-dlltool
configure:13365: result: dlltool
configure:13435: checking how to associate runtime and link libraries
configure:13462: result: printf %s\n
configure:13478: checking for x86_64-unknown-linux-ar
configure:13505: result: ar
configure:13586: checking for archiver @FILE support
configure:13603: clang -c conftest.c >&5
configure:13603: $? = 0
configure:13606: ar cq libconftest.a @conftest.lst >&5
configure:13609: $? = 0
configure:13614: ar cq libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:13617: $? = 1
configure:13629: result: @
configure:13647: checking for x86_64-unknown-linux-strip
configure:13674: result: strip
configure:13746: checking for x86_64-unknown-linux-ranlib
configure:13776: result: no
configure:13786: checking for ranlib
configure:13802: found /usr/bin/ranlib
configure:13813: result: ranlib
configure:13915: checking command to parse /usr/bin/nm -B output from clang object
configure:14068: clang -c conftest.c >&5
configure:14071: $? = 0
configure:14075: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:14078: $? = 0
configure:14144: clang -o conftest conftest.c conftstm.o >&5
configure:14147: $? = 0
configure:14185: result: ok
configure:14232: checking for sysroot
configure:14262: result: no
configure:14269: checking for a working dd
configure:14307: result: /usr/bin/dd
configure:14311: checking how to truncate binary pipes
configure:14326: result: /usr/bin/dd bs=4096 count=1
configure:14462: clang -c conftest.c >&5
configure:14465: $? = 0
configure:14615: checking for x86_64-unknown-linux-mt
configure:14645: result: no
configure:14655: checking for mt
configure:14685: result: no
configure:14705: checking if : is a manifest tool
configure:14711: : '-?'
configure:14719: result: no
configure:15391: checking for ANSI C header files
configure:15411: clang -c conftest.c >&5
configure:15411: $? = 0
configure:15495: result: yes
configure:15508: checking for sys/types.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for sys/stat.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for stdlib.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for string.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for memory.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for strings.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for inttypes.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for stdint.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15508: checking for unistd.h
configure:15508: clang -c conftest.c >&5
configure:15508: $? = 0
configure:15508: result: yes
configure:15522: checking for dlfcn.h
configure:15522: clang -c conftest.c >&5
configure:15522: $? = 0
configure:15522: result: yes
configure:15787: checking for objdir
configure:15802: result: .libs
configure:16062: checking if clang supports -fno-rtti -fno-exceptions
configure:16080: clang -c -fno-rtti -fno-exceptions conftest.c >&5
configure:16084: $? = 0
configure:16097: result: yes
configure:16455: checking for clang option to produce PIC
configure:16462: result: -fPIC -DPIC
configure:16470: checking if clang PIC flag -fPIC -DPIC works
configure:16488: clang -c -fPIC -DPIC -DPIC conftest.c >&5
configure:16492: $? = 0
configure:16505: result: yes
configure:16534: checking if clang static flag -static works
configure:16562: result: yes
configure:16577: checking if clang supports -c -o file.o
configure:16598: clang -c -o out/conftest2.o conftest.c >&5
configure:16602: $? = 0
configure:16624: result: yes
configure:16632: checking if clang supports -c -o file.o
configure:16679: result: yes
configure:16712: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:17971: result: yes
configure:18008: checking whether -lc should be explicitly linked in
configure:18016: clang -c conftest.c >&5
configure:18019: $? = 0
configure:18034: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:18037: $? = 0
configure:18051: result: no
configure:18211: checking dynamic linker characteristics
configure:18792: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
configure:18792: $? = 0
configure:19029: result: GNU/Linux ld.so
configure:19151: checking how to hardcode library paths into programs
configure:19176: result: immediate
configure:19724: checking whether stripping libraries is possible
configure:19729: result: yes
configure:19764: checking if libtool supports shared libraries
configure:19766: result: yes
configure:19769: checking whether to build shared libraries
configure:19794: result: yes
configure:19797: checking whether to build static libraries
configure:19801: result: yes
configure:19824: checking how to run the C++ preprocessor
configure:19890: result: clang++ -E
configure:19910: clang++ -E conftest.cpp
configure:19910: $? = 0
configure:19924: clang++ -E conftest.cpp
conftest.cpp:27:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:19924: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include
configure:20086: checking for ld used by clang++
configure:20153: result: /usr/bin/ld -m elf_x86_64
configure:20160: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:20175: result: yes
configure:20230: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:21303: result: yes
configure:21339: clang++ -c conftest.cpp >&5
configure:21342: $? = 0
configure:21823: checking for clang++ option to produce PIC
configure:21830: result: -fPIC -DPIC
configure:21838: checking if clang++ PIC flag -fPIC -DPIC works
configure:21856: clang++ -c -fPIC -DPIC -DPIC conftest.cpp >&5
configure:21860: $? = 0
configure:21873: result: yes
configure:21896: checking if clang++ static flag -static works
configure:21924: result: yes
configure:21936: checking if clang++ supports -c -o file.o
configure:21957: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:21961: $? = 0
configure:21983: result: yes
configure:21988: checking if clang++ supports -c -o file.o
configure:22035: result: yes
configure:22065: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:22105: result: yes
configure:22246: checking dynamic linker characteristics
configure:22991: result: GNU/Linux ld.so
configure:23056: checking how to hardcode library paths into programs
configure:23081: result: immediate
configure:23168: checking for ANSI C header files
configure:23272: result: yes
configure:23280: checking whether time.h and sys/time.h may both be included
configure:23300: clang -c conftest.c >&5
configure:23300: $? = 0
configure:23307: result: yes
configure:23344: checking fcntl.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking fcntl.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for fcntl.h
configure:23344: result: yes
configure:23344: checking float.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking float.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for float.h
configure:23344: result: yes
configure:23344: checking invent.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:64:10: fatal error: 'invent.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking invent.h presence
configure:23344: clang -E conftest.c
conftest.c:31:10: fatal error: 'invent.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for invent.h
configure:23344: result: no
configure:23344: checking langinfo.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking langinfo.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for langinfo.h
configure:23344: result: yes
configure:23344: checking locale.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking locale.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for locale.h
configure:23344: result: yes
configure:23344: checking nl_types.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking nl_types.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for nl_types.h
configure:23344: result: yes
configure:23344: checking sys/attributes.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:67:10: fatal error: 'sys/attributes.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking sys/attributes.h presence
configure:23344: clang -E conftest.c
conftest.c:34:10: fatal error: 'sys/attributes.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for sys/attributes.h
configure:23344: result: no
configure:23344: checking sys/iograph.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:67:10: fatal error: 'sys/iograph.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking sys/iograph.h presence
configure:23344: clang -E conftest.c
conftest.c:34:10: fatal error: 'sys/iograph.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for sys/iograph.h
configure:23344: result: no
configure:23344: checking sys/mman.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking sys/mman.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for sys/mman.h
configure:23344: result: yes
configure:23344: checking sys/param.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking sys/param.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for sys/param.h
configure:23344: result: yes
configure:23344: checking sys/processor.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:69:10: fatal error: 'sys/processor.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking sys/processor.h presence
configure:23344: clang -E conftest.c
conftest.c:36:10: fatal error: 'sys/processor.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for sys/processor.h
configure:23344: result: no
configure:23344: checking sys/pstat.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:69:10: fatal error: 'sys/pstat.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking sys/pstat.h presence
configure:23344: clang -E conftest.c
conftest.c:36:10: fatal error: 'sys/pstat.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for sys/pstat.h
configure:23344: result: no
configure:23344: checking sys/sysinfo.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking sys/sysinfo.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for sys/sysinfo.h
configure:23344: result: yes
configure:23344: checking sys/syssgi.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:70:10: fatal error: 'sys/syssgi.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking sys/syssgi.h presence
configure:23344: clang -E conftest.c
conftest.c:37:10: fatal error: 'sys/syssgi.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for sys/syssgi.h
configure:23344: result: no
configure:23344: checking sys/systemcfg.h usability
configure:23344: clang -c conftest.c >&5
conftest.c:70:10: fatal error: 'sys/systemcfg.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:23344: result: no
configure:23344: checking sys/systemcfg.h presence
configure:23344: clang -E conftest.c
conftest.c:37:10: fatal error: 'sys/systemcfg.h' file not found
#include
^
1 error generated.
configure:23344: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h. */
| #include
configure:23344: result: no
configure:23344: checking for sys/systemcfg.h
configure:23344: result: no
configure:23344: checking sys/time.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking sys/time.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for sys/time.h
configure:23344: result: yes
configure:23344: checking sys/times.h usability
configure:23344: clang -c conftest.c >&5
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking sys/times.h presence
configure:23344: clang -E conftest.c
configure:23344: $? = 0
configure:23344: result: yes
configure:23344: checking for sys/times.h
configure:23344: result: yes
configure:23358: checking for sys/resource.h
configure:23358: clang -c conftest.c >&5
configure:23358: $? = 0
configure:23358: result: yes
configure:23382: checking for sys/sysctl.h
configure:23382: clang -c conftest.c >&5
configure:23382: $? = 0
configure:23382: result: yes
configure:23399: checking for machine/hal_sysinfo.h
configure:23399: clang -c conftest.c >&5
conftest.c:45:10: fatal error: 'machine/hal_sysinfo.h' file not found
#include
^
1 error generated.
configure:23399: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| /* end confdefs.h. */
| #if HAVE_SYS_SYSINFO_H
| # include
| #endif
|
| #include
configure:23399: result: no
configure:23424: checking whether fgetc is declared
configure:23424: clang -c conftest.c >&5
configure:23424: $? = 0
configure:23424: result: yes
configure:23434: checking whether fscanf is declared
configure:23434: clang -c conftest.c >&5
configure:23434: $? = 0
configure:23434: result: yes
configure:23444: checking whether optarg is declared
configure:23444: clang -c conftest.c >&5
configure:23444: $? = 0
configure:23444: result: yes
configure:23454: checking whether ungetc is declared
configure:23454: clang -c conftest.c >&5
configure:23454: $? = 0
configure:23454: result: yes
configure:23464: checking whether vfprintf is declared
configure:23464: clang -c conftest.c >&5
configure:23464: $? = 0
configure:23464: result: yes
configure:23475: checking whether sys_errlist is declared
configure:23475: clang -c conftest.c >&5
configure:23475: $? = 0
configure:23475: result: yes
configure:23487: checking whether sys_nerr is declared
configure:23487: clang -c conftest.c >&5
configure:23487: $? = 0
configure:23487: result: yes
configure:23501: checking return type of signal handlers
configure:23519: clang -c conftest.c >&5
conftest.c:54:8: error: indirection requires pointer operand ('void' invalid)
return *(signal (0, 0)) (0) == 1;
^~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:23519: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:23526: result: void
configure:23545: checking for intmax_t
configure:23545: clang -c conftest.c >&5
configure:23545: $? = 0
configure:23545: clang -c conftest.c >&5
conftest.c:85:23: error: expected expression
if (sizeof ((intmax_t)))
^
1 error generated.
configure:23545: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((intmax_t)))
| return 0;
| ;
| return 0;
| }
configure:23545: result: yes
configure:23554: checking for long double
configure:23554: clang -c conftest.c >&5
configure:23554: $? = 0
configure:23554: clang -c conftest.c >&5
conftest.c:86:26: error: expected expression
if (sizeof ((long double)))
^
1 error generated.
configure:23554: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((long double)))
| return 0;
| ;
| return 0;
| }
configure:23554: result: yes
configure:23563: checking for long long
configure:23563: clang -c conftest.c >&5
configure:23563: $? = 0
configure:23563: clang -c conftest.c >&5
conftest.c:87:24: error: expected expression
if (sizeof ((long long)))
^
1 error generated.
configure:23563: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((long long)))
| return 0;
| ;
| return 0;
| }
configure:23563: result: yes
configure:23572: checking for ptrdiff_t
configure:23572: clang -c conftest.c >&5
configure:23572: $? = 0
configure:23572: clang -c conftest.c >&5
conftest.c:88:24: error: expected expression
if (sizeof ((ptrdiff_t)))
^
1 error generated.
configure:23572: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((ptrdiff_t)))
| return 0;
| ;
| return 0;
| }
configure:23572: result: yes
configure:23581: checking for quad_t
configure:23581: clang -c conftest.c >&5
configure:23581: $? = 0
configure:23581: clang -c conftest.c >&5
conftest.c:89:21: error: expected expression
if (sizeof ((quad_t)))
^
1 error generated.
configure:23581: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((quad_t)))
| return 0;
| ;
| return 0;
| }
configure:23581: result: yes
configure:23590: checking for uint_least32_t
configure:23590: clang -c conftest.c >&5
configure:23590: $? = 0
configure:23590: clang -c conftest.c >&5
conftest.c:90:29: error: expected expression
if (sizeof ((uint_least32_t)))
^
1 error generated.
configure:23590: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((uint_least32_t)))
| return 0;
| ;
| return 0;
| }
configure:23590: result: yes
configure:23599: checking for intptr_t
configure:23599: clang -c conftest.c >&5
configure:23599: $? = 0
configure:23599: clang -c conftest.c >&5
conftest.c:91:23: error: expected expression
if (sizeof ((intptr_t)))
^
1 error generated.
configure:23599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| if (sizeof ((intptr_t)))
| return 0;
| ;
| return 0;
| }
configure:23599: result: yes
configure:23613: checking for working volatile
configure:23632: clang -c conftest.c >&5
configure:23632: $? = 0
configure:23639: result: yes
configure:23648: checking for C/C++ restrict keyword
configure:23673: clang -c conftest.c >&5
configure:23673: $? = 0
configure:23681: result: __restrict
configure:23696: checking whether gcc __attribute__ ((const)) works
configure:23712: clang -c conftest.c >&5
configure:23712: $? = 0
configure:23720: result: yes
configure:23728: checking whether gcc __attribute__ ((malloc)) works
configure:23737: clang -c conftest.c >conftest.out 2>&1
configure:23740: $? = 0
configure:23754: result: yes
configure:23762: checking whether gcc __attribute__ ((mode (XX))) works
configure:23778: clang -c conftest.c >&5
configure:23778: $? = 0
configure:23786: result: yes
configure:23794: checking whether gcc __attribute__ ((noreturn)) works
configure:23810: clang -c conftest.c >&5
configure:23810: $? = 0
configure:23818: result: yes
configure:23826: checking whether gcc hidden aliases work
configure:23844: clang -c conftest.c >&5
configure:23844: $? = 0
configure:23852: result: yes
configure:23861: checking for inline
configure:23877: clang -c conftest.c >&5
configure:23877: $? = 0
configure:23885: result: inline
configure:23928: clang -c conftest.c >&5
configure:23928: $? = 0
configure:24032: checking for cos in -lm
configure:24057: clang -o conftest conftest.c -lm >&5
conftest.c:69:6: warning: incompatible redeclaration of library function 'cos' [-Wincompatible-library-redeclaration]
char cos ();
^
conftest.c:69:6: note: 'cos' is a builtin with type 'double (double)'
1 warning generated.
configure:24057: $? = 0
configure:24066: result: yes
configure:24080: checking for working alloca.h
configure:24096: clang -o conftest conftest.c >&5
configure:24096: $? = 0
configure:24104: result: yes
configure:24113: checking for alloca (via gmp-impl.h)
configure:24136: clang -o conftest conftest.c >&5
configure:24136: $? = 0
configure:24144: result: yes
configure:24153: checking how to allocate temporary memory
configure:24177: result: alloca
configure:24235: clang -c conftest.c >&5
configure:24235: $? = 0
configure:24244: checking whether byte ordering is bigendian
configure:24259: clang -c conftest.c >&5
conftest.c:66:9: error: unknown type name 'not'
not a universal capable compiler
^
conftest.c:66:14: error: expected ';' after top level declarator
not a universal capable compiler
^
;
2 errors generated.
configure:24259: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:24304: clang -c conftest.c >&5
configure:24304: $? = 0
configure:24322: clang -c conftest.c >&5
conftest.c:72:4: error: use of undeclared identifier 'not'
not big endian
^
1 error generated.
configure:24322: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:24450: result: no
configure:24479: checking format of `double' floating point
configure:24499: clang -c conftest.c >&5 2>&1
configure:24502: $? = 0
configure:24669: result: IEEE little endian
configure:24749: checking for alarm
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for attr_get
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-33ed25.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `attr_get'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| /* end confdefs.h. */
| /* Define attr_get to an innocuous variant, in case declares attr_get.
| For example, HP-UX 11i declares gettimeofday. */
| #define attr_get innocuous_attr_get
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char attr_get (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef attr_get
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char attr_get ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_attr_get || defined __stub___attr_get
| choke me
| #endif
|
| int
| main ()
| {
| return attr_get ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for clock
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for cputime
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-afc264.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `cputime'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h. */
| /* Define cputime to an innocuous variant, in case declares cputime.
| For example, HP-UX 11i declares gettimeofday. */
| #define cputime innocuous_cputime
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char cputime (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef cputime
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cputime ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_cputime || defined __stub___cputime
| choke me
| #endif
|
| int
| main ()
| {
| return cputime ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for getpagesize
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for getrusage
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for gettimeofday
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for getsysinfo
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-e239af.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `getsysinfo'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h. */
| /* Define getsysinfo to an innocuous variant, in case declares getsysinfo.
| For example, HP-UX 11i declares gettimeofday. */
| #define getsysinfo innocuous_getsysinfo
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getsysinfo (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef getsysinfo
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getsysinfo ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_getsysinfo || defined __stub___getsysinfo
| choke me
| #endif
|
| int
| main ()
| {
| return getsysinfo ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for localeconv
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for memset
configure:24749: clang -o conftest conftest.c >&5
conftest.c:96:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:96:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for mmap
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for mprotect
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for nl_langinfo
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for obstack_vprintf
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for popen
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for processor_info
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-7b6bf7.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `processor_info'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| /* end confdefs.h. */
| /* Define processor_info to an innocuous variant, in case declares processor_info.
| For example, HP-UX 11i declares gettimeofday. */
| #define processor_info innocuous_processor_info
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char processor_info (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef processor_info
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char processor_info ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_processor_info || defined __stub___processor_info
| choke me
| #endif
|
| int
| main ()
| {
| return processor_info ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for pstat_getprocessor
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-193a2b.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `pstat_getprocessor'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| /* end confdefs.h. */
| /* Define pstat_getprocessor to an innocuous variant, in case declares pstat_getprocessor.
| For example, HP-UX 11i declares gettimeofday. */
| #define pstat_getprocessor innocuous_pstat_getprocessor
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pstat_getprocessor (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef pstat_getprocessor
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat_getprocessor ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_pstat_getprocessor || defined __stub___pstat_getprocessor
| choke me
| #endif
|
| int
| main ()
| {
| return pstat_getprocessor ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for raise
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for read_real_time
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-7c67f0.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `read_real_time'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| /* end confdefs.h. */
| /* Define read_real_time to an innocuous variant, in case declares read_real_time.
| For example, HP-UX 11i declares gettimeofday. */
| #define read_real_time innocuous_read_real_time
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char read_real_time (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef read_real_time
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char read_real_time ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_read_real_time || defined __stub___read_real_time
| choke me
| #endif
|
| int
| main ()
| {
| return read_real_time ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for sigaction
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for sigaltstack
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for sigstack
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-75fa14.o: In function `main':
conftest.c:(.text+0x12): warning: the `sigstack' function is dangerous. `sigaltstack' should be used instead.
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for syssgi
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-185c12.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `syssgi'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| /* end confdefs.h. */
| /* Define syssgi to an innocuous variant, in case declares syssgi.
| For example, HP-UX 11i declares gettimeofday. */
| #define syssgi innocuous_syssgi
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char syssgi (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef syssgi
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char syssgi ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_syssgi || defined __stub___syssgi
| choke me
| #endif
|
| int
| main ()
| {
| return syssgi ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for strchr
configure:24749: clang -o conftest conftest.c >&5
conftest.c:106:6: warning: incompatible redeclaration of library function 'strchr' [-Wincompatible-library-redeclaration]
char strchr ();
^
conftest.c:106:6: note: 'strchr' is a builtin with type 'char *(const char *, int)'
1 warning generated.
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for strerror
configure:24749: clang -o conftest conftest.c >&5
conftest.c:107:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:107:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for strnlen
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for strtol
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for strtoul
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for sysconf
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for sysctl
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24749: checking for sysctlbyname
configure:24749: clang -o conftest conftest.c >&5
/tmp/conftest-91f8c9.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `sysctlbyname'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:24749: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| /* end confdefs.h. */
| /* Define sysctlbyname to an innocuous variant, in case declares sysctlbyname.
| For example, HP-UX 11i declares gettimeofday. */
| #define sysctlbyname innocuous_sysctlbyname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysctlbyname (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef sysctlbyname
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sysctlbyname ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_sysctlbyname || defined __stub___sysctlbyname
| choke me
| #endif
|
| int
| main ()
| {
| return sysctlbyname ();
| ;
| return 0;
| }
configure:24749: result: no
configure:24749: checking for times
configure:24749: clang -o conftest conftest.c >&5
configure:24749: $? = 0
configure:24749: result: yes
configure:24765: checking for library containing clock_gettime
configure:24796: clang -o conftest conftest.c >&5
configure:24796: $? = 0
configure:24813: result: none required
configure:24829: checking for vsnprintf
configure:24829: clang -o conftest conftest.c >&5
conftest.c:115:6: warning: incompatible redeclaration of library function 'vsnprintf' [-Wincompatible-library-redeclaration]
char vsnprintf ();
^
conftest.c:115:6: note: 'vsnprintf' is a builtin with type 'int (char *, unsigned long, const char *, struct __va_list_tag *)'
1 warning generated.
configure:24829: $? = 0
configure:24829: result: yes
configure:24839: checking whether vsnprintf works
configure:24897: result: probably
configure:24900: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
configure:24910: checking whether sscanf needs writable input
configure:24922: result: no
configure:24936: checking for struct pst_processor.psp_iticksperclktick
configure:24936: clang -c conftest.c >&5
conftest.c:93:10: fatal error: 'sys/pstat.h' file not found
#include
^
1 error generated.
configure:24936: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (ac_aggr.psp_iticksperclktick)
| return 0;
| ;
| return 0;
| }
configure:24936: clang -c conftest.c >&5
conftest.c:93:10: fatal error: 'sys/pstat.h' file not found
#include
^
1 error generated.
configure:24936: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (sizeof ac_aggr.psp_iticksperclktick)
| return 0;
| ;
| return 0;
| }
configure:24936: result: no
configure:24962: checking sstream usability
configure:24962: clang++ -c conftest.cpp >&5
configure:24962: $? = 0
configure:24962: result: yes
configure:24962: checking sstream presence
configure:24962: clang++ -E conftest.cpp
configure:24962: $? = 0
configure:24962: result: yes
configure:24962: checking for sstream
configure:24962: result: yes
configure:24972: checking for std::locale
configure:24972: clang++ -c conftest.cpp >&5
configure:24972: $? = 0
configure:24972: clang++ -c conftest.cpp >&5
conftest.cpp:99:26: error: expected expression
if (sizeof ((std::locale)))
^
1 error generated.
configure:24972: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((std::locale)))
| return 0;
| ;
| return 0;
| }
configure:24972: result: yes
configure:25680: checking for suitable m4
trying m4
good
configure:25724: result: m4
configure:25730: checking if m4wrap produces spurious output
test input is
changequote({,})define(x,)m4wrap({x})dnl
produces 0 chars output
configure:25752: result: no
configure:25771: checking how to switch to text section
trying .text
configure:25782: clang -c conftest.s >conftest.out 2>&1
configure:25785: $? = 0
configure:25805: result: .text
configure:25809: checking how to switch to data section
configure:25820: result: .data
configure:25825: checking for assembler label suffix
trying
configure:25838: clang -c conftest.s >conftest.out 2>&1
configure:25841: $? = 1
conftest.s:2:1: error: invalid instruction mnemonic 'somelabel'
somelabel
^~~~~~~~~
configure: failed program was:
.text
somelabel
conftest.s:2:1: error: invalid instruction mnemonic 'somelabel'
somelabel
^~~~~~~~~
trying :
configure:25838: clang -c conftest.s >conftest.out 2>&1
configure:25841: $? = 0
configure:25861: result: :
configure:25866: checking for assembler global directive
configure:25878: result: .globl
configure:25883: checking for assembler global directive attribute
configure:25894: result:
configure:25899: checking if globals are prefixed by underscore
configure:25909: clang -c conftest.c >&5
configure:25912: $? = 0
configure:25930: result: no
configure:25970: checking how to switch to read-only data section
Test program:
extern const int foo[]; /* Suppresses C++'s suppression of foo */
const int foo[] = {1,2,3};
configure:25990: clang -S conftest.c >&5
configure:25993: $? = 0
Compiler output:
.text
.file "conftest.c"
.type foo,@object # @foo
.section .rodata,"a",@progbits
.globl foo
.align 4
foo:
.long 1 # 0x1
.long 2 # 0x2
.long 3 # 0x3
.size foo, 12
.ident "clang version 3.8.0 (tags/RELEASE_380/final)"
.section ".note.GNU-stack","",@progbits
Match: .section .rodata,"a",@progbits
configure:26024: result: .section .rodata,"a",@progbits
configure:26028: checking for assembler .type directive
configure:26039: clang -c conftest.s >conftest.out 2>&1
configure:26042: $? = 0
configure:26062: result: .type $1,@$2
configure:26066: checking for assembler .size directive
configure:26076: clang -c conftest.s >conftest.out 2>&1
configure:26079: $? = 0
configure:26096: result: .size $1,$2
configure:26103: checking for assembler local label prefix
Trying L
configure:26117: clang -c conftest.s >conftest.out 2>&1
configure:26120: $? = 0
0000000000000000 t Lgurkmacka
0000000000000000 t dummy
L label is local but still in object file
Trying .L
configure:26117: clang -c conftest.s >conftest.out 2>&1
configure:26120: $? = 0
0000000000000000 t dummy
.L label doesn't appear in object file at all (good)
Local label appears in object files: no
configure:26166: result: .L
configure:26177: checking for assembler byte directive
trying .byte
configure:26190: clang -c conftest.s >conftest.out 2>&1
configure:26193: $? = 0
configure:26213: result: .byte
configure:26221: checking how to define a 32-bit word
configure:26246: clang -c conftest.s >conftest.out 2>&1
configure:26249: $? = 0
configure:26275: result: .long
configure:26284: checking if .align assembly directive is logarithmic
configure:26299: clang -c conftest.s >conftest.out 2>&1
configure:26302: $? = 0
configure:26321: result: no
configure:26896: checking if the .align directive accepts an 0x90 fill in .text
configure:26908: clang -c conftest.s >conftest.out 2>&1
configure:26911: $? = 0
configure:26929: result: yes
configure:27282: checking size of void *
configure:27287: clang -c conftest.c >&5
configure:27287: $? = 0
configure:27287: clang -c conftest.c >&5
conftest.c:323:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27287: clang -c conftest.c >&5
conftest.c:323:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27287: clang -c conftest.c >&5
conftest.c:323:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27287: clang -c conftest.c >&5
conftest.c:323:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27287: clang -c conftest.c >&5
configure:27287: $? = 0
configure:27287: clang -c conftest.c >&5
configure:27287: $? = 0
configure:27287: clang -c conftest.c >&5
configure:27287: $? = 0
configure:27287: clang -c conftest.c >&5
configure:27287: $? = 0
configure:27301: result: 8
configure:27315: checking size of unsigned short
configure:27320: clang -c conftest.c >&5
configure:27320: $? = 0
configure:27320: clang -c conftest.c >&5
conftest.c:324:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27320: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27320: clang -c conftest.c >&5
conftest.c:324:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27320: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27320: clang -c conftest.c >&5
configure:27320: $? = 0
configure:27320: clang -c conftest.c >&5
configure:27320: $? = 0
configure:27334: result: 2
configure:27348: checking size of unsigned
configure:27353: clang -c conftest.c >&5
configure:27353: $? = 0
configure:27353: clang -c conftest.c >&5
conftest.c:325:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27353: clang -c conftest.c >&5
conftest.c:325:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27353: clang -c conftest.c >&5
conftest.c:325:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27353: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27353: clang -c conftest.c >&5
configure:27353: $? = 0
configure:27353: clang -c conftest.c >&5
configure:27353: $? = 0
configure:27353: clang -c conftest.c >&5
configure:27353: $? = 0
configure:27367: result: 4
configure:27381: checking size of unsigned long
configure:27386: clang -c conftest.c >&5
configure:27386: $? = 0
configure:27386: clang -c conftest.c >&5
conftest.c:326:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27386: clang -c conftest.c >&5
conftest.c:326:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27386: clang -c conftest.c >&5
conftest.c:326:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27386: clang -c conftest.c >&5
conftest.c:326:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27386: clang -c conftest.c >&5
configure:27386: $? = 0
configure:27386: clang -c conftest.c >&5
configure:27386: $? = 0
configure:27386: clang -c conftest.c >&5
configure:27386: $? = 0
configure:27386: clang -c conftest.c >&5
configure:27386: $? = 0
configure:27400: result: 8
configure:27414: checking size of mp_limb_t
configure:27419: clang -c conftest.c >&5
configure:27419: $? = 0
configure:27419: clang -c conftest.c >&5
conftest.c:301:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 0)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h. */
| #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
| #define GMP_NAIL_BITS 0
| #define GMP_LIMB_BITS 123
| /* #undef _LONG_LONG_LIMB */
| #include "./gmp-h.in"
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 0)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27419: clang -c conftest.c >&5
conftest.c:301:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 1)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h. */
| #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
| #define GMP_NAIL_BITS 0
| #define GMP_LIMB_BITS 123
| /* #undef _LONG_LONG_LIMB */
| #include "./gmp-h.in"
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 1)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27419: clang -c conftest.c >&5
conftest.c:301:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 3)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h. */
| #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
| #define GMP_NAIL_BITS 0
| #define GMP_LIMB_BITS 123
| /* #undef _LONG_LONG_LIMB */
| #include "./gmp-h.in"
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 3)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27419: clang -c conftest.c >&5
conftest.c:301:24: error: 'test_array' declared as an array with a negative size
static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 7)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
configure:27419: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| /* end confdefs.h. */
| #define __GMP_WITHIN_CONFIGURE 1 /* ignore template stuff */
| #define GMP_NAIL_BITS 0
| #define GMP_LIMB_BITS 123
| /* #undef _LONG_LONG_LIMB */
| #include "./gmp-h.in"
|
|
| int
| main ()
| {
| static int test_array [1 - 2 * !(((long int) (sizeof (mp_limb_t))) <= 7)];
| test_array [0] = 0;
| return test_array [0];
|
| ;
| return 0;
| }
configure:27419: clang -c conftest.c >&5
configure:27419: $? = 0
configure:27419: clang -c conftest.c >&5
configure:27419: $? = 0
configure:27419: clang -c conftest.c >&5
configure:27419: $? = 0
configure:27419: clang -c conftest.c >&5
configure:27419: $? = 0
configure:27439: result: 8
configure:27581: checking for stack_t
configure:27581: clang -c conftest.c >&5
configure:27581: $? = 0
configure:27581: clang -c conftest.c >&5
conftest.c:297:22: error: expected expression
if (sizeof ((stack_t)))
^
1 error generated.
configure:27581: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| /* end confdefs.h. */
| #include
|
| int
| main ()
| {
| if (sizeof ((stack_t)))
| return 0;
| ;
| return 0;
| }
configure:27581: result: yes
configure:27619: checking for tputs in -lncurses
configure:27644: clang -o conftest conftest.c -lncurses >&5
configure:27644: $? = 0
configure:27653: result: yes
configure:27705: checking for readline in -lreadline
configure:27730: clang -o conftest conftest.c -lreadline -lncurses >&5
configure:27730: $? = 0
configure:27739: result: yes
configure:27742: checking readline/readline.h usability
configure:27742: clang -c conftest.c >&5
configure:27742: $? = 0
configure:27742: result: yes
configure:27742: checking readline/readline.h presence
configure:27742: clang -E conftest.c
configure:27742: $? = 0
configure:27742: result: yes
configure:27742: checking for readline/readline.h
configure:27742: result: yes
configure:27744: checking readline/history.h usability
configure:27744: clang -c conftest.c >&5
configure:27744: $? = 0
configure:27744: result: yes
configure:27744: checking readline/history.h presence
configure:27744: clang -E conftest.c
configure:27744: $? = 0
configure:27744: result: yes
configure:27744: checking for readline/history.h
configure:27744: result: yes
configure:27755: checking readline detected
configure:27757: result: yes
configure:27772: checking for bison
configure:27788: found /usr/bin/bison
configure:27799: result: bison -y
configure:27815: checking for flex
configure:27831: found /usr/bin/flex
configure:27842: result: flex
configure:27880: flex conftest.l
configure:27884: $? = 1
configure:27886: checking lex output file root
configure:27900: result: lex.yy
configure:27905: checking lex library
configure:27919: clang -o conftest conftest.c >&5
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
configure:27919: clang -o conftest conftest.c -lfl >&5
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/libfl.so: undefined reference to `yylex'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
configure:27919: clang -o conftest conftest.c -ll >&5
/usr/bin/ld: cannot find -ll
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27919: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
configure:27929: result: none needed
configure:27935: checking whether yytext is a pointer
configure:27952: clang -o conftest conftest.c >&5
/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
configure:27952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "6.1.1"
| #define PACKAGE_STRING "GNU MP 6.1.1"
| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "6.1.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_SYSCTL_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_INTPTR_T 1
| #define restrict __restrict
| #define HAVE_ATTRIBUTE_CONST 1
| #define HAVE_ATTRIBUTE_MALLOC 1
| #define HAVE_ATTRIBUTE_MODE 1
| #define HAVE_ATTRIBUTE_NORETURN 1
| #define HAVE_HIDDEN_ALIAS 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_OBSTACK_VPRINTF 1
| #define HAVE_POPEN 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNLEN 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_SYSCTL 1
| #define HAVE_TIMES 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_SSTREAM 1
| #define HAVE_STD__LOCALE 1
| #define WANT_FAT_BINARY 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1
| #define HAVE_NATIVE_mpn_com 1
| #define HAVE_NATIVE_mpn_cnd_add_n 1
| #define HAVE_NATIVE_mpn_cnd_sub_n 1
| #define HAVE_NATIVE_mpn_copyd 1
| #define HAVE_NATIVE_mpn_copyi 1
| #define HAVE_NATIVE_mpn_divexact_1 1
| #define HAVE_NATIVE_mpn_divrem_1 1
| #define HAVE_NATIVE_mpn_gcd_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_lshiftc 1
| #define HAVE_NATIVE_mpn_mod_1 1
| #define HAVE_NATIVE_mpn_mod_1_1p 1
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_2p 1
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
| #define HAVE_NATIVE_mpn_mod_1s_4p 1
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
| #define HAVE_NATIVE_mpn_mod_34lsub1 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_mul_basecase 1
| #define HAVE_NATIVE_mpn_mullo_basecase 1
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1
| #define HAVE_NATIVE_mpn_preinv_mod_1 1
| #define HAVE_NATIVE_mpn_redc_1 1
| #define HAVE_NATIVE_mpn_redc_2 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_sqr_basecase 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_addmul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_sublsh1_n 1
| #define HAVE_NATIVE___gmpn_cpuid 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err1_n 1
| #define HAVE_NATIVE_mpn_sub_err1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err2_n 1
| #define HAVE_NATIVE_mpn_sub_err2_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_add_err3_n 1
| #define HAVE_NATIVE_mpn_sub_err3_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_divrem_2 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_popcount 1
| #define HAVE_NATIVE_mpn_hamdist 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
| #define HAVE_NATIVE_mpn_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_and_n 1
| #define HAVE_NATIVE_mpn_andn_n 1
| #define HAVE_NATIVE_mpn_nand_n 1
| #define HAVE_NATIVE_mpn_ior_n 1
| #define HAVE_NATIVE_mpn_iorn_n 1
| #define HAVE_NATIVE_mpn_nior_n 1
| #define HAVE_NATIVE_mpn_xor_n 1
| #define HAVE_NATIVE_mpn_xnor_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_sec_tabselect 1
| #define HAVE_NATIVE_mpn_invert_limb 1
| #define HAVE_NATIVE_C 1
| #define HAVE_NATIVE_Kn 1
| #define HAVE_NATIVE_C2 1
| #define HAVE_NATIVE_Ci 1
| #define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
| #define HAVE_NATIVE_mpn_mul_2 1
| #define HAVE_NATIVE_mpn_addlsh1_n 1
| #define HAVE_NATIVE_mpn_rsblsh1_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_rsh1add_n 1
| #define HAVE_NATIVE_mpn_rsh1add_nc 1
| #define HAVE_NATIVE_mpn_rsh1sub_n 1
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1
| #define HAVE_NATIVE_func_nc 1
| #define HAVE_NATIVE_func_n 1
| #define HAVE_NATIVE_mpn_addlsh2_n 1
| #define HAVE_NATIVE_mpn_rsblsh2_n 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addlsh_n 1
| #define HAVE_NATIVE_mpn_rsblsh_n 1
| #define HAVE_NATIVE_func 1
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1
| #define LSYM_PREFIX ".L"
| #define HAVE_HOST_CPU_FAMILY_x86_64 1
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
| #define SIZEOF_VOID_P 8
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define HAVE_STACK_T 1
| /* end confdefs.h. */
|
| #define YYTEXT_POINTER 1
|
configure:27960: result: no
configure:27984: checking for x86_64-unknown-linux-ranlib
configure:28011: result: ranlib
configure:28215: checking that generated files are newer than configure
configure:28221: result: done
configure:28249: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNU MP config.status 6.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on d0e62aa37068
config.status:1583: creating demos/pexpr-config.h
config.status:1583: creating demos/calc/calc-config.h
config.status:1583: creating Makefile
config.status:1583: creating mpf/Makefile
config.status:1583: creating mpn/Makefile
config.status:1583: creating mpq/Makefile
config.status:1583: creating mpz/Makefile
config.status:1583: creating printf/Makefile
config.status:1583: creating scanf/Makefile
config.status:1583: creating rand/Makefile
config.status:1583: creating cxx/Makefile
config.status:1583: creating tests/Makefile
config.status:1583: creating tests/devel/Makefile
config.status:1583: creating tests/mpf/Makefile
config.status:1583: creating tests/mpn/Makefile
config.status:1583: creating tests/mpq/Makefile
config.status:1583: creating tests/mpz/Makefile
config.status:1583: creating tests/rand/Makefile
config.status:1583: creating tests/misc/Makefile
config.status:1583: creating tests/cxx/Makefile
config.status:1583: creating doc/Makefile
config.status:1583: creating tune/Makefile
config.status:1583: creating demos/Makefile
config.status:1583: creating demos/calc/Makefile
config.status:1583: creating demos/expr/Makefile
config.status:1583: creating gmp.h
config.status:1583: creating config.h
config.status:1824: linking mpn/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm
config.status:1824: linking mpn/x86_64/fat/fat.c to mpn/fat.c
config.status:1824: linking mpn/x86_64/fat/fat_entry.asm to mpn/fat_entry.asm
config.status:1824: linking mpn/generic/add.c to mpn/add.c
config.status:1824: linking mpn/generic/add_1.c to mpn/add_1.c
config.status:1824: linking mpn/generic/sub.c to mpn/sub.c
config.status:1824: linking mpn/generic/sub_1.c to mpn/sub_1.c
config.status:1824: linking mpn/generic/cnd_swap.c to mpn/cnd_swap.c
config.status:1824: linking mpn/generic/neg.c to mpn/neg.c
config.status:1824: linking mpn/x86_64/aors_err1_n.asm to mpn/add_err1_n.asm
config.status:1824: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm
config.status:1824: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm
config.status:1824: linking mpn/x86_64/aors_err1_n.asm to mpn/sub_err1_n.asm
config.status:1824: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm
config.status:1824: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm
config.status:1824: linking mpn/generic/diveby3.c to mpn/diveby3.c
config.status:1824: linking mpn/generic/divis.c to mpn/divis.c
config.status:1824: linking mpn/generic/divrem.c to mpn/divrem.c
config.status:1824: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm
config.status:1824: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status:1824: linking mpn/generic/dump.c to mpn/dump.c
config.status:1824: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status:1824: linking mpn/generic/mul.c to mpn/mul.c
config.status:1824: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status:1824: linking mpn/generic/mul_n.c to mpn/mul_n.c
config.status:1824: linking mpn/generic/sqr.c to mpn/sqr.c
config.status:1824: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
config.status:1824: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
config.status:1824: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
config.status:1824: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
config.status:1824: linking mpn/generic/mulmid.c to mpn/mulmid.c
config.status:1824: linking mpn/generic/random.c to mpn/random.c
config.status:1824: linking mpn/generic/random2.c to mpn/random2.c
config.status:1824: linking mpn/generic/pow_1.c to mpn/pow_1.c
config.status:1824: linking mpn/generic/rootrem.c to mpn/rootrem.c
config.status:1824: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status:1824: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
config.status:1824: linking mpn/generic/get_str.c to mpn/get_str.c
config.status:1824: linking mpn/generic/set_str.c to mpn/set_str.c
config.status:1824: linking mpn/generic/scan0.c to mpn/scan0.c
config.status:1824: linking mpn/generic/scan1.c to mpn/scan1.c
config.status:1824: linking mpn/x86_64/popham.asm to mpn/popcount.asm
config.status:1824: linking mpn/x86_64/popham.asm to mpn/hamdist.asm
config.status:1824: linking mpn/generic/cmp.c to mpn/cmp.c
config.status:1824: linking mpn/generic/zero_p.c to mpn/zero_p.c
config.status:1824: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status:1824: linking mpn/generic/perfpow.c to mpn/perfpow.c
config.status:1824: linking mpn/generic/gcd.c to mpn/gcd.c
config.status:1824: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status:1824: linking mpn/generic/gcdext.c to mpn/gcdext.c
config.status:1824: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
config.status:1824: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
config.status:1824: linking mpn/generic/div_q.c to mpn/div_q.c
config.status:1824: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status:1824: linking mpn/generic/jacbase.c to mpn/jacbase.c
config.status:1824: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
config.status:1824: linking mpn/generic/jacobi.c to mpn/jacobi.c
config.status:1824: linking mpn/generic/get_d.c to mpn/get_d.c
config.status:1824: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status:1824: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
config.status:1824: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
config.status:1824: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
config.status:1824: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
config.status:1824: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
config.status:1824: linking mpn/generic/hgcd.c to mpn/hgcd.c
config.status:1824: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
config.status:1824: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
config.status:1824: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
config.status:1824: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
config.status:1824: linking mpn/generic/sqrlo.c to mpn/sqrlo.c
config.status:1824: linking mpn/generic/sqrlo_basecase.c to mpn/sqrlo_basecase.c
config.status:1824: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
config.status:1824: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
config.status:1824: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
config.status:1824: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
config.status:1824: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
config.status:1824: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
config.status:1824: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
config.status:1824: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
config.status:1824: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
config.status:1824: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
config.status:1824: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
config.status:1824: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
config.status:1824: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
config.status:1824: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status:1824: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
config.status:1824: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
config.status:1824: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
config.status:1824: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
config.status:1824: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
config.status:1824: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
config.status:1824: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
config.status:1824: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
config.status:1824: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
config.status:1824: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
config.status:1824: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
config.status:1824: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
config.status:1824: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
config.status:1824: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
config.status:1824: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
config.status:1824: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
config.status:1824: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
config.status:1824: linking mpn/generic/invertappr.c to mpn/invertappr.c
config.status:1824: linking mpn/generic/invert.c to mpn/invert.c
config.status:1824: linking mpn/generic/binvert.c to mpn/binvert.c
config.status:1824: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
config.status:1824: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
config.status:1824: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
config.status:1824: linking mpn/x86_64/div_qr_1n_pi1.asm to mpn/div_qr_1n_pi1.asm
config.status:1824: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
config.status:1824: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm
config.status:1824: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm
config.status:1824: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
config.status:1824: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
config.status:1824: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
config.status:1824: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
config.status:1824: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
config.status:1824: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
config.status:1824: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
config.status:1824: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
config.status:1824: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
config.status:1824: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm
config.status:1824: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
config.status:1824: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
config.status:1824: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
config.status:1824: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
config.status:1824: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
config.status:1824: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
config.status:1824: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
config.status:1824: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
config.status:1824: linking mpn/generic/broot.c to mpn/broot.c
config.status:1824: linking mpn/generic/brootinv.c to mpn/brootinv.c
config.status:1824: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
config.status:1824: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
config.status:1824: linking mpn/generic/divexact.c to mpn/divexact.c
config.status:1824: linking mpn/generic/redc_n.c to mpn/redc_n.c
config.status:1824: linking mpn/generic/powm.c to mpn/powm.c
config.status:1824: linking mpn/generic/powlo.c to mpn/powlo.c
config.status:1824: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
config.status:1824: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
config.status:1824: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
config.status:1824: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
config.status:1824: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
config.status:1824: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
config.status:1824: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
config.status:1824: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
config.status:1824: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
config.status:1824: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
config.status:1824: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
config.status:1824: linking mpn/generic/remove.c to mpn/remove.c
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm
config.status:1824: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm
config.status:1824: linking mpn/generic/zero.c to mpn/zero.c
config.status:1824: linking mpn/x86_64/sec_tabselect.asm to mpn/sec_tabselect.asm
config.status:1824: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
config.status:1824: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm
config.status:1824: linking mpn/x86_64/sqr_diag_addlsh1.asm to mpn/sqr_diag_addlsh1.asm
config.status:1824: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm
config.status:1824: linking mpn/x86_64/aorrlsh1_n.asm to mpn/rsblsh1_n.asm
config.status:1824: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1add_n.asm
config.status:1824: linking mpn/x86_64/rsh1aors_n.asm to mpn/rsh1sub_n.asm
config.status:1824: linking mpn/x86_64/aorrlsh2_n.asm to mpn/rsblsh2_n.asm
config.status:1824: linking mpn/x86_64/aorrlsh_n.asm to mpn/addlsh_n.asm
config.status:1824: linking mpn/x86_64/aorrlsh_n.asm to mpn/rsblsh_n.asm
config.status:1824: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
config.status:1824: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm
config.status:1824: linking mpn/x86_64/fat/gmp-mparam.h to gmp-mparam.h
config.status:1843: executing libtool commands
configure:30642: summary of build options:
Version: GNU MP 6.1.1
Host type: x86_64-unknown-linux-gnu
ABI: 64
Install prefix: /usr
Compiler: clang
Static libraries: yes
Shared libraries: yes
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_FOR_BUILD_set=
ac_cv_env_CPP_FOR_BUILD_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_alarm=yes
ac_cv_func_attr_get=no
ac_cv_func_clock=yes
ac_cv_func_cputime=no
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsysinfo=no
ac_cv_func_gettimeofday=yes
ac_cv_func_localeconv=yes
ac_cv_func_memset=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_obstack_vprintf=yes
ac_cv_func_popen=yes
ac_cv_func_processor_info=no
ac_cv_func_pstat_getprocessor=no
ac_cv_func_raise=yes
ac_cv_func_read_real_time=no
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigstack=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strnlen=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=yes
ac_cv_func_sysctlbyname=no
ac_cv_func_syssgi=no
ac_cv_func_times=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_fgetc=yes
ac_cv_have_decl_fscanf=yes
ac_cv_have_decl_optarg=yes
ac_cv_have_decl_sys_errlist=yes
ac_cv_have_decl_sys_nerr=yes
ac_cv_have_decl_ungetc=yes
ac_cv_have_decl_vfprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_invent_h=no
ac_cv_header_langinfo_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_hal_sysinfo_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_readline_history_h=yes
ac_cv_header_readline_readline_h=yes
ac_cv_header_sstream=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_attributes_h=no
ac_cv_header_sys_iograph_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_processor_h=no
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_syssgi_h=no
ac_cv_header_sys_systemcfg_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_lex='none needed'
ac_cv_lib_m_cos=yes
ac_cv_lib_ncurses_tputs=yes
ac_cv_lib_readline_readline=yes
ac_cv_member_struct_pst_processor_psp_iticksperclktick=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AR=ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_CPP='clang -E'
ac_cv_prog_CXXCPP='clang++ -E'
ac_cv_prog_DLLTOOL=dlltool
ac_cv_prog_LEX=flex
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_STRIP=strip
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=no
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime='none required'
ac_cv_sizeof_mp_limb_t=8
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=8
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_quad_t=yes
ac_cv_type_signal=void
ac_cv_type_stack_t=yes
ac_cv_type_std__locale=yes
ac_cv_type_uint_least32_t=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
cl_cv_as_noexecstack=yes
gmp_cv_asm_align_fill_0x90=yes
gmp_cv_asm_align_log=no
gmp_cv_asm_byte=.byte
gmp_cv_asm_data=.data
gmp_cv_asm_globl=.globl
gmp_cv_asm_globl_attr=
gmp_cv_asm_label_suffix=:
gmp_cv_asm_lsym_prefix=.L
gmp_cv_asm_rodata=' .section .rodata,"a",@progbits'
gmp_cv_asm_size='.size $1,$2'
gmp_cv_asm_text=.text
gmp_cv_asm_type='.type $1,@$2'
gmp_cv_asm_underscore=no
gmp_cv_asm_w32=.long
gmp_cv_c_attribute_const=yes
gmp_cv_c_attribute_malloc=yes
gmp_cv_c_attribute_mode=yes
gmp_cv_c_attribute_noreturn=yes
gmp_cv_c_double_format='IEEE little endian'
gmp_cv_c_for_build_ansi=yes
gmp_cv_c_hidden_alias=yes
gmp_cv_check_libm_for_build=-lm
gmp_cv_func_alloca=yes
gmp_cv_func_sscanf_writable_input=no
gmp_cv_func_vsnprintf=probably
gmp_cv_header_alloca=yes
gmp_cv_m4_m4wrap_spurious=no
gmp_cv_option_alloca=alloca
gmp_cv_prog_cpp_for_build='clang -E'
gmp_cv_prog_exeext_for_build=
gmp_cv_prog_m4=m4
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABI='64'
ACLOCAL='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing aclocal-1.15'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AS='as'
ASMFLAGS=' -Wa,--noexecstack'
AUTOCONF='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing autoconf'
AUTOHEADER='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing autoheader'
AUTOMAKE='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing automake-1.15'
AWK='gawk'
CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo'
CC='clang'
CCAS='clang -c'
CC_FOR_BUILD='clang'
CFLAGS=''
CPP='clang -E'
CPPFLAGS=''
CPP_FOR_BUILD='clang -E'
CXX='clang++'
CXXCPP='clang++ -E'
CXXFLAGS=''
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
FGREP='/usr/bin/grep -F'
GMP_LDFLAGS=''
GMP_LIMB_BITS='64'
GMP_NAIL_BITS='0'
GREP='/usr/bin/grep'
HAVE_CLOCK_01='1'
HAVE_CPUTIME_01='0'
HAVE_GETRUSAGE_01='1'
HAVE_GETTIMEOFDAY_01='1'
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01='1'
HAVE_SIGALTSTACK_01='1'
HAVE_SIGSTACK_01='1'
HAVE_STACK_T_01='1'
HAVE_SYS_RESOURCE_H_01='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LEX='flex'
LEXLIB=''
LEX_OUTPUT_ROOT='lex.yy'
LIBCURSES='-lncurses'
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL='0'
LIBGMP_LDFLAGS=''
LIBM='-lm'
LIBM_FOR_BUILD='-lm'
LIBOBJS=''
LIBREADLINE='-lreadline'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /tmp/gmp/src/gmp-6.1.1/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 6.1.1'
PACKAGE_TARNAME='gmp'
PACKAGE_URL='http://www.gnu.org/software/gmp/'
PACKAGE_VERSION='6.1.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SPEED_CYCLECOUNTER_OBJ='x86_64.lo'
STRIP='strip'
TAL_OBJECT='tal-reent.lo'
TUNE_LIBS=''
TUNE_SQR_OBJ=''
U_FOR_BUILD=''
VERSION='6.1.1'
WANT_CXX_FALSE='#'
WANT_CXX_TRUE=''
WITH_READLINE_01='1'
YACC='bison -y'
YFLAGS=''
ac_ct_AR='ar'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__isrc=''
am__leading_dot='.'
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gmp_srclinks=' mpn/invert_limb_table.asm mpn/fat.c mpn/fat_entry.asm mpn/add.c mpn/add_1.c mpn/sub.c mpn/sub_1.c mpn/cnd_swap.c mpn/neg.c mpn/add_err1_n.asm mpn/add_err2_n.asm mpn/add_err3_n.asm mpn/sub_err1_n.asm mpn/sub_err2_n.asm mpn/sub_err3_n.asm mpn/diveby3.c mpn/divis.c mpn/divrem.c mpn/divrem_2.asm mpn/fib2_ui.c mpn/dump.c mpn/mod_1_3.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/sqr.c mpn/nussbaumer_mul.c mpn/mulmid_basecase.c mpn/toom42_mulmid.c mpn/mulmid_n.c mpn/mulmid.c mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/sizeinbase.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.asm mpn/hamdist.asm mpn/cmp.c mpn/zero_p.c mpn/perfsqr.c mpn/perfpow.c mpn/gcd.c mpn/gcdext_1.c mpn/gcdext.c mpn/gcd_subdiv_step.c mpn/gcdext_lehmer.c mpn/div_q.c mpn/tdiv_qr.c mpn/jacbase.c mpn/jacobi_2.c mpn/jacobi.c mpn/get_d.c mpn/matrix22_mul.c mpn/matrix22_mul1_inverse_vector.c mpn/hgcd_matrix.c mpn/hgcd2.c mpn/hgcd_step.c mpn/hgcd_reduce.c mpn/hgcd.c mpn/hgcd_appr.c mpn/hgcd2_jacobi.c mpn/hgcd_jacobi.c mpn/mullo_n.c mpn/sqrlo.c mpn/sqrlo_basecase.c mpn/toom22_mul.c mpn/toom32_mul.c mpn/toom42_mul.c mpn/toom52_mul.c mpn/toom62_mul.c mpn/toom33_mul.c mpn/toom43_mul.c mpn/toom53_mul.c mpn/toom54_mul.c mpn/toom63_mul.c mpn/toom44_mul.c mpn/toom6h_mul.c mpn/toom6_sqr.c mpn/toom8h_mul.c mpn/toom8_sqr.c mpn/toom_couple_handling.c mpn/toom2_sqr.c mpn/toom3_sqr.c mpn/toom4_sqr.c mpn/toom_eval_dgr3_pm1.c mpn/toom_eval_dgr3_pm2.c mpn/toom_eval_pm1.c mpn/toom_eval_pm2.c mpn/toom_eval_pm2exp.c mpn/toom_eval_pm2rexp.c mpn/toom_interpolate_5pts.c mpn/toom_interpolate_6pts.c mpn/toom_interpolate_7pts.c mpn/toom_interpolate_8pts.c mpn/toom_interpolate_12pts.c mpn/toom_interpolate_16pts.c mpn/invertappr.c mpn/invert.c mpn/binvert.c mpn/mulmod_bnm1.c mpn/sqrmod_bnm1.c mpn/div_qr_1.c mpn/div_qr_1n_pi1.asm mpn/div_qr_2.c mpn/div_qr_2n_pi1.asm mpn/div_qr_2u_pi1.asm mpn/sbpi1_div_q.c mpn/sbpi1_div_qr.c mpn/sbpi1_divappr_q.c mpn/dcpi1_div_q.c mpn/dcpi1_div_qr.c mpn/dcpi1_divappr_q.c mpn/mu_div_qr.c mpn/mu_divappr_q.c mpn/mu_div_q.c mpn/bdiv_q_1.asm mpn/sbpi1_bdiv_q.c mpn/sbpi1_bdiv_qr.c mpn/dcpi1_bdiv_q.c mpn/dcpi1_bdiv_qr.c mpn/mu_bdiv_q.c mpn/mu_bdiv_qr.c mpn/bdiv_q.c mpn/bdiv_qr.c mpn/broot.c mpn/brootinv.c mpn/bsqrt.c mpn/bsqrtinv.c mpn/divexact.c mpn/redc_n.c mpn/powm.c mpn/powlo.c mpn/sec_powm.c mpn/sec_mul.c mpn/sec_sqr.c mpn/sec_div_qr.c mpn/sec_div_r.c mpn/sec_pi1_div_qr.c mpn/sec_pi1_div_r.c mpn/sec_add_1.c mpn/sec_sub_1.c mpn/sec_invert.c mpn/trialdiv.c mpn/remove.c mpn/and_n.asm mpn/andn_n.asm mpn/nand_n.asm mpn/ior_n.asm mpn/iorn_n.asm mpn/nior_n.asm mpn/xor_n.asm mpn/xnor_n.asm mpn/zero.c mpn/sec_tabselect.asm mpn/comb_tables.c mpn/invert_limb.asm mpn/sqr_diag_addlsh1.asm mpn/mul_2.asm mpn/rsblsh1_n.asm mpn/rsh1add_n.asm mpn/rsh1sub_n.asm mpn/rsblsh2_n.asm mpn/addlsh_n.asm mpn/rsblsh_n.asm mpn/add_n_sub_n.c mpn/addaddmul_1msb0.asm gmp-mparam.h'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /tmp/gmp/src/gmp-6.1.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mpn_objects=' x86_64_add_n.lo x86_64_addmul_1.lo x86_64_bdiv_dbm1c.lo x86_64_com.lo x86_64_cnd_add_n.lo x86_64_cnd_sub_n.lo x86_64_copyd.lo x86_64_copyi.lo x86_64_dive_1.lo x86_64_divrem_1.lo x86_64_gcd_1.lo x86_64_lshift.lo x86_64_lshiftc.lo x86_64_mod_1_1.lo x86_64_mod_1_2.lo x86_64_mod_1_4.lo x86_64_mod_34lsub1.lo x86_64_mode1o.lo x86_64_mul_1.lo x86_64_rshift.lo x86_64_sub_n.lo x86_64_submul_1.lo x86_64_addmul_2.lo x86_64_addlsh1_n.lo x86_64_addlsh2_n.lo x86_64_sublsh1_n.lo fat_mod_1.lo fat_mul_basecase.lo fat_mullo_basecase.lo fat_redc_1.lo fat_redc_2.lo fat_sqr_basecase.lo k8_mul_basecase.lo k8_mullo_basecase.lo k8_redc_1.lo k8_sqr_basecase.lo k10_gcd_1.lo k10_lshift.lo k10_lshiftc.lo k10_rshift.lo bd1_addmul_1.lo bd1_com.lo bd1_copyd.lo bd1_copyi.lo bd1_gcd_1.lo bd1_mul_1.lo bd1_mul_basecase.lo bd1_submul_1.lo bd1_addlsh1_n.lo bd1_sublsh1_n.lo bobcat_add_n.lo bobcat_addmul_1.lo bobcat_copyd.lo bobcat_copyi.lo bobcat_mul_1.lo bobcat_mul_basecase.lo bobcat_redc_1.lo bobcat_sqr_basecase.lo bobcat_sub_n.lo bobcat_submul_1.lo p4_add_n.lo p4_lshift.lo p4_lshiftc.lo p4_mod_34lsub1.lo p4_rshift.lo p4_sub_n.lo p4_addlsh1_n.lo p4_addlsh2_n.lo p4_sublsh1_n.lo core2_add_n.lo core2_addmul_1.lo core2_copyd.lo core2_copyi.lo core2_divrem_1.lo core2_gcd_1.lo core2_lshift.lo core2_lshiftc.lo core2_mul_basecase.lo core2_mullo_basecase.lo core2_redc_1.lo core2_rshift.lo core2_sqr_basecase.lo core2_sub_n.lo core2_submul_1.lo core2_addlsh1_n.lo core2_addlsh2_n.lo core2_sublsh1_n.lo coreinhm_addmul_1.lo coreinhm_redc_1.lo coreinhm_submul_1.lo coreisbr_add_n.lo coreisbr_addmul_1.lo coreisbr_divrem_1.lo coreisbr_lshift.lo coreisbr_lshiftc.lo coreisbr_mul_1.lo coreisbr_mul_basecase.lo coreisbr_mullo_basecase.lo coreisbr_redc_1.lo coreisbr_rshift.lo coreisbr_sqr_basecase.lo coreisbr_sub_n.lo coreisbr_submul_1.lo coreisbr_addmul_2.lo coreisbr_addlsh1_n.lo coreisbr_addlsh2_n.lo coreihwl_addmul_1.lo coreihwl_mul_1.lo coreihwl_mul_basecase.lo coreihwl_mullo_basecase.lo coreihwl_redc_1.lo coreihwl_sqr_basecase.lo coreihwl_submul_1.lo coreihwl_addmul_2.lo coreibwl_addmul_1.lo coreibwl_mul_1.lo coreibwl_mul_basecase.lo coreibwl_sqr_basecase.lo atom_add_n.lo atom_addmul_1.lo atom_com.lo atom_copyd.lo atom_copyi.lo atom_dive_1.lo atom_lshift.lo atom_lshiftc.lo atom_mul_1.lo atom_redc_1.lo atom_rshift.lo atom_sub_n.lo atom_submul_1.lo atom_addmul_2.lo atom_addlsh1_n.lo atom_addlsh2_n.lo atom_sublsh1_n.lo nano_copyd.lo nano_copyi.lo nano_dive_1.lo nano_gcd_1.lo invert_limb_table.lo fat$U.lo fat_entry.lo add$U.lo add_1$U.lo sub$U.lo sub_1$U.lo cnd_swap$U.lo neg$U.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo diveby3$U.lo divis$U.lo divrem$U.lo divrem_2.lo fib2_ui$U.lo dump$U.lo mod_1_3$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo sqr$U.lo nussbaumer_mul$U.lo mulmid_basecase$U.lo toom42_mulmid$U.lo mulmid_n$U.lo mulmid$U.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo sizeinbase$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount.lo hamdist.lo cmp$U.lo zero_p$U.lo perfsqr$U.lo perfpow$U.lo gcd$U.lo gcdext_1$U.lo gcdext$U.lo gcd_subdiv_step$U.lo gcdext_lehmer$U.lo div_q$U.lo tdiv_qr$U.lo jacbase$U.lo jacobi_2$U.lo jacobi$U.lo get_d$U.lo matrix22_mul$U.lo matrix22_mul1_inverse_vector$U.lo hgcd_matrix$U.lo hgcd2$U.lo hgcd_step$U.lo hgcd_reduce$U.lo hgcd$U.lo hgcd_appr$U.lo hgcd2_jacobi$U.lo hgcd_jacobi$U.lo mullo_n$U.lo sqrlo$U.lo sqrlo_basecase$U.lo toom22_mul$U.lo toom32_mul$U.lo toom42_mul$U.lo toom52_mul$U.lo toom62_mul$U.lo toom33_mul$U.lo toom43_mul$U.lo toom53_mul$U.lo toom54_mul$U.lo toom63_mul$U.lo toom44_mul$U.lo toom6h_mul$U.lo toom6_sqr$U.lo toom8h_mul$U.lo toom8_sqr$U.lo toom_couple_handling$U.lo toom2_sqr$U.lo toom3_sqr$U.lo toom4_sqr$U.lo toom_eval_dgr3_pm1$U.lo toom_eval_dgr3_pm2$U.lo toom_eval_pm1$U.lo toom_eval_pm2$U.lo toom_eval_pm2exp$U.lo toom_eval_pm2rexp$U.lo toom_interpolate_5pts$U.lo toom_interpolate_6pts$U.lo toom_interpolate_7pts$U.lo toom_interpolate_8pts$U.lo toom_interpolate_12pts$U.lo toom_interpolate_16pts$U.lo invertappr$U.lo invert$U.lo binvert$U.lo mulmod_bnm1$U.lo sqrmod_bnm1$U.lo div_qr_1$U.lo div_qr_1n_pi1.lo div_qr_2$U.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q$U.lo sbpi1_div_qr$U.lo sbpi1_divappr_q$U.lo dcpi1_div_q$U.lo dcpi1_div_qr$U.lo dcpi1_divappr_q$U.lo mu_div_qr$U.lo mu_divappr_q$U.lo mu_div_q$U.lo bdiv_q_1.lo sbpi1_bdiv_q$U.lo sbpi1_bdiv_qr$U.lo dcpi1_bdiv_q$U.lo dcpi1_bdiv_qr$U.lo mu_bdiv_q$U.lo mu_bdiv_qr$U.lo bdiv_q$U.lo bdiv_qr$U.lo broot$U.lo brootinv$U.lo bsqrt$U.lo bsqrtinv$U.lo divexact$U.lo redc_n$U.lo powm$U.lo powlo$U.lo sec_powm$U.lo sec_mul$U.lo sec_sqr$U.lo sec_div_qr$U.lo sec_div_r$U.lo sec_pi1_div_qr$U.lo sec_pi1_div_r$U.lo sec_add_1$U.lo sec_sub_1$U.lo sec_invert$U.lo trialdiv$U.lo remove$U.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo zero$U.lo sec_tabselect.lo comb_tables$U.lo invert_limb.lo sqr_diag_addlsh1.lo mul_2.lo rsblsh1_n.lo rsh1add_n.lo rsh1sub_n.lo rsblsh2_n.lo addlsh_n.lo rsblsh_n.lo add_n_sub_n$U.lo addaddmul_1msb0.lo'
mpn_objs_in_libgmp=' mpn/x86_64_add_n.lo mpn/x86_64_addmul_1.lo mpn/x86_64_bdiv_dbm1c.lo mpn/x86_64_com.lo mpn/x86_64_cnd_add_n.lo mpn/x86_64_cnd_sub_n.lo mpn/x86_64_copyd.lo mpn/x86_64_copyi.lo mpn/x86_64_dive_1.lo mpn/x86_64_divrem_1.lo mpn/x86_64_gcd_1.lo mpn/x86_64_lshift.lo mpn/x86_64_lshiftc.lo mpn/x86_64_mod_1_1.lo mpn/x86_64_mod_1_2.lo mpn/x86_64_mod_1_4.lo mpn/x86_64_mod_34lsub1.lo mpn/x86_64_mode1o.lo mpn/x86_64_mul_1.lo mpn/x86_64_rshift.lo mpn/x86_64_sub_n.lo mpn/x86_64_submul_1.lo mpn/x86_64_addmul_2.lo mpn/x86_64_addlsh1_n.lo mpn/x86_64_addlsh2_n.lo mpn/x86_64_sublsh1_n.lo mpn/fat_mod_1.lo mpn/fat_mul_basecase.lo mpn/fat_mullo_basecase.lo mpn/fat_redc_1.lo mpn/fat_redc_2.lo mpn/fat_sqr_basecase.lo mpn/k8_mul_basecase.lo mpn/k8_mullo_basecase.lo mpn/k8_redc_1.lo mpn/k8_sqr_basecase.lo mpn/k10_gcd_1.lo mpn/k10_lshift.lo mpn/k10_lshiftc.lo mpn/k10_rshift.lo mpn/bd1_addmul_1.lo mpn/bd1_com.lo mpn/bd1_copyd.lo mpn/bd1_copyi.lo mpn/bd1_gcd_1.lo mpn/bd1_mul_1.lo mpn/bd1_mul_basecase.lo mpn/bd1_submul_1.lo mpn/bd1_addlsh1_n.lo mpn/bd1_sublsh1_n.lo mpn/bobcat_add_n.lo mpn/bobcat_addmul_1.lo mpn/bobcat_copyd.lo mpn/bobcat_copyi.lo mpn/bobcat_mul_1.lo mpn/bobcat_mul_basecase.lo mpn/bobcat_redc_1.lo mpn/bobcat_sqr_basecase.lo mpn/bobcat_sub_n.lo mpn/bobcat_submul_1.lo mpn/p4_add_n.lo mpn/p4_lshift.lo mpn/p4_lshiftc.lo mpn/p4_mod_34lsub1.lo mpn/p4_rshift.lo mpn/p4_sub_n.lo mpn/p4_addlsh1_n.lo mpn/p4_addlsh2_n.lo mpn/p4_sublsh1_n.lo mpn/core2_add_n.lo mpn/core2_addmul_1.lo mpn/core2_copyd.lo mpn/core2_copyi.lo mpn/core2_divrem_1.lo mpn/core2_gcd_1.lo mpn/core2_lshift.lo mpn/core2_lshiftc.lo mpn/core2_mul_basecase.lo mpn/core2_mullo_basecase.lo mpn/core2_redc_1.lo mpn/core2_rshift.lo mpn/core2_sqr_basecase.lo mpn/core2_sub_n.lo mpn/core2_submul_1.lo mpn/core2_addlsh1_n.lo mpn/core2_addlsh2_n.lo mpn/core2_sublsh1_n.lo mpn/coreinhm_addmul_1.lo mpn/coreinhm_redc_1.lo mpn/coreinhm_submul_1.lo mpn/coreisbr_add_n.lo mpn/coreisbr_addmul_1.lo mpn/coreisbr_divrem_1.lo mpn/coreisbr_lshift.lo mpn/coreisbr_lshiftc.lo mpn/coreisbr_mul_1.lo mpn/coreisbr_mul_basecase.lo mpn/coreisbr_mullo_basecase.lo mpn/coreisbr_redc_1.lo mpn/coreisbr_rshift.lo mpn/coreisbr_sqr_basecase.lo mpn/coreisbr_sub_n.lo mpn/coreisbr_submul_1.lo mpn/coreisbr_addmul_2.lo mpn/coreisbr_addlsh1_n.lo mpn/coreisbr_addlsh2_n.lo mpn/coreihwl_addmul_1.lo mpn/coreihwl_mul_1.lo mpn/coreihwl_mul_basecase.lo mpn/coreihwl_mullo_basecase.lo mpn/coreihwl_redc_1.lo mpn/coreihwl_sqr_basecase.lo mpn/coreihwl_submul_1.lo mpn/coreihwl_addmul_2.lo mpn/coreibwl_addmul_1.lo mpn/coreibwl_mul_1.lo mpn/coreibwl_mul_basecase.lo mpn/coreibwl_sqr_basecase.lo mpn/atom_add_n.lo mpn/atom_addmul_1.lo mpn/atom_com.lo mpn/atom_copyd.lo mpn/atom_copyi.lo mpn/atom_dive_1.lo mpn/atom_lshift.lo mpn/atom_lshiftc.lo mpn/atom_mul_1.lo mpn/atom_redc_1.lo mpn/atom_rshift.lo mpn/atom_sub_n.lo mpn/atom_submul_1.lo mpn/atom_addmul_2.lo mpn/atom_addlsh1_n.lo mpn/atom_addlsh2_n.lo mpn/atom_sublsh1_n.lo mpn/nano_copyd.lo mpn/nano_copyi.lo mpn/nano_dive_1.lo mpn/nano_gcd_1.lo mpn/invert_limb_table.lo mpn/fat$U.lo mpn/fat_entry.lo mpn/add$U.lo mpn/add_1$U.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/cnd_swap$U.lo mpn/neg$U.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_2.lo mpn/fib2_ui$U.lo mpn/dump$U.lo mpn/mod_1_3$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/sqr$U.lo mpn/nussbaumer_mul$U.lo mpn/mulmid_basecase$U.lo mpn/toom42_mulmid$U.lo mpn/mulmid_n$U.lo mpn/mulmid$U.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/sizeinbase$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/zero_p$U.lo mpn/perfsqr$U.lo mpn/perfpow$U.lo mpn/gcd$U.lo mpn/gcdext_1$U.lo mpn/gcdext$U.lo mpn/gcd_subdiv_step$U.lo mpn/gcdext_lehmer$U.lo mpn/div_q$U.lo mpn/tdiv_qr$U.lo mpn/jacbase$U.lo mpn/jacobi_2$U.lo mpn/jacobi$U.lo mpn/get_d$U.lo mpn/matrix22_mul$U.lo mpn/matrix22_mul1_inverse_vector$U.lo mpn/hgcd_matrix$U.lo mpn/hgcd2$U.lo mpn/hgcd_step$U.lo mpn/hgcd_reduce$U.lo mpn/hgcd$U.lo mpn/hgcd_appr$U.lo mpn/hgcd2_jacobi$U.lo mpn/hgcd_jacobi$U.lo mpn/mullo_n$U.lo mpn/sqrlo$U.lo mpn/sqrlo_basecase$U.lo mpn/toom22_mul$U.lo mpn/toom32_mul$U.lo mpn/toom42_mul$U.lo mpn/toom52_mul$U.lo mpn/toom62_mul$U.lo mpn/toom33_mul$U.lo mpn/toom43_mul$U.lo mpn/toom53_mul$U.lo mpn/toom54_mul$U.lo mpn/toom63_mul$U.lo mpn/toom44_mul$U.lo mpn/toom6h_mul$U.lo mpn/toom6_sqr$U.lo mpn/toom8h_mul$U.lo mpn/toom8_sqr$U.lo mpn/toom_couple_handling$U.lo mpn/toom2_sqr$U.lo mpn/toom3_sqr$U.lo mpn/toom4_sqr$U.lo mpn/toom_eval_dgr3_pm1$U.lo mpn/toom_eval_dgr3_pm2$U.lo mpn/toom_eval_pm1$U.lo mpn/toom_eval_pm2$U.lo mpn/toom_eval_pm2exp$U.lo mpn/toom_eval_pm2rexp$U.lo mpn/toom_interpolate_5pts$U.lo mpn/toom_interpolate_6pts$U.lo mpn/toom_interpolate_7pts$U.lo mpn/toom_interpolate_8pts$U.lo mpn/toom_interpolate_12pts$U.lo mpn/toom_interpolate_16pts$U.lo mpn/invertappr$U.lo mpn/invert$U.lo mpn/binvert$U.lo mpn/mulmod_bnm1$U.lo mpn/sqrmod_bnm1$U.lo mpn/div_qr_1$U.lo mpn/div_qr_1n_pi1.lo mpn/div_qr_2$U.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q$U.lo mpn/sbpi1_div_qr$U.lo mpn/sbpi1_divappr_q$U.lo mpn/dcpi1_div_q$U.lo mpn/dcpi1_div_qr$U.lo mpn/dcpi1_divappr_q$U.lo mpn/mu_div_qr$U.lo mpn/mu_divappr_q$U.lo mpn/mu_div_q$U.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q$U.lo mpn/sbpi1_bdiv_qr$U.lo mpn/dcpi1_bdiv_q$U.lo mpn/dcpi1_bdiv_qr$U.lo mpn/mu_bdiv_q$U.lo mpn/mu_bdiv_qr$U.lo mpn/bdiv_q$U.lo mpn/bdiv_qr$U.lo mpn/broot$U.lo mpn/brootinv$U.lo mpn/bsqrt$U.lo mpn/bsqrtinv$U.lo mpn/divexact$U.lo mpn/redc_n$U.lo mpn/powm$U.lo mpn/powlo$U.lo mpn/sec_powm$U.lo mpn/sec_mul$U.lo mpn/sec_sqr$U.lo mpn/sec_div_qr$U.lo mpn/sec_div_r$U.lo mpn/sec_pi1_div_qr$U.lo mpn/sec_pi1_div_r$U.lo mpn/sec_add_1$U.lo mpn/sec_sub_1$U.lo mpn/sec_invert$U.lo mpn/trialdiv$U.lo mpn/remove$U.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/zero$U.lo mpn/sec_tabselect.lo mpn/comb_tables$U.lo mpn/invert_limb.lo mpn/sqr_diag_addlsh1.lo mpn/mul_2.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n$U.lo mpn/addaddmul_1msb0.lo'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNU MP"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "6.1.1"
#define PACKAGE_STRING "GNU MP 6.1.1"
#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html"
#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
#define PACKAGE "gmp"
#define VERSION "6.1.1"
#define WANT_FFT 1
#define HAVE_HOST_CPU_x86_64 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define HAVE_CALLING_CONVENTIONS 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SYSCTL_H 1
#define HAVE_DECL_FGETC 1
#define HAVE_DECL_FSCANF 1
#define HAVE_DECL_OPTARG 1
#define HAVE_DECL_UNGETC 1
#define HAVE_DECL_VFPRINTF 1
#define HAVE_DECL_SYS_ERRLIST 1
#define HAVE_DECL_SYS_NERR 1
#define RETSIGTYPE void
#define HAVE_INTMAX_T 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_PTRDIFF_T 1
#define HAVE_QUAD_T 1
#define HAVE_UINT_LEAST32_T 1
#define HAVE_INTPTR_T 1
#define restrict __restrict
#define HAVE_ATTRIBUTE_CONST 1
#define HAVE_ATTRIBUTE_MALLOC 1
#define HAVE_ATTRIBUTE_MODE 1
#define HAVE_ATTRIBUTE_NORETURN 1
#define HAVE_HIDDEN_ALIAS 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define WANT_TMP_ALLOCA 1
#define HAVE_LIMB_LITTLE_ENDIAN 1
#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
#define HAVE_ALARM 1
#define HAVE_CLOCK 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LOCALECONV 1
#define HAVE_MEMSET 1
#define HAVE_MMAP 1
#define HAVE_MPROTECT 1
#define HAVE_NL_LANGINFO 1
#define HAVE_OBSTACK_VPRINTF 1
#define HAVE_POPEN 1
#define HAVE_RAISE 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGSTACK 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR 1
#define HAVE_STRNLEN 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_SYSCTL 1
#define HAVE_TIMES 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_VSNPRINTF 1
#define HAVE_SSTREAM 1
#define HAVE_STD__LOCALE 1
#define WANT_FAT_BINARY 1
#define HAVE_NATIVE_mpn_add_n 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_bdiv_dbm1c 1
#define HAVE_NATIVE_mpn_com 1
#define HAVE_NATIVE_mpn_cnd_add_n 1
#define HAVE_NATIVE_mpn_cnd_sub_n 1
#define HAVE_NATIVE_mpn_copyd 1
#define HAVE_NATIVE_mpn_copyi 1
#define HAVE_NATIVE_mpn_divexact_1 1
#define HAVE_NATIVE_mpn_divrem_1 1
#define HAVE_NATIVE_mpn_gcd_1 1
#define HAVE_NATIVE_mpn_lshift 1
#define HAVE_NATIVE_mpn_lshiftc 1
#define HAVE_NATIVE_mpn_mod_1 1
#define HAVE_NATIVE_mpn_mod_1_1p 1
#define HAVE_NATIVE_mpn_mod_1_1p_cps 1
#define HAVE_NATIVE_mpn_mod_1s_2p 1
#define HAVE_NATIVE_mpn_mod_1s_2p_cps 1
#define HAVE_NATIVE_mpn_mod_1s_4p 1
#define HAVE_NATIVE_mpn_mod_1s_4p_cps 1
#define HAVE_NATIVE_mpn_mod_34lsub1 1
#define HAVE_NATIVE_mpn_modexact_1c_odd 1
#define HAVE_NATIVE_mpn_mul_1 1
#define HAVE_NATIVE_mpn_mul_basecase 1
#define HAVE_NATIVE_mpn_mullo_basecase 1
#define HAVE_NATIVE_mpn_preinv_divrem_1 1
#define HAVE_NATIVE_mpn_preinv_mod_1 1
#define HAVE_NATIVE_mpn_redc_1 1
#define HAVE_NATIVE_mpn_redc_2 1
#define HAVE_NATIVE_mpn_rshift 1
#define HAVE_NATIVE_mpn_sqr_basecase 1
#define HAVE_NATIVE_mpn_sub_n 1
#define HAVE_NATIVE_mpn_submul_1 1
#define HAVE_NATIVE_mpn_addmul_2 1
#define HAVE_NATIVE_mpn_addlsh1_n 1
#define HAVE_NATIVE_mpn_addlsh2_n 1
#define HAVE_NATIVE_mpn_sublsh1_n 1
#define HAVE_NATIVE___gmpn_cpuid 1
#define HAVE_NATIVE_mpn_add_err1_n 1
#define HAVE_NATIVE_mpn_sub_err1_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_add_err2_n 1
#define HAVE_NATIVE_mpn_sub_err2_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_add_err3_n 1
#define HAVE_NATIVE_mpn_sub_err3_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_add_err1_n 1
#define HAVE_NATIVE_mpn_sub_err1_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_add_err2_n 1
#define HAVE_NATIVE_mpn_sub_err2_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_add_err3_n 1
#define HAVE_NATIVE_mpn_sub_err3_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_divrem_2 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_hamdist 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_hamdist 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_div_qr_1n_pi1 1
#define HAVE_NATIVE_mpn_div_qr_2n_pi1 1
#define HAVE_NATIVE_mpn_div_qr_2u_pi1 1
#define HAVE_NATIVE_mpn_bdiv_q_1 1
#define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_and_n 1
#define HAVE_NATIVE_mpn_andn_n 1
#define HAVE_NATIVE_mpn_nand_n 1
#define HAVE_NATIVE_mpn_ior_n 1
#define HAVE_NATIVE_mpn_iorn_n 1
#define HAVE_NATIVE_mpn_nior_n 1
#define HAVE_NATIVE_mpn_xor_n 1
#define HAVE_NATIVE_mpn_xnor_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_sec_tabselect 1
#define HAVE_NATIVE_mpn_invert_limb 1
#define HAVE_NATIVE_C 1
#define HAVE_NATIVE_Kn 1
#define HAVE_NATIVE_C2 1
#define HAVE_NATIVE_Ci 1
#define HAVE_NATIVE_mpn_sqr_diag_addlsh1 1
#define HAVE_NATIVE_mpn_mul_2 1
#define HAVE_NATIVE_mpn_addlsh1_n 1
#define HAVE_NATIVE_mpn_rsblsh1_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_rsh1add_n 1
#define HAVE_NATIVE_mpn_rsh1add_nc 1
#define HAVE_NATIVE_mpn_rsh1sub_n 1
#define HAVE_NATIVE_mpn_rsh1sub_nc 1
#define HAVE_NATIVE_func_nc 1
#define HAVE_NATIVE_func_n 1
#define HAVE_NATIVE_mpn_rsh1add_n 1
#define HAVE_NATIVE_mpn_rsh1add_nc 1
#define HAVE_NATIVE_mpn_rsh1sub_n 1
#define HAVE_NATIVE_mpn_rsh1sub_nc 1
#define HAVE_NATIVE_func_nc 1
#define HAVE_NATIVE_func_n 1
#define HAVE_NATIVE_mpn_addlsh2_n 1
#define HAVE_NATIVE_mpn_rsblsh2_n 1
#define HAVE_NATIVE_mpn_addlsh_n 1
#define HAVE_NATIVE_mpn_rsblsh_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_addlsh_n 1
#define HAVE_NATIVE_mpn_rsblsh_n 1
#define HAVE_NATIVE_func 1
#define HAVE_NATIVE_mpn_addaddmul_1msb0 1
#define LSYM_PREFIX ".L"
#define HAVE_HOST_CPU_FAMILY_x86_64 1
#define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/fat/gmp-mparam.h"
#define SIZEOF_VOID_P 8
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED 4
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_MP_LIMB_T 8
#define HAVE_STACK_T 1
configure: exit 0