On ia64 systems, MPIR-2.5.1 fails to compile with GCC-4.7.0:

$ uname -a
Linux cleo 2.6.18-128.1.1.el5 #1 SMP Mon Jan 26 13:57:09 EST 2009 ia64
ia64 ia64 GNU/Linux

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/gcc-4.7.0/ia64-Linux-rhel/libexec/gcc/ia64-unknown-linux-gnu/4.7.0/lto-wrapper
Target: ia64-unknown-linux-gnu
Configured with: /usr/local/gcc-4.7.0/src/gcc-4.7.0/configure
--enable-languages=c,c++,fortran --with-gnu-as
--with-as=/usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/as
--with-gnu-ld
--with-ld=/usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld
--with-gmp=/usr/local/mpir-2.5.1/ia64-Linux-rhel-gcc-4.6.2
--with-mpfr=/usr/local/mpfr-3.1.0/ia64-Linux-rhel-mpir-2.5.1-gcc-4.6.2
--with-mpc=/usr/local/mpc-0.9/ia64-Linux-rhel-mpir-2.5.1-mpfr-3.1.0-gcc-4.6.2
--prefix=/usr/local/gcc-4.7.0/ia64-Linux-rhel
Thread model: posix
gcc version 4.7.0 (GCC)

$ ./configure && make
checking build system type... ia64-unknown-linux-gnu
checking host system type... ia64-unknown-linux-gnu
[...]
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo
divrem_eucl
idean_r_1 | sed 's/_$//'`    -O2 -c -o divrem_euclidean_r_1.lo
divrem_euclidean_r_1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..
-D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_r_1 -O2 -c
divrem_euclidea
n_r_1.c  -fPIC -DPIC -o .libs/divrem_euclidean_r_1.o
divrem_euclidean_r_1.c: In function '__gmpn_mod_1_k':
divrem_euclidean_r_1.c:157:5: error: 'asm' operand requires impossible
reload
make[2]: *** [divrem_euclidean_r_1.lo] Error 1
make[2]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/mpn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1'
make: *** [all] Error 2

Full log is attached.

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

checking build system type... ia64-unknown-linux-gnu
checking host system type... ia64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking ABI=64
checking compiler gcc -O2 ... yes
checking for gcc... gcc
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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking how to run the C preprocessor... gcc -E
checking build system compiler gcc -std=gnu99... yes
checking for build system preprocessor... gcc -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
using ABI="64"
      CC="gcc -std=gnu99"
      CFLAGS="-O2"
      CPPFLAGS=""
      MPN_PATH=" ia64 generic"
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... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld
checking if the linker (/usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld) is GNU ld... yes
checking whether ln -s works... yes
checking the maximum length of command line arguments... 98304
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert ia64-unknown-linux-gnu file names to ia64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert ia64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld) 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 for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking fenv.h usability... yes
checking fenv.h presence... yes
checking for fenv.h... 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 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/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/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 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 uintmax_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 preprocessor stringizing operator... yes
checking for working volatile... yes
checking whether <stdarg.h> exists and works... yes
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... 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 clock_gettime... no
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 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 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 mprotect... yes
checking for vsnprintf... yes
checking whether vsnprintf works... yes
checking whether sscanf needs writable input... no
checking for struct pst_processor.psp_iticksperclktick... no
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... .global
checking for assembler global directive attribute... 
checking if globals are prefixed by underscore... no
checking how to switch to read-only data section... 	.section	.sdata,"aws",@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 whether assembler .align padding is good... yes
checking size of unsigned short... 2
checking size of unsigned... 4
checking size of unsigned long... 8
checking size of uintmax_t... 8
checking size of mp_limb_t... 8
creating config.m4
configure: creating ./config.status
config.status: creating longlong.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 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 mpir.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/ia64/add_n.asm to mpn/add_n.asm
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/ia64/sub_n.asm to mpn/sub_n.asm
config.status: linking mpn/ia64/mul_1.asm to mpn/mul_1.asm
config.status: linking mpn/ia64/addmul_1.asm to mpn/addmul_1.asm
config.status: linking mpn/ia64/submul_1.c to mpn/submul_1.c
config.status: linking mpn/ia64/lshift.asm to mpn/lshift.asm
config.status: linking mpn/ia64/rshift.asm to mpn/rshift.asm
config.status: linking mpn/generic/addadd_n.c to mpn/addadd_n.c
config.status: linking mpn/generic/addsub_n.c to mpn/addsub_n.c
config.status: linking mpn/generic/subadd_n.c to mpn/subadd_n.c
config.status: linking mpn/ia64/divexact_1.asm to mpn/divexact_1.asm
config.status: linking mpn/generic/divexact_by3c.c to mpn/divexact_by3c.c
config.status: linking mpn/generic/divexact_byff.c to mpn/divexact_byff.c
config.status: linking mpn/generic/divexact_byfobm1.c to mpn/divexact_byfobm1.c
config.status: linking mpn/generic/divisible_p.c to mpn/divisible_p.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/ia64/divrem_2.asm to mpn/divrem_2.asm
config.status: linking mpn/ia64/divrem_euclidean_qr_1.asm to mpn/divrem_euclidean_qr_1.asm
config.status: linking mpn/generic/divrem_euclidean_qr_2.c to mpn/divrem_euclidean_qr_2.c
config.status: linking mpn/generic/divrem_euclidean_r_1.c to mpn/divrem_euclidean_r_1.c
config.status: linking mpn/generic/divrem_hensel_qr_1.c to mpn/divrem_hensel_qr_1.c
config.status: linking mpn/generic/divrem_hensel_qr_1_1.c to mpn/divrem_hensel_qr_1_1.c
config.status: linking mpn/generic/divrem_hensel_qr_1_2.c to mpn/divrem_hensel_qr_1_2.c
config.status: linking mpn/generic/divrem_hensel_r_1.c to mpn/divrem_hensel_r_1.c
config.status: linking mpn/generic/divrem_hensel_rsh_qr_1.c to mpn/divrem_hensel_rsh_qr_1.c
config.status: linking mpn/generic/rsh_divrem_hensel_qr_1.c to mpn/rsh_divrem_hensel_qr_1.c
config.status: linking mpn/generic/rsh_divrem_hensel_qr_1_1.c to mpn/rsh_divrem_hensel_qr_1_1.c
config.status: linking mpn/generic/rsh_divrem_hensel_qr_1_2.c to mpn/rsh_divrem_hensel_qr_1_2.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/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/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/ia64/modexact_1c_odd.asm to mpn/modexact_1c_odd.asm
config.status: linking mpn/generic/preinv_mod_1.c to mpn/preinv_mod_1.c
config.status: linking mpn/generic/dump.c to mpn/dump.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/gcd_lehmer.c to mpn/gcd_lehmer.c
config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
config.status: linking mpn/generic/gcdext_subdiv_step.c to mpn/gcdext_subdiv_step.c
config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.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/tdiv_q.c to mpn/tdiv_q.c
config.status: linking mpn/generic/mp_bases.c to mpn/mp_bases.c
config.status: linking mpn/generic/fib_table.c to mpn/fib_table.c
config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
config.status: linking mpn/generic/mulmod_2expp1.c to mpn/mulmod_2expp1.c
config.status: linking mpn/generic/mulmod_2expm1.c to mpn/mulmod_2expm1.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/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/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/urandomb.c to mpn/urandomb.c
config.status: linking mpn/generic/urandomm.c to mpn/urandomm.c
config.status: linking mpn/generic/randomb.c to mpn/randomb.c
config.status: linking mpn/generic/rrandom.c to mpn/rrandom.c
config.status: linking mpn/generic/invert.c to mpn/invert.c
config.status: linking mpn/generic/dc_divappr_q_n.c to mpn/dc_divappr_q_n.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/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/ia64/popcount.asm to mpn/popcount.asm
config.status: linking mpn/ia64/hamdist.asm to mpn/hamdist.asm
config.status: linking mpn/generic/cmp.c to mpn/cmp.c
config.status: linking mpn/generic/perfect_square_p.c to mpn/perfect_square_p.c
config.status: linking mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status: linking mpn/generic/gcd.c to mpn/gcd.c
config.status: linking mpn/ia64/gcd_1.asm to mpn/gcd_1.asm
config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status: linking mpn/generic/jacobi_base.c to mpn/jacobi_base.c
config.status: linking mpn/generic/get_d.c to mpn/get_d.c
config.status: linking mpn/generic/mullow_n.c to mpn/mullow_n.c
config.status: linking mpn/generic/mulhigh_n.c to mpn/mulhigh_n.c
config.status: linking mpn/generic/mullow_n_basecase.c to mpn/mullow_n_basecase.c
config.status: linking mpn/generic/mullow_basecase.c to mpn/mullow_basecase.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/sb_divappr_q.c to mpn/sb_divappr_q.c
config.status: linking mpn/generic/toom3_mul.c to mpn/toom3_mul.c
config.status: linking mpn/generic/toom3_mul_n.c to mpn/toom3_mul_n.c
config.status: linking mpn/generic/toom4_mul.c to mpn/toom4_mul.c
config.status: linking mpn/generic/toom4_mul_n.c to mpn/toom4_mul_n.c
config.status: linking mpn/generic/dc_div_q.c to mpn/dc_div_q.c
config.status: linking mpn/generic/dc_divappr_q.c to mpn/dc_divappr_q.c
config.status: linking mpn/generic/sb_div_q.c to mpn/sb_div_q.c
config.status: linking mpn/generic/sb_div_qr.c to mpn/sb_div_qr.c
config.status: linking mpn/generic/dc_div_qr.c to mpn/dc_div_qr.c
config.status: linking mpn/generic/dc_div_qr_n.c to mpn/dc_div_qr_n.c
config.status: linking mpn/generic/inv_divappr_q_n.c to mpn/inv_divappr_q_n.c
config.status: linking mpn/generic/inv_divappr_q.c to mpn/inv_divappr_q.c
config.status: linking mpn/generic/inv_div_q.c to mpn/inv_div_q.c
config.status: linking mpn/generic/inv_div_qr.c to mpn/inv_div_qr.c
config.status: linking mpn/generic/inv_div_qr_n.c to mpn/inv_div_qr_n.c
config.status: linking mpn/generic/rootrem_basecase.c to mpn/rootrem_basecase.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_16pts.c to mpn/toom_interpolate_16pts.c
config.status: linking mpn/generic/toom8_sqr_n.c to mpn/toom8_sqr_n.c
config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
config.status: linking mpn/generic/sb_bdiv_q.c to mpn/sb_bdiv_q.c
config.status: linking mpn/generic/sb_bdiv_qr.c to mpn/sb_bdiv_qr.c
config.status: linking mpn/generic/dc_bdiv_q_n.c to mpn/dc_bdiv_q_n.c
config.status: linking mpn/generic/dc_bdiv_q.c to mpn/dc_bdiv_q.c
config.status: linking mpn/generic/dc_bdiv_qr.c to mpn/dc_bdiv_qr.c
config.status: linking mpn/generic/dc_bdiv_qr_n.c to mpn/dc_bdiv_qr_n.c
config.status: linking mpn/generic/divexact.c to mpn/divexact.c
config.status: linking mpn/generic/zero.c to mpn/zero.c
config.status: linking mpn/ia64/copyi.asm to mpn/copyi.asm
config.status: linking mpn/ia64/copyd.asm to mpn/copyd.asm
config.status: linking mpn/generic/com_n.c to mpn/com_n.c
config.status: linking mpn/generic/neg_n.c to mpn/neg_n.c
config.status: linking mpn/ia64/and_n.asm to mpn/and_n.asm
config.status: linking mpn/ia64/andn_n.asm to mpn/andn_n.asm
config.status: linking mpn/ia64/nand_n.asm to mpn/nand_n.asm
config.status: linking mpn/ia64/ior_n.asm to mpn/ior_n.asm
config.status: linking mpn/ia64/iorn_n.asm to mpn/iorn_n.asm
config.status: linking mpn/ia64/nior_n.asm to mpn/nior_n.asm
config.status: linking mpn/ia64/xor_n.asm to mpn/xor_n.asm
config.status: linking mpn/ia64/xnor_n.asm to mpn/xnor_n.asm
config.status: linking mpn/ia64/invert_limb.asm to mpn/invert_limb.asm
config.status: linking mpn/ia64/sqr_diagonal.asm to mpn/sqr_diagonal.asm
config.status: linking mpn/ia64/mul_2.asm to mpn/mul_2.asm
config.status: linking mpn/ia64/addmul_2.asm to mpn/addmul_2.asm
config.status: linking mpn/ia64/addmul_4.asm to mpn/addmul_4.asm
config.status: linking mpn/ia64/addlsh1_n.asm to mpn/addlsh1_n.asm
config.status: linking mpn/ia64/sublsh1_n.asm to mpn/sublsh1_n.asm
config.status: linking mpn/ia64/rsh1add_n.asm to mpn/rsh1add_n.asm
config.status: linking mpn/ia64/rsh1sub_n.asm to mpn/rsh1sub_n.asm
config.status: linking mpn/generic/sumdiff_n.c to mpn/sumdiff_n.c
config.status: linking mpn/ia64/gmp-mparam.h to gmp-mparam.h
config.status: linking yasm_mac.inc.nofat to yasm_mac.inc
config.status: executing libtool commands
=== configuring in yasm (/home/jdemeyer/cleo/mpir-2.5.1/yasm)
configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99
checking whether ln -s works... yes
checking for ar... ar
checking for ranlib... ranlib
checking for xmlto... no
configure: WARNING: xmlto not found, manpages will not be rebuilt.
checking if malloc debugging is wanted... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 strings.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for unistd.h... (cached) yes
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking for sys/stat.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for function prototypes... yes
checking for size_t... yes
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in libyasm-stdint.h (assuming C99 compatible system)
checking for abort... yes
checking for toascii... yes
checking for vsnprintf... yes
checking for strsep... yes
checking for mergesort... no
checking for getcwd... yes
checking for popen... yes
checking for ftruncate... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for stricmp... no
checking for _stricmp... no
checking for strcmpi... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... ia64-unknown-linux-gnu
checking host system type... ia64-unknown-linux-gnu
checking for ld used by GCC... /usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld
checking if the linker (/usr/local/binutils-2.22/ia64-Linux-rhel-gcc-4.6.2/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for GNU C Library... yes
configure: Checking for Python
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
configure: creating ./config.status
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libyasm-stdint.h commands
config.status: creating libyasm-stdint.h : _YASM_LIBYASM_STDINT_H
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
echo "void dummy1(void){return;}" > mpn/dummy1.c
make  all-recursive
make[1]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1'
Making all in tests
make[2]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests'
Making all in .
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests'
Making all in devel
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/devel'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/devel'
Making all in mpn
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpn'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpn'
Making all in mpz
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpz'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpz'
Making all in mpq
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpq'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpq'
Making all in mpf
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/mpf'
Making all in rand
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/rand'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/rand'
Making all in misc
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/misc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/misc'
Making all in cxx
make[3]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/cxx'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests/cxx'
make[2]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/tests'
Making all in mpn
make[2]: Entering directory `/home/jdemeyer/cleo/mpir-2.5.1/mpn'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dummy1 | sed 's/_$//'`    -O2 -c -o dummy1.lo dummy1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dummy1 -O2 -c dummy1.c  -fPIC -DPIC -o .libs/dummy1.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dummy1 -O2 -c dummy1.c -o dummy1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'`    -O2 -c -o add.lo add.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -c add.c  -fPIC -DPIC -o .libs/add.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -c add.c -o add.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'`    -O2 -c -o add_1.lo add_1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -c add_1.c  -fPIC -DPIC -o .libs/add_1.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -c add_1.c -o add_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -I. -I..  `test -f 'add_n.asm' || echo './'`add_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I. -I.. add_n.asm  -fPIC -DPIC -o .libs/add_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n -DPIC add_n.asm >tmp-add_n.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I. -I.. tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -I. -I.. add_n.asm -o add_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'`    -O2 -c -o sub.lo sub.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -c sub.c  -fPIC -DPIC -o .libs/sub.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -c sub.c -o sub.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'`    -O2 -c -o sub_1.lo sub_1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -c sub_1.c  -fPIC -DPIC -o .libs/sub_1.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -c sub_1.c -o sub_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -I. -I..  `test -f 'sub_n.asm' || echo './'`sub_n.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I. -I.. sub_n.asm  -fPIC -DPIC -o .libs/sub_n.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n -DPIC sub_n.asm >tmp-sub_n.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I. -I.. tmp-sub_n.s -fPIC -DPIC -o .libs/sub_n.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -I. -I.. sub_n.asm -o sub_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -I. -I..  `test -f 'mul_1.asm' || echo './'`mul_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I. -I.. mul_1.asm  -fPIC -DPIC -o .libs/mul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 -DPIC mul_1.asm >tmp-mul_1.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I. -I.. tmp-mul_1.s -fPIC -DPIC -o .libs/mul_1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -I. -I.. mul_1.asm -o mul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -I. -I..  `test -f 'addmul_1.asm' || echo './'`addmul_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I. -I.. addmul_1.asm  -fPIC -DPIC -o .libs/addmul_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 -DPIC addmul_1.asm >tmp-addmul_1.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I. -I.. tmp-addmul_1.s -fPIC -DPIC -o .libs/addmul_1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -I. -I.. addmul_1.asm -o addmul_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'`    -O2 -c -o submul_1.lo submul_1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -c submul_1.c  -fPIC -DPIC -o .libs/submul_1.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -c submul_1.c -o submul_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -I. -I..  `test -f 'lshift.asm' || echo './'`lshift.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I. -I.. lshift.asm  -fPIC -DPIC -o .libs/lshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshift -DPIC lshift.asm >tmp-lshift.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I. -I.. tmp-lshift.s -fPIC -DPIC -o .libs/lshift.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -I. -I.. lshift.asm -o lshift.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -I. -I..  `test -f 'rshift.asm' || echo './'`rshift.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I. -I.. rshift.asm  -fPIC -DPIC -o .libs/rshift.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rshift -DPIC rshift.asm >tmp-rshift.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I. -I.. tmp-rshift.s -fPIC -DPIC -o .libs/rshift.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -I. -I.. rshift.asm -o rshift.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addadd_n | sed 's/_$//'`    -O2 -c -o addadd_n.lo addadd_n.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addadd_n -O2 -c addadd_n.c  -fPIC -DPIC -o .libs/addadd_n.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addadd_n -O2 -c addadd_n.c -o addadd_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addsub_n | sed 's/_$//'`    -O2 -c -o addsub_n.lo addsub_n.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addsub_n -O2 -c addsub_n.c  -fPIC -DPIC -o .libs/addsub_n.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addsub_n -O2 -c addsub_n.c -o addsub_n.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subadd_n | sed 's/_$//'`    -O2 -c -o subadd_n.lo subadd_n.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subadd_n -O2 -c subadd_n.c  -fPIC -DPIC -o .libs/subadd_n.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subadd_n -O2 -c subadd_n.c -o subadd_n.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_1 | sed 's/_$//'` -I. -I..  `test -f 'divexact_1.asm' || echo './'`divexact_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_1 -I. -I.. divexact_1.asm  -fPIC -DPIC -o .libs/divexact_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divexact_1 -DPIC divexact_1.asm >tmp-divexact_1.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_1 -I. -I.. tmp-divexact_1.s -fPIC -DPIC -o .libs/divexact_1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_1 -I. -I.. divexact_1.asm -o divexact_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_by3c | sed 's/_$//'`    -O2 -c -o divexact_by3c.lo divexact_by3c.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_by3c -O2 -c divexact_by3c.c  -fPIC -DPIC -o .libs/divexact_by3c.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_by3c -O2 -c divexact_by3c.c -o divexact_by3c.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_byff | sed 's/_$//'`    -O2 -c -o divexact_byff.lo divexact_byff.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byff -O2 -c divexact_byff.c  -fPIC -DPIC -o .libs/divexact_byff.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byff -O2 -c divexact_byff.c -o divexact_byff.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact_byfobm1 | sed 's/_$//'`    -O2 -c -o divexact_byfobm1.lo divexact_byfobm1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byfobm1 -O2 -c divexact_byfobm1.c  -fPIC -DPIC -o .libs/divexact_byfobm1.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact_byfobm1 -O2 -c divexact_byfobm1.c -o divexact_byfobm1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divisible_p | sed 's/_$//'`    -O2 -c -o divisible_p.lo divisible_p.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divisible_p -O2 -c divisible_p.c  -fPIC -DPIC -o .libs/divisible_p.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divisible_p -O2 -c divisible_p.c -o divisible_p.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'`    -O2 -c -o divrem.lo divrem.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -c divrem.c  -fPIC -DPIC -o .libs/divrem.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -c divrem.c -o divrem.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'`    -O2 -c -o divrem_1.lo divrem_1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -c divrem_1.c  -fPIC -DPIC -o .libs/divrem_1.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -c divrem_1.c -o divrem_1.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -I. -I..  `test -f 'divrem_2.asm' || echo './'`divrem_2.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I. -I.. 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
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I. -I.. tmp-divrem_2.s -fPIC -DPIC -o .libs/divrem_2.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -I. -I.. divrem_2.asm -o divrem_2.o >/dev/null 2>&1
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -std=gnu99 -c -DHAVE_CONFIG_H    -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_qr_1 | sed 's/_$//'` -I. -I..  `test -f 'divrem_euclidean_qr_1.asm' || echo './'`divrem_euclidean_qr_1.asm
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_1 -I. -I.. divrem_euclidean_qr_1.asm  -fPIC -DPIC -o .libs/divrem_euclidean_qr_1.o
m4  -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_euclidean_qr_1 -DPIC divrem_euclidean_qr_1.asm >tmp-divrem_euclidean_qr_1.s
 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_1 -I. -I.. tmp-divrem_euclidean_qr_1.s -fPIC -DPIC -o .libs/divrem_euclidean_qr_1.o
libtool: compile:  ../mpn/m4-ccas --m4=m4 gcc -std=gnu99 -c -DHAVE_CONFIG_H -O2 -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_1 -I. -I.. divrem_euclidean_qr_1.asm -o divrem_euclidean_qr_1.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_qr_2 | sed 's/_$//'`    -O2 -c -o divrem_euclidean_qr_2.lo divrem_euclidean_qr_2.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_2 -O2 -c divrem_euclidean_qr_2.c  -fPIC -DPIC -o .libs/divrem_euclidean_qr_2.o
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_qr_2 -O2 -c divrem_euclidean_qr_2.c -o divrem_euclidean_qr_2.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_euclidean_r_1 | sed 's/_$//'`    -O2 -c -o divrem_euclidean_r_1.lo divrem_euclidean_r_1.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_euclidean_r_1 -O2 -c divrem_euclidean_r_1.c  -fPIC -DPIC -o .libs/divrem_euclidean_r_1.o
divrem_euclidean_r_1.c: In function '__gmpn_mod_1_k':
divrem_euclidean_r_1.c:157:5: error: 'asm' operand requires impossible reload
make[2]: *** [divrem_euclidean_r_1.lo] Error 1
make[2]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1/mpn'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jdemeyer/cleo/mpir-2.5.1'
make: *** [all] Error 2

Reply via email to