----- Original Message ----- From: "Sisyphus"

The output of 'make tune' is attached (tune.txt).

At least it *will* be attached if I can just hit the right icons in the right order .....

Cheers,
Rob
--
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.

make  tuneup.exe
make[1]: Entering directory `/c/comp/mpir-2.6.0/tune'
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c tuneup.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c sqr_basecase.c
for i in divrem_2.c gcd.c gcdext.c get_str.c mul_n.c mullow_n.c mulhigh_n.c 
mul.c tdiv_qr.c toom4_mul_n.c toom4_mul.c toom3_mul.c toom3_mul_n.c 
toom8h_mul.c toom8_sqr_n.c mulmod_2expm1.c rootrem.c divrem_euclidean_r_1.c 
divrem_hensel_qr_1.c rsh_divrem_hensel_qr_1.c dc_divappr_q.c dc_div_qr.c 
dc_div_qr_n.c inv_divappr_q.c inv_div_qr.c tdiv_q.c dc_bdiv_qr.c dc_bdiv_qr_n.c 
dc_bdiv_q.c ; do \
          echo "#define TUNE_PROGRAM_BUILD 1" >$i; \
          echo "#include \"mpn/generic/$i\"" >>$i; \
        done
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c divrem_2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c gcd.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c gcdext.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c get_str.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mul_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mullow_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mulhigh_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mul.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c tdiv_qr.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c toom4_mul_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c toom4_mul.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c toom3_mul.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c toom3_mul_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c toom8h_mul.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c toom8_sqr_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mulmod_2expm1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c rootrem.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c divrem_euclidean_r_1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c divrem_hensel_qr_1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c rsh_divrem_hensel_qr_1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c dc_divappr_q.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c dc_div_qr.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c dc_div_qr_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c inv_divappr_q.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c inv_div_qr.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c tdiv_q.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c dc_bdiv_qr.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c dc_bdiv_qr_n.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c dc_bdiv_q.c
for i in split_bits.c revbin.c normmod_2expp1.c mulmod_2expp1.c 
mul_trunc_sqrt2.c mul_mfa_trunc_sqrt2.c mul_fft_main.c mul_2expmod_2expp1.c 
ifft_trunc_sqrt2.c ifft_trunc.c ifft_radix2.c ifft_negacyclic.c fft_trunc.c 
fft_radix2.c fft_negacylic.c fft_mfa_trunc_sqrt2.c fft_mfa_trunc_sqrt2_inner.c 
fermat_to_mpz.c div_2expmod_2expp1.c combine_bits.c butterfly_rshB.c 
butterfly_lshB.c adjust_sqrt2.c adjust.c; do \
          echo "#define TUNE_PROGRAM_BUILD 1" >$i; \
          echo "#include \"fft/$i\"" >>$i; \
        done
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c split_bits.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c revbin.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c normmod_2expp1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mulmod_2expp1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mul_trunc_sqrt2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mul_mfa_trunc_sqrt2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mul_fft_main.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mul_2expmod_2expp1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c ifft_trunc_sqrt2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c ifft_trunc.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c ifft_radix2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c ifft_negacyclic.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c fft_trunc.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c fft_radix2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c fft_negacylic.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c fft_mfa_trunc_sqrt2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c fft_mfa_trunc_sqrt2_inner.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c fermat_to_mpz.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c div_2expmod_2expp1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c combine_bits.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c butterfly_rshB.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c butterfly_lshB.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c adjust_sqrt2.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c adjust.c
echo "#define TUNE_PROGRAM_BUILD 1"                >divrem_1.c
echo "#define __gmpn_divrem_1  mpn_divrem_1_tune" >>divrem_1.c
echo "#include \"mpn/generic/divrem_1.c\""        >>divrem_1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c divrem_1.c
echo "#define TUNE_PROGRAM_BUILD 1"          >mod_1.c
echo "#define __gmpn_mod_1  mpn_mod_1_tune" >>mod_1.c
echo "#include \"mpn/generic/mod_1.c\""     >>mod_1.c
x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    
-m64 -O3 -march=k8 -mtune=k8 -c mod_1.c
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
common.lo common.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c common.c -o common.o
common.c: In function 'speed_cache_fill':
common.c:320:35: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
common.c:328:35: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
common.c:331:47: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
divrem1div.lo divrem1div.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c divrem1div.c -o divrem1div.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
divrem1inv.lo divrem1inv.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c divrem1inv.c -o divrem1inv.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
divrem2div.lo divrem2div.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c divrem2div.c -o divrem2div.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
divrem2inv.lo divrem2inv.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c divrem2inv.c -o divrem2inv.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
freq.lo freq.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c freq.c -o freq.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
gcd_bin.lo gcd_bin.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c gcd_bin.c -o gcd_bin.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
gcdextod.lo gcdextod.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c gcdextod.c -o gcdextod.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
gcdextos.lo gcdextos.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c gcdextos.c -o gcdextos.o
In file included from gcdextos.c:32:0:
../mpn/generic/gcdext.c: In function '__gmpn_gcdext':
../mpn/generic/gcdext.c:238:29: warning: integer overflow in expression 
[-Woverflow]
../mpn/generic/gcdext.c:239:5: warning: integer overflow in expression 
[-Woverflow]
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
jacbase1.lo jacbase1.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c jacbase1.c -o jacbase1.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
jacbase2.lo jacbase2.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c jacbase2.c -o jacbase2.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
jacbase3.lo jacbase3.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c jacbase3.c -o jacbase3.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
mod_1_div.lo mod_1_div.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c mod_1_div.c -o mod_1_div.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
mod_1_inv.lo mod_1_inv.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c mod_1_inv.c -o mod_1_inv.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
modlinv.lo modlinv.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c modlinv.c -o modlinv.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
noop.lo noop.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c noop.c -o noop.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
powm_mod.lo powm_mod.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c powm_mod.c -o powm_mod.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
powm_redc.lo powm_redc.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c powm_redc.c -o powm_redc.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
preinv_divrem_1.lo preinv_divrem_1.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c preinv_divrem_1.c -o 
preinv_divrem_1.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
fac_ui_large.lo fac_ui_large.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c fac_ui_large.c -o fac_ui_large.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
fac_ui_small.lo fac_ui_small.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c fac_ui_small.c -o fac_ui_small.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
set_strb.lo set_strb.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c set_strb.c -o set_strb.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
set_strs.lo set_strs.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c set_strs.c -o set_strs.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
set_strp.lo set_strp.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c set_strp.c -o set_strp.o
/bin/sh ../libtool --tag=CC   --mode=compile x86_64-w64-mingw32-gcc -std=gnu99 
-DHAVE_CONFIG_H -I. -I.. -I.. -I../tests    -m64 -O3 -march=k8 -mtune=k8 -c -o 
time.lo time.c
libtool: compile:  x86_64-w64-mingw32-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. 
-I.. -I../tests -m64 -O3 -march=k8 -mtune=k8 -c time.c -o time.o
/bin/sh ../libtool --mode=compile --tag=CC ../strip_fPIC.sh ../yasm/yasm -I .. 
-f x64  -o x86_64.lo `test -f 'x86_64.as' || echo './'`x86_64.as
libtool: compile:  ../strip_fPIC.sh ../yasm/yasm -I .. -f x64 x86_64.as -o 
x86_64.o
../yasm/yasm -I .. -f x64 x86_64.as -o x86_64.o
/bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -std=gnu99 -m64 -O3 -march=k8 -mtune=k8 -static -o libspeed.la common.lo divrem1div.lo divrem1inv.lo divrem2div.lo divrem2inv.lo freq.lo gcd_bin.lo gcdextod.lo gcdextos.lo jacbase1.lo jacbase2.lo jacbase3.lo mod_1_div.lo mod_1_inv.lo modlinv.lo noop.lo powm_mod.lo powm_redc.lo preinv_divrem_1.lo fac_ui_large.lo fac_ui_small.lo set_strb.lo set_strs.lo set_strp.lo time.lo x86_64.lo ../tests/libtests.la ../libmpir.la -lm libtool: link: (cd .libs/libspeed.lax/libtests.a && x86_64-w64-mingw32-ar x "/c/comp/mpir-2.6.0/tune/../tests/.libs/libtests.a") libtool: link: x86_64-w64-mingw32-ar cq .libs/libspeed.a common.o divrem1div.o divrem1inv.o divrem2div.o divrem2inv.o freq.o gcd_bin.o gcdextod.o gcdextos.o jacbase1.o jacbase2.o jacbase3.o mod_1_div.o mod_1_inv.o modlinv.o noop.o powm_mod.o powm_redc.o preinv_divrem_1.o fac_ui_large.o fac_ui_small.o set_strb.o set_strs.o set_strp.o time.o x86_64.o .libs/libspeed.lax/libtests.a/memory.o .libs/libspeed.lax/libtests.a/misc.o .libs/libspeed.lax/libtests.a/refmpf.o .libs/libspeed.lax/libtests.a/refmpn.o .libs/libspeed.lax/libtests.a/refmpq.o .libs/libspeed.lax/libtests.a/refmpz.o .libs/libspeed.lax/libtests.a/spinner.o .libs/libspeed.lax/libtests.a/trace.o .libs/libspeed.lax/libtests.a/x86_64call.o .libs/libspeed.lax/libtests.a/x86_64check.o libtool: link: x86_64-w64-mingw32-ranlib .libs/libspeed.a
libtool: link: rm -fr .libs/libspeed.lax
libtool: link: ( cd ".libs" && rm -f "libspeed.la" && cp -p "../libspeed.la" 
"libspeed.la" )
/bin/sh ../libtool --tag=CC --mode=link x86_64-w64-mingw32-gcc -std=gnu99 -m64 -O3 -march=k8 -mtune=k8 -static -o tuneup.exe tuneup.o sqr_basecase.o divrem_2.o gcd.o gcdext.o get_str.o mul_n.o mullow_n.o mulhigh_n.o mul.o tdiv_qr.o toom4_mul_n.o toom4_mul.o toom3_mul.o toom3_mul_n.o toom8h_mul.o toom8_sqr_n.o mulmod_2expm1.o rootrem.o divrem_euclidean_r_1.o divrem_hensel_qr_1.o rsh_divrem_hensel_qr_1.o dc_divappr_q.o dc_div_qr.o dc_div_qr_n.o inv_divappr_q.o inv_div_qr.o tdiv_q.o dc_bdiv_qr.o dc_bdiv_qr_n.o dc_bdiv_q.o split_bits.o revbin.o normmod_2expp1.o mulmod_2expp1.o mul_trunc_sqrt2.o mul_mfa_trunc_sqrt2.o mul_fft_main.o mul_2expmod_2expp1.o ifft_trunc_sqrt2.o ifft_trunc.o ifft_radix2.o ifft_negacyclic.o fft_trunc.o fft_radix2.o fft_negacylic.o fft_mfa_trunc_sqrt2.o fft_mfa_trunc_sqrt2_inner.o fermat_to_mpz.o div_2expmod_2expp1.o combine_bits.o butterfly_rshB.o butterfly_lshB.o adjust_sqrt2.o adjust.o divrem_1.o mod_1.o libspeed.la libtool: link: x86_64-w64-mingw32-gcc -std=gnu99 -m64 -O3 -march=k8 -mtune=k8 -o tuneup.exe tuneup.o sqr_basecase.o divrem_2.o gcd.o gcdext.o get_str.o mul_n.o mullow_n.o mulhigh_n.o mul.o tdiv_qr.o toom4_mul_n.o toom4_mul.o toom3_mul.o toom3_mul_n.o toom8h_mul.o toom8_sqr_n.o mulmod_2expm1.o rootrem.o divrem_euclidean_r_1.o divrem_hensel_qr_1.o rsh_divrem_hensel_qr_1.o dc_divappr_q.o dc_div_qr.o dc_div_qr_n.o inv_divappr_q.o inv_div_qr.o tdiv_q.o dc_bdiv_qr.o dc_bdiv_qr_n.o dc_bdiv_q.o split_bits.o revbin.o normmod_2expp1.o mulmod_2expp1.o mul_trunc_sqrt2.o mul_mfa_trunc_sqrt2.o mul_fft_main.o mul_2expmod_2expp1.o ifft_trunc_sqrt2.o ifft_trunc.o ifft_radix2.o ifft_negacyclic.o fft_trunc.o fft_radix2.o fft_negacylic.o fft_mfa_trunc_sqrt2.o fft_mfa_trunc_sqrt2_inner.o fermat_to_mpz.o div_2expmod_2expp1.o combine_bits.o butterfly_rshB.o butterfly_lshB.o adjust_sqrt2.o adjust.o divrem_1.o mod_1.o ./.libs/libspeed.a /c/comp/mpir-2.6.0/.libs/libmpir.a
make[1]: Leaving directory `/c/comp/mpir-2.6.0/tune'
./tuneup
Parameters for ./mpn/x86_64w/k8/gmp-mparam.h
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
make: *** [tune] Error 5

Reply via email to