6.0.0a: --disable-assembly broken on sparc64

Christian Weisgerber naddy at mips.inka.de
Thu Jul 10 13:26:27 UTC 2014


gmp 6.0.0a configured with --disable-assembly does not build on
OpenBSD 5.5/sparc64 (gcc 4.2.1).

div_qr_1n_pi1.c: In function '__gmpn_div_qr_1n_pi1':
div_qr_1n_pi1.c:218: error: expected ':' or ')' before '__CLOBBER_CC'

Briefly, the problem is that mpn/generic/div_qr_1n_pi1.c defines some
inline assembly even with -DNO_ASM and references __CLOBBER_CC.
However, __CLOBBER_CC is only defined in longlong.h if NO_ASM is not
defined.

Full log below:

===>  Configuring for gmp-6.0.0
Using /usr/obj/gmp-6.0.0/config.site (generated)
configure: WARNING: unrecognized options: --disable-silent-rules
configure: loading site script /usr/obj/gmp-6.0.0/config.site
checking build system type... sparc64-unknown-openbsd55
checking host system type... sparc64-unknown-openbsd55
checking for a BSD-compatible install... /usr/bin/install -c -o root -g bin
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking whether cc is gcc... yes
checking compiler cc -O2 -pipe ... yes
checking compiler cc -O2 -pipe has sizeof(long)==8... yes
checking for gcc... cc
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... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... none needed
checking for cc option to accept ISO C99... -std=gnu99
checking for cc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... cc -std=gnu99 -E
checking build system compiler cc -std=gnu99... yes
checking for build system preprocessor... cc -std=gnu99 -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... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking C++ compiler c++  -O2 -pipe... yes
checking how to run the C++ preprocessor... c++ -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
using ABI="64"
      CC="cc -std=gnu99"
      CFLAGS="-O2 -pipe -DNO_ASM"
      CPPFLAGS=""
      CXX="c++"
      CXXFLAGS="-O2 -pipe"
      MPN_PATH="generic"
checking whether assembler supports --noexecstack option... no
checking for ar... (cached) 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... print -r
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc -std=gnu99... /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... (cached) 131072
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert sparc64-unknown-openbsd55 file names to sparc64-unknown-openbsd55 format... func_convert_file_noop
checking how to convert sparc64-unknown-openbsd55 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... dlltool
checking how to associate runtime and link libraries... print -r --
checking for archiver @FILE support... no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for cc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if cc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if cc -std=gnu99 static flag -static works... yes
checking if cc -std=gnu99 supports -c -o file.o... yes
checking if cc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the cc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd55 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... c++ -E
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... openbsd55 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... (cached) yes
checking for fcntl.h... (cached) yes
checking for float.h... (cached) 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 for locale.h... (cached) yes
checking for nl_types.h... (cached) 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 for sys/mman.h... (cached) yes
checking for sys/param.h... (cached) 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... no
checking sys/sysinfo.h presence... no
checking for sys/sysinfo.h... no
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 for sys/time.h... (cached) yes
checking for sys/times.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/sysctl.h... (cached) 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... (cached) void
checking for intmax_t... (cached) yes
checking for long double... yes
checking for long long... (cached) yes
checking for ptrdiff_t... yes
checking for quad_t... yes
checking for uint_least32_t... yes
checking for intptr_t... yes
checking for preprocessor stringizing operator... (cached) yes
checking for working volatile... (cached) yes
checking for C/C++ restrict keyword... (cached) __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 for inline... inline
checking for cos in -lm... (cached) yes
checking for working alloca.h... no
checking for alloca (via gmp-impl.h)... yes
checking how to allocate temporary memory... alloca
checking whether byte ordering is bigendian... yes
checking format of `double' floating point... IEEE big endian
checking for alarm... (cached) yes
checking for attr_get... no
checking for clock... (cached) yes
checking for cputime... no
checking for getpagesize... (cached) yes
checking for getrusage... (cached) yes
checking for gettimeofday... (cached) yes
checking for getsysinfo... no
checking for localeconv... (cached) yes
checking for memset... (cached) yes
checking for mmap... (cached) yes
checking for mprotect... (cached) yes
checking for nl_langinfo... yes
checking for obstack_vprintf... no
checking for popen... (cached) yes
checking for processor_info... no
checking for pstat_getprocessor... no
checking for raise... (cached) yes
checking for read_real_time... no
checking for sigaction... (cached) yes
checking for sigaltstack... (cached) yes
checking for sigstack... no
checking for syssgi... no
checking for strchr... (cached) yes
checking for strerror... (cached) yes
checking for strnlen... yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for sysconf... (cached) yes
checking for sysctl... (cached) yes
checking for sysctlbyname... no
checking for times... (cached) yes
checking for library containing clock_gettime... none required
checking for vsnprintf... (cached) yes
checking whether vsnprintf works... yes
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"
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 assembler accepts ".register"... yes
checking if the assembler accepts gotdata relocations... no
checking if the assembler can support shared PIC thunks... yes
checking size of void *... 8
checking size of unsigned short... (cached) 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... (cached) yes
checking for readline in -lreadline... yes
checking for readline/readline.h... (cached) yes
checking for readline/history.h... (cached) yes
checking readline detected... yes
checking for bison... yacc
checking for flex... (cached) flex
checking lex output file root... (cached) lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... (cached) yes
checking for ranlib... (cached) ranlib
creating config.m4
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/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/add_n.c to mpn/add_n.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/sub_n.c to mpn/sub_n.c
config.status: linking mpn/generic/cnd_add_n.c to mpn/cnd_add_n.c
config.status: linking mpn/generic/cnd_sub_n.c to mpn/cnd_sub_n.c
config.status: linking mpn/generic/neg.c to mpn/neg.c
config.status: linking mpn/generic/com.c to mpn/com.c
config.status: linking mpn/generic/mul_1.c to mpn/mul_1.c
config.status: linking mpn/generic/addmul_1.c to mpn/addmul_1.c
config.status: linking mpn/generic/submul_1.c to mpn/submul_1.c
config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c
config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c
config.status: linking mpn/generic/add_err3_n.c to mpn/add_err3_n.c
config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c
config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c
config.status: linking mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c
config.status: linking mpn/generic/lshift.c to mpn/lshift.c
config.status: linking mpn/generic/rshift.c to mpn/rshift.c
config.status: linking mpn/generic/dive_1.c to mpn/dive_1.c
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/generic/divrem_1.c to mpn/divrem_1.c
config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
config.status: linking mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
config.status: linking mpn/generic/mode1o.c to mpn/mode1o.c
config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status: linking mpn/generic/dump.c to mpn/dump.c
config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c
config.status: linking mpn/generic/lshiftc.c to mpn/lshiftc.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/mul_basecase.c to mpn/mul_basecase.c
config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.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/generic/popham.c to mpn/popcount.c
config.status: linking mpn/generic/popham.c to mpn/hamdist.c
config.status: linking mpn/generic/cmp.c to mpn/cmp.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_1.c to mpn/gcd_1.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/mullo_basecase.c to mpn/mullo_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/generic/div_qr_1n_pi1.c to mpn/div_qr_1n_pi1.c
config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
config.status: linking mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c
config.status: linking mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c
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/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
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/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c
config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c
config.status: linking mpn/generic/redc_2.c to mpn/redc_2.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/generic/logops_n.c to mpn/and_n.c
config.status: linking mpn/generic/logops_n.c to mpn/andn_n.c
config.status: linking mpn/generic/logops_n.c to mpn/nand_n.c
config.status: linking mpn/generic/logops_n.c to mpn/ior_n.c
config.status: linking mpn/generic/logops_n.c to mpn/iorn_n.c
config.status: linking mpn/generic/logops_n.c to mpn/nior_n.c
config.status: linking mpn/generic/logops_n.c to mpn/xor_n.c
config.status: linking mpn/generic/logops_n.c to mpn/xnor_n.c
config.status: linking mpn/generic/copyi.c to mpn/copyi.c
config.status: linking mpn/generic/copyd.c to mpn/copyd.c
config.status: linking mpn/generic/zero.c to mpn/zero.c
config.status: linking mpn/generic/sec_tabselect.c to mpn/sec_tabselect.c
config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
config.status: linking mpn/generic/gmp-mparam.h to gmp-mparam.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-silent-rules
configure: summary of build options:

  Version:           GNU MP 6.0.0
  Host type:         sparc64-unknown-openbsd55
  ABI:               64
  Install prefix:    /usr/local
  Compiler:          cc -std=gnu99
  Static libraries:  yes
  Shared libraries:  yes

===>  Building for gmp-6.0.0
cc -std=gnu99 `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)
cc -std=gnu99 `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)
cc -std=gnu99 `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)
cc -std=gnu99 `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)
cc -std=gnu99 `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1)
cc -std=gnu99 `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm
/tmp//cchKYn0U.o(.text+0x10694): In function `generate_mod':
: warning: strcpy() is almost always misused, please use strlcpy()
/tmp//cchKYn0U.o(.text+0x10bd8): In function `generate_mod':
: warning: sprintf() is often misused, please use snprintf()
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1)
make  all-recursive
Making all in tests
Making all in .
Making all in devel
Making all in mpn
Making all in mpz
Making all in mpq
Making all in mpf
Making all in rand
Making all in misc
Making all in cxx
Making all in mpn
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo fib_table | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o fib_table.lo fib_table.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pipe -DNO_ASM -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pipe -DNO_ASM -c fib_table.c -o fib_table.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mp_bases | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mp_bases.lo mp_bases.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pipe -DNO_ASM -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pipe -DNO_ASM -c mp_bases.c -o mp_bases.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o add.lo add.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pipe -DNO_ASM -c add.c -fPIC -DPIC -o .libs/add.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pipe -DNO_ASM -c add.c -o add.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o add_1.lo add_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pipe -DNO_ASM -c add_1.c -fPIC -DPIC -o .libs/add_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pipe -DNO_ASM -c add_1.c -o add_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o add_n.lo add_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pipe -DNO_ASM -c add_n.c -fPIC -DPIC -o .libs/add_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pipe -DNO_ASM -c add_n.c -o add_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sub.lo sub.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -pipe -DNO_ASM -c sub.c -fPIC -DPIC -o .libs/sub.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -pipe -DNO_ASM -c sub.c -o sub.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sub_1.lo sub_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pipe -DNO_ASM -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pipe -DNO_ASM -c sub_1.c -o sub_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sub_n.lo sub_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pipe -DNO_ASM -c sub_n.c -fPIC -DPIC -o .libs/sub_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pipe -DNO_ASM -c sub_n.c -o sub_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo cnd_add_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o cnd_add_n.lo cnd_add_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -O2 -pipe -DNO_ASM -c cnd_add_n.c -fPIC -DPIC -o .libs/cnd_add_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -O2 -pipe -DNO_ASM -c cnd_add_n.c -o cnd_add_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo cnd_sub_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o cnd_sub_n.lo cnd_sub_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -O2 -pipe -DNO_ASM -c cnd_sub_n.c -fPIC -DPIC -o .libs/cnd_sub_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -O2 -pipe -DNO_ASM -c cnd_sub_n.c -o cnd_sub_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo neg | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o neg.lo neg.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -O2 -pipe -DNO_ASM -c neg.c -fPIC -DPIC -o .libs/neg.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -O2 -pipe -DNO_ASM -c neg.c -o neg.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo com | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o com.lo com.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pipe -DNO_ASM -c com.c -fPIC -DPIC -o .libs/com.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pipe -DNO_ASM -c com.c -o com.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mul_1.lo mul_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pipe -DNO_ASM -c mul_1.c -fPIC -DPIC -o .libs/mul_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pipe -DNO_ASM -c mul_1.c -o mul_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo addmul_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o addmul_1.lo addmul_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pipe -DNO_ASM -c addmul_1.c -fPIC -DPIC -o .libs/addmul_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pipe -DNO_ASM -c addmul_1.c -o addmul_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo submul_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o submul_1.lo submul_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pipe -DNO_ASM -c submul_1.c -fPIC -DPIC -o .libs/submul_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pipe -DNO_ASM -c submul_1.c -o submul_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_err1_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o add_err1_n.lo add_err1_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -O2 -pipe -DNO_ASM -c add_err1_n.c -fPIC -DPIC -o .libs/add_err1_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -O2 -pipe -DNO_ASM -c add_err1_n.c -o add_err1_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_err2_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o add_err2_n.lo add_err2_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -O2 -pipe -DNO_ASM -c add_err2_n.c -fPIC -DPIC -o .libs/add_err2_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -O2 -pipe -DNO_ASM -c add_err2_n.c -o add_err2_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo add_err3_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o add_err3_n.lo add_err3_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -O2 -pipe -DNO_ASM -c add_err3_n.c -fPIC -DPIC -o .libs/add_err3_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -O2 -pipe -DNO_ASM -c add_err3_n.c -o add_err3_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_err1_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sub_err1_n.lo sub_err1_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -O2 -pipe -DNO_ASM -c sub_err1_n.c -fPIC -DPIC -o .libs/sub_err1_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -O2 -pipe -DNO_ASM -c sub_err1_n.c -o sub_err1_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_err2_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sub_err2_n.lo sub_err2_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -O2 -pipe -DNO_ASM -c sub_err2_n.c -fPIC -DPIC -o .libs/sub_err2_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -O2 -pipe -DNO_ASM -c sub_err2_n.c -o sub_err2_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sub_err3_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sub_err3_n.lo sub_err3_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -O2 -pipe -DNO_ASM -c sub_err3_n.c -fPIC -DPIC -o .libs/sub_err3_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -O2 -pipe -DNO_ASM -c sub_err3_n.c -o sub_err3_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo lshift | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o lshift.lo lshift.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -O2 -pipe -DNO_ASM -c lshift.c -fPIC -DPIC -o .libs/lshift.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -O2 -pipe -DNO_ASM -c lshift.c -o lshift.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo rshift | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o rshift.lo rshift.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -O2 -pipe -DNO_ASM -c rshift.c -fPIC -DPIC -o .libs/rshift.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -O2 -pipe -DNO_ASM -c rshift.c -o rshift.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo dive_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o dive_1.lo dive_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -O2 -pipe -DNO_ASM -c dive_1.c -fPIC -DPIC -o .libs/dive_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -O2 -pipe -DNO_ASM -c dive_1.c -o dive_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo diveby3 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o diveby3.lo diveby3.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -O2 -pipe -DNO_ASM -c diveby3.c -fPIC -DPIC -o .libs/diveby3.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -O2 -pipe -DNO_ASM -c diveby3.c -o diveby3.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divis | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o divis.lo divis.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -O2 -pipe -DNO_ASM -c divis.c -fPIC -DPIC -o .libs/divis.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -O2 -pipe -DNO_ASM -c divis.c -o divis.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divrem | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o divrem.lo divrem.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -pipe -DNO_ASM -c divrem.c -fPIC -DPIC -o .libs/divrem.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -pipe -DNO_ASM -c divrem.c -o divrem.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divrem_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o divrem_1.lo divrem_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -pipe -DNO_ASM -c divrem_1.c -fPIC -DPIC -o .libs/divrem_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -pipe -DNO_ASM -c divrem_1.c -o divrem_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo divrem_2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o divrem_2.lo divrem_2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -O2 -pipe -DNO_ASM -c divrem_2.c -fPIC -DPIC -o .libs/divrem_2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -O2 -pipe -DNO_ASM -c divrem_2.c -o divrem_2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo fib2_ui | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o fib2_ui.lo fib2_ui.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -O2 -pipe -DNO_ASM -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -O2 -pipe -DNO_ASM -c fib2_ui.c -o fib2_ui.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mod_1.lo mod_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -O2 -pipe -DNO_ASM -c mod_1.c -fPIC -DPIC -o .libs/mod_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -O2 -pipe -DNO_ASM -c mod_1.c -o mod_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mod_34lsub1.lo mod_34lsub1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -O2 -pipe -DNO_ASM -c mod_34lsub1.c -fPIC -DPIC -o .libs/mod_34lsub1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -O2 -pipe -DNO_ASM -c mod_34lsub1.c -o mod_34lsub1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mode1o | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mode1o.lo mode1o.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -O2 -pipe -DNO_ASM -c mode1o.c -fPIC -DPIC -o .libs/mode1o.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -O2 -pipe -DNO_ASM -c mode1o.c -o mode1o.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o pre_divrem_1.lo pre_divrem_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -O2 -pipe -DNO_ASM -c pre_divrem_1.c -fPIC -DPIC -o .libs/pre_divrem_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -O2 -pipe -DNO_ASM -c pre_divrem_1.c -o pre_divrem_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo pre_mod_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o pre_mod_1.lo pre_mod_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -O2 -pipe -DNO_ASM -c pre_mod_1.c -fPIC -DPIC -o .libs/pre_mod_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -O2 -pipe -DNO_ASM -c pre_mod_1.c -o pre_mod_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo dump | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o dump.lo dump.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -O2 -pipe -DNO_ASM -c dump.c -fPIC -DPIC -o .libs/dump.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -O2 -pipe -DNO_ASM -c dump.c -o dump.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_1_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mod_1_1.lo mod_1_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -O2 -pipe -DNO_ASM -c mod_1_1.c -fPIC -DPIC -o .libs/mod_1_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -O2 -pipe -DNO_ASM -c mod_1_1.c -o mod_1_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_1_2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mod_1_2.lo mod_1_2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -O2 -pipe -DNO_ASM -c mod_1_2.c -fPIC -DPIC -o .libs/mod_1_2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -O2 -pipe -DNO_ASM -c mod_1_2.c -o mod_1_2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_1_3 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mod_1_3.lo mod_1_3.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -O2 -pipe -DNO_ASM -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -O2 -pipe -DNO_ASM -c mod_1_3.c -o mod_1_3.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mod_1_4 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mod_1_4.lo mod_1_4.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -O2 -pipe -DNO_ASM -c mod_1_4.c -fPIC -DPIC -o .libs/mod_1_4.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -O2 -pipe -DNO_ASM -c mod_1_4.c -o mod_1_4.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo lshiftc | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o lshiftc.lo lshiftc.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -O2 -pipe -DNO_ASM -c lshiftc.c -fPIC -DPIC -o .libs/lshiftc.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -O2 -pipe -DNO_ASM -c lshiftc.c -o lshiftc.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mul.lo mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -O2 -pipe -DNO_ASM -c mul.c -fPIC -DPIC -o .libs/mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -O2 -pipe -DNO_ASM -c mul.c -o mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_fft | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mul_fft.lo mul_fft.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -O2 -pipe -DNO_ASM -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -O2 -pipe -DNO_ASM -c mul_fft.c -o mul_fft.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mul_n.lo mul_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -O2 -pipe -DNO_ASM -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -O2 -pipe -DNO_ASM -c mul_n.c -o mul_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sqr.lo sqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -O2 -pipe -DNO_ASM -c sqr.c -fPIC -DPIC -o .libs/sqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -O2 -pipe -DNO_ASM -c sqr.c -o sqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mul_basecase | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mul_basecase.lo mul_basecase.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -O2 -pipe -DNO_ASM -c mul_basecase.c -fPIC -DPIC -o .libs/mul_basecase.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -O2 -pipe -DNO_ASM -c mul_basecase.c -o mul_basecase.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqr_basecase | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sqr_basecase.lo sqr_basecase.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O2 -pipe -DNO_ASM -c sqr_basecase.c -fPIC -DPIC -o .libs/sqr_basecase.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O2 -pipe -DNO_ASM -c sqr_basecase.c -o sqr_basecase.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o nussbaumer_mul.lo nussbaumer_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -O2 -pipe -DNO_ASM -c nussbaumer_mul.c -fPIC -DPIC -o .libs/nussbaumer_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -O2 -pipe -DNO_ASM -c nussbaumer_mul.c -o nussbaumer_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mulmid_basecase | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mulmid_basecase.lo mulmid_basecase.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -O2 -pipe -DNO_ASM -c mulmid_basecase.c -fPIC -DPIC -o .libs/mulmid_basecase.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -O2 -pipe -DNO_ASM -c mulmid_basecase.c -o mulmid_basecase.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom42_mulmid | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom42_mulmid.lo toom42_mulmid.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -O2 -pipe -DNO_ASM -c toom42_mulmid.c -fPIC -DPIC -o .libs/toom42_mulmid.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -O2 -pipe -DNO_ASM -c toom42_mulmid.c -o toom42_mulmid.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mulmid_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mulmid_n.lo mulmid_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -O2 -pipe -DNO_ASM -c mulmid_n.c -fPIC -DPIC -o .libs/mulmid_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -O2 -pipe -DNO_ASM -c mulmid_n.c -o mulmid_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mulmid | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mulmid.lo mulmid.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -O2 -pipe -DNO_ASM -c mulmid.c -fPIC -DPIC -o .libs/mulmid.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -O2 -pipe -DNO_ASM -c mulmid.c -o mulmid.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo random | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o random.lo random.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -O2 -pipe -DNO_ASM -c random.c -fPIC -DPIC -o .libs/random.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -O2 -pipe -DNO_ASM -c random.c -o random.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo random2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o random2.lo random2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -O2 -pipe -DNO_ASM -c random2.c -fPIC -DPIC -o .libs/random2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -O2 -pipe -DNO_ASM -c random2.c -o random2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo pow_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o pow_1.lo pow_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -O2 -pipe -DNO_ASM -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -O2 -pipe -DNO_ASM -c pow_1.c -o pow_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo rootrem | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o rootrem.lo rootrem.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -O2 -pipe -DNO_ASM -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -O2 -pipe -DNO_ASM -c rootrem.c -o rootrem.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqrtrem | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sqrtrem.lo sqrtrem.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -pipe -DNO_ASM -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -pipe -DNO_ASM -c sqrtrem.c -o sqrtrem.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sizeinbase | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sizeinbase.lo sizeinbase.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -O2 -pipe -DNO_ASM -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -O2 -pipe -DNO_ASM -c sizeinbase.c -o sizeinbase.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo get_str | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o get_str.lo get_str.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -O2 -pipe -DNO_ASM -c get_str.c -fPIC -DPIC -o .libs/get_str.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -O2 -pipe -DNO_ASM -c get_str.c -o get_str.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo set_str | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o set_str.lo set_str.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -O2 -pipe -DNO_ASM -c set_str.c -fPIC -DPIC -o .libs/set_str.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -O2 -pipe -DNO_ASM -c set_str.c -o set_str.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo scan0 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o scan0.lo scan0.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -O2 -pipe -DNO_ASM -c scan0.c -fPIC -DPIC -o .libs/scan0.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -O2 -pipe -DNO_ASM -c scan0.c -o scan0.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo scan1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o scan1.lo scan1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -O2 -pipe -DNO_ASM -c scan1.c -fPIC -DPIC -o .libs/scan1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -O2 -pipe -DNO_ASM -c scan1.c -o scan1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo popcount | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o popcount.lo popcount.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -O2 -pipe -DNO_ASM -c popcount.c -fPIC -DPIC -o .libs/popcount.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -O2 -pipe -DNO_ASM -c popcount.c -o popcount.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hamdist | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hamdist.lo hamdist.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -O2 -pipe -DNO_ASM -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -O2 -pipe -DNO_ASM -c hamdist.c -o hamdist.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo cmp | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o cmp.lo cmp.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -O2 -pipe -DNO_ASM -c cmp.c -fPIC -DPIC -o .libs/cmp.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -O2 -pipe -DNO_ASM -c cmp.c -o cmp.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo perfsqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o perfsqr.lo perfsqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -O2 -pipe -DNO_ASM -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -O2 -pipe -DNO_ASM -c perfsqr.c -o perfsqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo perfpow | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o perfpow.lo perfpow.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -O2 -pipe -DNO_ASM -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -O2 -pipe -DNO_ASM -c perfpow.c -o perfpow.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcd_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o gcd_1.lo gcd_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -O2 -pipe -DNO_ASM -c gcd_1.c -fPIC -DPIC -o .libs/gcd_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -O2 -pipe -DNO_ASM -c gcd_1.c -o gcd_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcd | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o gcd.lo gcd.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -O2 -pipe -DNO_ASM -c gcd.c -fPIC -DPIC -o .libs/gcd.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -O2 -pipe -DNO_ASM -c gcd.c -o gcd.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcdext_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o gcdext_1.lo gcdext_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -O2 -pipe -DNO_ASM -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -O2 -pipe -DNO_ASM -c gcdext_1.c -o gcdext_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcdext | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o gcdext.lo gcdext.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -O2 -pipe -DNO_ASM -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -O2 -pipe -DNO_ASM -c gcdext.c -o gcdext.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -O2 -pipe -DNO_ASM -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -O2 -pipe -DNO_ASM -c gcd_subdiv_step.c -o gcd_subdiv_step.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o gcdext_lehmer.lo gcdext_lehmer.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -O2 -pipe -DNO_ASM -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -O2 -pipe -DNO_ASM -c gcdext_lehmer.c -o gcdext_lehmer.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo div_q | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o div_q.lo div_q.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -O2 -pipe -DNO_ASM -c div_q.c -fPIC -DPIC -o .libs/div_q.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -O2 -pipe -DNO_ASM -c div_q.c -o div_q.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo tdiv_qr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o tdiv_qr.lo tdiv_qr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -O2 -pipe -DNO_ASM -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -O2 -pipe -DNO_ASM -c tdiv_qr.c -o tdiv_qr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo jacbase | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o jacbase.lo jacbase.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -O2 -pipe -DNO_ASM -c jacbase.c -fPIC -DPIC -o .libs/jacbase.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -O2 -pipe -DNO_ASM -c jacbase.c -o jacbase.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo jacobi_2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o jacobi_2.lo jacobi_2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -O2 -pipe -DNO_ASM -c jacobi_2.c -fPIC -DPIC -o .libs/jacobi_2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -O2 -pipe -DNO_ASM -c jacobi_2.c -o jacobi_2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo jacobi | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o jacobi.lo jacobi.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -O2 -pipe -DNO_ASM -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -O2 -pipe -DNO_ASM -c jacobi.c -o jacobi.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo get_d | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o get_d.lo get_d.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -O2 -pipe -DNO_ASM -c get_d.c -fPIC -DPIC -o .libs/get_d.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -O2 -pipe -DNO_ASM -c get_d.c -o get_d.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo matrix22_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o matrix22_mul.lo matrix22_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -O2 -pipe -DNO_ASM -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -O2 -pipe -DNO_ASM -c matrix22_mul.c -o matrix22_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -O2 -pipe -DNO_ASM -c matrix22_mul1_inverse_vector.c -fPIC -DPIC -o .libs/matrix22_mul1_inverse_vector.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -O2 -pipe -DNO_ASM -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd_matrix | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd_matrix.lo hgcd_matrix.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -O2 -pipe -DNO_ASM -c hgcd_matrix.c -fPIC -DPIC -o .libs/hgcd_matrix.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -O2 -pipe -DNO_ASM -c hgcd_matrix.c -o hgcd_matrix.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd2.lo hgcd2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -O2 -pipe -DNO_ASM -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -O2 -pipe -DNO_ASM -c hgcd2.c -o hgcd2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd_step | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd_step.lo hgcd_step.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -O2 -pipe -DNO_ASM -c hgcd_step.c -fPIC -DPIC -o .libs/hgcd_step.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -O2 -pipe -DNO_ASM -c hgcd_step.c -o hgcd_step.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd_reduce | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd_reduce.lo hgcd_reduce.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -O2 -pipe -DNO_ASM -c hgcd_reduce.c -fPIC -DPIC -o .libs/hgcd_reduce.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -O2 -pipe -DNO_ASM -c hgcd_reduce.c -o hgcd_reduce.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd.lo hgcd.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -O2 -pipe -DNO_ASM -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -O2 -pipe -DNO_ASM -c hgcd.c -o hgcd.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd_appr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd_appr.lo hgcd_appr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -O2 -pipe -DNO_ASM -c hgcd_appr.c -fPIC -DPIC -o .libs/hgcd_appr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -O2 -pipe -DNO_ASM -c hgcd_appr.c -o hgcd_appr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -O2 -pipe -DNO_ASM -c hgcd2_jacobi.c -fPIC -DPIC -o .libs/hgcd2_jacobi.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -O2 -pipe -DNO_ASM -c hgcd2_jacobi.c -o hgcd2_jacobi.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o hgcd_jacobi.lo hgcd_jacobi.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -O2 -pipe -DNO_ASM -c hgcd_jacobi.c -fPIC -DPIC -o .libs/hgcd_jacobi.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -O2 -pipe -DNO_ASM -c hgcd_jacobi.c -o hgcd_jacobi.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mullo_n | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mullo_n.lo mullo_n.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -O2 -pipe -DNO_ASM -c mullo_n.c -fPIC -DPIC -o .libs/mullo_n.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -O2 -pipe -DNO_ASM -c mullo_n.c -o mullo_n.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mullo_basecase | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mullo_basecase.lo mullo_basecase.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -O2 -pipe -DNO_ASM -c mullo_basecase.c -fPIC -DPIC -o .libs/mullo_basecase.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -O2 -pipe -DNO_ASM -c mullo_basecase.c -o mullo_basecase.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom22_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom22_mul.lo toom22_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -O2 -pipe -DNO_ASM -c toom22_mul.c -fPIC -DPIC -o .libs/toom22_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -O2 -pipe -DNO_ASM -c toom22_mul.c -o toom22_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom32_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom32_mul.lo toom32_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -O2 -pipe -DNO_ASM -c toom32_mul.c -fPIC -DPIC -o .libs/toom32_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -O2 -pipe -DNO_ASM -c toom32_mul.c -o toom32_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom42_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom42_mul.lo toom42_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -O2 -pipe -DNO_ASM -c toom42_mul.c -fPIC -DPIC -o .libs/toom42_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -O2 -pipe -DNO_ASM -c toom42_mul.c -o toom42_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom52_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom52_mul.lo toom52_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -O2 -pipe -DNO_ASM -c toom52_mul.c -fPIC -DPIC -o .libs/toom52_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -O2 -pipe -DNO_ASM -c toom52_mul.c -o toom52_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom62_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom62_mul.lo toom62_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -O2 -pipe -DNO_ASM -c toom62_mul.c -fPIC -DPIC -o .libs/toom62_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -O2 -pipe -DNO_ASM -c toom62_mul.c -o toom62_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom33_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom33_mul.lo toom33_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -O2 -pipe -DNO_ASM -c toom33_mul.c -fPIC -DPIC -o .libs/toom33_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -O2 -pipe -DNO_ASM -c toom33_mul.c -o toom33_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom43_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom43_mul.lo toom43_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -O2 -pipe -DNO_ASM -c toom43_mul.c -fPIC -DPIC -o .libs/toom43_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -O2 -pipe -DNO_ASM -c toom43_mul.c -o toom43_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom53_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom53_mul.lo toom53_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -O2 -pipe -DNO_ASM -c toom53_mul.c -fPIC -DPIC -o .libs/toom53_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -O2 -pipe -DNO_ASM -c toom53_mul.c -o toom53_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom54_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom54_mul.lo toom54_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -O2 -pipe -DNO_ASM -c toom54_mul.c -fPIC -DPIC -o .libs/toom54_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -O2 -pipe -DNO_ASM -c toom54_mul.c -o toom54_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom63_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom63_mul.lo toom63_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -O2 -pipe -DNO_ASM -c toom63_mul.c -fPIC -DPIC -o .libs/toom63_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -O2 -pipe -DNO_ASM -c toom63_mul.c -o toom63_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom44_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom44_mul.lo toom44_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -O2 -pipe -DNO_ASM -c toom44_mul.c -fPIC -DPIC -o .libs/toom44_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -O2 -pipe -DNO_ASM -c toom44_mul.c -o toom44_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom6h_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom6h_mul.lo toom6h_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -O2 -pipe -DNO_ASM -c toom6h_mul.c -fPIC -DPIC -o .libs/toom6h_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -O2 -pipe -DNO_ASM -c toom6h_mul.c -o toom6h_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom6_sqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom6_sqr.lo toom6_sqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -O2 -pipe -DNO_ASM -c toom6_sqr.c -fPIC -DPIC -o .libs/toom6_sqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -O2 -pipe -DNO_ASM -c toom6_sqr.c -o toom6_sqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom8h_mul | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom8h_mul.lo toom8h_mul.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -O2 -pipe -DNO_ASM -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -O2 -pipe -DNO_ASM -c toom8h_mul.c -o toom8h_mul.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom8_sqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom8_sqr.lo toom8_sqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -O2 -pipe -DNO_ASM -c toom8_sqr.c -fPIC -DPIC -o .libs/toom8_sqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -O2 -pipe -DNO_ASM -c toom8_sqr.c -o toom8_sqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_couple_handling | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_couple_handling.lo toom_couple_handling.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -O2 -pipe -DNO_ASM -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -O2 -pipe -DNO_ASM -c toom_couple_handling.c -o toom_couple_handling.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom2_sqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom2_sqr.lo toom2_sqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -O2 -pipe -DNO_ASM -c toom2_sqr.c -fPIC -DPIC -o .libs/toom2_sqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -O2 -pipe -DNO_ASM -c toom2_sqr.c -o toom2_sqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom3_sqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom3_sqr.lo toom3_sqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -O2 -pipe -DNO_ASM -c toom3_sqr.c -fPIC -DPIC -o .libs/toom3_sqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -O2 -pipe -DNO_ASM -c toom3_sqr.c -o toom3_sqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom4_sqr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom4_sqr.lo toom4_sqr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -O2 -pipe -DNO_ASM -c toom4_sqr.c -fPIC -DPIC -o .libs/toom4_sqr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -O2 -pipe -DNO_ASM -c toom4_sqr.c -o toom4_sqr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -O2 -pipe -DNO_ASM -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -O2 -pipe -DNO_ASM -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -O2 -pipe -DNO_ASM -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -O2 -pipe -DNO_ASM -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_eval_pm1.lo toom_eval_pm1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -O2 -pipe -DNO_ASM -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -O2 -pipe -DNO_ASM -c toom_eval_pm1.c -o toom_eval_pm1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_eval_pm2.lo toom_eval_pm2.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -O2 -pipe -DNO_ASM -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -O2 -pipe -DNO_ASM -c toom_eval_pm2.c -o toom_eval_pm2.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -O2 -pipe -DNO_ASM -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -O2 -pipe -DNO_ASM -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -O2 -pipe -DNO_ASM -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -O2 -pipe -DNO_ASM -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -O2 -pipe -DNO_ASM -c toom_interpolate_5pts.c -fPIC -DPIC -o .libs/toom_interpolate_5pts.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -O2 -pipe -DNO_ASM -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -O2 -pipe -DNO_ASM -c toom_interpolate_6pts.c -fPIC -DPIC -o .libs/toom_interpolate_6pts.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -O2 -pipe -DNO_ASM -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -O2 -pipe -DNO_ASM -c toom_interpolate_7pts.c -fPIC -DPIC -o .libs/toom_interpolate_7pts.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -O2 -pipe -DNO_ASM -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -O2 -pipe -DNO_ASM -c toom_interpolate_8pts.c -fPIC -DPIC -o .libs/toom_interpolate_8pts.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -O2 -pipe -DNO_ASM -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -O2 -pipe -DNO_ASM -c toom_interpolate_12pts.c -fPIC -DPIC -o .libs/toom_interpolate_12pts.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -O2 -pipe -DNO_ASM -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -O2 -pipe -DNO_ASM -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -O2 -pipe -DNO_ASM -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo invertappr | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o invertappr.lo invertappr.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -O2 -pipe -DNO_ASM -c invertappr.c -fPIC -DPIC -o .libs/invertappr.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -O2 -pipe -DNO_ASM -c invertappr.c -o invertappr.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo invert | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o invert.lo invert.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -O2 -pipe -DNO_ASM -c invert.c -fPIC -DPIC -o .libs/invert.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -O2 -pipe -DNO_ASM -c invert.c -o invert.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo binvert | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o binvert.lo binvert.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -O2 -pipe -DNO_ASM -c binvert.c -fPIC -DPIC -o .libs/binvert.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -O2 -pipe -DNO_ASM -c binvert.c -o binvert.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o mulmod_bnm1.lo mulmod_bnm1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -O2 -pipe -DNO_ASM -c mulmod_bnm1.c -fPIC -DPIC -o .libs/mulmod_bnm1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -O2 -pipe -DNO_ASM -c mulmod_bnm1.c -o mulmod_bnm1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o sqrmod_bnm1.lo sqrmod_bnm1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -O2 -pipe -DNO_ASM -c sqrmod_bnm1.c -fPIC -DPIC -o .libs/sqrmod_bnm1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -O2 -pipe -DNO_ASM -c sqrmod_bnm1.c -o sqrmod_bnm1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo div_qr_1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o div_qr_1.lo div_qr_1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -O2 -pipe -DNO_ASM -c div_qr_1.c -fPIC -DPIC -o .libs/div_qr_1.o
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -O2 -pipe -DNO_ASM -c div_qr_1.c -o div_qr_1.o
/usr/bin/libtool --tag=CC    --mode=compile cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I..  -DOPERATION_`echo div_qr_1n_pi1 | sed 's/_$//'`     -O2 -pipe -DNO_ASM -c -o div_qr_1n_pi1.lo div_qr_1n_pi1.c
cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -O2 -pipe -DNO_ASM -c div_qr_1n_pi1.c -fPIC -DPIC -o .libs/div_qr_1n_pi1.o
div_qr_1n_pi1.c: In function '__gmpn_div_qr_1n_pi1':
div_qr_1n_pi1.c:218: error: expected ':' or ')' before '__CLOBBER_CC'
div_qr_1n_pi1.c:256: error: expected ':' or ')' before '__CLOBBER_CC'
Error while executing cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -O2 -pipe -DNO_ASM -c div_qr_1n_pi1.c -fPIC -DPIC -o .libs/div_qr_1n_pi1.o
*** Error 1 in mpn (Makefile:409 'div_qr_1n_pi1.lo')
*** Error 1 in . (Makefile:871 'all-recursive')
*** Error 1 in /usr/obj/gmp-6.0.0/gmp-6.0.0 (Makefile:672 'all')

-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de


More information about the gmp-bugs mailing list