Created
February 2, 2017 11:57
-
-
Save dhilst/0fbc15008292ea7036006c98e7cc8a5e to your computer and use it in GitHub Desktop.
gmp 5.1.1 + gcc 6.3.1 @ Archlinux(201702) compilation errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU MP configure 5.1.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = csi24 | |
uname -m = x86_64 | |
uname -r = 4.9.6-1-ARCH | |
uname -s = Linux | |
uname -v = #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 | |
/usr/bin/uname -p = unknown | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = unknown | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /home/geckos/local/bin | |
PATH: /home/geckos/.gem/ruby/2.4.0/bin | |
PATH: /usr/local/sbin | |
PATH: /usr/local/bin | |
PATH: /usr/bin | |
PATH: /usr/lib/jvm/default/bin | |
PATH: /usr/bin/site_perl | |
PATH: /usr/bin/vendor_perl | |
PATH: /usr/bin/core_perl | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:3063: checking build system type | |
configure:3077: result: coreisbr-unknown-linux-gnu | |
configure:3097: checking host system type | |
configure:3110: result: coreisbr-unknown-linux-gnu | |
configure:3147: checking for a BSD-compatible install | |
configure:3215: result: /usr/bin/install -c | |
configure:3226: checking whether build environment is sane | |
configure:3276: result: yes | |
configure:3417: checking for a thread-safe mkdir -p | |
configure:3456: result: /usr/bin/mkdir -p | |
configure:3469: checking for gawk | |
configure:3485: found /usr/bin/gawk | |
configure:3496: result: gawk | |
configure:3507: checking whether make sets $(MAKE) | |
configure:3529: result: yes | |
configure:3612: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3621: result: no | |
User: | |
ABI= | |
CC= | |
CFLAGS=(unset) | |
CPPFLAGS=(unset) | |
MPN_PATH= | |
GMP: | |
abilist=64 x32 32 | |
cclist=gcc icc cc | |
configure:5493: gcc 2>&1 | grep xlc >/dev/null | |
configure:5496: $? = 1 | |
configure:5550: checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 | |
Test compile: | |
configure:5564: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5567: $? = 0 | |
configure:5572: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5575: $? = 0 | |
Test compile: function pointer return | |
configure:5618: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5621: $? = 0 | |
configure:5626: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5629: $? = 0 | |
Test compile: cmov instruction | |
configure:5674: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5677: $? = 0 | |
configure:5682: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5685: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:5731: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5734: $? = 0 | |
configure:5739: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5742: $? = 0 | |
Test compile: double negation | |
configure:5786: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5789: $? = 0 | |
configure:5794: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5797: $? = 0 | |
Test compile: double -> float conversion | |
configure:5842: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5845: $? = 0 | |
configure:5850: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5853: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:5927: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:5930: $? = 0 | |
configure:5935: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:5938: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:5978: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/crt1.o: In function `_start': | |
(.text+0x20): undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:5981: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:6102: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:6105: $? = 0 | |
configure:6110: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6113: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:6166: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
conftest.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
f(){static const struct{t1 n;t1 src[9];t1 want[9];}d[]={{1,{0},{1}},};t1 got[9];int i; | |
^ | |
conftest.c: In function 'f': | |
conftest.c:10:44: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] | |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}} | |
^ | |
conftest.c:10:48: warning: implicit declaration of function 'g' [-Wimplicit-function-declaration] | |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}} | |
^ | |
conftest.c: At top level: | |
conftest.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
h(){}g(){} | |
^ | |
conftest.c:11:6: warning: return type defaults to 'int' [-Wimplicit-int] | |
h(){}g(){} | |
^ | |
configure:6169: $? = 0 | |
configure:6174: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6177: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:6226: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
conftest.c:6:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
conftest.c: In function 'f': | |
conftest.c:6:62: warning: implicit declaration of function 'g' [-Wimplicit-function-declaration] | |
f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
conftest.c: At top level: | |
conftest.c:7:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
g(){} | |
^ | |
configure:6229: $? = 0 | |
configure:6234: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6237: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:6325: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:6328: $? = 0 | |
configure:6333: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6336: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:6433: gcc -O2 -pedantic -fomit-frame-pointer -m64 conftest.c >&5 | |
configure:6436: $? = 0 | |
configure:6441: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:6444: $? = 0 | |
configure:6590: result: yes | |
configure:7102: checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 | |
Test compile: | |
configure:7116: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7119: $? = 0 | |
configure:7124: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7127: $? = 0 | |
Test compile: function pointer return | |
configure:7170: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7173: $? = 0 | |
configure:7178: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7181: $? = 0 | |
Test compile: cmov instruction | |
configure:7226: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7229: $? = 0 | |
configure:7234: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7237: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:7283: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7286: $? = 0 | |
configure:7291: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7294: $? = 0 | |
Test compile: double negation | |
configure:7338: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7341: $? = 0 | |
configure:7346: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7349: $? = 0 | |
Test compile: double -> float conversion | |
configure:7394: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7397: $? = 0 | |
configure:7402: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7405: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:7479: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7482: $? = 0 | |
configure:7487: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7490: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:7530: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/crt1.o: In function `_start': | |
(.text+0x20): undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:7533: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:7654: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7657: $? = 0 | |
configure:7662: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7665: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:7718: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
conftest.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
f(){static const struct{t1 n;t1 src[9];t1 want[9];}d[]={{1,{0},{1}},};t1 got[9];int i; | |
^ | |
conftest.c: In function 'f': | |
conftest.c:10:44: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] | |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}} | |
^ | |
conftest.c:10:48: warning: implicit declaration of function 'g' [-Wimplicit-function-declaration] | |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}} | |
^ | |
conftest.c: At top level: | |
conftest.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
h(){}g(){} | |
^ | |
conftest.c:11:6: warning: return type defaults to 'int' [-Wimplicit-int] | |
h(){}g(){} | |
^ | |
configure:7721: $? = 0 | |
configure:7726: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7729: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:7778: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
conftest.c:6:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
conftest.c: In function 'f': | |
conftest.c:6:62: warning: implicit declaration of function 'g' [-Wimplicit-function-declaration] | |
f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
conftest.c: At top level: | |
conftest.c:7:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
g(){} | |
^ | |
configure:7781: $? = 0 | |
configure:7786: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7789: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:7877: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7880: $? = 0 | |
configure:7885: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7888: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:7985: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 conftest.c >&5 | |
configure:7988: $? = 0 | |
configure:7993: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7996: $? = 0 | |
configure:8142: result: yes | |
configure:7102: checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 | |
Test compile: | |
configure:7116: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7119: $? = 0 | |
configure:7124: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7127: $? = 0 | |
Test compile: function pointer return | |
configure:7170: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7173: $? = 0 | |
configure:7178: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7181: $? = 0 | |
Test compile: cmov instruction | |
configure:7226: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7229: $? = 0 | |
configure:7234: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7237: $? = 0 | |
Test compile: double -> ulong conversion | |
configure:7283: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7286: $? = 0 | |
configure:7291: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7294: $? = 0 | |
Test compile: double negation | |
configure:7338: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7341: $? = 0 | |
configure:7346: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7349: $? = 0 | |
Test compile: double -> float conversion | |
configure:7394: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7397: $? = 0 | |
configure:7402: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7405: $? = 0 | |
Test compile: gnupro alpha ev6 char spilling | |
configure:7479: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7482: $? = 0 | |
configure:7487: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7490: $? = 0 | |
Test compile: __builtin_alloca availability | |
configure:7530: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/../../../../lib/crt1.o: In function `_start': | |
(.text+0x20): undefined reference to `main' | |
collect2: error: ld returned 1 exit status | |
configure:7533: $? = 1 | |
failed program was: | |
int k; int foo () { __builtin_alloca (k); } | |
Test compile: abs int -> double conversion | |
configure:7654: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7657: $? = 0 | |
configure:7662: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7665: $? = 0 | |
Test compile: long long reliability test 1 | |
configure:7718: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
f(){static const struct{t1 n;t1 src[9];t1 want[9];}d[]={{1,{0},{1}},};t1 got[9];int i; | |
^ | |
conftest.c: In function 'f': | |
conftest.c:10:44: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] | |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}} | |
^ | |
conftest.c:10:48: warning: implicit declaration of function 'g' [-Wimplicit-function-declaration] | |
for(i=0;i<1;i++){if(e(got,got,9,d[i].n)==0)h();g(i,d[i].src,d[i].n,got,d[i].want,9);if(d[i].n)h();}} | |
^ | |
conftest.c: At top level: | |
conftest.c:11:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
h(){}g(){} | |
^ | |
conftest.c:11:6: warning: return type defaults to 'int' [-Wimplicit-int] | |
h(){}g(){} | |
^ | |
configure:7721: $? = 0 | |
configure:7726: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7729: $? = 0 | |
Test compile: long long reliability test 2 | |
configure:7778: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:6:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
conftest.c: In function 'f': | |
conftest.c:6:62: warning: implicit declaration of function 'g' [-Wimplicit-function-declaration] | |
f(int u){int i;long long x;x=u?~0:0;if(x)for(i=0;i<9;i++);x&=g();if(x)g();} | |
^ | |
conftest.c: At top level: | |
conftest.c:7:1: warning: return type defaults to 'int' [-Wimplicit-int] | |
g(){} | |
^ | |
configure:7781: $? = 0 | |
configure:7786: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7789: $? = 0 | |
Test compile: mpn_lshift_com optimization | |
configure:7877: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7880: $? = 0 | |
configure:7885: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7888: $? = 0 | |
Test compile: mpn_lshift_com optimization 2 | |
configure:7985: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:7988: $? = 0 | |
configure:7993: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest | |
configure:7996: $? = 0 | |
configure:8142: result: yes | |
configure:8295: checking for gcc | |
configure:8322: result: gcc | |
configure:8551: checking for C compiler version | |
configure:8560: gcc --version >&5 | |
gcc (GCC) 6.3.1 20170109 | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:8571: $? = 0 | |
configure:8560: gcc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=gcc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1/lto-wrapper | |
Target: x86_64-pc-linux-gnu | |
Configured with: /build/gcc-multilib/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release | |
Thread model: posix | |
gcc version 6.3.1 20170109 (GCC) | |
configure:8571: $? = 0 | |
configure:8560: gcc -V >&5 | |
gcc: error: unrecognized command line option '-V' | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:8571: $? = 1 | |
configure:8560: gcc -qversion >&5 | |
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'? | |
gcc: fatal error: no input files | |
compilation terminated. | |
configure:8571: $? = 1 | |
configure:8591: checking whether the C compiler works | |
configure:8613: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:8617: $? = 0 | |
configure:8665: result: yes | |
configure:8668: checking for C compiler default output file name | |
configure:8670: result: a.out | |
configure:8676: checking for suffix of executables | |
configure:8683: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:8687: $? = 0 | |
configure:8709: result: | |
configure:8731: checking whether we are cross compiling | |
configure:8739: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:8743: $? = 0 | |
configure:8750: ./conftest | |
configure:8754: $? = 0 | |
configure:8769: result: no | |
configure:8774: checking for suffix of object files | |
configure:8796: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:8800: $? = 0 | |
configure:8821: result: o | |
configure:8825: checking whether we are using the GNU C compiler | |
configure:8844: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:8844: $? = 0 | |
configure:8853: result: yes | |
configure:8862: checking whether gcc accepts -g | |
configure:8882: gcc -c -g conftest.c >&5 | |
configure:8882: $? = 0 | |
configure:8923: result: yes | |
configure:8940: checking for gcc option to accept ISO C89 | |
configure:9003: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:9003: $? = 0 | |
configure:9016: result: none needed | |
configure:9040: checking for gcc option to accept ISO C99 | |
configure:9189: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:9189: $? = 0 | |
configure:9202: result: none needed | |
configure:9310: checking for gcc option to accept ISO Standard C | |
configure:9321: result: none needed | |
configure:9333: checking how to run the C preprocessor | |
configure:9364: gcc -E conftest.c | |
configure:9364: $? = 0 | |
configure:9378: gcc -E conftest.c | |
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:9378: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:9403: result: gcc -E | |
configure:9423: gcc -E conftest.c | |
configure:9423: $? = 0 | |
configure:9437: gcc -E conftest.c | |
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:9437: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:9535: checking build system compiler gcc | |
configure:9548: gcc conftest.c | |
conftest.c: In function 'main': | |
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | |
exit(0); | |
^~~~ | |
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' | |
conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit' | |
configure:9551: $? = 0 | |
configure:9558: result: yes | |
configure:9577: checking for build system preprocessor | |
configure:9588: gcc -E conftest.c | |
# 1 "conftest.c" | |
# 1 "<built-in>" | |
# 1 "<command-line>" | |
# 31 "<command-line>" | |
# 1 "/usr/include/stdc-predef.h" 1 3 4 | |
# 32 "<command-line>" 2 | |
# 1 "conftest.c" | |
configure:9591: $? = 0 | |
configure:9606: result: gcc -E | |
configure:9613: checking for build system executable suffix | |
configure:9627: gcc conftest.c -o conftest.exe | |
conftest.c: In function 'main': | |
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | |
exit (0); | |
^~~~ | |
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' | |
conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit' | |
configure:9630: $? = 0 | |
./configure: line 9632: ./conftest: No such file or directory | |
configure:9627: gcc conftest.c -o conftest,ff8 | |
conftest.c: In function 'main': | |
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | |
exit (0); | |
^~~~ | |
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' | |
conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit' | |
configure:9630: $? = 0 | |
./configure: line 9632: ./conftest: No such file or directory | |
configure:9627: gcc conftest.c -o conftest | |
conftest.c: In function 'main': | |
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | |
exit (0); | |
^~~~ | |
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' | |
conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit' | |
configure:9630: $? = 0 | |
configure:9644: result: | |
configure:9650: checking whether build system compiler is ANSI | |
configure:9663: gcc conftest.c | |
conftest.c: In function 'main': | |
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | |
exit(0); | |
^~~~ | |
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' | |
conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit' | |
configure:9666: $? = 0 | |
configure:9675: result: yes | |
configure:9685: checking for build system compiler math library | |
configure:9704: gcc conftest.c -lm | |
conftest.c: In function 'main': | |
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | |
exit(0); | |
^~~~ | |
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' | |
conftest.c:4:3: note: include '<stdlib.h>' or provide a declaration of 'exit' | |
conftest.c: In function 'foo': | |
conftest.c:10:10: warning: implicit declaration of function 'log' [-Wimplicit-function-declaration] | |
return log (d); | |
^~~ | |
conftest.c:10:10: warning: incompatible implicit declaration of built-in function 'log' | |
conftest.c:10:10: note: include '<math.h>' or provide a declaration of 'log' | |
configure:9707: $? = 0 | |
configure:9716: result: -lm | |
configure:10328: checking for grep that handles long lines and -e | |
configure:10386: result: /usr/bin/grep | |
configure:10391: checking for egrep | |
configure:10453: result: /usr/bin/grep -E | |
Decided: | |
ABI=64 | |
CC=gcc | |
CFLAGS=-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 | |
CPPFLAGS= | |
GMP_LDFLAGS= | |
CXX= | |
CXXFLAGS= | |
path= x86_64/coreisbr x86_64/coreinhm x86_64/core2 x86_64 generic | |
configure:10733: checking whether assembler supports --noexecstack option | |
configure:10743: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 | |
-S -o conftest.s conftest.c >/dev/null | |
configure:10746: $? = 0 | |
configure:10751: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack | |
-c -o conftest.o conftest.s >/dev/null | |
configure:10754: $? = 0 | |
configure:10763: result: yes | |
configure:10816: checking for ar | |
configure:10832: found /usr/bin/ar | |
configure:10843: result: ar | |
configure:10884: checking for BSD- or MS-compatible name lister (nm) | |
configure:10933: result: /usr/bin/nm -B | |
configure:11063: checking the name lister (/usr/bin/nm -B) interface | |
configure:11070: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:11073: /usr/bin/nm -B "conftest.o" | |
configure:11076: output | |
0000000000000000 B some_variable | |
configure:11083: result: BSD nm | |
configure:11772: checking how to print strings | |
configure:11799: result: printf | |
configure:11820: checking for a sed that does not truncate output | |
configure:11884: result: /usr/bin/sed | |
configure:11902: checking for fgrep | |
configure:11964: result: /usr/bin/grep -F | |
configure:11999: checking for ld used by gcc | |
configure:12066: result: /usr/bin/ld | |
configure:12073: checking if the linker (/usr/bin/ld) is GNU ld | |
configure:12088: result: yes | |
configure:12100: checking whether ln -s works | |
configure:12104: result: yes | |
configure:12112: checking the maximum length of command line arguments | |
configure:12242: result: 1572864 | |
configure:12259: checking whether the shell understands some XSI constructs | |
configure:12269: result: yes | |
configure:12273: checking whether the shell understands "+=" | |
configure:12279: result: yes | |
configure:12314: checking how to convert coreisbr-unknown-linux-gnu file names to coreisbr-unknown-linux-gnu format | |
configure:12354: result: func_convert_file_noop | |
configure:12361: checking how to convert coreisbr-unknown-linux-gnu file names to toolchain format | |
configure:12381: result: func_convert_file_noop | |
configure:12388: checking for /usr/bin/ld option to reload object files | |
configure:12395: result: -r | |
configure:12469: checking for objdump | |
configure:12496: result: objdump | |
configure:12525: checking how to recognize dependent libraries | |
configure:12727: result: pass_all | |
configure:12812: checking for dlltool | |
configure:12839: result: dlltool | |
configure:12869: checking how to associate runtime and link libraries | |
configure:12896: result: printf %s\n | |
configure:13020: checking for archiver @FILE support | |
configure:13037: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:13037: $? = 0 | |
configure:13040: ar cq libconftest.a @conftest.lst >&5 | |
configure:13043: $? = 0 | |
configure:13048: ar cq libconftest.a @conftest.lst >&5 | |
ar: conftest.o: No such file or directory | |
configure:13051: $? = 1 | |
configure:13063: result: @ | |
configure:13121: checking for strip | |
configure:13137: found /usr/bin/strip | |
configure:13148: result: strip | |
configure:13220: checking for ranlib | |
configure:13236: found /usr/bin/ranlib | |
configure:13247: result: ranlib | |
configure:13349: checking command to parse /usr/bin/nm -B output from gcc object | |
configure:13469: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:13472: $? = 0 | |
configure:13476: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:13479: $? = 0 | |
configure:13545: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c conftstm.o >&5 | |
conftest.c:29:20: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] | |
{"nm_test_func", (void *) &nm_test_func}, | |
^ | |
configure:13548: $? = 0 | |
configure:13586: result: ok | |
configure:13623: checking for sysroot | |
configure:13653: result: no | |
configure:13909: checking for mt | |
configure:13939: result: no | |
configure:13959: checking if : is a manifest tool | |
configure:13965: : '-?' | |
configure:13973: result: no | |
configure:14610: checking for ANSI C header files | |
configure:14630: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14630: $? = 0 | |
configure:14703: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14703: $? = 0 | |
configure:14703: ./conftest | |
configure:14703: $? = 0 | |
configure:14714: result: yes | |
configure:14727: checking for sys/types.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for sys/stat.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for stdlib.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for string.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for memory.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for strings.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for inttypes.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for stdint.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14727: checking for unistd.h | |
configure:14727: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14727: $? = 0 | |
configure:14727: result: yes | |
configure:14741: checking for dlfcn.h | |
configure:14741: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:14741: $? = 0 | |
configure:14741: result: yes | |
configure:14957: checking for objdir | |
configure:14972: result: .libs | |
configure:15239: checking if gcc supports -fno-rtti -fno-exceptions | |
configure:15257: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C | |
configure:15261: $? = 0 | |
configure:15274: result: no | |
configure:15601: checking for gcc option to produce PIC | |
configure:15608: result: -fPIC -DPIC | |
configure:15616: checking if gcc PIC flag -fPIC -DPIC works | |
configure:15634: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -fPIC -DPIC -DPIC conftest.c >&5 | |
configure:15638: $? = 0 | |
configure:15651: result: yes | |
configure:15680: checking if gcc static flag -static works | |
configure:15708: result: yes | |
configure:15723: checking if gcc supports -c -o file.o | |
configure:15744: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o out/conftest2.o conftest.c >&5 | |
configure:15748: $? = 0 | |
configure:15770: result: yes | |
configure:15778: checking if gcc supports -c -o file.o | |
configure:15825: result: yes | |
configure:15858: checking whether the gcc linker (/usr/bin/ld) supports shared libraries | |
configure:17011: result: yes | |
configure:17048: checking whether -lc should be explicitly linked in | |
configure:17056: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:17059: $? = 0 | |
configure:17074: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | |
configure:17077: $? = 0 | |
configure:17091: result: no | |
configure:17251: checking dynamic linker characteristics | |
configure:17762: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wl,-rpath -Wl,/foo conftest.c >&5 | |
configure:17762: $? = 0 | |
configure:17984: result: GNU/Linux ld.so | |
configure:18091: checking how to hardcode library paths into programs | |
configure:18116: result: immediate | |
configure:18656: checking whether stripping libraries is possible | |
configure:18661: result: yes | |
configure:18696: checking if libtool supports shared libraries | |
configure:18698: result: yes | |
configure:18701: checking whether to build shared libraries | |
configure:18722: result: yes | |
configure:18725: checking whether to build static libraries | |
configure:18729: result: yes | |
configure:24697: checking for ANSI C header files | |
configure:24801: result: yes | |
configure:24809: checking whether time.h and sys/time.h may both be included | |
configure:24829: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24829: $? = 0 | |
configure:24836: result: yes | |
configure:24873: checking fcntl.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking fcntl.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for fcntl.h | |
configure:24873: result: yes | |
configure:24873: checking float.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking float.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for float.h | |
configure:24873: result: yes | |
configure:24873: checking invent.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:64:20: fatal error: invent.h: No such file or directory | |
#include <invent.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <invent.h> | |
configure:24873: result: no | |
configure:24873: checking invent.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:31:20: fatal error: invent.h: No such file or directory | |
#include <invent.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| /* end confdefs.h. */ | |
| #include <invent.h> | |
configure:24873: result: no | |
configure:24873: checking for invent.h | |
configure:24873: result: no | |
configure:24873: checking langinfo.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking langinfo.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for langinfo.h | |
configure:24873: result: yes | |
configure:24873: checking locale.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking locale.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for locale.h | |
configure:24873: result: yes | |
configure:24873: checking nl_types.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking nl_types.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for nl_types.h | |
configure:24873: result: yes | |
configure:24873: checking sys/attributes.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:67:28: fatal error: sys/attributes.h: No such file or directory | |
#include <sys/attributes.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/attributes.h> | |
configure:24873: result: no | |
configure:24873: checking sys/attributes.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:34:28: fatal error: sys/attributes.h: No such file or directory | |
#include <sys/attributes.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/attributes.h> | |
configure:24873: result: no | |
configure:24873: checking for sys/attributes.h | |
configure:24873: result: no | |
configure:24873: checking sys/iograph.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:67:25: fatal error: sys/iograph.h: No such file or directory | |
#include <sys/iograph.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/iograph.h> | |
configure:24873: result: no | |
configure:24873: checking sys/iograph.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:34:25: fatal error: sys/iograph.h: No such file or directory | |
#include <sys/iograph.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/iograph.h> | |
configure:24873: result: no | |
configure:24873: checking for sys/iograph.h | |
configure:24873: result: no | |
configure:24873: checking sys/mman.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking sys/mman.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for sys/mman.h | |
configure:24873: result: yes | |
configure:24873: checking sys/param.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking sys/param.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for sys/param.h | |
configure:24873: result: yes | |
configure:24873: checking sys/processor.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:69:27: fatal error: sys/processor.h: No such file or directory | |
#include <sys/processor.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/processor.h> | |
configure:24873: result: no | |
configure:24873: checking sys/processor.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:36:27: fatal error: sys/processor.h: No such file or directory | |
#include <sys/processor.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/processor.h> | |
configure:24873: result: no | |
configure:24873: checking for sys/processor.h | |
configure:24873: result: no | |
configure:24873: checking sys/pstat.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:69:23: fatal error: sys/pstat.h: No such file or directory | |
#include <sys/pstat.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/pstat.h> | |
configure:24873: result: no | |
configure:24873: checking sys/pstat.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:36:23: fatal error: sys/pstat.h: No such file or directory | |
#include <sys/pstat.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/pstat.h> | |
configure:24873: result: no | |
configure:24873: checking for sys/pstat.h | |
configure:24873: result: no | |
configure:24873: checking sys/sysinfo.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking sys/sysinfo.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for sys/sysinfo.h | |
configure:24873: result: yes | |
configure:24873: checking sys/syssgi.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:70:24: fatal error: sys/syssgi.h: No such file or directory | |
#include <sys/syssgi.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/syssgi.h> | |
configure:24873: result: no | |
configure:24873: checking sys/syssgi.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:37:24: fatal error: sys/syssgi.h: No such file or directory | |
#include <sys/syssgi.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/syssgi.h> | |
configure:24873: result: no | |
configure:24873: checking for sys/syssgi.h | |
configure:24873: result: no | |
configure:24873: checking sys/systemcfg.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:70:27: fatal error: sys/systemcfg.h: No such file or directory | |
#include <sys/systemcfg.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <sys/systemcfg.h> | |
configure:24873: result: no | |
configure:24873: checking sys/systemcfg.h presence | |
configure:24873: gcc -E conftest.c | |
conftest.c:37:27: fatal error: sys/systemcfg.h: No such file or directory | |
#include <sys/systemcfg.h> | |
^ | |
compilation terminated. | |
configure:24873: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| /* end confdefs.h. */ | |
| #include <sys/systemcfg.h> | |
configure:24873: result: no | |
configure:24873: checking for sys/systemcfg.h | |
configure:24873: result: no | |
configure:24873: checking sys/time.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking sys/time.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for sys/time.h | |
configure:24873: result: yes | |
configure:24873: checking sys/times.h usability | |
configure:24873: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking sys/times.h presence | |
configure:24873: gcc -E conftest.c | |
configure:24873: $? = 0 | |
configure:24873: result: yes | |
configure:24873: checking for sys/times.h | |
configure:24873: result: yes | |
configure:24887: checking for sys/resource.h | |
configure:24887: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24887: $? = 0 | |
configure:24887: result: yes | |
configure:24911: checking for sys/sysctl.h | |
configure:24911: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24911: $? = 0 | |
configure:24911: result: yes | |
configure:24928: checking for machine/hal_sysinfo.h | |
configure:24928: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:45:33: fatal error: machine/hal_sysinfo.h: No such file or directory | |
#include <machine/hal_sysinfo.h> | |
^ | |
compilation terminated. | |
configure:24928: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| /* end confdefs.h. */ | |
| #if HAVE_SYS_SYSINFO_H | |
| # include <sys/sysinfo.h> | |
| #endif | |
| | |
| #include <machine/hal_sysinfo.h> | |
configure:24928: result: no | |
configure:24953: checking whether fgetc is declared | |
configure:24953: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24953: $? = 0 | |
configure:24953: result: yes | |
configure:24963: checking whether fscanf is declared | |
configure:24963: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24963: $? = 0 | |
configure:24963: result: yes | |
configure:24973: checking whether optarg is declared | |
configure:24973: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24973: $? = 0 | |
configure:24973: result: yes | |
configure:24983: checking whether ungetc is declared | |
configure:24983: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24983: $? = 0 | |
configure:24983: result: yes | |
configure:24993: checking whether vfprintf is declared | |
configure:24993: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:24993: $? = 0 | |
configure:24993: result: yes | |
configure:25004: checking whether sys_errlist is declared | |
configure:25004: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25004: $? = 0 | |
configure:25004: result: yes | |
configure:25016: checking whether sys_nerr is declared | |
configure:25016: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25016: $? = 0 | |
configure:25016: result: yes | |
configure:25030: checking return type of signal handlers | |
configure:25048: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:54:10: error: void value not ignored as it ought to be | |
return *(signal (0, 0)) (0) == 1; | |
~^~~~~~~~~~~~~~~~~~ | |
configure:25048: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| return *(signal (0, 0)) (0) == 1; | |
| ; | |
| return 0; | |
| } | |
configure:25055: result: void | |
configure:25074: checking for intmax_t | |
configure:25074: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25074: $? = 0 | |
configure:25074: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:85:23: error: expected expression before ')' token | |
if (sizeof ((intmax_t))) | |
^ | |
configure:25074: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((intmax_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25074: result: yes | |
configure:25083: checking for long double | |
configure:25083: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25083: $? = 0 | |
configure:25083: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:86:26: error: expected expression before ')' token | |
if (sizeof ((long double))) | |
^ | |
configure:25083: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((long double))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25083: result: yes | |
configure:25092: checking for long long | |
configure:25092: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25092: $? = 0 | |
configure:25092: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:87:24: error: expected expression before ')' token | |
if (sizeof ((long long))) | |
^ | |
configure:25092: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((long long))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25092: result: yes | |
configure:25101: checking for ptrdiff_t | |
configure:25101: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25101: $? = 0 | |
configure:25101: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:88:24: error: expected expression before ')' token | |
if (sizeof ((ptrdiff_t))) | |
^ | |
configure:25101: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((ptrdiff_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25101: result: yes | |
configure:25110: checking for quad_t | |
configure:25110: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25110: $? = 0 | |
configure:25110: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:89:21: error: expected expression before ')' token | |
if (sizeof ((quad_t))) | |
^ | |
configure:25110: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((quad_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25110: result: yes | |
configure:25119: checking for uint_least32_t | |
configure:25119: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25119: $? = 0 | |
configure:25119: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:90:29: error: expected expression before ')' token | |
if (sizeof ((uint_least32_t))) | |
^ | |
configure:25119: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((uint_least32_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25119: result: yes | |
configure:25128: checking for intptr_t | |
configure:25128: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25128: $? = 0 | |
configure:25128: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:91:23: error: expected expression before ')' token | |
if (sizeof ((intptr_t))) | |
^ | |
configure:25128: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| int | |
| main () | |
| { | |
| if (sizeof ((intptr_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:25128: result: yes | |
configure:25139: checking for preprocessor stringizing operator | |
configure:25159: result: yes | |
configure:25171: checking for working volatile | |
configure:25190: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25190: $? = 0 | |
configure:25197: result: yes | |
configure:25206: checking for C/C++ restrict keyword | |
configure:25231: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25231: $? = 0 | |
configure:25239: result: __restrict | |
configure:25253: checking whether <stdarg.h> exists and works | |
configure:25278: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25278: $? = 0 | |
configure:25286: result: yes | |
configure:25294: checking whether gcc __attribute__ ((const)) works | |
configure:25310: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25310: $? = 0 | |
configure:25318: result: yes | |
configure:25326: checking whether gcc __attribute__ ((malloc)) works | |
configure:25335: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c conftest.c >conftest.out 2>&1 | |
configure:25338: $? = 0 | |
configure:25352: result: yes | |
configure:25360: checking whether gcc __attribute__ ((mode (XX))) works | |
configure:25376: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25376: $? = 0 | |
configure:25384: result: yes | |
configure:25392: checking whether gcc __attribute__ ((noreturn)) works | |
configure:25408: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25408: $? = 0 | |
configure:25416: result: yes | |
configure:25425: checking for inline | |
configure:25441: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25441: $? = 0 | |
configure:25449: result: inline | |
configure:25492: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25492: $? = 0 | |
configure:25596: checking for cos in -lm | |
configure:25621: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c -lm >&5 | |
conftest.c:70:6: warning: conflicting types for built-in function 'cos' | |
char cos (); | |
^~~ | |
configure:25621: $? = 0 | |
configure:25630: result: yes | |
configure:25644: checking for working alloca.h | |
configure:25660: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25660: $? = 0 | |
configure:25668: result: yes | |
configure:25677: checking for alloca (via gmp-impl.h) | |
configure:25700: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25700: $? = 0 | |
configure:25708: result: yes | |
configure:25717: checking how to allocate temporary memory | |
configure:25741: result: alloca | |
configure:25799: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25799: $? = 0 | |
configure:25808: checking whether byte ordering is bigendian | |
configure:25823: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:67:9: error: unknown type name 'not' | |
not a universal capable compiler | |
^~~ | |
conftest.c:67:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | |
not a universal capable compiler | |
^~~~~~~~~ | |
conftest.c:67:15: error: unknown type name 'universal' | |
configure:25823: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #ifndef __APPLE_CC__ | |
| not a universal capable compiler | |
| #endif | |
| typedef int dummy; | |
| | |
configure:25868: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:25868: $? = 0 | |
configure:25886: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:73:4: error: unknown type name 'not' | |
not big endian | |
^~~ | |
conftest.c:73:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | |
not big endian | |
^~~~~~ | |
configure:25886: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/param.h> | |
| | |
| int | |
| main () | |
| { | |
| #if BYTE_ORDER != BIG_ENDIAN | |
| not big endian | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:26014: result: no | |
configure:26043: checking format of `double' floating point | |
configure:26063: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c conftest.c >&5 2>&1 | |
configure:26066: $? = 0 | |
configure:26233: result: IEEE little endian | |
configure:26313: checking for alarm | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for attr_get | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/ccxRi0W7.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `attr_get' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| /* end confdefs.h. */ | |
| /* Define attr_get to an innocuous variant, in case <limits.h> declares attr_get. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define attr_get innocuous_attr_get | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char attr_get (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef attr_get | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char attr_get (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_attr_get || defined __stub___attr_get | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return attr_get (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for clock | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for cputime | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/ccPRD1V6.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `cputime' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| /* end confdefs.h. */ | |
| /* Define cputime to an innocuous variant, in case <limits.h> declares cputime. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define cputime innocuous_cputime | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char cputime (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef cputime | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char cputime (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_cputime || defined __stub___cputime | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return cputime (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for getpagesize | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for getrusage | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for gettimeofday | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for getsysinfo | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/ccuRBMfg.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `getsysinfo' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| /* end confdefs.h. */ | |
| /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define getsysinfo innocuous_getsysinfo | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char getsysinfo (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef getsysinfo | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char getsysinfo (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_getsysinfo || defined __stub___getsysinfo | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return getsysinfo (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for localeconv | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for memset | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:97:6: warning: conflicting types for built-in function 'memset' | |
char memset (); | |
^~~~~~ | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for mmap | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for mprotect | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for nl_langinfo | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for obstack_vprintf | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for popen | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for processor_info | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/ccGdKX5D.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `processor_info' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| /* end confdefs.h. */ | |
| /* Define processor_info to an innocuous variant, in case <limits.h> declares processor_info. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define processor_info innocuous_processor_info | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char processor_info (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef processor_info | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char processor_info (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_processor_info || defined __stub___processor_info | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return processor_info (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for pstat_getprocessor | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/cc4InGqF.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `pstat_getprocessor' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| /* end confdefs.h. */ | |
| /* Define pstat_getprocessor to an innocuous variant, in case <limits.h> declares pstat_getprocessor. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define pstat_getprocessor innocuous_pstat_getprocessor | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char pstat_getprocessor (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef pstat_getprocessor | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char pstat_getprocessor (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_pstat_getprocessor || defined __stub___pstat_getprocessor | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return pstat_getprocessor (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for raise | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for read_real_time | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/cc14av3N.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `read_real_time' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| /* end confdefs.h. */ | |
| /* Define read_real_time to an innocuous variant, in case <limits.h> declares read_real_time. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define read_real_time innocuous_read_real_time | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char read_real_time (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef read_real_time | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char read_real_time (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_read_real_time || defined __stub___read_real_time | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return read_real_time (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for sigaction | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for sigaltstack | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for sigstack | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/cc7u52vV.o: In function `main': | |
conftest.c:(.text.startup+0x7): warning: the `sigstack' function is dangerous. `sigaltstack' should be used instead. | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for syssgi | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/cc4RLdE1.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `syssgi' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_SIGSTACK 1 | |
| /* end confdefs.h. */ | |
| /* Define syssgi to an innocuous variant, in case <limits.h> declares syssgi. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define syssgi innocuous_syssgi | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char syssgi (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef syssgi | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char syssgi (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_syssgi || defined __stub___syssgi | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return syssgi (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for strchr | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:107:6: warning: conflicting types for built-in function 'strchr' | |
char strchr (); | |
^~~~~~ | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for strerror | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for strnlen | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for strtol | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for strtoul | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for sysconf | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for sysctl | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26313: checking for sysctlbyname | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/ccQQRWoi.o: In function `main': | |
conftest.c:(.text.startup+0x7): undefined reference to `sysctlbyname' | |
collect2: error: ld returned 1 exit status | |
configure:26313: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_SIGSTACK 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSCTL 1 | |
| /* end confdefs.h. */ | |
| /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname. | |
| For example, HP-UX 11i <limits.h> declares gettimeofday. */ | |
| #define sysctlbyname innocuous_sysctlbyname | |
| | |
| /* System header to define __stub macros and hopefully few prototypes, | |
| which can conflict with char sysctlbyname (); below. | |
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | |
| <limits.h> exists even on freestanding compilers. */ | |
| | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| | |
| #undef sysctlbyname | |
| | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char sysctlbyname (); | |
| /* The GNU C library defines this for functions which it implements | |
| to always fail with ENOSYS. Some functions are actually named | |
| something starting with __ and the normal name is an alias. */ | |
| #if defined __stub_sysctlbyname || defined __stub___sysctlbyname | |
| choke me | |
| #endif | |
| | |
| int | |
| main () | |
| { | |
| return sysctlbyname (); | |
| ; | |
| return 0; | |
| } | |
configure:26313: result: no | |
configure:26313: checking for times | |
configure:26313: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26313: $? = 0 | |
configure:26313: result: yes | |
configure:26329: checking for library containing clock_gettime | |
configure:26360: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26360: $? = 0 | |
configure:26377: result: none required | |
configure:26394: checking for vsnprintf | |
configure:26394: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:116:6: warning: conflicting types for built-in function 'vsnprintf' | |
char vsnprintf (); | |
^~~~~~~~~ | |
configure:26394: $? = 0 | |
configure:26394: result: yes | |
configure:26404: checking whether vsnprintf works | |
configure:26465: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26465: $? = 0 | |
configure:26465: ./conftest | |
configure:26465: $? = 0 | |
configure:26465: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:26465: $? = 0 | |
configure:26465: ./conftest | |
configure:26465: $? = 0 | |
configure:26477: result: yes | |
configure:26490: checking whether sscanf needs writable input | |
configure:26502: result: no | |
configure:26516: checking for struct pst_processor.psp_iticksperclktick | |
configure:26516: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:94:23: fatal error: sys/pstat.h: No such file or directory | |
#include <sys/pstat.h> | |
^ | |
compilation terminated. | |
configure:26516: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_SIGSTACK 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_CLOCK_GETTIME 1 | |
| #define HAVE_VSNPRINTF 1 | |
| /* end confdefs.h. */ | |
| #include <sys/pstat.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct pst_processor ac_aggr; | |
| if (ac_aggr.psp_iticksperclktick) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:26516: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c:94:23: fatal error: sys/pstat.h: No such file or directory | |
#include <sys/pstat.h> | |
^ | |
compilation terminated. | |
configure:26516: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_SIGSTACK 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_CLOCK_GETTIME 1 | |
| #define HAVE_VSNPRINTF 1 | |
| /* end confdefs.h. */ | |
| #include <sys/pstat.h> | |
| | |
| int | |
| main () | |
| { | |
| static struct pst_processor ac_aggr; | |
| if (sizeof ac_aggr.psp_iticksperclktick) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:26516: result: no | |
configure:27249: checking for suitable m4 | |
trying m4 | |
good | |
configure:27291: result: m4 | |
configure:27297: checking if m4wrap produces spurious output | |
test input is | |
changequote({,})define(x,)m4wrap({x})dnl | |
produces 0 chars output | |
configure:27319: result: no | |
configure:27338: checking how to switch to text section | |
trying .text | |
configure:27349: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27352: $? = 0 | |
configure:27372: result: .text | |
configure:27376: checking how to switch to data section | |
configure:27387: result: .data | |
configure:27392: checking for assembler label suffix | |
trying | |
configure:27405: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27408: $? = 1 | |
conftest.s: Assembler messages: | |
conftest.s:2: Error: no such instruction: `somelabel' | |
configure: failed program was: | |
.text | |
somelabel | |
conftest.s: Assembler messages: | |
conftest.s:2: Error: no such instruction: `somelabel' | |
trying : | |
configure:27405: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27408: $? = 0 | |
configure:27428: result: : | |
configure:27433: checking for assembler global directive | |
configure:27445: result: .globl | |
configure:27450: checking for assembler global directive attribute | |
configure:27461: result: | |
configure:27466: checking if globals are prefixed by underscore | |
configure:27476: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c conftest.c >&5 | |
configure:27479: $? = 0 | |
configure:27497: result: no | |
configure:27537: checking how to switch to read-only data section | |
Test program: | |
extern const int foo[]; /* Suppresses C++'s suppression of foo */ | |
const int foo[] = {1,2,3}; | |
configure:27557: gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -S conftest.c >&5 | |
configure:27560: $? = 0 | |
Compiler output: | |
.file "conftest.c" | |
.globl foo | |
.section .rodata | |
.align 8 | |
.type foo, @object | |
.size foo, 12 | |
foo: | |
.long 1 | |
.long 2 | |
.long 3 | |
.ident "GCC: (GNU) 6.3.1 20170109" | |
.section .note.GNU-stack,"",@progbits | |
Match: .section .rodata | |
configure:27591: result: .section .rodata | |
configure:27595: checking for assembler .type directive | |
configure:27606: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27609: $? = 0 | |
configure:27629: result: .type $1,@$2 | |
configure:27633: checking for assembler .size directive | |
configure:27643: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27646: $? = 0 | |
configure:27663: result: .size $1,$2 | |
configure:27670: checking for assembler local label prefix | |
Trying L | |
configure:27684: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27687: $? = 0 | |
0000000000000000 t Lgurkmacka | |
0000000000000000 t dummy | |
L label is local but still in object file | |
Trying .L | |
configure:27684: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27687: $? = 0 | |
0000000000000000 t dummy | |
.L label doesn't appear in object file at all (good) | |
Local label appears in object files: no | |
configure:27733: result: .L | |
configure:27744: checking for assembler byte directive | |
trying .byte | |
configure:27757: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27760: $? = 0 | |
configure:27780: result: .byte | |
configure:27788: checking how to define a 32-bit word | |
configure:27813: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27816: $? = 0 | |
configure:27842: result: .long | |
configure:27851: checking if .align assembly directive is logarithmic | |
configure:27866: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:27869: $? = 0 | |
configure:27888: result: no | |
configure:28368: checking if the .align directive accepts an 0x90 fill in .text | |
configure:28380: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.s >conftest.out 2>&1 | |
configure:28383: $? = 0 | |
configure:28401: result: yes | |
configure:28750: checking size of void * | |
configure:28755: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:28755: $? = 0 | |
configure:28755: ./conftest | |
configure:28755: $? = 0 | |
configure:28769: result: 8 | |
configure:28783: checking size of unsigned short | |
configure:28788: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:28788: $? = 0 | |
configure:28788: ./conftest | |
configure:28788: $? = 0 | |
configure:28802: result: 2 | |
configure:28816: checking size of unsigned | |
configure:28821: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:28821: $? = 0 | |
configure:28821: ./conftest | |
configure:28821: $? = 0 | |
configure:28835: result: 4 | |
configure:28849: checking size of unsigned long | |
configure:28854: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:28854: $? = 0 | |
configure:28854: ./conftest | |
configure:28854: $? = 0 | |
configure:28868: result: 8 | |
configure:28882: checking size of mp_limb_t | |
configure:28887: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:28887: $? = 0 | |
configure:28887: ./conftest | |
configure:28887: $? = 0 | |
configure:28907: result: 8 | |
configure:29049: checking for stack_t | |
configure:29049: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:29049: $? = 0 | |
configure:29049: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:317:22: error: expected expression before ')' token | |
if (sizeof ((stack_t))) | |
^ | |
configure:29049: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_SIGSTACK 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_CLOCK_GETTIME 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_NATIVE_mpn_add_n 1 | |
| #define HAVE_NATIVE_mpn_add_nc 1 | |
| #define HAVE_NATIVE_mpn_sub_n 1 | |
| #define HAVE_NATIVE_mpn_sub_nc 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_add_n 1 | |
| #define HAVE_NATIVE_mpn_add_nc 1 | |
| #define HAVE_NATIVE_mpn_sub_n 1 | |
| #define HAVE_NATIVE_mpn_sub_nc 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_addcnd_n 1 | |
| #define HAVE_NATIVE_mpn_subcnd_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_addcnd_n 1 | |
| #define HAVE_NATIVE_mpn_subcnd_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_com 1 | |
| #define HAVE_NATIVE_mpn_mul_1 1 | |
| #define HAVE_NATIVE_mpn_addmul_1 1 | |
| #define HAVE_NATIVE_mpn_submul_1 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_addmul_1 1 | |
| #define HAVE_NATIVE_mpn_submul_1 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err1_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err1_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err2_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err2_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err3_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err3_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err1_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err1_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err2_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err2_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err3_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err3_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_lshift 1 | |
| #define HAVE_NATIVE_mpn_rshift 1 | |
| #define HAVE_NATIVE_mpn_divexact_1 1 | |
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1 | |
| #define HAVE_NATIVE_mpn_divrem_1 1 | |
| #define HAVE_NATIVE_mpn_divrem_2 1 | |
| #define HAVE_NATIVE_mpn_mod_34lsub1 1 | |
| #define HAVE_NATIVE_mpn_modexact_1_odd 1 | |
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1 | |
| #define HAVE_NATIVE_mpn_mod_1_1p 1 | |
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_2p 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_4p 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1 | |
| #define HAVE_NATIVE_mpn_lshiftc 1 | |
| #define HAVE_NATIVE_mpn_mul_basecase 1 | |
| #define HAVE_NATIVE_mpn_sqr_basecase 1 | |
| #define HAVE_NATIVE_mpn_mulmid_basecase 1 | |
| #define HAVE_NATIVE_mpn_popcount 1 | |
| #define HAVE_NATIVE_mpn_hamdist 1 | |
| #define HAVE_NATIVE_mpn_gcd_1 1 | |
| #define HAVE_NATIVE_mpn_mullo_basecase 1 | |
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1 | |
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1 | |
| #define HAVE_NATIVE_mpn_bdiv_q_1 1 | |
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1 | |
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1 | |
| #define HAVE_NATIVE_mpn_redc_1 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_copyi 1 | |
| #define HAVE_NATIVE_mpn_copyd 1 | |
| #define HAVE_NATIVE_mpn_tabselect 1 | |
| #define HAVE_NATIVE_mpn_invert_limb 1 | |
| #define HAVE_NATIVE_C 1 | |
| #define HAVE_NATIVE_Kn 1 | |
| #define HAVE_NATIVE_C2 1 | |
| #define HAVE_NATIVE_Ci 1 | |
| #define HAVE_NATIVE_mpn_mul_2 1 | |
| #define HAVE_NATIVE_mpn_addmul_2 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_n 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_sublsh1_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_n 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_nc 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_nc 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh2_n 1 | |
| #define HAVE_NATIVE_mpn_sublsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh_n 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_addlsh_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh_n 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1 | |
| #define LSYM_PREFIX ".L" | |
| #define HAVE_HOST_CPU_FAMILY_x86_64 1 | |
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/coreisbr/gmp-mparam.h" | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_UNSIGNED_SHORT 2 | |
| #define SIZEOF_UNSIGNED 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define SIZEOF_MP_LIMB_T 8 | |
| /* end confdefs.h. */ | |
| #include <signal.h> | |
| | |
| int | |
| main () | |
| { | |
| if (sizeof ((stack_t))) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
configure:29049: result: yes | |
configure:29087: checking for tputs in -lncurses | |
configure:29112: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c -lncurses >&5 | |
configure:29112: $? = 0 | |
configure:29121: result: yes | |
configure:29173: checking for readline in -lreadline | |
configure:29198: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c -lreadline -lncurses >&5 | |
configure:29198: $? = 0 | |
configure:29207: result: yes | |
configure:29210: checking readline/readline.h usability | |
configure:29210: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:29210: $? = 0 | |
configure:29210: result: yes | |
configure:29210: checking readline/readline.h presence | |
configure:29210: gcc -E conftest.c | |
configure:29210: $? = 0 | |
configure:29210: result: yes | |
configure:29210: checking for readline/readline.h | |
configure:29210: result: yes | |
configure:29212: checking readline/history.h usability | |
configure:29212: gcc -c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
configure:29212: $? = 0 | |
configure:29212: result: yes | |
configure:29212: checking readline/history.h presence | |
configure:29212: gcc -E conftest.c | |
configure:29212: $? = 0 | |
configure:29212: result: yes | |
configure:29212: checking for readline/history.h | |
configure:29212: result: yes | |
configure:29223: checking readline detected | |
configure:29225: result: yes | |
configure:29240: checking for bison | |
configure:29256: found /usr/bin/bison | |
configure:29267: result: bison -y | |
configure:29283: checking for flex | |
configure:29299: found /usr/bin/flex | |
configure:29310: result: flex | |
configure:29348: flex conftest.l | |
configure:29352: $? = 0 | |
configure:29354: checking lex output file root | |
configure:29368: result: lex.yy | |
configure:29373: checking lex library | |
configure:29387: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c >&5 | |
/tmp/cc2Yjnwt.o: In function `yylex': | |
conftest.c:(.text+0xa28): undefined reference to `yywrap' | |
conftest.c:(.text+0xf27): undefined reference to `yywrap' | |
/tmp/cc2Yjnwt.o: In function `main': | |
conftest.c:(.text.startup+0x9): undefined reference to `yywrap' | |
collect2: error: ld returned 1 exit status | |
configure:29387: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "GNU MP" | |
| #define PACKAGE_TARNAME "gmp" | |
| #define PACKAGE_VERSION "5.1.1" | |
| #define PACKAGE_STRING "GNU MP 5.1.1" | |
| #define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
| #define PACKAGE "gmp" | |
| #define VERSION "5.1.1" | |
| #define WANT_FFT 1 | |
| #define HAVE_HOST_CPU_coreisbr 1 | |
| #define HAVE_SPEED_CYCLECOUNTER 2 | |
| #define HAVE_CALLING_CONVENTIONS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| #define HAVE_DLFCN_H 1 | |
| #define LT_OBJDIR ".libs/" | |
| #define STDC_HEADERS 1 | |
| #define TIME_WITH_SYS_TIME 1 | |
| #define HAVE_FCNTL_H 1 | |
| #define HAVE_FLOAT_H 1 | |
| #define HAVE_LANGINFO_H 1 | |
| #define HAVE_LOCALE_H 1 | |
| #define HAVE_NL_TYPES_H 1 | |
| #define HAVE_SYS_MMAN_H 1 | |
| #define HAVE_SYS_PARAM_H 1 | |
| #define HAVE_SYS_SYSINFO_H 1 | |
| #define HAVE_SYS_TIME_H 1 | |
| #define HAVE_SYS_TIMES_H 1 | |
| #define HAVE_SYS_RESOURCE_H 1 | |
| #define HAVE_SYS_SYSCTL_H 1 | |
| #define HAVE_DECL_FGETC 1 | |
| #define HAVE_DECL_FSCANF 1 | |
| #define HAVE_DECL_OPTARG 1 | |
| #define HAVE_DECL_UNGETC 1 | |
| #define HAVE_DECL_VFPRINTF 1 | |
| #define HAVE_DECL_SYS_ERRLIST 1 | |
| #define HAVE_DECL_SYS_NERR 1 | |
| #define RETSIGTYPE void | |
| #define HAVE_INTMAX_T 1 | |
| #define HAVE_LONG_DOUBLE 1 | |
| #define HAVE_LONG_LONG 1 | |
| #define HAVE_PTRDIFF_T 1 | |
| #define HAVE_QUAD_T 1 | |
| #define HAVE_UINT_LEAST32_T 1 | |
| #define HAVE_INTPTR_T 1 | |
| #define HAVE_STRINGIZE 1 | |
| #define restrict __restrict | |
| #define HAVE_STDARG 1 | |
| #define HAVE_ATTRIBUTE_CONST 1 | |
| #define HAVE_ATTRIBUTE_MALLOC 1 | |
| #define HAVE_ATTRIBUTE_MODE 1 | |
| #define HAVE_ATTRIBUTE_NORETURN 1 | |
| #define HAVE_ALLOCA_H 1 | |
| #define HAVE_ALLOCA 1 | |
| #define WANT_TMP_ALLOCA 1 | |
| #define HAVE_LIMB_LITTLE_ENDIAN 1 | |
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
| #define HAVE_ALARM 1 | |
| #define HAVE_CLOCK 1 | |
| #define HAVE_GETPAGESIZE 1 | |
| #define HAVE_GETRUSAGE 1 | |
| #define HAVE_GETTIMEOFDAY 1 | |
| #define HAVE_LOCALECONV 1 | |
| #define HAVE_MEMSET 1 | |
| #define HAVE_MMAP 1 | |
| #define HAVE_MPROTECT 1 | |
| #define HAVE_NL_LANGINFO 1 | |
| #define HAVE_OBSTACK_VPRINTF 1 | |
| #define HAVE_POPEN 1 | |
| #define HAVE_RAISE 1 | |
| #define HAVE_SIGACTION 1 | |
| #define HAVE_SIGALTSTACK 1 | |
| #define HAVE_SIGSTACK 1 | |
| #define HAVE_STRCHR 1 | |
| #define HAVE_STRERROR 1 | |
| #define HAVE_STRNLEN 1 | |
| #define HAVE_STRTOL 1 | |
| #define HAVE_STRTOUL 1 | |
| #define HAVE_SYSCONF 1 | |
| #define HAVE_SYSCTL 1 | |
| #define HAVE_TIMES 1 | |
| #define HAVE_CLOCK_GETTIME 1 | |
| #define HAVE_VSNPRINTF 1 | |
| #define HAVE_NATIVE_mpn_add_n 1 | |
| #define HAVE_NATIVE_mpn_add_nc 1 | |
| #define HAVE_NATIVE_mpn_sub_n 1 | |
| #define HAVE_NATIVE_mpn_sub_nc 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_add_n 1 | |
| #define HAVE_NATIVE_mpn_add_nc 1 | |
| #define HAVE_NATIVE_mpn_sub_n 1 | |
| #define HAVE_NATIVE_mpn_sub_nc 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_addcnd_n 1 | |
| #define HAVE_NATIVE_mpn_subcnd_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_addcnd_n 1 | |
| #define HAVE_NATIVE_mpn_subcnd_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_com 1 | |
| #define HAVE_NATIVE_mpn_mul_1 1 | |
| #define HAVE_NATIVE_mpn_addmul_1 1 | |
| #define HAVE_NATIVE_mpn_submul_1 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_addmul_1 1 | |
| #define HAVE_NATIVE_mpn_submul_1 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err1_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err1_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err2_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err2_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err3_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err3_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err1_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err1_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err2_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err2_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_add_err3_n 1 | |
| #define HAVE_NATIVE_mpn_sub_err3_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_lshift 1 | |
| #define HAVE_NATIVE_mpn_rshift 1 | |
| #define HAVE_NATIVE_mpn_divexact_1 1 | |
| #define HAVE_NATIVE_mpn_preinv_divrem_1 1 | |
| #define HAVE_NATIVE_mpn_divrem_1 1 | |
| #define HAVE_NATIVE_mpn_divrem_2 1 | |
| #define HAVE_NATIVE_mpn_mod_34lsub1 1 | |
| #define HAVE_NATIVE_mpn_modexact_1_odd 1 | |
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1 | |
| #define HAVE_NATIVE_mpn_mod_1_1p 1 | |
| #define HAVE_NATIVE_mpn_mod_1_1p_cps 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_2p 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_2p_cps 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_4p 1 | |
| #define HAVE_NATIVE_mpn_mod_1s_4p_cps 1 | |
| #define HAVE_NATIVE_mpn_lshiftc 1 | |
| #define HAVE_NATIVE_mpn_mul_basecase 1 | |
| #define HAVE_NATIVE_mpn_sqr_basecase 1 | |
| #define HAVE_NATIVE_mpn_mulmid_basecase 1 | |
| #define HAVE_NATIVE_mpn_popcount 1 | |
| #define HAVE_NATIVE_mpn_hamdist 1 | |
| #define HAVE_NATIVE_mpn_gcd_1 1 | |
| #define HAVE_NATIVE_mpn_mullo_basecase 1 | |
| #define HAVE_NATIVE_mpn_div_qr_2n_pi1 1 | |
| #define HAVE_NATIVE_mpn_div_qr_2u_pi1 1 | |
| #define HAVE_NATIVE_mpn_bdiv_q_1 1 | |
| #define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1 | |
| #define HAVE_NATIVE_mpn_bdiv_dbm1c 1 | |
| #define HAVE_NATIVE_mpn_redc_1 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_and_n 1 | |
| #define HAVE_NATIVE_mpn_andn_n 1 | |
| #define HAVE_NATIVE_mpn_nand_n 1 | |
| #define HAVE_NATIVE_mpn_ior_n 1 | |
| #define HAVE_NATIVE_mpn_iorn_n 1 | |
| #define HAVE_NATIVE_mpn_nior_n 1 | |
| #define HAVE_NATIVE_mpn_xor_n 1 | |
| #define HAVE_NATIVE_mpn_xnor_n 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_func 1 | |
| #define HAVE_NATIVE_mpn_copyi 1 | |
| #define HAVE_NATIVE_mpn_copyd 1 | |
| #define HAVE_NATIVE_mpn_tabselect 1 | |
| #define HAVE_NATIVE_mpn_invert_limb 1 | |
| #define HAVE_NATIVE_C 1 | |
| #define HAVE_NATIVE_Kn 1 | |
| #define HAVE_NATIVE_C2 1 | |
| #define HAVE_NATIVE_Ci 1 | |
| #define HAVE_NATIVE_mpn_mul_2 1 | |
| #define HAVE_NATIVE_mpn_addmul_2 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_n 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_sublsh1_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_n 1 | |
| #define HAVE_NATIVE_mpn_rsblsh1_nc 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_nc 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1add_nc 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_n 1 | |
| #define HAVE_NATIVE_mpn_rsh1sub_nc 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh2_n 1 | |
| #define HAVE_NATIVE_mpn_sublsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh2_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh2_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh_n 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_addlsh_n 1 | |
| #define HAVE_NATIVE_mpn_addlsh_nc 1 | |
| #define HAVE_NATIVE_mpn_rsblsh_n 1 | |
| #define HAVE_NATIVE_func_n 1 | |
| #define HAVE_NATIVE_func_nc 1 | |
| #define HAVE_NATIVE_mpn_addaddmul_1msb0 1 | |
| #define LSYM_PREFIX ".L" | |
| #define HAVE_HOST_CPU_FAMILY_x86_64 1 | |
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/coreisbr/gmp-mparam.h" | |
| #define SIZEOF_VOID_P 8 | |
| #define SIZEOF_UNSIGNED_SHORT 2 | |
| #define SIZEOF_UNSIGNED 4 | |
| #define SIZEOF_UNSIGNED_LONG 8 | |
| #define SIZEOF_MP_LIMB_T 8 | |
| #define HAVE_STACK_T 1 | |
| /* end confdefs.h. */ | |
| | |
| #line 2 "lex.yy.c" | |
| | |
| #define YY_INT_ALIGNED short int | |
| | |
| /* A lexical scanner generated by flex */ | |
| | |
| #define FLEX_SCANNER | |
| #define YY_FLEX_MAJOR_VERSION 2 | |
| #define YY_FLEX_MINOR_VERSION 6 | |
| #define YY_FLEX_SUBMINOR_VERSION 3 | |
| #if YY_FLEX_SUBMINOR_VERSION > 0 | |
| #define FLEX_BETA | |
| #endif | |
| | |
| #define yy_create_buffer yy_create_buffer | |
| | |
| #define yy_delete_buffer yy_delete_buffer | |
| | |
| #define yy_scan_buffer yy_scan_buffer | |
| | |
| #define yy_scan_string yy_scan_string | |
| | |
| #define yy_scan_bytes yy_scan_bytes | |
| | |
| #define yy_init_buffer yy_init_buffer | |
| | |
| #define yy_flush_buffer yy_flush_buffer | |
| | |
| #define yy_load_buffer_state yy_load_buffer_state | |
| | |
| #define yy_switch_to_buffer yy_switch_to_buffer | |
| | |
| #define yypush_buffer_state yypush_buffer_state | |
| | |
| #define yypop_buffer_state yypop_buffer_state | |
| | |
| #define yyensure_buffer_stack yyensure_buffer_stack | |
| | |
| #define yylex yylex | |
| | |
| #define yyrestart yyrestart | |
| | |
| #define yylex_init yylex_init | |
| | |
| #define yylex_init_extra yylex_init_extra | |
| | |
| #define yylex_destroy yylex_destroy | |
| | |
| #define yyget_debug yyget_debug | |
| | |
| #define yyset_debug yyset_debug | |
| | |
| #define yyget_extra yyget_extra | |
| | |
| #define yyset_extra yyset_extra | |
| | |
| #define yyget_in yyget_in | |
| | |
| #define yyset_in yyset_in | |
| | |
| #define yyget_out yyget_out | |
| | |
| #define yyset_out yyset_out | |
| | |
| #define yyget_leng yyget_leng | |
| | |
| #define yyget_text yyget_text | |
| | |
| #define yyget_lineno yyget_lineno | |
| | |
| #define yyset_lineno yyset_lineno | |
| | |
| #define yywrap yywrap | |
| | |
| #define yyalloc yyalloc | |
| | |
| #define yyrealloc yyrealloc | |
| | |
| #define yyfree yyfree | |
| | |
| #define yytext yytext | |
| | |
| #define yyleng yyleng | |
| | |
| #define yyin yyin | |
| | |
| #define yyout yyout | |
| | |
| #define yy_flex_debug yy_flex_debug | |
| | |
| #define yylineno yylineno | |
| | |
| /* First, we deal with platform-specific or compiler-specific issues. */ | |
| | |
| /* begin standard C headers. */ | |
| #include <stdio.h> | |
| #include <string.h> | |
| #include <errno.h> | |
| #include <stdlib.h> | |
| | |
| /* end standard C headers. */ | |
| | |
| /* flex integer type definitions */ | |
| | |
| #ifndef FLEXINT_H | |
| #define FLEXINT_H | |
| | |
| /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */ | |
| | |
| #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L | |
| | |
| /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h, | |
| * if you want the limit (max/min) macros for int types. | |
| */ | |
| #ifndef __STDC_LIMIT_MACROS | |
| #define __STDC_LIMIT_MACROS 1 | |
| #endif | |
| | |
| #include <inttypes.h> | |
| typedef int8_t flex_int8_t; | |
| typedef uint8_t flex_uint8_t; | |
| typedef int16_t flex_int16_t; | |
| typedef uint16_t flex_uint16_t; | |
| typedef int32_t flex_int32_t; | |
| typedef uint32_t flex_uint32_t; | |
| #else | |
| typedef signed char flex_int8_t; | |
| typedef short int flex_int16_t; | |
| typedef int flex_int32_t; | |
| typedef unsigned char flex_uint8_t; | |
| typedef unsigned short int flex_uint16_t; | |
| typedef unsigned int flex_uint32_t; | |
| | |
| /* Limits of integral types. */ | |
| #ifndef INT8_MIN | |
| #define INT8_MIN (-128) | |
| #endif | |
| #ifndef INT16_MIN | |
| #define INT16_MIN (-32767-1) | |
| #endif | |
| #ifndef INT32_MIN | |
| #define INT32_MIN (-2147483647-1) | |
| #endif | |
| #ifndef INT8_MAX | |
| #define INT8_MAX (127) | |
| #endif | |
| #ifndef INT16_MAX | |
| #define INT16_MAX (32767) | |
| #endif | |
| #ifndef INT32_MAX | |
| #define INT32_MAX (2147483647) | |
| #endif | |
| #ifndef UINT8_MAX | |
| #define UINT8_MAX (255U) | |
| #endif | |
| #ifndef UINT16_MAX | |
| #define UINT16_MAX (65535U) | |
| #endif | |
| #ifndef UINT32_MAX | |
| #define UINT32_MAX (4294967295U) | |
| #endif | |
| | |
| #endif /* ! C99 */ | |
| | |
| #endif /* ! FLEXINT_H */ | |
| | |
| /* TODO: this is always defined, so inline it */ | |
| #define yyconst const | |
| | |
| #if defined(__GNUC__) && __GNUC__ >= 3 | |
| #define yynoreturn __attribute__((__noreturn__)) | |
| #else | |
| #define yynoreturn | |
| #endif | |
| | |
| /* Returned upon end-of-file. */ | |
| #define YY_NULL 0 | |
| | |
| /* Promotes a possibly negative, possibly signed char to an | |
| * integer in range [0..255] for use as an array index. | |
| */ | |
| #define YY_SC_TO_UI(c) ((YY_CHAR) (c)) | |
| | |
| /* Enter a start condition. This macro really ought to take a parameter, | |
| * but we do it the disgusting crufty way forced on us by the ()-less | |
| * definition of BEGIN. | |
| */ | |
| #define BEGIN (yy_start) = 1 + 2 * | |
| /* Translate the current start state into a value that can be later handed | |
| * to BEGIN to return to the state. The YYSTATE alias is for lex | |
| * compatibility. | |
| */ | |
| #define YY_START (((yy_start) - 1) / 2) | |
| #define YYSTATE YY_START | |
| /* Action number for EOF rule of a given start state. */ | |
| #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) | |
| /* Special action meaning "start processing a new file". */ | |
| #define YY_NEW_FILE yyrestart(yyin ) | |
| #define YY_END_OF_BUFFER_CHAR 0 | |
| | |
| /* Size of default input buffer. */ | |
| #ifndef YY_BUF_SIZE | |
| #ifdef __ia64__ | |
| /* On IA-64, the buffer size is 16k, not 8k. | |
| * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case. | |
| * Ditto for the __ia64__ case accordingly. | |
| */ | |
| #define YY_BUF_SIZE 32768 | |
| #else | |
| #define YY_BUF_SIZE 16384 | |
| #endif /* __ia64__ */ | |
| #endif | |
| | |
| /* The state buf must be large enough to hold one state per character in the main buffer. | |
| */ | |
| #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type)) | |
| | |
| #ifndef YY_TYPEDEF_YY_BUFFER_STATE | |
| #define YY_TYPEDEF_YY_BUFFER_STATE | |
| typedef struct yy_buffer_state *YY_BUFFER_STATE; | |
| #endif | |
| | |
| #ifndef YY_TYPEDEF_YY_SIZE_T | |
| #define YY_TYPEDEF_YY_SIZE_T | |
| typedef size_t yy_size_t; | |
| #endif | |
| | |
| extern int yyleng; | |
| | |
| extern FILE *yyin, *yyout; | |
| | |
| #define EOB_ACT_CONTINUE_SCAN 0 | |
| #define EOB_ACT_END_OF_FILE 1 | |
| #define EOB_ACT_LAST_MATCH 2 | |
| | |
| #define YY_LESS_LINENO(n) | |
| #define YY_LINENO_REWIND_TO(ptr) | |
| | |
| /* Return all but the first "n" matched characters back to the input stream. */ | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| *yy_cp = (yy_hold_char); \ | |
| YY_RESTORE_YY_MORE_OFFSET \ | |
| (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \ | |
| YY_DO_BEFORE_ACTION; /* set up yytext again */ \ | |
| } \ | |
| while ( 0 ) | |
| #define unput(c) yyunput( c, (yytext_ptr) ) | |
| | |
| #ifndef YY_STRUCT_YY_BUFFER_STATE | |
| #define YY_STRUCT_YY_BUFFER_STATE | |
| struct yy_buffer_state | |
| { | |
| FILE *yy_input_file; | |
| | |
| char *yy_ch_buf; /* input buffer */ | |
| char *yy_buf_pos; /* current position in input buffer */ | |
| | |
| /* Size of input buffer in bytes, not including room for EOB | |
| * characters. | |
| */ | |
| int yy_buf_size; | |
| | |
| /* Number of characters read into yy_ch_buf, not including EOB | |
| * characters. | |
| */ | |
| int yy_n_chars; | |
| | |
| /* Whether we "own" the buffer - i.e., we know we created it, | |
| * and can realloc() it to grow it, and should free() it to | |
| * delete it. | |
| */ | |
| int yy_is_our_buffer; | |
| | |
| /* Whether this is an "interactive" input source; if so, and | |
| * if we're using stdio for input, then we want to use getc() | |
| * instead of fread(), to make sure we stop fetching input after | |
| * each newline. | |
| */ | |
| int yy_is_interactive; | |
| | |
| /* Whether we're considered to be at the beginning of a line. | |
| * If so, '^' rules will be active on the next match, otherwise | |
| * not. | |
| */ | |
| int yy_at_bol; | |
| | |
| int yy_bs_lineno; /**< The line count. */ | |
| int yy_bs_column; /**< The column count. */ | |
| | |
| /* Whether to try to fill the input buffer when we reach the | |
| * end of it. | |
| */ | |
| int yy_fill_buffer; | |
| | |
| int yy_buffer_status; | |
| | |
| #define YY_BUFFER_NEW 0 | |
| #define YY_BUFFER_NORMAL 1 | |
| /* When an EOF's been seen but there's still some text to process | |
| * then we mark the buffer as YY_EOF_PENDING, to indicate that we | |
| * shouldn't try reading from the input source any more. We might | |
| * still have a bunch of tokens to match, though, because of | |
| * possible backing-up. | |
| * | |
| * When we actually see the EOF, we change the status to "new" | |
| * (via yyrestart()), so that the user can continue scanning by | |
| * just pointing yyin at a new input file. | |
| */ | |
| #define YY_BUFFER_EOF_PENDING 2 | |
| | |
| }; | |
| #endif /* !YY_STRUCT_YY_BUFFER_STATE */ | |
| | |
| /* Stack of input buffers. */ | |
| static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */ | |
| static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */ | |
| static YY_BUFFER_STATE * yy_buffer_stack = NULL; /**< Stack as an array. */ | |
| | |
| /* We provide macros for accessing buffer states in case in the | |
| * future we want to put the buffer states in a more general | |
| * "scanner state". | |
| * | |
| * Returns the top of the stack, or NULL. | |
| */ | |
| #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \ | |
| ? (yy_buffer_stack)[(yy_buffer_stack_top)] \ | |
| : NULL) | |
| /* Same as previous macro, but useful when we know that the buffer stack is not | |
| * NULL or when we need an lvalue. For internal use only. | |
| */ | |
| #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)] | |
| | |
| /* yy_hold_char holds the character lost when yytext is formed. */ | |
| static char yy_hold_char; | |
| static int yy_n_chars; /* number of characters read into yy_ch_buf */ | |
| int yyleng; | |
| | |
| /* Points to current character in buffer. */ | |
| static char *yy_c_buf_p = NULL; | |
| static int yy_init = 0; /* whether we need to initialize */ | |
| static int yy_start = 0; /* start state number */ | |
| | |
| /* Flag which is used to allow yywrap()'s to do buffer switches | |
| * instead of setting up a fresh yyin. A bit of a hack ... | |
| */ | |
| static int yy_did_buffer_switch_on_eof; | |
| | |
| void yyrestart ( FILE *input_file ); | |
| void yy_switch_to_buffer ( YY_BUFFER_STATE new_buffer ); | |
| YY_BUFFER_STATE yy_create_buffer ( FILE *file, int size ); | |
| void yy_delete_buffer ( YY_BUFFER_STATE b ); | |
| void yy_flush_buffer ( YY_BUFFER_STATE b ); | |
| void yypush_buffer_state ( YY_BUFFER_STATE new_buffer ); | |
| void yypop_buffer_state ( void ); | |
| | |
| static void yyensure_buffer_stack ( void ); | |
| static void yy_load_buffer_state ( void ); | |
| static void yy_init_buffer ( YY_BUFFER_STATE b, FILE *file ); | |
| #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER ) | |
| | |
| YY_BUFFER_STATE yy_scan_buffer ( char *base, yy_size_t size ); | |
| YY_BUFFER_STATE yy_scan_string ( const char *yy_str ); | |
| YY_BUFFER_STATE yy_scan_bytes ( const char *bytes, int len ); | |
| | |
| void *yyalloc ( yy_size_t ); | |
| void *yyrealloc ( void *, yy_size_t ); | |
| void yyfree ( void * ); | |
| | |
| #define yy_new_buffer yy_create_buffer | |
| #define yy_set_interactive(is_interactive) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){ \ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \ | |
| } | |
| #define yy_set_bol(at_bol) \ | |
| { \ | |
| if ( ! YY_CURRENT_BUFFER ){\ | |
| yyensure_buffer_stack (); \ | |
| YY_CURRENT_BUFFER_LVALUE = \ | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); \ | |
| } \ | |
| YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \ | |
| } | |
| #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol) | |
| | |
| /* Begin user sect3 */ | |
| typedef flex_uint8_t YY_CHAR; | |
| | |
| FILE *yyin = NULL, *yyout = NULL; | |
| | |
| typedef int yy_state_type; | |
| | |
| extern int yylineno; | |
| int yylineno = 1; | |
| | |
| extern char *yytext; | |
| #ifdef yytext_ptr | |
| #undef yytext_ptr | |
| #endif | |
| #define yytext_ptr yytext | |
| | |
| static yy_state_type yy_get_previous_state ( void ); | |
| static yy_state_type yy_try_NUL_trans ( yy_state_type current_state ); | |
| static int yy_get_next_buffer ( void ); | |
| static void yynoreturn yy_fatal_error ( const char* msg ); | |
| | |
| /* Done after the current pattern has been matched and before the | |
| * corresponding action - sets up yytext. | |
| */ | |
| #define YY_DO_BEFORE_ACTION \ | |
| (yytext_ptr) = yy_bp; \ | |
| (yytext_ptr) -= (yy_more_len); \ | |
| yyleng = (int) (yy_cp - (yytext_ptr)); \ | |
| (yy_hold_char) = *yy_cp; \ | |
| *yy_cp = '\0'; \ | |
| (yy_c_buf_p) = yy_cp; | |
| #define YY_NUM_RULES 8 | |
| #define YY_END_OF_BUFFER 9 | |
| /* This struct is not used in this scanner, | |
| but its presence is necessary. */ | |
| struct yy_trans_info | |
| { | |
| flex_int32_t yy_verify; | |
| flex_int32_t yy_nxt; | |
| }; | |
| static const flex_int16_t yy_acclist[23] = | |
| { 0, | |
| 9, 7, 8, 8, 1, 7, 8, 2, 7, 8, | |
| 3, 7, 8, 4, 7, 8, 5, 7, 8, 6, | |
| 7, 8 | |
| } ; | |
| | |
| static const flex_int16_t yy_accept[14] = | |
| { 0, | |
| 1, 1, 1, 2, 4, 5, 8, 11, 14, 17, | |
| 20, 23, 23 | |
| } ; | |
| | |
| static const YY_CHAR yy_ec[256] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 3, 4, 5, 6, | |
| | |
| 7, 8, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | |
| 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static const YY_CHAR yy_meta[9] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1 | |
| } ; | |
| | |
| static const flex_int16_t yy_base[13] = | |
| { 0, | |
| 0, 0, 9, 10, 10, 10, 10, 10, 10, 10, | |
| 10, 10 | |
| } ; | |
| | |
| static const flex_int16_t yy_def[13] = | |
| { 0, | |
| 12, 1, 12, 12, 12, 12, 12, 12, 12, 12, | |
| 12, 0 | |
| } ; | |
| | |
| static const flex_int16_t yy_nxt[19] = | |
| { 0, | |
| 4, 5, 6, 7, 8, 9, 10, 11, 12, 3, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| static const flex_int16_t yy_chk[19] = | |
| { 0, | |
| 1, 1, 1, 1, 1, 1, 1, 1, 3, 12, | |
| 12, 12, 12, 12, 12, 12, 12, 12 | |
| } ; | |
| | |
| extern int yy_flex_debug; | |
| int yy_flex_debug = 0; | |
| | |
| static yy_state_type *yy_state_buf=0, *yy_state_ptr=0; | |
| static char *yy_full_match; | |
| static int yy_lp; | |
| #define REJECT \ | |
| { \ | |
| *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \ | |
| yy_cp = (yy_full_match); /* restore poss. backed-over text */ \ | |
| ++(yy_lp); \ | |
| goto find_rule; \ | |
| } | |
| | |
| static int yy_more_flag = 0; | |
| static int yy_more_len = 0; | |
| #define yymore() ((yy_more_flag) = 1) | |
| #define YY_MORE_ADJ (yy_more_len) | |
| #define YY_RESTORE_YY_MORE_OFFSET | |
| char *yytext; | |
| #line 1 "conftest.l" | |
| #line 531 "lex.yy.c" | |
| | |
| #define INITIAL 0 | |
| | |
| #ifndef YY_NO_UNISTD_H | |
| /* Special case for "unistd.h", since it is non-ANSI. We include it way | |
| * down here because we want the user's section 1 to have been scanned first. | |
| * The user has a chance to override it with an option. | |
| */ | |
| #include <unistd.h> | |
| #endif | |
| | |
| #ifndef YY_EXTRA_TYPE | |
| #define YY_EXTRA_TYPE void * | |
| #endif | |
| | |
| static int yy_init_globals ( void ); | |
| | |
| /* Accessor methods to globals. | |
| These are made visible to non-reentrant scanners for convenience. */ | |
| | |
| int yylex_destroy ( void ); | |
| | |
| int yyget_debug ( void ); | |
| | |
| void yyset_debug ( int debug_flag ); | |
| | |
| YY_EXTRA_TYPE yyget_extra ( void ); | |
| | |
| void yyset_extra ( YY_EXTRA_TYPE user_defined ); | |
| | |
| FILE *yyget_in ( void ); | |
| | |
| void yyset_in ( FILE * _in_str ); | |
| | |
| FILE *yyget_out ( void ); | |
| | |
| void yyset_out ( FILE * _out_str ); | |
| | |
| int yyget_leng ( void ); | |
| | |
| char *yyget_text ( void ); | |
| | |
| int yyget_lineno ( void ); | |
| | |
| void yyset_lineno ( int _line_number ); | |
| | |
| /* Macros after this point can all be overridden by user definitions in | |
| * section 1. | |
| */ | |
| | |
| #ifndef YY_SKIP_YYWRAP | |
| #ifdef __cplusplus | |
| extern "C" int yywrap ( void ); | |
| #else | |
| extern int yywrap ( void ); | |
| #endif | |
| #endif | |
| | |
| #ifndef YY_NO_UNPUT | |
| | |
| static void yyunput ( int c, char *buf_ptr ); | |
| | |
| #endif | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy ( char *, const char *, int ); | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen ( const char * ); | |
| #endif | |
| | |
| #ifndef YY_NO_INPUT | |
| #ifdef __cplusplus | |
| static int yyinput ( void ); | |
| #else | |
| static int input ( void ); | |
| #endif | |
| | |
| #endif | |
| | |
| /* Amount of stuff to slurp up with each read. */ | |
| #ifndef YY_READ_BUF_SIZE | |
| #ifdef __ia64__ | |
| /* On IA-64, the buffer size is 16k, not 8k */ | |
| #define YY_READ_BUF_SIZE 16384 | |
| #else | |
| #define YY_READ_BUF_SIZE 8192 | |
| #endif /* __ia64__ */ | |
| #endif | |
| | |
| /* Copy whatever the last rule matched to the standard output. */ | |
| #ifndef ECHO | |
| /* This used to be an fputs(), but since the string might contain NUL's, | |
| * we now use fwrite(). | |
| */ | |
| #define ECHO do { if (fwrite( yytext, (size_t) yyleng, 1, yyout )) {} } while (0) | |
| #endif | |
| | |
| /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL, | |
| * is returned in "result". | |
| */ | |
| #ifndef YY_INPUT | |
| #define YY_INPUT(buf,result,max_size) \ | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \ | |
| { \ | |
| int c = '*'; \ | |
| int n; \ | |
| for ( n = 0; n < max_size && \ | |
| (c = getc( yyin )) != EOF && c != '\n'; ++n ) \ | |
| buf[n] = (char) c; \ | |
| if ( c == '\n' ) \ | |
| buf[n++] = (char) c; \ | |
| if ( c == EOF && ferror( yyin ) ) \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| result = n; \ | |
| } \ | |
| else \ | |
| { \ | |
| errno=0; \ | |
| while ( (result = (int) fread(buf, 1, (yy_size_t) max_size, yyin)) == 0 && ferror(yyin)) \ | |
| { \ | |
| if( errno != EINTR) \ | |
| { \ | |
| YY_FATAL_ERROR( "input in flex scanner failed" ); \ | |
| break; \ | |
| } \ | |
| errno=0; \ | |
| clearerr(yyin); \ | |
| } \ | |
| }\ | |
| \ | |
| | |
| #endif | |
| | |
| /* No semi-colon after return; correct usage is to write "yyterminate();" - | |
| * we don't want an extra ';' after the "return" because that will cause | |
| * some compilers to complain about unreachable statements. | |
| */ | |
| #ifndef yyterminate | |
| #define yyterminate() return YY_NULL | |
| #endif | |
| | |
| /* Number of entries by which start-condition stack grows. */ | |
| #ifndef YY_START_STACK_INCR | |
| #define YY_START_STACK_INCR 25 | |
| #endif | |
| | |
| /* Report a fatal error. */ | |
| #ifndef YY_FATAL_ERROR | |
| #define YY_FATAL_ERROR(msg) yy_fatal_error( msg ) | |
| #endif | |
| | |
| /* end tables serialization structures and prototypes */ | |
| | |
| /* Default declaration of generated scanner - a define so the user can | |
| * easily add parameters. | |
| */ | |
| #ifndef YY_DECL | |
| #define YY_DECL_IS_OURS 1 | |
| | |
| extern int yylex (void); | |
| | |
| #define YY_DECL int yylex (void) | |
| #endif /* !YY_DECL */ | |
| | |
| /* Code executed at the beginning of each rule, after yytext and yyleng | |
| * have been set up. | |
| */ | |
| #ifndef YY_USER_ACTION | |
| #define YY_USER_ACTION | |
| #endif | |
| | |
| /* Code executed at the end of each rule. */ | |
| #ifndef YY_BREAK | |
| #define YY_BREAK /*LINTED*/break; | |
| #endif | |
| | |
| #define YY_RULE_SETUP \ | |
| YY_USER_ACTION | |
| | |
| /** The main scanner function which does all the work. | |
| */ | |
| YY_DECL | |
| { | |
| yy_state_type yy_current_state; | |
| char *yy_cp, *yy_bp; | |
| int yy_act; | |
| | |
| if ( !(yy_init) ) | |
| { | |
| (yy_init) = 1; | |
| | |
| #ifdef YY_USER_INIT | |
| YY_USER_INIT; | |
| #endif | |
| | |
| /* Create the reject buffer large enough to save one state per allowed character. */ | |
| if ( ! (yy_state_buf) ) | |
| (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE ); | |
| if ( ! (yy_state_buf) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yylex()" ); | |
| | |
| if ( ! (yy_start) ) | |
| (yy_start) = 1; /* first start state */ | |
| | |
| if ( ! yyin ) | |
| yyin = stdin; | |
| | |
| if ( ! yyout ) | |
| yyout = stdout; | |
| | |
| if ( ! YY_CURRENT_BUFFER ) { | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| { | |
| #line 1 "conftest.l" | |
| | |
| #line 756 "lex.yy.c" | |
| | |
| while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */ | |
| { | |
| (yy_more_len) = 0; | |
| if ( (yy_more_flag) ) | |
| { | |
| (yy_more_len) = (int) ((yy_c_buf_p) - (yytext_ptr)); | |
| (yy_more_flag) = 0; | |
| } | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* Support of yytext. */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| /* yy_bp points to the position in yy_ch_buf of the start of | |
| * the current run. | |
| */ | |
| yy_bp = yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| yy_match: | |
| do | |
| { | |
| YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| ++yy_cp; | |
| } | |
| while ( yy_base[yy_current_state] != 10 ); | |
| | |
| yy_find_action: | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| find_rule: /* we branch to this label when backing up */ | |
| for ( ; ; ) /* until we find what rule we matched */ | |
| { | |
| if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] ) | |
| { | |
| yy_act = yy_acclist[(yy_lp)]; | |
| { | |
| (yy_full_match) = yy_cp; | |
| break; | |
| } | |
| } | |
| --yy_cp; | |
| yy_current_state = *--(yy_state_ptr); | |
| (yy_lp) = yy_accept[yy_current_state]; | |
| } | |
| | |
| YY_DO_BEFORE_ACTION; | |
| | |
| do_action: /* This label is used only to access EOF actions. */ | |
| | |
| switch ( yy_act ) | |
| { /* beginning of action switch */ | |
| case 1: | |
| YY_RULE_SETUP | |
| #line 2 "conftest.l" | |
| { ECHO; } | |
| YY_BREAK | |
| case 2: | |
| YY_RULE_SETUP | |
| #line 3 "conftest.l" | |
| { REJECT; } | |
| YY_BREAK | |
| case 3: | |
| YY_RULE_SETUP | |
| #line 4 "conftest.l" | |
| { yymore (); } | |
| YY_BREAK | |
| case 4: | |
| YY_RULE_SETUP | |
| #line 5 "conftest.l" | |
| { yyless (1); } | |
| YY_BREAK | |
| case 5: | |
| YY_RULE_SETUP | |
| #line 6 "conftest.l" | |
| { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ | |
| yyless ((input () != 0)); } | |
| YY_BREAK | |
| case 6: | |
| YY_RULE_SETUP | |
| #line 8 "conftest.l" | |
| { unput (yytext[0]); } | |
| YY_BREAK | |
| case 7: | |
| YY_RULE_SETUP | |
| #line 9 "conftest.l" | |
| { BEGIN INITIAL; } | |
| YY_BREAK | |
| case 8: | |
| YY_RULE_SETUP | |
| #line 10 "conftest.l" | |
| ECHO; | |
| YY_BREAK | |
| #line 863 "lex.yy.c" | |
| case YY_STATE_EOF(INITIAL): | |
| yyterminate(); | |
| | |
| case YY_END_OF_BUFFER: | |
| { | |
| /* Amount of text matched not including the EOB char. */ | |
| int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1; | |
| | |
| /* Undo the effects of YY_DO_BEFORE_ACTION. */ | |
| *yy_cp = (yy_hold_char); | |
| YY_RESTORE_YY_MORE_OFFSET | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW ) | |
| { | |
| /* We're scanning a new file or input source. It's | |
| * possible that this happened because the user | |
| * just pointed yyin at a new source and called | |
| * yylex(). If so, then we have to assure | |
| * consistency between YY_CURRENT_BUFFER and our | |
| * globals. Here is the right place to do so, because | |
| * this is the first action (other than possibly a | |
| * back-up) that will match for the new input source. | |
| */ | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL; | |
| } | |
| | |
| /* Note that here we test for yy_c_buf_p "<=" to the position | |
| * of the first EOB in the buffer, since yy_c_buf_p will | |
| * already have been incremented past the NUL character | |
| * (since all states make transitions on EOB to the | |
| * end-of-buffer state). Contrast this with the test | |
| * in input(). | |
| */ | |
| if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| { /* This was really a NUL. */ | |
| yy_state_type yy_next_state; | |
| | |
| (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| /* Okay, we're now positioned to make the NUL | |
| * transition. We couldn't have | |
| * yy_get_previous_state() go ahead and do it | |
| * for us because it doesn't know how to deal | |
| * with the possibility of jamming (and we don't | |
| * want to build jamming into it because then it | |
| * will run more slowly). | |
| */ | |
| | |
| yy_next_state = yy_try_NUL_trans( yy_current_state ); | |
| | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| if ( yy_next_state ) | |
| { | |
| /* Consume the NUL. */ | |
| yy_cp = ++(yy_c_buf_p); | |
| yy_current_state = yy_next_state; | |
| goto yy_match; | |
| } | |
| | |
| else | |
| { | |
| yy_cp = (yy_c_buf_p); | |
| goto yy_find_action; | |
| } | |
| } | |
| | |
| else switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| (yy_did_buffer_switch_on_eof) = 0; | |
| | |
| if ( yywrap( ) ) | |
| { | |
| /* Note: because we've taken care in | |
| * yy_get_next_buffer() to have set up | |
| * yytext, we can now set up | |
| * yy_c_buf_p so that if some total | |
| * hoser (like flex itself) wants to | |
| * call the scanner after we return the | |
| * YY_NULL, it'll still work - another | |
| * YY_NULL will get returned. | |
| */ | |
| (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ; | |
| | |
| yy_act = YY_STATE_EOF(YY_START); | |
| goto do_action; | |
| } | |
| | |
| else | |
| { | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| } | |
| break; | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = | |
| (yytext_ptr) + yy_amount_of_matched_text; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_match; | |
| | |
| case EOB_ACT_LAST_MATCH: | |
| (yy_c_buf_p) = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)]; | |
| | |
| yy_current_state = yy_get_previous_state( ); | |
| | |
| yy_cp = (yy_c_buf_p); | |
| yy_bp = (yytext_ptr) + YY_MORE_ADJ; | |
| goto yy_find_action; | |
| } | |
| break; | |
| } | |
| | |
| default: | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--no action found" ); | |
| } /* end of action switch */ | |
| } /* end of scanning one token */ | |
| } /* end of user's declarations */ | |
| } /* end of yylex */ | |
| | |
| /* yy_get_next_buffer - try to read in a new buffer | |
| * | |
| * Returns a code representing an action: | |
| * EOB_ACT_LAST_MATCH - | |
| * EOB_ACT_CONTINUE_SCAN - continue scanning from current position | |
| * EOB_ACT_END_OF_FILE - end of file | |
| */ | |
| static int yy_get_next_buffer (void) | |
| { | |
| char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; | |
| char *source = (yytext_ptr); | |
| int number_to_move, i; | |
| int ret_val; | |
| | |
| if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] ) | |
| YY_FATAL_ERROR( | |
| "fatal flex scanner internal error--end of buffer missed" ); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 ) | |
| { /* Don't try to fill the buffer, so this is an EOF. */ | |
| if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 ) | |
| { | |
| /* We matched a single character, the EOB, so | |
| * treat this as a final EOF. | |
| */ | |
| return EOB_ACT_END_OF_FILE; | |
| } | |
| | |
| else | |
| { | |
| /* We matched some text prior to the EOB, first | |
| * process it. | |
| */ | |
| return EOB_ACT_LAST_MATCH; | |
| } | |
| } | |
| | |
| /* Try to read more data. */ | |
| | |
| /* First move last chars to start of buffer. */ | |
| number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr) - 1); | |
| | |
| for ( i = 0; i < number_to_move; ++i ) | |
| *(dest++) = *(source++); | |
| | |
| if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING ) | |
| /* don't do the read, it's not guaranteed to return an EOF, | |
| * just force an EOF | |
| */ | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0; | |
| | |
| else | |
| { | |
| int num_to_read = | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1; | |
| | |
| while ( num_to_read <= 0 ) | |
| { /* Not enough room in the buffer - grow it. */ | |
| | |
| YY_FATAL_ERROR( | |
| "input buffer overflow, can't enlarge buffer because scanner uses REJECT" ); | |
| | |
| } | |
| | |
| if ( num_to_read > YY_READ_BUF_SIZE ) | |
| num_to_read = YY_READ_BUF_SIZE; | |
| | |
| /* Read in more data. */ | |
| YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), | |
| (yy_n_chars), num_to_read ); | |
| | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| if ( (yy_n_chars) == 0 ) | |
| { | |
| if ( number_to_move == YY_MORE_ADJ ) | |
| { | |
| ret_val = EOB_ACT_END_OF_FILE; | |
| yyrestart(yyin ); | |
| } | |
| | |
| else | |
| { | |
| ret_val = EOB_ACT_LAST_MATCH; | |
| YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = | |
| YY_BUFFER_EOF_PENDING; | |
| } | |
| } | |
| | |
| else | |
| ret_val = EOB_ACT_CONTINUE_SCAN; | |
| | |
| if (((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) { | |
| /* Extend the array by 50%, plus the number we really need. */ | |
| int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1); | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,(yy_size_t) new_size ); | |
| if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" ); | |
| } | |
| | |
| (yy_n_chars) += number_to_move; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR; | |
| YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0]; | |
| | |
| return ret_val; | |
| } | |
| | |
| /* yy_get_previous_state - get the state just before the EOB char was reached */ | |
| | |
| static yy_state_type yy_get_previous_state (void) | |
| { | |
| yy_state_type yy_current_state; | |
| char *yy_cp; | |
| | |
| yy_current_state = (yy_start); | |
| | |
| (yy_state_ptr) = (yy_state_buf); | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp ) | |
| { | |
| YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1); | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | |
| *(yy_state_ptr)++ = yy_current_state; | |
| } | |
| | |
| return yy_current_state; | |
| } | |
| | |
| /* yy_try_NUL_trans - try to make a transition on the NUL character | |
| * | |
| * synopsis | |
| * next_state = yy_try_NUL_trans( current_state ); | |
| */ | |
| static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) | |
| { | |
| int yy_is_jam; | |
| | |
| YY_CHAR yy_c = 1; | |
| while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state ) | |
| { | |
| yy_current_state = (int) yy_def[yy_current_state]; | |
| if ( yy_current_state >= 13 ) | |
| yy_c = yy_meta[yy_c]; | |
| } | |
| yy_current_state = yy_nxt[yy_base[yy_current_state] + yy_c]; | |
| yy_is_jam = (yy_current_state == 12); | |
| if ( ! yy_is_jam ) | |
| *(yy_state_ptr)++ = yy_current_state; | |
| | |
| return yy_is_jam ? 0 : yy_current_state; | |
| } | |
| | |
| #ifndef YY_NO_UNPUT | |
| | |
| static void yyunput (int c, char * yy_bp ) | |
| { | |
| char *yy_cp; | |
| | |
| yy_cp = (yy_c_buf_p); | |
| | |
| /* undo effects of setting up yytext */ | |
| *yy_cp = (yy_hold_char); | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| { /* need to shift things up to make room */ | |
| /* +2 for EOB chars. */ | |
| int number_to_move = (yy_n_chars) + 2; | |
| char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[ | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2]; | |
| char *source = | |
| &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]; | |
| | |
| while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf ) | |
| *--dest = *--source; | |
| | |
| yy_cp += (int) (dest - source); | |
| yy_bp += (int) (dest - source); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = | |
| (yy_n_chars) = (int) YY_CURRENT_BUFFER_LVALUE->yy_buf_size; | |
| | |
| if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 ) | |
| YY_FATAL_ERROR( "flex scanner push-back overflow" ); | |
| } | |
| | |
| *--yy_cp = (char) c; | |
| | |
| (yytext_ptr) = yy_bp; | |
| (yy_hold_char) = *yy_cp; | |
| (yy_c_buf_p) = yy_cp; | |
| } | |
| | |
| #endif | |
| | |
| #ifndef YY_NO_INPUT | |
| #ifdef __cplusplus | |
| static int yyinput (void) | |
| #else | |
| static int input (void) | |
| #endif | |
| | |
| { | |
| int c; | |
| | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| | |
| if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR ) | |
| { | |
| /* yy_c_buf_p now points to the character we want to return. | |
| * If this occurs *before* the EOB characters, then it's a | |
| * valid NUL; if not, then we've hit the end of the buffer. | |
| */ | |
| if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] ) | |
| /* This was really a NUL. */ | |
| *(yy_c_buf_p) = '\0'; | |
| | |
| else | |
| { /* need more input */ | |
| int offset = (int) ((yy_c_buf_p) - (yytext_ptr)); | |
| ++(yy_c_buf_p); | |
| | |
| switch ( yy_get_next_buffer( ) ) | |
| { | |
| case EOB_ACT_LAST_MATCH: | |
| /* This happens because yy_g_n_b() | |
| * sees that we've accumulated a | |
| * token and flags that we need to | |
| * try matching the token before | |
| * proceeding. But for input(), | |
| * there's no matching to consider. | |
| * So convert the EOB_ACT_LAST_MATCH | |
| * to EOB_ACT_END_OF_FILE. | |
| */ | |
| | |
| /* Reset buffer status. */ | |
| yyrestart(yyin ); | |
| | |
| /*FALLTHROUGH*/ | |
| | |
| case EOB_ACT_END_OF_FILE: | |
| { | |
| if ( yywrap( ) ) | |
| return 0; | |
| | |
| if ( ! (yy_did_buffer_switch_on_eof) ) | |
| YY_NEW_FILE; | |
| #ifdef __cplusplus | |
| return yyinput(); | |
| #else | |
| return input(); | |
| #endif | |
| } | |
| | |
| case EOB_ACT_CONTINUE_SCAN: | |
| (yy_c_buf_p) = (yytext_ptr) + offset; | |
| break; | |
| } | |
| } | |
| } | |
| | |
| c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ | |
| *(yy_c_buf_p) = '\0'; /* preserve yytext */ | |
| (yy_hold_char) = *++(yy_c_buf_p); | |
| | |
| return c; | |
| } | |
| #endif /* ifndef YY_NO_INPUT */ | |
| | |
| /** Immediately switch to a different input stream. | |
| * @param input_file A readable stream. | |
| * | |
| * @note This function does not reset the start condition to @c INITIAL . | |
| */ | |
| void yyrestart (FILE * input_file ) | |
| { | |
| | |
| if ( ! YY_CURRENT_BUFFER ){ | |
| yyensure_buffer_stack (); | |
| YY_CURRENT_BUFFER_LVALUE = | |
| yy_create_buffer(yyin,YY_BUF_SIZE ); | |
| } | |
| | |
| yy_init_buffer(YY_CURRENT_BUFFER,input_file ); | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Switch to a different input buffer. | |
| * @param new_buffer The new input buffer. | |
| * | |
| */ | |
| void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer ) | |
| { | |
| | |
| /* TODO. We should be able to replace this entire function body | |
| * with | |
| * yypop_buffer_state(); | |
| * yypush_buffer_state(new_buffer); | |
| */ | |
| yyensure_buffer_stack (); | |
| if ( YY_CURRENT_BUFFER == new_buffer ) | |
| return; | |
| | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| yy_load_buffer_state( ); | |
| | |
| /* We don't actually know whether we did this switch during | |
| * EOF (yywrap()) processing, but the only time this flag | |
| * is looked at is after yywrap() is called, so it's safe | |
| * to go ahead and always set it. | |
| */ | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| static void yy_load_buffer_state (void) | |
| { | |
| (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars; | |
| (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos; | |
| yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file; | |
| (yy_hold_char) = *(yy_c_buf_p); | |
| } | |
| | |
| /** Allocate and initialize an input buffer state. | |
| * @param file A readable stream. | |
| * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE. | |
| * | |
| * @return the allocated buffer state. | |
| */ | |
| YY_BUFFER_STATE yy_create_buffer (FILE * file, int size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_buf_size = size; | |
| | |
| /* yy_ch_buf has to be 2 characters longer than the size given because | |
| * we need to put in 2 end-of-buffer characters. | |
| */ | |
| b->yy_ch_buf = (char *) yyalloc((yy_size_t) (b->yy_buf_size + 2) ); | |
| if ( ! b->yy_ch_buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" ); | |
| | |
| b->yy_is_our_buffer = 1; | |
| | |
| yy_init_buffer(b,file ); | |
| | |
| return b; | |
| } | |
| | |
| /** Destroy the buffer. | |
| * @param b a buffer created with yy_create_buffer() | |
| * | |
| */ | |
| void yy_delete_buffer (YY_BUFFER_STATE b ) | |
| { | |
| | |
| if ( ! b ) | |
| return; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */ | |
| YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0; | |
| | |
| if ( b->yy_is_our_buffer ) | |
| yyfree((void *) b->yy_ch_buf ); | |
| | |
| yyfree((void *) b ); | |
| } | |
| | |
| /* Initializes or reinitializes a buffer. | |
| * This function is sometimes called more than once on the same buffer, | |
| * such as during a yyrestart() or at EOF. | |
| */ | |
| static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) | |
| | |
| { | |
| int oerrno = errno; | |
| | |
| yy_flush_buffer(b ); | |
| | |
| b->yy_input_file = file; | |
| b->yy_fill_buffer = 1; | |
| | |
| /* If b is the current buffer, then yy_init_buffer was _probably_ | |
| * called from yyrestart() or through yy_get_next_buffer. | |
| * In that case, we don't want to reset the lineno or column. | |
| */ | |
| if (b != YY_CURRENT_BUFFER){ | |
| b->yy_bs_lineno = 1; | |
| b->yy_bs_column = 0; | |
| } | |
| | |
| b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0; | |
| | |
| errno = oerrno; | |
| } | |
| | |
| /** Discard all buffered characters. On the next scan, YY_INPUT will be called. | |
| * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER. | |
| * | |
| */ | |
| void yy_flush_buffer (YY_BUFFER_STATE b ) | |
| { | |
| if ( ! b ) | |
| return; | |
| | |
| b->yy_n_chars = 0; | |
| | |
| /* We always need two end-of-buffer characters. The first causes | |
| * a transition to the end-of-buffer state. The second causes | |
| * a jam in that state. | |
| */ | |
| b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR; | |
| b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| b->yy_buf_pos = &b->yy_ch_buf[0]; | |
| | |
| b->yy_at_bol = 1; | |
| b->yy_buffer_status = YY_BUFFER_NEW; | |
| | |
| if ( b == YY_CURRENT_BUFFER ) | |
| yy_load_buffer_state( ); | |
| } | |
| | |
| /** Pushes the new state onto the stack. The new state becomes | |
| * the current state. This function will allocate the stack | |
| * if necessary. | |
| * @param new_buffer The new state. | |
| * | |
| */ | |
| void yypush_buffer_state (YY_BUFFER_STATE new_buffer ) | |
| { | |
| if (new_buffer == NULL) | |
| return; | |
| | |
| yyensure_buffer_stack(); | |
| | |
| /* This block is copied from yy_switch_to_buffer. */ | |
| if ( YY_CURRENT_BUFFER ) | |
| { | |
| /* Flush out information for old buffer. */ | |
| *(yy_c_buf_p) = (yy_hold_char); | |
| YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p); | |
| YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars); | |
| } | |
| | |
| /* Only push if top exists. Otherwise, replace top. */ | |
| if (YY_CURRENT_BUFFER) | |
| (yy_buffer_stack_top)++; | |
| YY_CURRENT_BUFFER_LVALUE = new_buffer; | |
| | |
| /* copied from yy_switch_to_buffer. */ | |
| yy_load_buffer_state( ); | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| | |
| /** Removes and deletes the top of the stack, if present. | |
| * The next element becomes the new top. | |
| * | |
| */ | |
| void yypop_buffer_state (void) | |
| { | |
| if (!YY_CURRENT_BUFFER) | |
| return; | |
| | |
| yy_delete_buffer(YY_CURRENT_BUFFER ); | |
| YY_CURRENT_BUFFER_LVALUE = NULL; | |
| if ((yy_buffer_stack_top) > 0) | |
| --(yy_buffer_stack_top); | |
| | |
| if (YY_CURRENT_BUFFER) { | |
| yy_load_buffer_state( ); | |
| (yy_did_buffer_switch_on_eof) = 1; | |
| } | |
| } | |
| | |
| /* Allocates the stack if it does not exist. | |
| * Guarantees space for at least one push. | |
| */ | |
| static void yyensure_buffer_stack (void) | |
| { | |
| yy_size_t num_to_alloc; | |
| | |
| if (!(yy_buffer_stack)) { | |
| | |
| /* First allocation is just for 2 elements, since we don't know if this | |
| * scanner will even need a stack. We use 2 instead of 1 to avoid an | |
| * immediate realloc on the next call. | |
| */ | |
| num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */ | |
| (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc | |
| (num_to_alloc * sizeof(struct yy_buffer_state*) | |
| ); | |
| if ( ! (yy_buffer_stack) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | |
| | |
| memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); | |
| | |
| (yy_buffer_stack_max) = num_to_alloc; | |
| (yy_buffer_stack_top) = 0; | |
| return; | |
| } | |
| | |
| if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){ | |
| | |
| /* Increase the buffer to prepare for a possible push. */ | |
| yy_size_t grow_size = 8 /* arbitrary grow size */; | |
| | |
| num_to_alloc = (yy_buffer_stack_max) + grow_size; | |
| (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc | |
| ((yy_buffer_stack), | |
| num_to_alloc * sizeof(struct yy_buffer_state*) | |
| ); | |
| if ( ! (yy_buffer_stack) ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" ); | |
| | |
| /* zero only the new slots.*/ | |
| memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*)); | |
| (yy_buffer_stack_max) = num_to_alloc; | |
| } | |
| } | |
| | |
| /** Setup the input buffer state to scan directly from a user-specified character buffer. | |
| * @param base the character buffer | |
| * @param size the size in bytes of the character buffer | |
| * | |
| * @return the newly allocated buffer state object. | |
| */ | |
| YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size ) | |
| { | |
| YY_BUFFER_STATE b; | |
| | |
| if ( size < 2 || | |
| base[size-2] != YY_END_OF_BUFFER_CHAR || | |
| base[size-1] != YY_END_OF_BUFFER_CHAR ) | |
| /* They forgot to leave room for the EOB's. */ | |
| return NULL; | |
| | |
| b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" ); | |
| | |
| b->yy_buf_size = (int) (size - 2); /* "- 2" to take care of EOB's */ | |
| b->yy_buf_pos = b->yy_ch_buf = base; | |
| b->yy_is_our_buffer = 0; | |
| b->yy_input_file = NULL; | |
| b->yy_n_chars = b->yy_buf_size; | |
| b->yy_is_interactive = 0; | |
| b->yy_at_bol = 1; | |
| b->yy_fill_buffer = 0; | |
| b->yy_buffer_status = YY_BUFFER_NEW; | |
| | |
| yy_switch_to_buffer(b ); | |
| | |
| return b; | |
| } | |
| | |
| /** Setup the input buffer state to scan a string. The next call to yylex() will | |
| * scan from a @e copy of @a str. | |
| * @param yystr a NUL-terminated string to scan | |
| * | |
| * @return the newly allocated buffer state object. | |
| * @note If you want to scan bytes that may contain NUL values, then use | |
| * yy_scan_bytes() instead. | |
| */ | |
| YY_BUFFER_STATE yy_scan_string (const char * yystr ) | |
| { | |
| | |
| return yy_scan_bytes(yystr,(int) strlen(yystr) ); | |
| } | |
| | |
| /** Setup the input buffer state to scan the given bytes. The next call to yylex() will | |
| * scan from a @e copy of @a bytes. | |
| * @param yybytes the byte buffer to scan | |
| * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes. | |
| * | |
| * @return the newly allocated buffer state object. | |
| */ | |
| YY_BUFFER_STATE yy_scan_bytes (const char * yybytes, int _yybytes_len ) | |
| { | |
| YY_BUFFER_STATE b; | |
| char *buf; | |
| yy_size_t n; | |
| int i; | |
| | |
| /* Get memory for full buffer, including space for trailing EOB's. */ | |
| n = (yy_size_t) (_yybytes_len + 2); | |
| buf = (char *) yyalloc(n ); | |
| if ( ! buf ) | |
| YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" ); | |
| | |
| for ( i = 0; i < _yybytes_len; ++i ) | |
| buf[i] = yybytes[i]; | |
| | |
| buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; | |
| | |
| b = yy_scan_buffer(buf,n ); | |
| if ( ! b ) | |
| YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" ); | |
| | |
| /* It's okay to grow etc. this buffer, and we should throw it | |
| * away when we're done. | |
| */ | |
| b->yy_is_our_buffer = 1; | |
| | |
| return b; | |
| } | |
| | |
| #ifndef YY_EXIT_FAILURE | |
| #define YY_EXIT_FAILURE 2 | |
| #endif | |
| | |
| static void yynoreturn yy_fatal_error (const char* msg ) | |
| { | |
| (void) fprintf( stderr, "%s\n", msg ); | |
| exit( YY_EXIT_FAILURE ); | |
| } | |
| | |
| /* Redefine yyless() so it works in section 3 code. */ | |
| | |
| #undef yyless | |
| #define yyless(n) \ | |
| do \ | |
| { \ | |
| /* Undo effects of setting up yytext. */ \ | |
| int yyless_macro_arg = (n); \ | |
| YY_LESS_LINENO(yyless_macro_arg);\ | |
| yytext[yyleng] = (yy_hold_char); \ | |
| (yy_c_buf_p) = yytext + yyless_macro_arg; \ | |
| (yy_hold_char) = *(yy_c_buf_p); \ | |
| *(yy_c_buf_p) = '\0'; \ | |
| yyleng = yyless_macro_arg; \ | |
| } \ | |
| while ( 0 ) | |
| | |
| /* Accessor methods (get/set functions) to struct members. */ | |
| | |
| /** Get the current line number. | |
| * | |
| */ | |
| int yyget_lineno (void) | |
| { | |
| | |
| return yylineno; | |
| } | |
| | |
| /** Get the input stream. | |
| * | |
| */ | |
| FILE *yyget_in (void) | |
| { | |
| return yyin; | |
| } | |
| | |
| /** Get the output stream. | |
| * | |
| */ | |
| FILE *yyget_out (void) | |
| { | |
| return yyout; | |
| } | |
| | |
| /** Get the length of the current token. | |
| * | |
| */ | |
| int yyget_leng (void) | |
| { | |
| return yyleng; | |
| } | |
| | |
| /** Get the current token. | |
| * | |
| */ | |
| | |
| char *yyget_text (void) | |
| { | |
| return yytext; | |
| } | |
| | |
| /** Set the current line number. | |
| * @param _line_number line number | |
| * | |
| */ | |
| void yyset_lineno (int _line_number ) | |
| { | |
| | |
| yylineno = _line_number; | |
| } | |
| | |
| /** Set the input stream. This does not discard the current | |
| * input buffer. | |
| * @param _in_str A readable stream. | |
| * | |
| * @see yy_switch_to_buffer | |
| */ | |
| void yyset_in (FILE * _in_str ) | |
| { | |
| yyin = _in_str ; | |
| } | |
| | |
| void yyset_out (FILE * _out_str ) | |
| { | |
| yyout = _out_str ; | |
| } | |
| | |
| int yyget_debug (void) | |
| { | |
| return yy_flex_debug; | |
| } | |
| | |
| void yyset_debug (int _bdebug ) | |
| { | |
| yy_flex_debug = _bdebug ; | |
| } | |
| | |
| static int yy_init_globals (void) | |
| { | |
| /* Initialization is the same as for the non-reentrant scanner. | |
| * This function is called from yylex_destroy(), so don't allocate here. | |
| */ | |
| | |
| (yy_buffer_stack) = NULL; | |
| (yy_buffer_stack_top) = 0; | |
| (yy_buffer_stack_max) = 0; | |
| (yy_c_buf_p) = NULL; | |
| (yy_init) = 0; | |
| (yy_start) = 0; | |
| | |
| (yy_state_buf) = 0; | |
| (yy_state_ptr) = 0; | |
| (yy_full_match) = 0; | |
| (yy_lp) = 0; | |
| | |
| /* Defined in main.c */ | |
| #ifdef YY_STDINIT | |
| yyin = stdin; | |
| yyout = stdout; | |
| #else | |
| yyin = NULL; | |
| yyout = NULL; | |
| #endif | |
| | |
| /* For future reference: Set errno on error, since we are called by | |
| * yylex_init() | |
| */ | |
| return 0; | |
| } | |
| | |
| /* yylex_destroy is for both reentrant and non-reentrant scanners. */ | |
| int yylex_destroy (void) | |
| { | |
| | |
| /* Pop the buffer stack, destroying each element. */ | |
| while(YY_CURRENT_BUFFER){ | |
| yy_delete_buffer(YY_CURRENT_BUFFER ); | |
| YY_CURRENT_BUFFER_LVALUE = NULL; | |
| yypop_buffer_state(); | |
| } | |
| | |
| /* Destroy the stack itself. */ | |
| yyfree((yy_buffer_stack) ); | |
| (yy_buffer_stack) = NULL; | |
| | |
| yyfree ( (yy_state_buf) ); | |
| (yy_state_buf) = NULL; | |
| | |
| /* Reset the globals. This is important in a non-reentrant scanner so the next time | |
| * yylex() is called, initialization will occur. */ | |
| yy_init_globals( ); | |
| | |
| return 0; | |
| } | |
| | |
| /* | |
| * Internal utility routines. | |
| */ | |
| | |
| #ifndef yytext_ptr | |
| static void yy_flex_strncpy (char* s1, const char * s2, int n ) | |
| { | |
| | |
| int i; | |
| for ( i = 0; i < n; ++i ) | |
| s1[i] = s2[i]; | |
| } | |
| #endif | |
| | |
| #ifdef YY_NEED_STRLEN | |
| static int yy_flex_strlen (const char * s ) | |
| { | |
| int n; | |
| for ( n = 0; s[n]; ++n ) | |
| ; | |
| | |
| return n; | |
| } | |
| #endif | |
| | |
| void *yyalloc (yy_size_t size ) | |
| { | |
| return malloc(size); | |
| } | |
| | |
| void *yyrealloc (void * ptr, yy_size_t size ) | |
| { | |
| | |
| /* The cast to (char *) in the following accommodates both | |
| * implementations that use char* generic pointers, and those | |
| * that use void* generic pointers. It works with the latter | |
| * because both ANSI C and C++ allow castless assignment from | |
| * any pointer type to void*, and deal with argument conversions | |
| * as though doing an assignment. | |
| */ | |
| return realloc(ptr, size); | |
| } | |
| | |
| void yyfree (void * ptr ) | |
| { | |
| free( (char *) ptr ); /* see yyrealloc() for (char *) cast */ | |
| } | |
| | |
| #define YYTABLES_NAME "yytables" | |
| | |
| #line 10 "conftest.l" | |
| | |
| #ifdef YYTEXT_POINTER | |
| extern char *yytext; | |
| #endif | |
| int | |
| main (void) | |
| { | |
| return ! yylex () + ! yywrap (); | |
| } | |
configure:29387: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c -lfl >&5 | |
configure:29387: $? = 0 | |
configure:29397: result: -lfl | |
configure:29403: checking whether yytext is a pointer | |
configure:29420: gcc -o conftest -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 conftest.c -lfl >&5 | |
configure:29420: $? = 0 | |
configure:29428: result: yes | |
configure:29492: checking for ranlib | |
configure:29519: result: ranlib | |
configure:29709: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by GNU MP config.status 5.1.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on csi24 | |
config.status:1614: creating demos/pexpr-config.h | |
config.status:1614: creating demos/calc/calc-config.h | |
config.status:1614: creating Makefile | |
config.status:1614: creating mpf/Makefile | |
config.status:1614: creating mpn/Makefile | |
config.status:1614: creating mpq/Makefile | |
config.status:1614: creating mpz/Makefile | |
config.status:1614: creating printf/Makefile | |
config.status:1614: creating scanf/Makefile | |
config.status:1614: creating rand/Makefile | |
config.status:1614: creating cxx/Makefile | |
config.status:1614: creating tests/Makefile | |
config.status:1614: creating tests/devel/Makefile | |
config.status:1614: creating tests/mpf/Makefile | |
config.status:1614: creating tests/mpn/Makefile | |
config.status:1614: creating tests/mpq/Makefile | |
config.status:1614: creating tests/mpz/Makefile | |
config.status:1614: creating tests/rand/Makefile | |
config.status:1614: creating tests/misc/Makefile | |
config.status:1614: creating tests/cxx/Makefile | |
config.status:1614: creating doc/Makefile | |
config.status:1614: creating tune/Makefile | |
config.status:1614: creating demos/Makefile | |
config.status:1614: creating demos/calc/Makefile | |
config.status:1614: creating demos/expr/Makefile | |
config.status:1614: creating gmp.h | |
config.status:1614: creating config.h | |
config.status:1795: config.h is unchanged | |
config.status:1855: linking mpn/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm | |
config.status:1855: linking mpn/generic/add.c to mpn/add.c | |
config.status:1855: linking mpn/generic/add_1.c to mpn/add_1.c | |
config.status:1855: linking mpn/x86_64/coreisbr/aors_n.asm to mpn/add_n.asm | |
config.status:1855: linking mpn/generic/sub.c to mpn/sub.c | |
config.status:1855: linking mpn/generic/sub_1.c to mpn/sub_1.c | |
config.status:1855: linking mpn/x86_64/coreisbr/aors_n.asm to mpn/sub_n.asm | |
config.status:1855: linking mpn/x86_64/aorscnd_n.asm to mpn/addcnd_n.asm | |
config.status:1855: linking mpn/x86_64/aorscnd_n.asm to mpn/subcnd_n.asm | |
config.status:1855: linking mpn/generic/neg.c to mpn/neg.c | |
config.status:1855: linking mpn/x86_64/com.asm to mpn/com.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/mul_1.asm to mpn/mul_1.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorsmul_1.asm to mpn/addmul_1.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorsmul_1.asm to mpn/submul_1.asm | |
config.status:1855: linking mpn/x86_64/core2/aors_err1_n.asm to mpn/add_err1_n.asm | |
config.status:1855: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm | |
config.status:1855: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm | |
config.status:1855: linking mpn/x86_64/core2/aors_err1_n.asm to mpn/sub_err1_n.asm | |
config.status:1855: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm | |
config.status:1855: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/lshift.asm to mpn/lshift.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/rshift.asm to mpn/rshift.asm | |
config.status:1855: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm | |
config.status:1855: linking mpn/generic/diveby3.c to mpn/diveby3.c | |
config.status:1855: linking mpn/generic/divis.c to mpn/divis.c | |
config.status:1855: linking mpn/generic/divrem.c to mpn/divrem.c | |
config.status:1855: linking mpn/x86_64/core2/divrem_1.asm to mpn/divrem_1.asm | |
config.status:1855: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm | |
config.status:1855: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c | |
config.status:1855: linking mpn/generic/mod_1.c to mpn/mod_1.c | |
config.status:1855: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm | |
config.status:1855: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm | |
config.status:1855: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c | |
config.status:1855: linking mpn/generic/dump.c to mpn/dump.c | |
config.status:1855: linking mpn/x86_64/mod_1_1.asm to mpn/mod_1_1.asm | |
config.status:1855: linking mpn/x86_64/mod_1_2.asm to mpn/mod_1_2.asm | |
config.status:1855: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c | |
config.status:1855: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/lshiftc.asm to mpn/lshiftc.asm | |
config.status:1855: linking mpn/generic/mul.c to mpn/mul.c | |
config.status:1855: linking mpn/generic/mul_fft.c to mpn/mul_fft.c | |
config.status:1855: linking mpn/generic/mul_n.c to mpn/mul_n.c | |
config.status:1855: linking mpn/generic/sqr.c to mpn/sqr.c | |
config.status:1855: linking mpn/x86_64/mul_basecase.asm to mpn/mul_basecase.asm | |
config.status:1855: linking mpn/x86_64/sqr_basecase.asm to mpn/sqr_basecase.asm | |
config.status:1855: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c | |
config.status:1855: linking mpn/x86_64/mulmid_basecase.asm to mpn/mulmid_basecase.asm | |
config.status:1855: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c | |
config.status:1855: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c | |
config.status:1855: linking mpn/generic/mulmid.c to mpn/mulmid.c | |
config.status:1855: linking mpn/generic/random.c to mpn/random.c | |
config.status:1855: linking mpn/generic/random2.c to mpn/random2.c | |
config.status:1855: linking mpn/generic/pow_1.c to mpn/pow_1.c | |
config.status:1855: linking mpn/generic/rootrem.c to mpn/rootrem.c | |
config.status:1855: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c | |
config.status:1855: linking mpn/generic/get_str.c to mpn/get_str.c | |
config.status:1855: linking mpn/generic/set_str.c to mpn/set_str.c | |
config.status:1855: linking mpn/generic/scan0.c to mpn/scan0.c | |
config.status:1855: linking mpn/generic/scan1.c to mpn/scan1.c | |
config.status:1855: linking mpn/x86_64/coreinhm/popcount.asm to mpn/popcount.asm | |
config.status:1855: linking mpn/x86_64/coreinhm/hamdist.asm to mpn/hamdist.asm | |
config.status:1855: linking mpn/generic/cmp.c to mpn/cmp.c | |
config.status:1855: linking mpn/generic/perfsqr.c to mpn/perfsqr.c | |
config.status:1855: linking mpn/generic/perfpow.c to mpn/perfpow.c | |
config.status:1855: linking mpn/x86_64/core2/gcd_1.asm to mpn/gcd_1.asm | |
config.status:1855: linking mpn/generic/gcd.c to mpn/gcd.c | |
config.status:1855: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c | |
config.status:1855: linking mpn/generic/gcdext.c to mpn/gcdext.c | |
config.status:1855: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c | |
config.status:1855: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c | |
config.status:1855: linking mpn/generic/div_q.c to mpn/div_q.c | |
config.status:1855: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c | |
config.status:1855: linking mpn/generic/jacbase.c to mpn/jacbase.c | |
config.status:1855: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c | |
config.status:1855: linking mpn/generic/jacobi.c to mpn/jacobi.c | |
config.status:1855: linking mpn/generic/get_d.c to mpn/get_d.c | |
config.status:1855: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c | |
config.status:1855: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c | |
config.status:1855: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c | |
config.status:1855: linking mpn/generic/hgcd2.c to mpn/hgcd2.c | |
config.status:1855: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c | |
config.status:1855: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c | |
config.status:1855: linking mpn/generic/hgcd.c to mpn/hgcd.c | |
config.status:1855: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c | |
config.status:1855: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c | |
config.status:1855: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c | |
config.status:1855: linking mpn/generic/mullo_n.c to mpn/mullo_n.c | |
config.status:1855: linking mpn/x86_64/mullo_basecase.asm to mpn/mullo_basecase.asm | |
config.status:1855: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c | |
config.status:1855: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c | |
config.status:1855: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c | |
config.status:1855: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c | |
config.status:1855: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c | |
config.status:1855: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c | |
config.status:1855: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c | |
config.status:1855: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c | |
config.status:1855: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c | |
config.status:1855: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c | |
config.status:1855: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c | |
config.status:1855: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c | |
config.status:1855: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c | |
config.status:1855: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c | |
config.status:1855: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c | |
config.status:1855: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c | |
config.status:1855: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c | |
config.status:1855: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c | |
config.status:1855: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c | |
config.status:1855: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c | |
config.status:1855: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c | |
config.status:1855: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c | |
config.status:1855: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c | |
config.status:1855: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c | |
config.status:1855: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c | |
config.status:1855: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c | |
config.status:1855: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c | |
config.status:1855: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c | |
config.status:1855: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c | |
config.status:1855: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c | |
config.status:1855: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c | |
config.status:1855: linking mpn/generic/invertappr.c to mpn/invertappr.c | |
config.status:1855: linking mpn/generic/invert.c to mpn/invert.c | |
config.status:1855: linking mpn/generic/binvert.c to mpn/binvert.c | |
config.status:1855: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c | |
config.status:1855: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c | |
config.status:1855: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c | |
config.status:1855: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm | |
config.status:1855: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm | |
config.status:1855: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c | |
config.status:1855: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c | |
config.status:1855: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c | |
config.status:1855: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c | |
config.status:1855: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c | |
config.status:1855: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c | |
config.status:1855: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c | |
config.status:1855: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c | |
config.status:1855: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c | |
config.status:1855: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm | |
config.status:1855: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c | |
config.status:1855: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c | |
config.status:1855: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c | |
config.status:1855: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c | |
config.status:1855: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c | |
config.status:1855: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c | |
config.status:1855: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c | |
config.status:1855: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c | |
config.status:1855: linking mpn/generic/broot.c to mpn/broot.c | |
config.status:1855: linking mpn/generic/brootinv.c to mpn/brootinv.c | |
config.status:1855: linking mpn/generic/bsqrt.c to mpn/bsqrt.c | |
config.status:1855: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c | |
config.status:1855: linking mpn/generic/divexact.c to mpn/divexact.c | |
config.status:1855: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm | |
config.status:1855: linking mpn/x86_64/redc_1.asm to mpn/redc_1.asm | |
config.status:1855: linking mpn/generic/redc_2.c to mpn/redc_2.c | |
config.status:1855: linking mpn/generic/redc_n.c to mpn/redc_n.c | |
config.status:1855: linking mpn/generic/powm.c to mpn/powm.c | |
config.status:1855: linking mpn/generic/powlo.c to mpn/powlo.c | |
config.status:1855: linking mpn/generic/powm_sec.c to mpn/powm_sec.c | |
config.status:1855: linking mpn/generic/sb_div_sec.c to mpn/sb_div_qr_sec.c | |
config.status:1855: linking mpn/generic/sb_div_sec.c to mpn/sb_div_r_sec.c | |
config.status:1855: linking mpn/generic/sbpi1_div_sec.c to mpn/sbpi1_div_qr_sec.c | |
config.status:1855: linking mpn/generic/sbpi1_div_sec.c to mpn/sbpi1_div_r_sec.c | |
config.status:1855: linking mpn/generic/trialdiv.c to mpn/trialdiv.c | |
config.status:1855: linking mpn/generic/remove.c to mpn/remove.c | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm | |
config.status:1855: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm | |
config.status:1855: linking mpn/x86_64/core2/copyi.asm to mpn/copyi.asm | |
config.status:1855: linking mpn/x86_64/core2/copyd.asm to mpn/copyd.asm | |
config.status:1855: linking mpn/generic/zero.c to mpn/zero.c | |
config.status:1855: linking mpn/x86_64/tabselect.asm to mpn/tabselect.asm | |
config.status:1855: linking mpn/generic/comb_tables.c to mpn/comb_tables.c | |
config.status:1855: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm | |
config.status:1855: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/addmul_2.asm to mpn/addmul_2.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/addlsh1_n.asm | |
config.status:1855: linking mpn/x86_64/core2/sublsh1_n.asm to mpn/sublsh1_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/rsblsh1_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1add_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1sub_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/addlsh2_n.asm | |
config.status:1855: linking mpn/x86_64/core2/sublsh2_n.asm to mpn/sublsh2_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/rsblsh2_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorrlsh_n.asm to mpn/addlsh_n.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/aorrlsh_n.asm to mpn/rsblsh_n.asm | |
config.status:1855: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c | |
config.status:1855: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm | |
config.status:1855: linking mpn/x86_64/coreisbr/gmp-mparam.h to gmp-mparam.h | |
config.status:1874: executing libtool commands | |
configure:32422: summary of build options: | |
Version: GNU MP 5.1.1 | |
Host type: coreisbr-unknown-linux-gnu | |
ABI: 64 | |
Install prefix: /usr/local | |
Compiler: gcc | |
Static libraries: yes | |
Shared libraries: yes | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=coreisbr-unknown-linux-gnu | |
ac_cv_c_bigendian=no | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_inline=inline | |
ac_cv_c_restrict=__restrict | |
ac_cv_c_stringize=yes | |
ac_cv_c_volatile=yes | |
ac_cv_env_ABI_set= | |
ac_cv_env_ABI_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_FOR_BUILD_set= | |
ac_cv_env_CC_FOR_BUILD_value= | |
ac_cv_env_CC_set= | |
ac_cv_env_CC_value= | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_FOR_BUILD_set= | |
ac_cv_env_CPP_FOR_BUILD_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set= | |
ac_cv_env_CXX_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_M4_set= | |
ac_cv_env_M4_value= | |
ac_cv_env_YACC_set= | |
ac_cv_env_YACC_value= | |
ac_cv_env_YFLAGS_set= | |
ac_cv_env_YFLAGS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_func_alarm=yes | |
ac_cv_func_attr_get=no | |
ac_cv_func_clock=yes | |
ac_cv_func_cputime=no | |
ac_cv_func_getpagesize=yes | |
ac_cv_func_getrusage=yes | |
ac_cv_func_getsysinfo=no | |
ac_cv_func_gettimeofday=yes | |
ac_cv_func_localeconv=yes | |
ac_cv_func_memset=yes | |
ac_cv_func_mmap=yes | |
ac_cv_func_mprotect=yes | |
ac_cv_func_nl_langinfo=yes | |
ac_cv_func_obstack_vprintf=yes | |
ac_cv_func_popen=yes | |
ac_cv_func_processor_info=no | |
ac_cv_func_pstat_getprocessor=no | |
ac_cv_func_raise=yes | |
ac_cv_func_read_real_time=no | |
ac_cv_func_sigaction=yes | |
ac_cv_func_sigaltstack=yes | |
ac_cv_func_sigstack=yes | |
ac_cv_func_strchr=yes | |
ac_cv_func_strerror=yes | |
ac_cv_func_strnlen=yes | |
ac_cv_func_strtol=yes | |
ac_cv_func_strtoul=yes | |
ac_cv_func_sysconf=yes | |
ac_cv_func_sysctl=yes | |
ac_cv_func_sysctlbyname=no | |
ac_cv_func_syssgi=no | |
ac_cv_func_times=yes | |
ac_cv_func_vsnprintf=yes | |
ac_cv_have_decl_fgetc=yes | |
ac_cv_have_decl_fscanf=yes | |
ac_cv_have_decl_optarg=yes | |
ac_cv_have_decl_sys_errlist=yes | |
ac_cv_have_decl_sys_nerr=yes | |
ac_cv_have_decl_ungetc=yes | |
ac_cv_have_decl_vfprintf=yes | |
ac_cv_header_dlfcn_h=yes | |
ac_cv_header_fcntl_h=yes | |
ac_cv_header_float_h=yes | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_invent_h=no | |
ac_cv_header_langinfo_h=yes | |
ac_cv_header_locale_h=yes | |
ac_cv_header_machine_hal_sysinfo_h=no | |
ac_cv_header_memory_h=yes | |
ac_cv_header_nl_types_h=yes | |
ac_cv_header_readline_history_h=yes | |
ac_cv_header_readline_readline_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_attributes_h=no | |
ac_cv_header_sys_iograph_h=no | |
ac_cv_header_sys_mman_h=yes | |
ac_cv_header_sys_param_h=yes | |
ac_cv_header_sys_processor_h=no | |
ac_cv_header_sys_pstat_h=no | |
ac_cv_header_sys_resource_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_sysctl_h=yes | |
ac_cv_header_sys_sysinfo_h=yes | |
ac_cv_header_sys_syssgi_h=no | |
ac_cv_header_sys_systemcfg_h=no | |
ac_cv_header_sys_time_h=yes | |
ac_cv_header_sys_times_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_time=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=coreisbr-unknown-linux-gnu | |
ac_cv_lib_lex=-lfl | |
ac_cv_lib_m_cos=yes | |
ac_cv_lib_ncurses_tputs=yes | |
ac_cv_lib_readline_readline=yes | |
ac_cv_member_struct_pst_processor_psp_iticksperclktick=no | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_mkdir=/usr/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='gcc -E' | |
ac_cv_prog_LEX=flex | |
ac_cv_prog_YACC='bison -y' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=gcc | |
ac_cv_prog_ac_ct_DLLTOOL=dlltool | |
ac_cv_prog_ac_ct_OBJDUMP=objdump | |
ac_cv_prog_ac_ct_RANLIB=ranlib | |
ac_cv_prog_ac_ct_STRIP=strip | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_c99= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cc_stdc= | |
ac_cv_prog_lex_root=lex.yy | |
ac_cv_prog_lex_yytext_pointer=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_search_clock_gettime='none required' | |
ac_cv_sizeof_mp_limb_t=8 | |
ac_cv_sizeof_unsigned=4 | |
ac_cv_sizeof_unsigned_long=8 | |
ac_cv_sizeof_unsigned_short=2 | |
ac_cv_sizeof_void_p=8 | |
ac_cv_type_intmax_t=yes | |
ac_cv_type_intptr_t=yes | |
ac_cv_type_long_double=yes | |
ac_cv_type_long_long=yes | |
ac_cv_type_ptrdiff_t=yes | |
ac_cv_type_quad_t=yes | |
ac_cv_type_signal=void | |
ac_cv_type_stack_t=yes | |
ac_cv_type_uint_least32_t=yes | |
cl_cv_as_noexecstack=yes | |
gmp_cv_asm_align_fill_0x90=yes | |
gmp_cv_asm_align_log=no | |
gmp_cv_asm_byte=.byte | |
gmp_cv_asm_data=.data | |
gmp_cv_asm_globl=.globl | |
gmp_cv_asm_globl_attr= | |
gmp_cv_asm_label_suffix=: | |
gmp_cv_asm_lsym_prefix=.L | |
gmp_cv_asm_rodata=' .section .rodata' | |
gmp_cv_asm_size='.size $1,$2' | |
gmp_cv_asm_text=.text | |
gmp_cv_asm_type='.type $1,@$2' | |
gmp_cv_asm_underscore=no | |
gmp_cv_asm_w32=.long | |
gmp_cv_c_attribute_const=yes | |
gmp_cv_c_attribute_malloc=yes | |
gmp_cv_c_attribute_mode=yes | |
gmp_cv_c_attribute_noreturn=yes | |
gmp_cv_c_double_format='IEEE little endian' | |
gmp_cv_c_for_build_ansi=yes | |
gmp_cv_c_stdarg=yes | |
gmp_cv_check_libm_for_build=-lm | |
gmp_cv_func_alloca=yes | |
gmp_cv_func_sscanf_writable_input=no | |
gmp_cv_func_vsnprintf=yes | |
gmp_cv_header_alloca=yes | |
gmp_cv_m4_m4wrap_spurious=no | |
gmp_cv_option_alloca=alloca | |
gmp_cv_prog_cpp_for_build='gcc -E' | |
gmp_cv_prog_exeext_for_build= | |
gmp_cv_prog_m4=m4 | |
lt_cv_ar_at_file=@ | |
lt_cv_archive_cmds_need_lc=no | |
lt_cv_deplibs_check_method=pass_all | |
lt_cv_file_magic_cmd='$MAGIC_CMD' | |
lt_cv_file_magic_test_file= | |
lt_cv_ld_reload_flag=-r | |
lt_cv_nm_interface='BSD nm' | |
lt_cv_objdir=.libs | |
lt_cv_path_LD=/usr/bin/ld | |
lt_cv_path_NM='/usr/bin/nm -B' | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_pic='-fPIC -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_rtti_exceptions=no | |
lt_cv_prog_compiler_static_works=yes | |
lt_cv_prog_gnu_ld=yes | |
lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | |
lt_cv_shlibpath_overrides_runpath=no | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=1572864 | |
lt_cv_to_host_file_cmd=func_convert_file_noop | |
lt_cv_to_tool_file_cmd=func_convert_file_noop | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ABI='64' | |
ACLOCAL='${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run aclocal-1.11' | |
AMTAR='$${TAR-tar}' | |
AR='ar' | |
AS='as' | |
ASMFLAGS=' -Wa,--noexecstack' | |
AUTOCONF='${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run autoconf' | |
AUTOHEADER='${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run autoheader' | |
AUTOMAKE='${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run automake-1.11' | |
AWK='gawk' | |
CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo' | |
CC='gcc' | |
CCAS='gcc -c' | |
CC_FOR_BUILD='gcc' | |
CFLAGS='-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7' | |
CPP='gcc -E' | |
CPPFLAGS='' | |
CPP_FOR_BUILD='gcc -E' | |
CXX='' | |
CXXCPP='' | |
CXXFLAGS='' | |
CYGPATH_W='echo' | |
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */' | |
DEFS='-DHAVE_CONFIG_H' | |
DLLTOOL='dlltool' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
ENABLE_STATIC_FALSE='#' | |
ENABLE_STATIC_TRUE='' | |
EXEEXT='' | |
EXEEXT_FOR_BUILD='' | |
FGREP='/usr/bin/grep -F' | |
GMP_LDFLAGS='' | |
GMP_LIMB_BITS='64' | |
GMP_NAIL_BITS='0' | |
GREP='/usr/bin/grep' | |
HAVE_CLOCK_01='1' | |
HAVE_CPUTIME_01='0' | |
HAVE_GETRUSAGE_01='1' | |
HAVE_GETTIMEOFDAY_01='1' | |
HAVE_HOST_CPU_FAMILY_power='0' | |
HAVE_HOST_CPU_FAMILY_powerpc='0' | |
HAVE_SIGACTION_01='1' | |
HAVE_SIGALTSTACK_01='1' | |
HAVE_SIGSTACK_01='1' | |
HAVE_STACK_T_01='1' | |
HAVE_SYS_RESOURCE_H_01='1' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
LD='/usr/bin/ld' | |
LDFLAGS='' | |
LEX='flex' | |
LEXLIB='-lfl' | |
LEX_OUTPUT_ROOT='lex.yy' | |
LIBCURSES='-lncurses' | |
LIBGMPXX_LDFLAGS='' | |
LIBGMP_DLL='0' | |
LIBGMP_LDFLAGS='' | |
LIBM='-lm' | |
LIBM_FOR_BUILD='-lm' | |
LIBOBJS='' | |
LIBREADLINE='-lreadline' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
M4='m4' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='/usr/bin/mkdir -p' | |
NM='/usr/bin/nm -B' | |
NMEDIT='' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='gmp' | |
PACKAGE_BUGREPORT='[email protected], see http://gmplib.org/manual/Reporting-Bugs.html' | |
PACKAGE_NAME='GNU MP' | |
PACKAGE_STRING='GNU MP 5.1.1' | |
PACKAGE_TARNAME='gmp' | |
PACKAGE_URL='http://www.gnu.org/software/gmp/' | |
PACKAGE_VERSION='5.1.1' | |
PATH_SEPARATOR=':' | |
RANLIB='ranlib' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
SPEED_CYCLECOUNTER_OBJ='x86_64.lo' | |
STRIP='strip' | |
TAL_OBJECT='tal-reent.lo' | |
TUNE_LIBS='' | |
TUNE_SQR_OBJ='' | |
U_FOR_BUILD='' | |
VERSION='5.1.1' | |
WANT_CXX_FALSE='' | |
WANT_CXX_TRUE='#' | |
WITH_READLINE_01='1' | |
YACC='bison -y' | |
YFLAGS='' | |
ac_ct_AR='ar' | |
ac_ct_CC='gcc' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='#' | |
am__isrc='' | |
am__leading_dot='.' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='coreisbr-unknown-linux-gnu' | |
build_alias='' | |
build_cpu='coreisbr' | |
build_os='linux-gnu' | |
build_vendor='unknown' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
gmp_srclinks=' mpn/invert_limb_table.asm mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/addcnd_n.asm mpn/subcnd_n.asm mpn/neg.c mpn/com.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/add_err1_n.asm mpn/add_err2_n.asm mpn/add_err3_n.asm mpn/sub_err1_n.asm mpn/sub_err2_n.asm mpn/sub_err3_n.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.asm mpn/diveby3.c mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.asm mpn/fib2_ui.c mpn/mod_1.c mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/pre_mod_1.c mpn/dump.c mpn/mod_1_1.asm mpn/mod_1_2.asm mpn/mod_1_3.c mpn/mod_1_4.asm mpn/lshiftc.asm mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/sqr.c mpn/mul_basecase.asm mpn/sqr_basecase.asm mpn/nussbaumer_mul.c mpn/mulmid_basecase.asm mpn/toom42_mulmid.c mpn/mulmid_n.c mpn/mulmid.c mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.asm mpn/hamdist.asm mpn/cmp.c mpn/perfsqr.c mpn/perfpow.c mpn/gcd_1.asm mpn/gcd.c mpn/gcdext_1.c mpn/gcdext.c mpn/gcd_subdiv_step.c mpn/gcdext_lehmer.c mpn/div_q.c mpn/tdiv_qr.c mpn/jacbase.c mpn/jacobi_2.c mpn/jacobi.c mpn/get_d.c mpn/matrix22_mul.c mpn/matrix22_mul1_inverse_vector.c mpn/hgcd_matrix.c mpn/hgcd2.c mpn/hgcd_step.c mpn/hgcd_reduce.c mpn/hgcd.c mpn/hgcd_appr.c mpn/hgcd2_jacobi.c mpn/hgcd_jacobi.c mpn/mullo_n.c mpn/mullo_basecase.asm mpn/toom22_mul.c mpn/toom32_mul.c mpn/toom42_mul.c mpn/toom52_mul.c mpn/toom62_mul.c mpn/toom33_mul.c mpn/toom43_mul.c mpn/toom53_mul.c mpn/toom54_mul.c mpn/toom63_mul.c mpn/toom44_mul.c mpn/toom6h_mul.c mpn/toom6_sqr.c mpn/toom8h_mul.c mpn/toom8_sqr.c mpn/toom_couple_handling.c mpn/toom2_sqr.c mpn/toom3_sqr.c mpn/toom4_sqr.c mpn/toom_eval_dgr3_pm1.c mpn/toom_eval_dgr3_pm2.c mpn/toom_eval_pm1.c mpn/toom_eval_pm2.c mpn/toom_eval_pm2exp.c mpn/toom_eval_pm2rexp.c mpn/toom_interpolate_5pts.c mpn/toom_interpolate_6pts.c mpn/toom_interpolate_7pts.c mpn/toom_interpolate_8pts.c mpn/toom_interpolate_12pts.c mpn/toom_interpolate_16pts.c mpn/invertappr.c mpn/invert.c mpn/binvert.c mpn/mulmod_bnm1.c mpn/sqrmod_bnm1.c mpn/div_qr_2.c mpn/div_qr_2n_pi1.asm mpn/div_qr_2u_pi1.asm mpn/sbpi1_div_q.c mpn/sbpi1_div_qr.c mpn/sbpi1_divappr_q.c mpn/dcpi1_div_q.c mpn/dcpi1_div_qr.c mpn/dcpi1_divappr_q.c mpn/mu_div_qr.c mpn/mu_divappr_q.c mpn/mu_div_q.c mpn/bdiv_q_1.asm mpn/sbpi1_bdiv_q.c mpn/sbpi1_bdiv_qr.c mpn/dcpi1_bdiv_q.c mpn/dcpi1_bdiv_qr.c mpn/mu_bdiv_q.c mpn/mu_bdiv_qr.c mpn/bdiv_q.c mpn/bdiv_qr.c mpn/broot.c mpn/brootinv.c mpn/bsqrt.c mpn/bsqrtinv.c mpn/divexact.c mpn/bdiv_dbm1c.asm mpn/redc_1.asm mpn/redc_2.c mpn/redc_n.c mpn/powm.c mpn/powlo.c mpn/powm_sec.c mpn/sb_div_qr_sec.c mpn/sb_div_r_sec.c mpn/sbpi1_div_qr_sec.c mpn/sbpi1_div_r_sec.c mpn/trialdiv.c mpn/remove.c mpn/and_n.asm mpn/andn_n.asm mpn/nand_n.asm mpn/ior_n.asm mpn/iorn_n.asm mpn/nior_n.asm mpn/xor_n.asm mpn/xnor_n.asm mpn/copyi.asm mpn/copyd.asm mpn/zero.c mpn/tabselect.asm mpn/comb_tables.c mpn/invert_limb.asm mpn/mul_2.asm mpn/addmul_2.asm mpn/addlsh1_n.asm mpn/sublsh1_n.asm mpn/rsblsh1_n.asm mpn/rsh1add_n.asm mpn/rsh1sub_n.asm mpn/addlsh2_n.asm mpn/sublsh2_n.asm mpn/rsblsh2_n.asm mpn/addlsh_n.asm mpn/rsblsh_n.asm mpn/add_n_sub_n.c mpn/addaddmul_1msb0.asm gmp-mparam.h' | |
host='coreisbr-unknown-linux-gnu' | |
host_alias='' | |
host_cpu='coreisbr' | |
host_os='linux-gnu' | |
host_vendor='unknown' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='/usr/bin/mkdir -p' | |
mpn_objects=' invert_limb_table.lo add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo addcnd_n.lo subcnd_n.lo neg$U.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3$U.lo divis$U.lo divrem$U.lo divrem_1.lo divrem_2.lo fib2_ui$U.lo mod_1$U.lo mod_34lsub1.lo mode1o.lo pre_mod_1$U.lo dump$U.lo mod_1_1.lo mod_1_2.lo mod_1_3$U.lo mod_1_4.lo lshiftc.lo mul$U.lo mul_fft$U.lo mul_n$U.lo sqr$U.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul$U.lo mulmid_basecase.lo toom42_mulmid$U.lo mulmid_n$U.lo mulmid$U.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount.lo hamdist.lo cmp$U.lo perfsqr$U.lo perfpow$U.lo gcd_1.lo gcd$U.lo gcdext_1$U.lo gcdext$U.lo gcd_subdiv_step$U.lo gcdext_lehmer$U.lo div_q$U.lo tdiv_qr$U.lo jacbase$U.lo jacobi_2$U.lo jacobi$U.lo get_d$U.lo matrix22_mul$U.lo matrix22_mul1_inverse_vector$U.lo hgcd_matrix$U.lo hgcd2$U.lo hgcd_step$U.lo hgcd_reduce$U.lo hgcd$U.lo hgcd_appr$U.lo hgcd2_jacobi$U.lo hgcd_jacobi$U.lo mullo_n$U.lo mullo_basecase.lo toom22_mul$U.lo toom32_mul$U.lo toom42_mul$U.lo toom52_mul$U.lo toom62_mul$U.lo toom33_mul$U.lo toom43_mul$U.lo toom53_mul$U.lo toom54_mul$U.lo toom63_mul$U.lo toom44_mul$U.lo toom6h_mul$U.lo toom6_sqr$U.lo toom8h_mul$U.lo toom8_sqr$U.lo toom_couple_handling$U.lo toom2_sqr$U.lo toom3_sqr$U.lo toom4_sqr$U.lo toom_eval_dgr3_pm1$U.lo toom_eval_dgr3_pm2$U.lo toom_eval_pm1$U.lo toom_eval_pm2$U.lo toom_eval_pm2exp$U.lo toom_eval_pm2rexp$U.lo toom_interpolate_5pts$U.lo toom_interpolate_6pts$U.lo toom_interpolate_7pts$U.lo toom_interpolate_8pts$U.lo toom_interpolate_12pts$U.lo toom_interpolate_16pts$U.lo invertappr$U.lo invert$U.lo binvert$U.lo mulmod_bnm1$U.lo sqrmod_bnm1$U.lo div_qr_2$U.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q$U.lo sbpi1_div_qr$U.lo sbpi1_divappr_q$U.lo dcpi1_div_q$U.lo dcpi1_div_qr$U.lo dcpi1_divappr_q$U.lo mu_div_qr$U.lo mu_divappr_q$U.lo mu_div_q$U.lo bdiv_q_1.lo sbpi1_bdiv_q$U.lo sbpi1_bdiv_qr$U.lo dcpi1_bdiv_q$U.lo dcpi1_bdiv_qr$U.lo mu_bdiv_q$U.lo mu_bdiv_qr$U.lo bdiv_q$U.lo bdiv_qr$U.lo broot$U.lo brootinv$U.lo bsqrt$U.lo bsqrtinv$U.lo divexact$U.lo bdiv_dbm1c.lo redc_1.lo redc_2$U.lo redc_n$U.lo powm$U.lo powlo$U.lo powm_sec$U.lo sb_div_qr_sec$U.lo sb_div_r_sec$U.lo sbpi1_div_qr_sec$U.lo sbpi1_div_r_sec$U.lo trialdiv$U.lo remove$U.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero$U.lo tabselect.lo comb_tables$U.lo invert_limb.lo mul_2.lo addmul_2.lo addlsh1_n.lo sublsh1_n.lo rsblsh1_n.lo rsh1add_n.lo rsh1sub_n.lo addlsh2_n.lo sublsh2_n.lo rsblsh2_n.lo addlsh_n.lo rsblsh_n.lo add_n_sub_n$U.lo addaddmul_1msb0.lo' | |
mpn_objs_in_libgmp=' mpn/invert_limb_table.lo mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/addcnd_n.lo mpn/subcnd_n.lo mpn/neg$U.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3$U.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/sqr$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul$U.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid$U.lo mpn/mulmid_n$U.lo mpn/mulmid$U.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/perfpow$U.lo mpn/gcd_1.lo mpn/gcd$U.lo mpn/gcdext_1$U.lo mpn/gcdext$U.lo mpn/gcd_subdiv_step$U.lo mpn/gcdext_lehmer$U.lo mpn/div_q$U.lo mpn/tdiv_qr$U.lo mpn/jacbase$U.lo mpn/jacobi_2$U.lo mpn/jacobi$U.lo mpn/get_d$U.lo mpn/matrix22_mul$U.lo mpn/matrix22_mul1_inverse_vector$U.lo mpn/hgcd_matrix$U.lo mpn/hgcd2$U.lo mpn/hgcd_step$U.lo mpn/hgcd_reduce$U.lo mpn/hgcd$U.lo mpn/hgcd_appr$U.lo mpn/hgcd2_jacobi$U.lo mpn/hgcd_jacobi$U.lo mpn/mullo_n$U.lo mpn/mullo_basecase.lo mpn/toom22_mul$U.lo mpn/toom32_mul$U.lo mpn/toom42_mul$U.lo mpn/toom52_mul$U.lo mpn/toom62_mul$U.lo mpn/toom33_mul$U.lo mpn/toom43_mul$U.lo mpn/toom53_mul$U.lo mpn/toom54_mul$U.lo mpn/toom63_mul$U.lo mpn/toom44_mul$U.lo mpn/toom6h_mul$U.lo mpn/toom6_sqr$U.lo mpn/toom8h_mul$U.lo mpn/toom8_sqr$U.lo mpn/toom_couple_handling$U.lo mpn/toom2_sqr$U.lo mpn/toom3_sqr$U.lo mpn/toom4_sqr$U.lo mpn/toom_eval_dgr3_pm1$U.lo mpn/toom_eval_dgr3_pm2$U.lo mpn/toom_eval_pm1$U.lo mpn/toom_eval_pm2$U.lo mpn/toom_eval_pm2exp$U.lo mpn/toom_eval_pm2rexp$U.lo mpn/toom_interpolate_5pts$U.lo mpn/toom_interpolate_6pts$U.lo mpn/toom_interpolate_7pts$U.lo mpn/toom_interpolate_8pts$U.lo mpn/toom_interpolate_12pts$U.lo mpn/toom_interpolate_16pts$U.lo mpn/invertappr$U.lo mpn/invert$U.lo mpn/binvert$U.lo mpn/mulmod_bnm1$U.lo mpn/sqrmod_bnm1$U.lo mpn/div_qr_2$U.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q$U.lo mpn/sbpi1_div_qr$U.lo mpn/sbpi1_divappr_q$U.lo mpn/dcpi1_div_q$U.lo mpn/dcpi1_div_qr$U.lo mpn/dcpi1_divappr_q$U.lo mpn/mu_div_qr$U.lo mpn/mu_divappr_q$U.lo mpn/mu_div_q$U.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q$U.lo mpn/sbpi1_bdiv_qr$U.lo mpn/dcpi1_bdiv_q$U.lo mpn/dcpi1_bdiv_qr$U.lo mpn/mu_bdiv_q$U.lo mpn/mu_bdiv_qr$U.lo mpn/bdiv_q$U.lo mpn/bdiv_qr$U.lo mpn/broot$U.lo mpn/brootinv$U.lo mpn/bsqrt$U.lo mpn/bsqrtinv$U.lo mpn/divexact$U.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2$U.lo mpn/redc_n$U.lo mpn/powm$U.lo mpn/powlo$U.lo mpn/powm_sec$U.lo mpn/sb_div_qr_sec$U.lo mpn/sb_div_r_sec$U.lo mpn/sbpi1_div_qr_sec$U.lo mpn/sbpi1_div_r_sec$U.lo mpn/trialdiv$U.lo mpn/remove$U.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero$U.lo mpn/tabselect.lo mpn/comb_tables$U.lo mpn/invert_limb.lo mpn/mul_2.lo mpn/addmul_2.lo mpn/addlsh1_n.lo mpn/sublsh1_n.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/addlsh2_n.lo mpn/sublsh2_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n$U.lo mpn/addaddmul_1msb0.lo' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "GNU MP" | |
#define PACKAGE_TARNAME "gmp" | |
#define PACKAGE_VERSION "5.1.1" | |
#define PACKAGE_STRING "GNU MP 5.1.1" | |
#define PACKAGE_BUGREPORT "[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
#define PACKAGE_URL "http://www.gnu.org/software/gmp/" | |
#define PACKAGE "gmp" | |
#define VERSION "5.1.1" | |
#define WANT_FFT 1 | |
#define HAVE_HOST_CPU_coreisbr 1 | |
#define HAVE_SPEED_CYCLECOUNTER 2 | |
#define HAVE_CALLING_CONVENTIONS 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
#define HAVE_DLFCN_H 1 | |
#define LT_OBJDIR ".libs/" | |
#define STDC_HEADERS 1 | |
#define TIME_WITH_SYS_TIME 1 | |
#define HAVE_FCNTL_H 1 | |
#define HAVE_FLOAT_H 1 | |
#define HAVE_LANGINFO_H 1 | |
#define HAVE_LOCALE_H 1 | |
#define HAVE_NL_TYPES_H 1 | |
#define HAVE_SYS_MMAN_H 1 | |
#define HAVE_SYS_PARAM_H 1 | |
#define HAVE_SYS_SYSINFO_H 1 | |
#define HAVE_SYS_TIME_H 1 | |
#define HAVE_SYS_TIMES_H 1 | |
#define HAVE_SYS_RESOURCE_H 1 | |
#define HAVE_SYS_SYSCTL_H 1 | |
#define HAVE_DECL_FGETC 1 | |
#define HAVE_DECL_FSCANF 1 | |
#define HAVE_DECL_OPTARG 1 | |
#define HAVE_DECL_UNGETC 1 | |
#define HAVE_DECL_VFPRINTF 1 | |
#define HAVE_DECL_SYS_ERRLIST 1 | |
#define HAVE_DECL_SYS_NERR 1 | |
#define RETSIGTYPE void | |
#define HAVE_INTMAX_T 1 | |
#define HAVE_LONG_DOUBLE 1 | |
#define HAVE_LONG_LONG 1 | |
#define HAVE_PTRDIFF_T 1 | |
#define HAVE_QUAD_T 1 | |
#define HAVE_UINT_LEAST32_T 1 | |
#define HAVE_INTPTR_T 1 | |
#define HAVE_STRINGIZE 1 | |
#define restrict __restrict | |
#define HAVE_STDARG 1 | |
#define HAVE_ATTRIBUTE_CONST 1 | |
#define HAVE_ATTRIBUTE_MALLOC 1 | |
#define HAVE_ATTRIBUTE_MODE 1 | |
#define HAVE_ATTRIBUTE_NORETURN 1 | |
#define HAVE_ALLOCA_H 1 | |
#define HAVE_ALLOCA 1 | |
#define WANT_TMP_ALLOCA 1 | |
#define HAVE_LIMB_LITTLE_ENDIAN 1 | |
#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | |
#define HAVE_ALARM 1 | |
#define HAVE_CLOCK 1 | |
#define HAVE_GETPAGESIZE 1 | |
#define HAVE_GETRUSAGE 1 | |
#define HAVE_GETTIMEOFDAY 1 | |
#define HAVE_LOCALECONV 1 | |
#define HAVE_MEMSET 1 | |
#define HAVE_MMAP 1 | |
#define HAVE_MPROTECT 1 | |
#define HAVE_NL_LANGINFO 1 | |
#define HAVE_OBSTACK_VPRINTF 1 | |
#define HAVE_POPEN 1 | |
#define HAVE_RAISE 1 | |
#define HAVE_SIGACTION 1 | |
#define HAVE_SIGALTSTACK 1 | |
#define HAVE_SIGSTACK 1 | |
#define HAVE_STRCHR 1 | |
#define HAVE_STRERROR 1 | |
#define HAVE_STRNLEN 1 | |
#define HAVE_STRTOL 1 | |
#define HAVE_STRTOUL 1 | |
#define HAVE_SYSCONF 1 | |
#define HAVE_SYSCTL 1 | |
#define HAVE_TIMES 1 | |
#define HAVE_CLOCK_GETTIME 1 | |
#define HAVE_VSNPRINTF 1 | |
#define HAVE_NATIVE_mpn_add_n 1 | |
#define HAVE_NATIVE_mpn_add_nc 1 | |
#define HAVE_NATIVE_mpn_sub_n 1 | |
#define HAVE_NATIVE_mpn_sub_nc 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func_nc 1 | |
#define HAVE_NATIVE_mpn_add_n 1 | |
#define HAVE_NATIVE_mpn_add_nc 1 | |
#define HAVE_NATIVE_mpn_sub_n 1 | |
#define HAVE_NATIVE_mpn_sub_nc 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func_nc 1 | |
#define HAVE_NATIVE_mpn_addcnd_n 1 | |
#define HAVE_NATIVE_mpn_subcnd_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_addcnd_n 1 | |
#define HAVE_NATIVE_mpn_subcnd_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_com 1 | |
#define HAVE_NATIVE_mpn_mul_1 1 | |
#define HAVE_NATIVE_mpn_addmul_1 1 | |
#define HAVE_NATIVE_mpn_submul_1 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_addmul_1 1 | |
#define HAVE_NATIVE_mpn_submul_1 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_add_err1_n 1 | |
#define HAVE_NATIVE_mpn_sub_err1_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_add_err2_n 1 | |
#define HAVE_NATIVE_mpn_sub_err2_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_add_err3_n 1 | |
#define HAVE_NATIVE_mpn_sub_err3_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_add_err1_n 1 | |
#define HAVE_NATIVE_mpn_sub_err1_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_add_err2_n 1 | |
#define HAVE_NATIVE_mpn_sub_err2_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_add_err3_n 1 | |
#define HAVE_NATIVE_mpn_sub_err3_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_lshift 1 | |
#define HAVE_NATIVE_mpn_rshift 1 | |
#define HAVE_NATIVE_mpn_divexact_1 1 | |
#define HAVE_NATIVE_mpn_preinv_divrem_1 1 | |
#define HAVE_NATIVE_mpn_divrem_1 1 | |
#define HAVE_NATIVE_mpn_divrem_2 1 | |
#define HAVE_NATIVE_mpn_mod_34lsub1 1 | |
#define HAVE_NATIVE_mpn_modexact_1_odd 1 | |
#define HAVE_NATIVE_mpn_modexact_1c_odd 1 | |
#define HAVE_NATIVE_mpn_mod_1_1p 1 | |
#define HAVE_NATIVE_mpn_mod_1_1p_cps 1 | |
#define HAVE_NATIVE_mpn_mod_1s_2p 1 | |
#define HAVE_NATIVE_mpn_mod_1s_2p_cps 1 | |
#define HAVE_NATIVE_mpn_mod_1s_4p 1 | |
#define HAVE_NATIVE_mpn_mod_1s_4p_cps 1 | |
#define HAVE_NATIVE_mpn_lshiftc 1 | |
#define HAVE_NATIVE_mpn_mul_basecase 1 | |
#define HAVE_NATIVE_mpn_sqr_basecase 1 | |
#define HAVE_NATIVE_mpn_mulmid_basecase 1 | |
#define HAVE_NATIVE_mpn_popcount 1 | |
#define HAVE_NATIVE_mpn_hamdist 1 | |
#define HAVE_NATIVE_mpn_gcd_1 1 | |
#define HAVE_NATIVE_mpn_mullo_basecase 1 | |
#define HAVE_NATIVE_mpn_div_qr_2n_pi1 1 | |
#define HAVE_NATIVE_mpn_div_qr_2u_pi1 1 | |
#define HAVE_NATIVE_mpn_bdiv_q_1 1 | |
#define HAVE_NATIVE_mpn_pi1_bdiv_q_1 1 | |
#define HAVE_NATIVE_mpn_bdiv_dbm1c 1 | |
#define HAVE_NATIVE_mpn_redc_1 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_and_n 1 | |
#define HAVE_NATIVE_mpn_andn_n 1 | |
#define HAVE_NATIVE_mpn_nand_n 1 | |
#define HAVE_NATIVE_mpn_ior_n 1 | |
#define HAVE_NATIVE_mpn_iorn_n 1 | |
#define HAVE_NATIVE_mpn_nior_n 1 | |
#define HAVE_NATIVE_mpn_xor_n 1 | |
#define HAVE_NATIVE_mpn_xnor_n 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_func 1 | |
#define HAVE_NATIVE_mpn_copyi 1 | |
#define HAVE_NATIVE_mpn_copyd 1 | |
#define HAVE_NATIVE_mpn_tabselect 1 | |
#define HAVE_NATIVE_mpn_invert_limb 1 | |
#define HAVE_NATIVE_C 1 | |
#define HAVE_NATIVE_Kn 1 | |
#define HAVE_NATIVE_C2 1 | |
#define HAVE_NATIVE_Ci 1 | |
#define HAVE_NATIVE_mpn_mul_2 1 | |
#define HAVE_NATIVE_mpn_addmul_2 1 | |
#define HAVE_NATIVE_mpn_addlsh1_n 1 | |
#define HAVE_NATIVE_mpn_addlsh1_nc 1 | |
#define HAVE_NATIVE_mpn_rsblsh1_n 1 | |
#define HAVE_NATIVE_mpn_rsblsh1_nc 1 | |
#define HAVE_NATIVE_mpn_sublsh1_n 1 | |
#define HAVE_NATIVE_mpn_addlsh1_n 1 | |
#define HAVE_NATIVE_mpn_addlsh1_nc 1 | |
#define HAVE_NATIVE_mpn_rsblsh1_n 1 | |
#define HAVE_NATIVE_mpn_rsblsh1_nc 1 | |
#define HAVE_NATIVE_mpn_rsh1add_n 1 | |
#define HAVE_NATIVE_mpn_rsh1add_nc 1 | |
#define HAVE_NATIVE_mpn_rsh1sub_n 1 | |
#define HAVE_NATIVE_mpn_rsh1sub_nc 1 | |
#define HAVE_NATIVE_func_nc 1 | |
#define HAVE_NATIVE_func_n 1 | |
#define HAVE_NATIVE_mpn_rsh1add_n 1 | |
#define HAVE_NATIVE_mpn_rsh1add_nc 1 | |
#define HAVE_NATIVE_mpn_rsh1sub_n 1 | |
#define HAVE_NATIVE_mpn_rsh1sub_nc 1 | |
#define HAVE_NATIVE_func_nc 1 | |
#define HAVE_NATIVE_func_n 1 | |
#define HAVE_NATIVE_mpn_addlsh2_n 1 | |
#define HAVE_NATIVE_mpn_addlsh2_nc 1 | |
#define HAVE_NATIVE_mpn_rsblsh2_n 1 | |
#define HAVE_NATIVE_mpn_sublsh2_n 1 | |
#define HAVE_NATIVE_mpn_addlsh2_n 1 | |
#define HAVE_NATIVE_mpn_addlsh2_nc 1 | |
#define HAVE_NATIVE_mpn_rsblsh2_n 1 | |
#define HAVE_NATIVE_mpn_addlsh_n 1 | |
#define HAVE_NATIVE_mpn_addlsh_nc 1 | |
#define HAVE_NATIVE_mpn_rsblsh_n 1 | |
#define HAVE_NATIVE_func_n 1 | |
#define HAVE_NATIVE_func_nc 1 | |
#define HAVE_NATIVE_mpn_addlsh_n 1 | |
#define HAVE_NATIVE_mpn_addlsh_nc 1 | |
#define HAVE_NATIVE_mpn_rsblsh_n 1 | |
#define HAVE_NATIVE_func_n 1 | |
#define HAVE_NATIVE_func_nc 1 | |
#define HAVE_NATIVE_mpn_addaddmul_1msb0 1 | |
#define LSYM_PREFIX ".L" | |
#define HAVE_HOST_CPU_FAMILY_x86_64 1 | |
#define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/coreisbr/gmp-mparam.h" | |
#define SIZEOF_VOID_P 8 | |
#define SIZEOF_UNSIGNED_SHORT 2 | |
#define SIZEOF_UNSIGNED 4 | |
#define SIZEOF_UNSIGNED_LONG 8 | |
#define SIZEOF_MP_LIMB_T 8 | |
#define HAVE_STACK_T 1 | |
#define YYTEXT_POINTER 1 | |
configure: exit 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# Generated by configure. | |
# Run this file to recreate the current configuration. | |
# Compiler output produced by configure, useful for debugging | |
# configure, is in config.log if it exists. | |
debug=false | |
ac_cs_recheck=false | |
ac_cs_silent=false | |
SHELL=${CONFIG_SHELL-/bin/sh} | |
export SHELL | |
## -------------------- ## | |
## M4sh Initialization. ## | |
## -------------------- ## | |
# Be more Bourne compatible | |
DUALCASE=1; export DUALCASE # for MKS sh | |
if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : | |
emulate sh | |
NULLCMD=: | |
# Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which | |
# is contrary to our usage. Disable this feature. | |
alias -g '${1+"$@"}'='"$@"' | |
setopt NO_GLOB_SUBST | |
else | |
case `(set -o) 2>/dev/null` in #( | |
*posix*) : | |
set -o posix ;; #( | |
*) : | |
;; | |
esac | |
fi | |
as_nl=' | |
' | |
export as_nl | |
# Printing a long string crashes Solaris 7 /usr/bin/printf. | |
as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' | |
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo | |
as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo | |
# Prefer a ksh shell builtin over an external printf program on Solaris, | |
# but without wasting forks for bash or zsh. | |
if test -z "$BASH_VERSION$ZSH_VERSION" \ | |
&& (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then | |
as_echo='print -r --' | |
as_echo_n='print -rn --' | |
elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then | |
as_echo='printf %s\n' | |
as_echo_n='printf %s' | |
else | |
if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then | |
as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' | |
as_echo_n='/usr/ucb/echo -n' | |
else | |
as_echo_body='eval expr "X$1" : "X\\(.*\\)"' | |
as_echo_n_body='eval | |
arg=$1; | |
case $arg in #( | |
*"$as_nl"*) | |
expr "X$arg" : "X\\(.*\\)$as_nl"; | |
arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; | |
esac; | |
expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" | |
' | |
export as_echo_n_body | |
as_echo_n='sh -c $as_echo_n_body as_echo' | |
fi | |
export as_echo_body | |
as_echo='sh -c $as_echo_body as_echo' | |
fi | |
# The user is always right. | |
if test "${PATH_SEPARATOR+set}" != set; then | |
PATH_SEPARATOR=: | |
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { | |
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || | |
PATH_SEPARATOR=';' | |
} | |
fi | |
# IFS | |
# We need space, tab and new line, in precisely that order. Quoting is | |
# there to prevent editors from complaining about space-tab. | |
# (If _AS_PATH_WALK were called with IFS unset, it would disable word | |
# splitting by setting IFS to empty value.) | |
IFS=" "" $as_nl" | |
# Find who we are. Look in the path if we contain no directory separator. | |
as_myself= | |
case $0 in #(( | |
*[\\/]* ) as_myself=$0 ;; | |
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR | |
for as_dir in $PATH | |
do | |
IFS=$as_save_IFS | |
test -z "$as_dir" && as_dir=. | |
test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break | |
done | |
IFS=$as_save_IFS | |
;; | |
esac | |
# We did not find ourselves, most probably we were run as `sh COMMAND' | |
# in which case we are not to be found in the path. | |
if test "x$as_myself" = x; then | |
as_myself=$0 | |
fi | |
if test ! -f "$as_myself"; then | |
$as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 | |
exit 1 | |
fi | |
# Unset variables that we do not need and which cause bugs (e.g. in | |
# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1" | |
# suppresses any "Segmentation fault" message there. '((' could | |
# trigger a bug in pdksh 5.2.14. | |
for as_var in BASH_ENV ENV MAIL MAILPATH | |
do eval test x\${$as_var+set} = xset \ | |
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : | |
done | |
PS1='$ ' | |
PS2='> ' | |
PS4='+ ' | |
# NLS nuisances. | |
LC_ALL=C | |
export LC_ALL | |
LANGUAGE=C | |
export LANGUAGE | |
# CDPATH. | |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
# as_fn_error STATUS ERROR [LINENO LOG_FD] | |
# ---------------------------------------- | |
# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are | |
# provided, also output the error to LOG_FD, referencing LINENO. Then exit the | |
# script with STATUS, using 1 if that was 0. | |
as_fn_error () | |
{ | |
as_status=$1; test $as_status -eq 0 && as_status=1 | |
if test "$4"; then | |
as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
$as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 | |
fi | |
$as_echo "$as_me: error: $2" >&2 | |
as_fn_exit $as_status | |
} # as_fn_error | |
# as_fn_set_status STATUS | |
# ----------------------- | |
# Set $? to STATUS, without forking. | |
as_fn_set_status () | |
{ | |
return $1 | |
} # as_fn_set_status | |
# as_fn_exit STATUS | |
# ----------------- | |
# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. | |
as_fn_exit () | |
{ | |
set +e | |
as_fn_set_status $1 | |
exit $1 | |
} # as_fn_exit | |
# as_fn_unset VAR | |
# --------------- | |
# Portably unset VAR. | |
as_fn_unset () | |
{ | |
{ eval $1=; unset $1;} | |
} | |
as_unset=as_fn_unset | |
# as_fn_append VAR VALUE | |
# ---------------------- | |
# Append the text in VALUE to the end of the definition contained in VAR. Take | |
# advantage of any shell optimizations that allow amortized linear growth over | |
# repeated appends, instead of the typical quadratic growth present in naive | |
# implementations. | |
if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then : | |
eval 'as_fn_append () | |
{ | |
eval $1+=\$2 | |
}' | |
else | |
as_fn_append () | |
{ | |
eval $1=\$$1\$2 | |
} | |
fi # as_fn_append | |
# as_fn_arith ARG... | |
# ------------------ | |
# Perform arithmetic evaluation on the ARGs, and store the result in the | |
# global $as_val. Take advantage of shells that can avoid forks. The arguments | |
# must be portable across $(()) and expr. | |
if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then : | |
eval 'as_fn_arith () | |
{ | |
as_val=$(( $* )) | |
}' | |
else | |
as_fn_arith () | |
{ | |
as_val=`expr "$@" || test $? -eq 1` | |
} | |
fi # as_fn_arith | |
if expr a : '\(a\)' >/dev/null 2>&1 && | |
test "X`expr 00001 : '.*\(...\)'`" = X001; then | |
as_expr=expr | |
else | |
as_expr=false | |
fi | |
if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then | |
as_basename=basename | |
else | |
as_basename=false | |
fi | |
if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then | |
as_dirname=dirname | |
else | |
as_dirname=false | |
fi | |
as_me=`$as_basename -- "$0" || | |
$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ | |
X"$0" : 'X\(//\)$' \| \ | |
X"$0" : 'X\(/\)' \| . 2>/dev/null || | |
$as_echo X/"$0" | | |
sed '/^.*\/\([^/][^/]*\)\/*$/{ | |
s//\1/ | |
q | |
} | |
/^X\/\(\/\/\)$/{ | |
s//\1/ | |
q | |
} | |
/^X\/\(\/\).*/{ | |
s//\1/ | |
q | |
} | |
s/.*/./; q'` | |
# Avoid depending upon Character Ranges. | |
as_cr_letters='abcdefghijklmnopqrstuvwxyz' | |
as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' | |
as_cr_Letters=$as_cr_letters$as_cr_LETTERS | |
as_cr_digits='0123456789' | |
as_cr_alnum=$as_cr_Letters$as_cr_digits | |
ECHO_C= ECHO_N= ECHO_T= | |
case `echo -n x` in #((((( | |
-n*) | |
case `echo 'xy\c'` in | |
*c*) ECHO_T=' ';; # ECHO_T is single tab character. | |
xy) ECHO_C='\c';; | |
*) echo `echo ksh88 bug on AIX 6.1` > /dev/null | |
ECHO_T=' ';; | |
esac;; | |
*) | |
ECHO_N='-n';; | |
esac | |
rm -f conf$$ conf$$.exe conf$$.file | |
if test -d conf$$.dir; then | |
rm -f conf$$.dir/conf$$.file | |
else | |
rm -f conf$$.dir | |
mkdir conf$$.dir 2>/dev/null | |
fi | |
if (echo >conf$$.file) 2>/dev/null; then | |
if ln -s conf$$.file conf$$ 2>/dev/null; then | |
as_ln_s='ln -s' | |
# ... but there are two gotchas: | |
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. | |
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. | |
# In both cases, we have to default to `cp -pR'. | |
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || | |
as_ln_s='cp -pR' | |
elif ln conf$$.file conf$$ 2>/dev/null; then | |
as_ln_s=ln | |
else | |
as_ln_s='cp -pR' | |
fi | |
else | |
as_ln_s='cp -pR' | |
fi | |
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file | |
rmdir conf$$.dir 2>/dev/null | |
# as_fn_mkdir_p | |
# ------------- | |
# Create "$as_dir" as a directory, including parents if necessary. | |
as_fn_mkdir_p () | |
{ | |
case $as_dir in #( | |
-*) as_dir=./$as_dir;; | |
esac | |
test -d "$as_dir" || eval $as_mkdir_p || { | |
as_dirs= | |
while :; do | |
case $as_dir in #( | |
*\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( | |
*) as_qdir=$as_dir;; | |
esac | |
as_dirs="'$as_qdir' $as_dirs" | |
as_dir=`$as_dirname -- "$as_dir" || | |
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
X"$as_dir" : 'X\(//\)[^/]' \| \ | |
X"$as_dir" : 'X\(//\)$' \| \ | |
X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || | |
$as_echo X"$as_dir" | | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\/\)[^/].*/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\/\)$/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\).*/{ | |
s//\1/ | |
q | |
} | |
s/.*/./; q'` | |
test -d "$as_dir" && break | |
done | |
test -z "$as_dirs" || eval "mkdir $as_dirs" | |
} || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" | |
} # as_fn_mkdir_p | |
if mkdir -p . 2>/dev/null; then | |
as_mkdir_p='mkdir -p "$as_dir"' | |
else | |
test -d ./-p && rmdir ./-p | |
as_mkdir_p=false | |
fi | |
# as_fn_executable_p FILE | |
# ----------------------- | |
# Test if FILE is an executable regular file. | |
as_fn_executable_p () | |
{ | |
test -f "$1" && test -x "$1" | |
} # as_fn_executable_p | |
as_test_x='test -x' | |
as_executable_p=as_fn_executable_p | |
# Sed expression to map a string onto a valid CPP name. | |
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" | |
# Sed expression to map a string onto a valid variable name. | |
as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" | |
exec 6>&1 | |
## ----------------------------------- ## | |
## Main body of $CONFIG_STATUS script. ## | |
## ----------------------------------- ## | |
# Save the log message, to keep $0 and so on meaningful, and to | |
# report actual input values of CONFIG_FILES etc. instead of their | |
# values after options handling. | |
ac_log=" | |
This file was extended by GNU MP $as_me 5.1.1, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = $CONFIG_FILES | |
CONFIG_HEADERS = $CONFIG_HEADERS | |
CONFIG_LINKS = $CONFIG_LINKS | |
CONFIG_COMMANDS = $CONFIG_COMMANDS | |
$ $0 $@ | |
on `(hostname || uname -n) 2>/dev/null | sed 1q` | |
" | |
# Files that config.status was made for. | |
config_files=" demos/pexpr-config.h:demos/pexpr-config-h.in demos/calc/calc-config.h:demos/calc/calc-config-h.in Makefile mpf/Makefile mpn/Makefile mpq/Makefile mpz/Makefile printf/Makefile scanf/Makefile rand/Makefile cxx/Makefile tests/Makefile tests/devel/Makefile tests/mpf/Makefile tests/mpn/Makefile tests/mpq/Makefile tests/mpz/Makefile tests/rand/Makefile tests/misc/Makefile tests/cxx/Makefile doc/Makefile tune/Makefile demos/Makefile demos/calc/Makefile demos/expr/Makefile gmp.h:gmp-h.in" | |
config_headers=" config.h:config.in" | |
config_links=" mpn/invert_limb_table.asm:mpn/x86_64/invert_limb_table.asm mpn/add.c:mpn/generic/add.c mpn/add_1.c:mpn/generic/add_1.c mpn/add_n.asm:mpn/x86_64/coreisbr/aors_n.asm mpn/sub.c:mpn/generic/sub.c mpn/sub_1.c:mpn/generic/sub_1.c mpn/sub_n.asm:mpn/x86_64/coreisbr/aors_n.asm mpn/addcnd_n.asm:mpn/x86_64/aorscnd_n.asm mpn/subcnd_n.asm:mpn/x86_64/aorscnd_n.asm mpn/neg.c:mpn/generic/neg.c mpn/com.asm:mpn/x86_64/com.asm mpn/mul_1.asm:mpn/x86_64/coreisbr/mul_1.asm mpn/addmul_1.asm:mpn/x86_64/coreisbr/aorsmul_1.asm mpn/submul_1.asm:mpn/x86_64/coreisbr/aorsmul_1.asm mpn/add_err1_n.asm:mpn/x86_64/core2/aors_err1_n.asm mpn/add_err2_n.asm:mpn/x86_64/aors_err2_n.asm mpn/add_err3_n.asm:mpn/x86_64/aors_err3_n.asm mpn/sub_err1_n.asm:mpn/x86_64/core2/aors_err1_n.asm mpn/sub_err2_n.asm:mpn/x86_64/aors_err2_n.asm mpn/sub_err3_n.asm:mpn/x86_64/aors_err3_n.asm mpn/lshift.asm:mpn/x86_64/coreisbr/lshift.asm mpn/rshift.asm:mpn/x86_64/coreisbr/rshift.asm mpn/dive_1.asm:mpn/x86_64/dive_1.asm mpn/diveby3.c:mpn/generic/diveby3.c mpn/divis.c:mpn/generic/divis.c mpn/divrem.c:mpn/generic/divrem.c mpn/divrem_1.asm:mpn/x86_64/core2/divrem_1.asm mpn/divrem_2.asm:mpn/x86_64/divrem_2.asm mpn/fib2_ui.c:mpn/generic/fib2_ui.c mpn/mod_1.c:mpn/generic/mod_1.c mpn/mod_34lsub1.asm:mpn/x86_64/mod_34lsub1.asm mpn/mode1o.asm:mpn/x86_64/mode1o.asm mpn/pre_mod_1.c:mpn/generic/pre_mod_1.c mpn/dump.c:mpn/generic/dump.c mpn/mod_1_1.asm:mpn/x86_64/mod_1_1.asm mpn/mod_1_2.asm:mpn/x86_64/mod_1_2.asm mpn/mod_1_3.c:mpn/generic/mod_1_3.c mpn/mod_1_4.asm:mpn/x86_64/mod_1_4.asm mpn/lshiftc.asm:mpn/x86_64/coreisbr/lshiftc.asm mpn/mul.c:mpn/generic/mul.c mpn/mul_fft.c:mpn/generic/mul_fft.c mpn/mul_n.c:mpn/generic/mul_n.c mpn/sqr.c:mpn/generic/sqr.c mpn/mul_basecase.asm:mpn/x86_64/mul_basecase.asm mpn/sqr_basecase.asm:mpn/x86_64/sqr_basecase.asm mpn/nussbaumer_mul.c:mpn/generic/nussbaumer_mul.c mpn/mulmid_basecase.asm:mpn/x86_64/mulmid_basecase.asm mpn/toom42_mulmid.c:mpn/generic/toom42_mulmid.c mpn/mulmid_n.c:mpn/generic/mulmid_n.c mpn/mulmid.c:mpn/generic/mulmid.c mpn/random.c:mpn/generic/random.c mpn/random2.c:mpn/generic/random2.c mpn/pow_1.c:mpn/generic/pow_1.c mpn/rootrem.c:mpn/generic/rootrem.c mpn/sqrtrem.c:mpn/generic/sqrtrem.c mpn/get_str.c:mpn/generic/get_str.c mpn/set_str.c:mpn/generic/set_str.c mpn/scan0.c:mpn/generic/scan0.c mpn/scan1.c:mpn/generic/scan1.c mpn/popcount.asm:mpn/x86_64/coreinhm/popcount.asm mpn/hamdist.asm:mpn/x86_64/coreinhm/hamdist.asm mpn/cmp.c:mpn/generic/cmp.c mpn/perfsqr.c:mpn/generic/perfsqr.c mpn/perfpow.c:mpn/generic/perfpow.c mpn/gcd_1.asm:mpn/x86_64/core2/gcd_1.asm mpn/gcd.c:mpn/generic/gcd.c mpn/gcdext_1.c:mpn/generic/gcdext_1.c mpn/gcdext.c:mpn/generic/gcdext.c mpn/gcd_subdiv_step.c:mpn/generic/gcd_subdiv_step.c mpn/gcdext_lehmer.c:mpn/generic/gcdext_lehmer.c mpn/div_q.c:mpn/generic/div_q.c mpn/tdiv_qr.c:mpn/generic/tdiv_qr.c mpn/jacbase.c:mpn/generic/jacbase.c mpn/jacobi_2.c:mpn/generic/jacobi_2.c mpn/jacobi.c:mpn/generic/jacobi.c mpn/get_d.c:mpn/generic/get_d.c mpn/matrix22_mul.c:mpn/generic/matrix22_mul.c mpn/matrix22_mul1_inverse_vector.c:mpn/generic/matrix22_mul1_inverse_vector.c mpn/hgcd_matrix.c:mpn/generic/hgcd_matrix.c mpn/hgcd2.c:mpn/generic/hgcd2.c mpn/hgcd_step.c:mpn/generic/hgcd_step.c mpn/hgcd_reduce.c:mpn/generic/hgcd_reduce.c mpn/hgcd.c:mpn/generic/hgcd.c mpn/hgcd_appr.c:mpn/generic/hgcd_appr.c mpn/hgcd2_jacobi.c:mpn/generic/hgcd2_jacobi.c mpn/hgcd_jacobi.c:mpn/generic/hgcd_jacobi.c mpn/mullo_n.c:mpn/generic/mullo_n.c mpn/mullo_basecase.asm:mpn/x86_64/mullo_basecase.asm mpn/toom22_mul.c:mpn/generic/toom22_mul.c mpn/toom32_mul.c:mpn/generic/toom32_mul.c mpn/toom42_mul.c:mpn/generic/toom42_mul.c mpn/toom52_mul.c:mpn/generic/toom52_mul.c mpn/toom62_mul.c:mpn/generic/toom62_mul.c mpn/toom33_mul.c:mpn/generic/toom33_mul.c mpn/toom43_mul.c:mpn/generic/toom43_mul.c mpn/toom53_mul.c:mpn/generic/toom53_mul.c mpn/toom54_mul.c:mpn/generic/toom54_mul.c mpn/toom63_mul.c:mpn/generic/toom63_mul.c mpn/toom44_mul.c:mpn/generic/toom44_mul.c mpn/toom6h_mul.c:mpn/generic/toom6h_mul.c mpn/toom6_sqr.c:mpn/generic/toom6_sqr.c mpn/toom8h_mul.c:mpn/generic/toom8h_mul.c mpn/toom8_sqr.c:mpn/generic/toom8_sqr.c mpn/toom_couple_handling.c:mpn/generic/toom_couple_handling.c mpn/toom2_sqr.c:mpn/generic/toom2_sqr.c mpn/toom3_sqr.c:mpn/generic/toom3_sqr.c mpn/toom4_sqr.c:mpn/generic/toom4_sqr.c mpn/toom_eval_dgr3_pm1.c:mpn/generic/toom_eval_dgr3_pm1.c mpn/toom_eval_dgr3_pm2.c:mpn/generic/toom_eval_dgr3_pm2.c mpn/toom_eval_pm1.c:mpn/generic/toom_eval_pm1.c mpn/toom_eval_pm2.c:mpn/generic/toom_eval_pm2.c mpn/toom_eval_pm2exp.c:mpn/generic/toom_eval_pm2exp.c mpn/toom_eval_pm2rexp.c:mpn/generic/toom_eval_pm2rexp.c mpn/toom_interpolate_5pts.c:mpn/generic/toom_interpolate_5pts.c mpn/toom_interpolate_6pts.c:mpn/generic/toom_interpolate_6pts.c mpn/toom_interpolate_7pts.c:mpn/generic/toom_interpolate_7pts.c mpn/toom_interpolate_8pts.c:mpn/generic/toom_interpolate_8pts.c mpn/toom_interpolate_12pts.c:mpn/generic/toom_interpolate_12pts.c mpn/toom_interpolate_16pts.c:mpn/generic/toom_interpolate_16pts.c mpn/invertappr.c:mpn/generic/invertappr.c mpn/invert.c:mpn/generic/invert.c mpn/binvert.c:mpn/generic/binvert.c mpn/mulmod_bnm1.c:mpn/generic/mulmod_bnm1.c mpn/sqrmod_bnm1.c:mpn/generic/sqrmod_bnm1.c mpn/div_qr_2.c:mpn/generic/div_qr_2.c mpn/div_qr_2n_pi1.asm:mpn/x86_64/div_qr_2n_pi1.asm mpn/div_qr_2u_pi1.asm:mpn/x86_64/div_qr_2u_pi1.asm mpn/sbpi1_div_q.c:mpn/generic/sbpi1_div_q.c mpn/sbpi1_div_qr.c:mpn/generic/sbpi1_div_qr.c mpn/sbpi1_divappr_q.c:mpn/generic/sbpi1_divappr_q.c mpn/dcpi1_div_q.c:mpn/generic/dcpi1_div_q.c mpn/dcpi1_div_qr.c:mpn/generic/dcpi1_div_qr.c mpn/dcpi1_divappr_q.c:mpn/generic/dcpi1_divappr_q.c mpn/mu_div_qr.c:mpn/generic/mu_div_qr.c mpn/mu_divappr_q.c:mpn/generic/mu_divappr_q.c mpn/mu_div_q.c:mpn/generic/mu_div_q.c mpn/bdiv_q_1.asm:mpn/x86_64/bdiv_q_1.asm mpn/sbpi1_bdiv_q.c:mpn/generic/sbpi1_bdiv_q.c mpn/sbpi1_bdiv_qr.c:mpn/generic/sbpi1_bdiv_qr.c mpn/dcpi1_bdiv_q.c:mpn/generic/dcpi1_bdiv_q.c mpn/dcpi1_bdiv_qr.c:mpn/generic/dcpi1_bdiv_qr.c mpn/mu_bdiv_q.c:mpn/generic/mu_bdiv_q.c mpn/mu_bdiv_qr.c:mpn/generic/mu_bdiv_qr.c mpn/bdiv_q.c:mpn/generic/bdiv_q.c mpn/bdiv_qr.c:mpn/generic/bdiv_qr.c mpn/broot.c:mpn/generic/broot.c mpn/brootinv.c:mpn/generic/brootinv.c mpn/bsqrt.c:mpn/generic/bsqrt.c mpn/bsqrtinv.c:mpn/generic/bsqrtinv.c mpn/divexact.c:mpn/generic/divexact.c mpn/bdiv_dbm1c.asm:mpn/x86_64/bdiv_dbm1c.asm mpn/redc_1.asm:mpn/x86_64/redc_1.asm mpn/redc_2.c:mpn/generic/redc_2.c mpn/redc_n.c:mpn/generic/redc_n.c mpn/powm.c:mpn/generic/powm.c mpn/powlo.c:mpn/generic/powlo.c mpn/powm_sec.c:mpn/generic/powm_sec.c mpn/sb_div_qr_sec.c:mpn/generic/sb_div_sec.c mpn/sb_div_r_sec.c:mpn/generic/sb_div_sec.c mpn/sbpi1_div_qr_sec.c:mpn/generic/sbpi1_div_sec.c mpn/sbpi1_div_r_sec.c:mpn/generic/sbpi1_div_sec.c mpn/trialdiv.c:mpn/generic/trialdiv.c mpn/remove.c:mpn/generic/remove.c mpn/and_n.asm:mpn/x86_64/logops_n.asm mpn/andn_n.asm:mpn/x86_64/logops_n.asm mpn/nand_n.asm:mpn/x86_64/logops_n.asm mpn/ior_n.asm:mpn/x86_64/logops_n.asm mpn/iorn_n.asm:mpn/x86_64/logops_n.asm mpn/nior_n.asm:mpn/x86_64/logops_n.asm mpn/xor_n.asm:mpn/x86_64/logops_n.asm mpn/xnor_n.asm:mpn/x86_64/logops_n.asm mpn/copyi.asm:mpn/x86_64/core2/copyi.asm mpn/copyd.asm:mpn/x86_64/core2/copyd.asm mpn/zero.c:mpn/generic/zero.c mpn/tabselect.asm:mpn/x86_64/tabselect.asm mpn/comb_tables.c:mpn/generic/comb_tables.c mpn/invert_limb.asm:mpn/x86_64/invert_limb.asm mpn/mul_2.asm:mpn/x86_64/mul_2.asm mpn/addmul_2.asm:mpn/x86_64/coreisbr/addmul_2.asm mpn/addlsh1_n.asm:mpn/x86_64/coreisbr/aorrlsh1_n.asm mpn/sublsh1_n.asm:mpn/x86_64/core2/sublsh1_n.asm mpn/rsblsh1_n.asm:mpn/x86_64/coreisbr/aorrlsh1_n.asm mpn/rsh1add_n.asm:mpn/x86_64/coreisbr/rsh1aors_n.asm mpn/rsh1sub_n.asm:mpn/x86_64/coreisbr/rsh1aors_n.asm mpn/addlsh2_n.asm:mpn/x86_64/coreisbr/aorrlsh2_n.asm mpn/sublsh2_n.asm:mpn/x86_64/core2/sublsh2_n.asm mpn/rsblsh2_n.asm:mpn/x86_64/coreisbr/aorrlsh2_n.asm mpn/addlsh_n.asm:mpn/x86_64/coreisbr/aorrlsh_n.asm mpn/rsblsh_n.asm:mpn/x86_64/coreisbr/aorrlsh_n.asm mpn/add_n_sub_n.c:mpn/generic/add_n_sub_n.c mpn/addaddmul_1msb0.asm:mpn/x86_64/addaddmul_1msb0.asm gmp-mparam.h:mpn/x86_64/coreisbr/gmp-mparam.h" | |
config_commands=" libtool" | |
ac_cs_usage="\ | |
\`$as_me' instantiates files and other configuration actions | |
from templates according to the current configuration. Unless the files | |
and actions are specified as TAGs, all are instantiated by default. | |
Usage: $0 [OPTION]... [TAG]... | |
-h, --help print this help, then exit | |
-V, --version print version number and configuration settings, then exit | |
--config print configuration, then exit | |
-q, --quiet, --silent | |
do not print progress messages | |
-d, --debug don't remove temporary files | |
--recheck update $as_me by reconfiguring in the same conditions | |
--file=FILE[:TEMPLATE] | |
instantiate the configuration file FILE | |
--header=FILE[:TEMPLATE] | |
instantiate the configuration header FILE | |
Configuration files: | |
$config_files | |
Configuration headers: | |
$config_headers | |
Configuration links: | |
$config_links | |
Configuration commands: | |
$config_commands | |
Report bugs to <[email protected], see http://gmplib.org/manual/Reporting-Bugs.html>. | |
GNU MP home page: <http://www.gnu.org/software/gmp/>. | |
General help using GNU software: <http://www.gnu.org/gethelp/>." | |
ac_cs_config="" | |
ac_cs_version="\ | |
GNU MP config.status 5.1.1 | |
configured by ./configure, generated by GNU Autoconf 2.69, | |
with options \"$ac_cs_config\" | |
Copyright (C) 2012 Free Software Foundation, Inc. | |
This config.status script is free software; the Free Software Foundation | |
gives unlimited permission to copy, distribute and modify it." | |
ac_pwd='/home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1' | |
srcdir='.' | |
INSTALL='/usr/bin/install -c' | |
MKDIR_P='/usr/bin/mkdir -p' | |
AWK='gawk' | |
test -n "$AWK" || AWK=awk | |
# The default lists apply if the user does not specify any file. | |
ac_need_defaults=: | |
while test $# != 0 | |
do | |
case $1 in | |
--*=?*) | |
ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` | |
ac_shift=: | |
;; | |
--*=) | |
ac_option=`expr "X$1" : 'X\([^=]*\)='` | |
ac_optarg= | |
ac_shift=: | |
;; | |
*) | |
ac_option=$1 | |
ac_optarg=$2 | |
ac_shift=shift | |
;; | |
esac | |
case $ac_option in | |
# Handling of the options. | |
-recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) | |
ac_cs_recheck=: ;; | |
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) | |
$as_echo "$ac_cs_version"; exit ;; | |
--config | --confi | --conf | --con | --co | --c ) | |
$as_echo "$ac_cs_config"; exit ;; | |
--debug | --debu | --deb | --de | --d | -d ) | |
debug=: ;; | |
--file | --fil | --fi | --f ) | |
$ac_shift | |
case $ac_optarg in | |
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
'') as_fn_error $? "missing file argument" ;; | |
esac | |
as_fn_append CONFIG_FILES " '$ac_optarg'" | |
ac_need_defaults=false;; | |
--header | --heade | --head | --hea ) | |
$ac_shift | |
case $ac_optarg in | |
*\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; | |
esac | |
as_fn_append CONFIG_HEADERS " '$ac_optarg'" | |
ac_need_defaults=false;; | |
--he | --h) | |
# Conflict between --help and --header | |
as_fn_error $? "ambiguous option: \`$1' | |
Try \`$0 --help' for more information.";; | |
--help | --hel | -h ) | |
$as_echo "$ac_cs_usage"; exit ;; | |
-q | -quiet | --quiet | --quie | --qui | --qu | --q \ | |
| -silent | --silent | --silen | --sile | --sil | --si | --s) | |
ac_cs_silent=: ;; | |
# This is an error. | |
-*) as_fn_error $? "unrecognized option: \`$1' | |
Try \`$0 --help' for more information." ;; | |
*) as_fn_append ac_config_targets " $1" | |
ac_need_defaults=false ;; | |
esac | |
shift | |
done | |
ac_configure_extra_args= | |
if $ac_cs_silent; then | |
exec 6>/dev/null | |
ac_configure_extra_args="$ac_configure_extra_args --silent" | |
fi | |
if $ac_cs_recheck; then | |
set X /bin/sh './configure' $ac_configure_extra_args --no-create --no-recursion | |
shift | |
$as_echo "running CONFIG_SHELL=/bin/sh $*" >&6 | |
CONFIG_SHELL='/bin/sh' | |
export CONFIG_SHELL | |
exec "$@" | |
fi | |
exec 5>>config.log | |
{ | |
echo | |
sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX | |
## Running $as_me. ## | |
_ASBOX | |
$as_echo "$ac_log" | |
} >&5 | |
# | |
# INIT-COMMANDS | |
# | |
# The HP-UX ksh and POSIX shell print the target directory to stdout | |
# if CDPATH is set. | |
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH | |
sed_quote_subst='s/\(["`$\\]\)/\\\1/g' | |
double_quote_subst='s/\(["`\\]\)/\\\1/g' | |
delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' | |
NM='/usr/bin/nm -B' | |
AS='as' | |
DLLTOOL='dlltool' | |
OBJDUMP='objdump' | |
macro_version='2.4.2' | |
macro_revision='1.3337' | |
enable_shared='yes' | |
enable_static='yes' | |
pic_mode='default' | |
enable_fast_install='yes' | |
SHELL='/bin/sh' | |
ECHO='printf %s\n' | |
PATH_SEPARATOR=':' | |
host_alias='' | |
host='coreisbr-unknown-linux-gnu' | |
host_os='linux-gnu' | |
build_alias='' | |
build='coreisbr-unknown-linux-gnu' | |
build_os='linux-gnu' | |
SED='/usr/bin/sed' | |
Xsed='/usr/bin/sed -e 1s/^X//' | |
GREP='/usr/bin/grep' | |
EGREP='/usr/bin/grep -E' | |
FGREP='/usr/bin/grep -F' | |
LD='/usr/bin/ld' | |
LN_S='ln -s' | |
max_cmd_len='1572864' | |
ac_objext='o' | |
exeext='' | |
lt_unset='unset' | |
lt_SP2NL='tr \040 \012' | |
lt_NL2SP='tr \015\012 \040\040' | |
lt_cv_to_host_file_cmd='func_convert_file_noop' | |
lt_cv_to_tool_file_cmd='func_convert_file_noop' | |
reload_flag=' -r' | |
reload_cmds='$LD$reload_flag -o $output$reload_objs' | |
deplibs_check_method='pass_all' | |
file_magic_cmd='$MAGIC_CMD' | |
file_magic_glob='' | |
want_nocaseglob='no' | |
sharedlib_from_linklib_cmd='printf %s\n' | |
AR='ar' | |
AR_FLAGS='cq' | |
archiver_list_spec='@' | |
STRIP='strip' | |
RANLIB='ranlib' | |
old_postinstall_cmds='chmod 644 $oldlib~$RANLIB $tool_oldlib' | |
old_postuninstall_cmds='' | |
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' | |
lock_old_archive_extraction='no' | |
CC='gcc' | |
CFLAGS='-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7' | |
compiler='gcc' | |
GCC='yes' | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
nm_file_list_spec='@' | |
lt_sysroot='' | |
objdir='.libs' | |
MAGIC_CMD='file' | |
lt_prog_compiler_no_builtin_flag=' -fno-builtin' | |
lt_prog_compiler_pic=' -fPIC -DPIC' | |
lt_prog_compiler_wl='-Wl,' | |
lt_prog_compiler_static='-static' | |
lt_cv_prog_compiler_c_o='yes' | |
need_locks='no' | |
MANIFEST_TOOL=':' | |
DSYMUTIL='' | |
NMEDIT='' | |
LIPO='' | |
OTOOL='' | |
OTOOL64='' | |
libext='a' | |
shrext_cmds='.so' | |
extract_expsyms_cmds='' | |
archive_cmds_need_lc='no' | |
enable_shared_with_static_runtimes='no' | |
export_dynamic_flag_spec='${wl}--export-dynamic' | |
whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive' | |
compiler_needs_object='no' | |
old_archive_from_new_cmds='' | |
old_archive_from_expsyms_cmds='' | |
archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib' | |
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ | |
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ | |
echo "local: *; };" >> $output_objdir/$libname.ver~ | |
$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib' | |
module_cmds='' | |
module_expsym_cmds='' | |
with_gnu_ld='yes' | |
allow_undefined_flag='' | |
no_undefined_flag='' | |
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | |
hardcode_libdir_separator='' | |
hardcode_direct='no' | |
hardcode_direct_absolute='no' | |
hardcode_minus_L='no' | |
hardcode_shlibpath_var='unsupported' | |
hardcode_automatic='no' | |
inherit_rpath='no' | |
link_all_deplibs='unknown' | |
always_export_symbols='no' | |
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' | |
exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' | |
include_expsyms='' | |
prelink_cmds='' | |
postlink_cmds='' | |
file_list_spec='' | |
variables_saved_for_relink='PATH LD_LIBRARY_PATH LD_RUN_PATH GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH' | |
need_lib_prefix='no' | |
need_version='no' | |
version_type='linux' | |
runpath_var='LD_RUN_PATH' | |
shlibpath_var='LD_LIBRARY_PATH' | |
shlibpath_overrides_runpath='no' | |
libname_spec='lib$name' | |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' | |
soname_spec='${libname}${release}${shared_ext}$major' | |
install_override_mode='' | |
postinstall_cmds='' | |
postuninstall_cmds='' | |
finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' | |
finish_eval='' | |
hardcode_into_libs='yes' | |
sys_lib_search_path_spec='/usr/lib/gcc/x86_64-pc-linux-gnu/6.3.1 /usr/lib /lib ' | |
sys_lib_dlsearch_path_spec='/lib /usr/lib /usr/lib/libfakeroot /usr/lib/ /usr/lib/ffmpeg2.8/ /usr/lib32 ' | |
hardcode_action='immediate' | |
enable_dlopen='unknown' | |
enable_dlopen_self='unknown' | |
enable_dlopen_self_static='unknown' | |
old_striplib='strip --strip-debug' | |
striplib='strip --strip-unneeded' | |
compiler_lib_search_dirs='' | |
predep_objects='' | |
postdep_objects='' | |
predeps='' | |
postdeps='' | |
compiler_lib_search_path='' | |
LD_CXX='' | |
LD_F77='' | |
reload_flag_CXX=' -r' | |
reload_flag_F77=' -r' | |
reload_cmds_CXX='$LD$reload_flag -o $output$reload_objs' | |
reload_cmds_F77='$LD$reload_flag -o $output$reload_objs' | |
old_archive_cmds_CXX='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' | |
old_archive_cmds_F77='$AR $AR_FLAGS $oldlib$oldobjs~$RANLIB $tool_oldlib' | |
compiler_CXX='' | |
compiler_F77='' | |
GCC_CXX='' | |
GCC_F77='' | |
lt_prog_compiler_no_builtin_flag_CXX='' | |
lt_prog_compiler_no_builtin_flag_F77='' | |
lt_prog_compiler_pic_CXX='' | |
lt_prog_compiler_pic_F77='' | |
lt_prog_compiler_wl_CXX='' | |
lt_prog_compiler_wl_F77='' | |
lt_prog_compiler_static_CXX='' | |
lt_prog_compiler_static_F77='' | |
lt_cv_prog_compiler_c_o_CXX='' | |
lt_cv_prog_compiler_c_o_F77='' | |
archive_cmds_need_lc_CXX='no' | |
archive_cmds_need_lc_F77='no' | |
enable_shared_with_static_runtimes_CXX='no' | |
enable_shared_with_static_runtimes_F77='no' | |
export_dynamic_flag_spec_CXX='' | |
export_dynamic_flag_spec_F77='' | |
whole_archive_flag_spec_CXX='' | |
whole_archive_flag_spec_F77='' | |
compiler_needs_object_CXX='no' | |
compiler_needs_object_F77='' | |
old_archive_from_new_cmds_CXX='' | |
old_archive_from_new_cmds_F77='' | |
old_archive_from_expsyms_cmds_CXX='' | |
old_archive_from_expsyms_cmds_F77='' | |
archive_cmds_CXX='' | |
archive_cmds_F77='' | |
archive_expsym_cmds_CXX='' | |
archive_expsym_cmds_F77='' | |
module_cmds_CXX='' | |
module_cmds_F77='' | |
module_expsym_cmds_CXX='' | |
module_expsym_cmds_F77='' | |
with_gnu_ld_CXX='' | |
with_gnu_ld_F77='' | |
allow_undefined_flag_CXX='' | |
allow_undefined_flag_F77='' | |
no_undefined_flag_CXX='' | |
no_undefined_flag_F77='' | |
hardcode_libdir_flag_spec_CXX='' | |
hardcode_libdir_flag_spec_F77='' | |
hardcode_libdir_separator_CXX='' | |
hardcode_libdir_separator_F77='' | |
hardcode_direct_CXX='no' | |
hardcode_direct_F77='no' | |
hardcode_direct_absolute_CXX='no' | |
hardcode_direct_absolute_F77='no' | |
hardcode_minus_L_CXX='no' | |
hardcode_minus_L_F77='no' | |
hardcode_shlibpath_var_CXX='unsupported' | |
hardcode_shlibpath_var_F77='' | |
hardcode_automatic_CXX='no' | |
hardcode_automatic_F77='no' | |
inherit_rpath_CXX='no' | |
inherit_rpath_F77='no' | |
link_all_deplibs_CXX='unknown' | |
link_all_deplibs_F77='unknown' | |
always_export_symbols_CXX='no' | |
always_export_symbols_F77='no' | |
export_symbols_cmds_CXX='' | |
export_symbols_cmds_F77='' | |
exclude_expsyms_CXX='' | |
exclude_expsyms_F77='' | |
include_expsyms_CXX='' | |
include_expsyms_F77='' | |
prelink_cmds_CXX='' | |
prelink_cmds_F77='' | |
postlink_cmds_CXX='' | |
postlink_cmds_F77='' | |
file_list_spec_CXX='' | |
file_list_spec_F77='' | |
hardcode_action_CXX='' | |
hardcode_action_F77='' | |
compiler_lib_search_dirs_CXX='' | |
compiler_lib_search_dirs_F77='' | |
predep_objects_CXX='' | |
predep_objects_F77='' | |
postdep_objects_CXX='' | |
postdep_objects_F77='' | |
predeps_CXX='' | |
predeps_F77='' | |
postdeps_CXX='' | |
postdeps_F77='' | |
compiler_lib_search_path_CXX='' | |
compiler_lib_search_path_F77='' | |
LTCC='gcc' | |
LTCFLAGS='-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7' | |
compiler='gcc' | |
# A function that is used when there is no print builtin or printf. | |
func_fallback_echo () | |
{ | |
eval 'cat <<_LTECHO_EOF | |
$1 | |
_LTECHO_EOF' | |
} | |
# Quote evaled strings. | |
for var in NM AS DLLTOOL OBJDUMP SHELL ECHO PATH_SEPARATOR SED GREP EGREP FGREP LD LN_S lt_SP2NL lt_NL2SP reload_flag deplibs_check_method file_magic_cmd file_magic_glob want_nocaseglob sharedlib_from_linklib_cmd AR AR_FLAGS archiver_list_spec STRIP RANLIB CC CFLAGS compiler lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl lt_cv_sys_global_symbol_to_c_name_address lt_cv_sys_global_symbol_to_c_name_address_lib_prefix nm_file_list_spec lt_prog_compiler_no_builtin_flag lt_prog_compiler_pic lt_prog_compiler_wl lt_prog_compiler_static lt_cv_prog_compiler_c_o need_locks MANIFEST_TOOL DSYMUTIL NMEDIT LIPO OTOOL OTOOL64 shrext_cmds export_dynamic_flag_spec whole_archive_flag_spec compiler_needs_object with_gnu_ld allow_undefined_flag no_undefined_flag hardcode_libdir_flag_spec hardcode_libdir_separator exclude_expsyms include_expsyms file_list_spec variables_saved_for_relink libname_spec library_names_spec soname_spec install_override_mode finish_eval old_striplib striplib compiler_lib_search_dirs predep_objects postdep_objects predeps postdeps compiler_lib_search_path LD_CXX LD_F77 reload_flag_CXX reload_flag_F77 compiler_CXX compiler_F77 lt_prog_compiler_no_builtin_flag_CXX lt_prog_compiler_no_builtin_flag_F77 lt_prog_compiler_pic_CXX lt_prog_compiler_pic_F77 lt_prog_compiler_wl_CXX lt_prog_compiler_wl_F77 lt_prog_compiler_static_CXX lt_prog_compiler_static_F77 lt_cv_prog_compiler_c_o_CXX lt_cv_prog_compiler_c_o_F77 export_dynamic_flag_spec_CXX export_dynamic_flag_spec_F77 whole_archive_flag_spec_CXX whole_archive_flag_spec_F77 compiler_needs_object_CXX compiler_needs_object_F77 with_gnu_ld_CXX with_gnu_ld_F77 allow_undefined_flag_CXX allow_undefined_flag_F77 no_undefined_flag_CXX no_undefined_flag_F77 hardcode_libdir_flag_spec_CXX hardcode_libdir_flag_spec_F77 hardcode_libdir_separator_CXX hardcode_libdir_separator_F77 exclude_expsyms_CXX exclude_expsyms_F77 include_expsyms_CXX include_expsyms_F77 file_list_spec_CXX file_list_spec_F77 compiler_lib_search_dirs_CXX compiler_lib_search_dirs_F77 predep_objects_CXX predep_objects_F77 postdep_objects_CXX postdep_objects_F77 predeps_CXX predeps_F77 postdeps_CXX postdeps_F77 compiler_lib_search_path_CXX compiler_lib_search_path_F77; do | |
case `eval \\$ECHO \\""\\$$var"\\"` in | |
*[\\\`\"\$]*) | |
eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED \"\$sed_quote_subst\"\`\\\"" | |
;; | |
*) | |
eval "lt_$var=\\\"\$$var\\\"" | |
;; | |
esac | |
done | |
# Double-quote double-evaled strings. | |
for var in reload_cmds old_postinstall_cmds old_postuninstall_cmds old_archive_cmds extract_expsyms_cmds old_archive_from_new_cmds old_archive_from_expsyms_cmds archive_cmds archive_expsym_cmds module_cmds module_expsym_cmds export_symbols_cmds prelink_cmds postlink_cmds postinstall_cmds postuninstall_cmds finish_cmds sys_lib_search_path_spec sys_lib_dlsearch_path_spec reload_cmds_CXX reload_cmds_F77 old_archive_cmds_CXX old_archive_cmds_F77 old_archive_from_new_cmds_CXX old_archive_from_new_cmds_F77 old_archive_from_expsyms_cmds_CXX old_archive_from_expsyms_cmds_F77 archive_cmds_CXX archive_cmds_F77 archive_expsym_cmds_CXX archive_expsym_cmds_F77 module_cmds_CXX module_cmds_F77 module_expsym_cmds_CXX module_expsym_cmds_F77 export_symbols_cmds_CXX export_symbols_cmds_F77 prelink_cmds_CXX prelink_cmds_F77 postlink_cmds_CXX postlink_cmds_F77; do | |
case `eval \\$ECHO \\""\\$$var"\\"` in | |
*[\\\`\"\$]*) | |
eval "lt_$var=\\\"\`\$ECHO \"\$$var\" | \$SED -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\"" | |
;; | |
*) | |
eval "lt_$var=\\\"\$$var\\\"" | |
;; | |
esac | |
done | |
ac_aux_dir='.' | |
xsi_shell='yes' | |
lt_shell_append='yes' | |
# See if we are running on zsh, and set the options which allow our | |
# commands through without removal of \ escapes INIT. | |
if test -n "${ZSH_VERSION+set}" ; then | |
setopt NO_GLOB_SUBST | |
fi | |
PACKAGE='gmp' | |
VERSION='5.1.1' | |
TIMESTAMP='' | |
RM='rm -f' | |
ofile='libtool' | |
# Handling of arguments. | |
for ac_config_target in $ac_config_targets | |
do | |
case $ac_config_target in | |
"config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;; | |
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; | |
"mpn/$tmp_fn.$tmp_ext") CONFIG_LINKS="$CONFIG_LINKS mpn/$tmp_fn.$tmp_ext:mpn/$tmp_dir/$tmp_base.$tmp_ext" ;; | |
"gmp-mparam.h") CONFIG_LINKS="$CONFIG_LINKS gmp-mparam.h:mpn/$gmp_mparam_dir/gmp-mparam.h" ;; | |
"demos/pexpr-config.h") CONFIG_FILES="$CONFIG_FILES demos/pexpr-config.h:demos/pexpr-config-h.in" ;; | |
"demos/calc/calc-config.h") CONFIG_FILES="$CONFIG_FILES demos/calc/calc-config.h:demos/calc/calc-config-h.in" ;; | |
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | |
"mpf/Makefile") CONFIG_FILES="$CONFIG_FILES mpf/Makefile" ;; | |
"mpn/Makefile") CONFIG_FILES="$CONFIG_FILES mpn/Makefile" ;; | |
"mpq/Makefile") CONFIG_FILES="$CONFIG_FILES mpq/Makefile" ;; | |
"mpz/Makefile") CONFIG_FILES="$CONFIG_FILES mpz/Makefile" ;; | |
"printf/Makefile") CONFIG_FILES="$CONFIG_FILES printf/Makefile" ;; | |
"scanf/Makefile") CONFIG_FILES="$CONFIG_FILES scanf/Makefile" ;; | |
"rand/Makefile") CONFIG_FILES="$CONFIG_FILES rand/Makefile" ;; | |
"cxx/Makefile") CONFIG_FILES="$CONFIG_FILES cxx/Makefile" ;; | |
"tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; | |
"tests/devel/Makefile") CONFIG_FILES="$CONFIG_FILES tests/devel/Makefile" ;; | |
"tests/mpf/Makefile") CONFIG_FILES="$CONFIG_FILES tests/mpf/Makefile" ;; | |
"tests/mpn/Makefile") CONFIG_FILES="$CONFIG_FILES tests/mpn/Makefile" ;; | |
"tests/mpq/Makefile") CONFIG_FILES="$CONFIG_FILES tests/mpq/Makefile" ;; | |
"tests/mpz/Makefile") CONFIG_FILES="$CONFIG_FILES tests/mpz/Makefile" ;; | |
"tests/rand/Makefile") CONFIG_FILES="$CONFIG_FILES tests/rand/Makefile" ;; | |
"tests/misc/Makefile") CONFIG_FILES="$CONFIG_FILES tests/misc/Makefile" ;; | |
"tests/cxx/Makefile") CONFIG_FILES="$CONFIG_FILES tests/cxx/Makefile" ;; | |
"doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; | |
"tune/Makefile") CONFIG_FILES="$CONFIG_FILES tune/Makefile" ;; | |
"demos/Makefile") CONFIG_FILES="$CONFIG_FILES demos/Makefile" ;; | |
"demos/calc/Makefile") CONFIG_FILES="$CONFIG_FILES demos/calc/Makefile" ;; | |
"demos/expr/Makefile") CONFIG_FILES="$CONFIG_FILES demos/expr/Makefile" ;; | |
"gmp.h") CONFIG_FILES="$CONFIG_FILES gmp.h:gmp-h.in" ;; | |
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; | |
esac | |
done | |
# If the user did not use the arguments to specify the items to instantiate, | |
# then the envvar interface is used. Set only those that are not. | |
# We use the long form for the default assignment because of an extremely | |
# bizarre bug on SunOS 4.1.3. | |
if $ac_need_defaults; then | |
test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files | |
test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers | |
test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS=$config_links | |
test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands | |
fi | |
# Have a temporary directory for convenience. Make it in the build tree | |
# simply because there is no reason against having it here, and in addition, | |
# creating and moving files from /tmp can sometimes cause problems. | |
# Hook for its removal unless debugging. | |
# Note that there is a small window in which the directory will not be cleaned: | |
# after its creation but before its name has been assigned to `$tmp'. | |
$debug || | |
{ | |
tmp= ac_tmp= | |
trap 'exit_status=$? | |
: "${ac_tmp:=$tmp}" | |
{ test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status | |
' 0 | |
trap 'as_fn_exit 1' 1 2 13 15 | |
} | |
# Create a (secure) tmp directory for tmp files. | |
{ | |
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && | |
test -d "$tmp" | |
} || | |
{ | |
tmp=./conf$$-$RANDOM | |
(umask 077 && mkdir "$tmp") | |
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 | |
ac_tmp=$tmp | |
# Set up the scripts for CONFIG_FILES section. | |
# No need to generate them if there are no CONFIG_FILES. | |
# This happens for instance with `./config.status config.h'. | |
if test -n "$CONFIG_FILES"; then | |
ac_cr=`echo X | tr X '\015'` | |
# On cygwin, bash can eat \r inside `` if the user requested igncr. | |
# But we know of no other shell where ac_cr would be empty at this | |
# point, so we can use a bashism as a fallback. | |
if test "x$ac_cr" = x; then | |
eval ac_cr=\$\'\\r\' | |
fi | |
ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` | |
if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then | |
ac_cs_awk_cr='\\r' | |
else | |
ac_cs_awk_cr=$ac_cr | |
fi | |
echo 'BEGIN {' >"$ac_tmp/subs1.awk" && | |
cat >>"$ac_tmp/subs1.awk" <<\_ACAWK && | |
S["am__EXEEXT_FALSE"]="" | |
S["am__EXEEXT_TRUE"]="#" | |
S["LTLIBOBJS"]="" | |
S["LIBOBJS"]="" | |
S["LEXLIB"]="-lfl" | |
S["LEX_OUTPUT_ROOT"]="lex.yy" | |
S["LEX"]="flex" | |
S["YFLAGS"]="" | |
S["YACC"]="bison -y" | |
S["LIBREADLINE"]="-lreadline" | |
S["WITH_READLINE_01"]="1" | |
S["LIBCURSES"]="-lncurses" | |
S["HAVE_STACK_T_01"]="1" | |
S["HAVE_SYS_RESOURCE_H_01"]="1" | |
S["HAVE_SIGSTACK_01"]="1" | |
S["HAVE_SIGALTSTACK_01"]="1" | |
S["HAVE_SIGACTION_01"]="1" | |
S["HAVE_GETTIMEOFDAY_01"]="1" | |
S["HAVE_GETRUSAGE_01"]="1" | |
S["HAVE_CPUTIME_01"]="0" | |
S["HAVE_CLOCK_01"]="1" | |
S["TUNE_SQR_OBJ"]="" | |
S["gmp_srclinks"]=" mpn/invert_limb_table.asm mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/addcnd_n.asm mpn/subcnd_n.asm mpn/neg.c mpn/c"\ | |
"om.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/add_err1_n.asm mpn/add_err2_n.asm mpn/add_err3_n.asm mpn/sub_err1_n.asm mpn/sub_err2_n.as"\ | |
"m mpn/sub_err3_n.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.asm mpn/diveby3.c mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.asm mpn/fib2_"\ | |
"ui.c mpn/mod_1.c mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/pre_mod_1.c mpn/dump.c mpn/mod_1_1.asm mpn/mod_1_2.asm mpn/mod_1_3.c mpn/mod_1_4.asm mpn/lsh"\ | |
"iftc.asm mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/sqr.c mpn/mul_basecase.asm mpn/sqr_basecase.asm mpn/nussbaumer_mul.c mpn/mulmid_basecase.asm mpn/to"\ | |
"om42_mulmid.c mpn/mulmid_n.c mpn/mulmid.c mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c"\ | |
" mpn/scan1.c mpn/popcount.asm mpn/hamdist.asm mpn/cmp.c mpn/perfsqr.c mpn/perfpow.c mpn/gcd_1.asm mpn/gcd.c mpn/gcdext_1.c mpn/gcdext.c mpn/gcd_subd"\ | |
"iv_step.c mpn/gcdext_lehmer.c mpn/div_q.c mpn/tdiv_qr.c mpn/jacbase.c mpn/jacobi_2.c mpn/jacobi.c mpn/get_d.c mpn/matrix22_mul.c mpn/matrix22_mul1_i"\ | |
"nverse_vector.c mpn/hgcd_matrix.c mpn/hgcd2.c mpn/hgcd_step.c mpn/hgcd_reduce.c mpn/hgcd.c mpn/hgcd_appr.c mpn/hgcd2_jacobi.c mpn/hgcd_jacobi.c mpn/"\ | |
"mullo_n.c mpn/mullo_basecase.asm mpn/toom22_mul.c mpn/toom32_mul.c mpn/toom42_mul.c mpn/toom52_mul.c mpn/toom62_mul.c mpn/toom33_mul.c mpn/toom43_mu"\ | |
"l.c mpn/toom53_mul.c mpn/toom54_mul.c mpn/toom63_mul.c mpn/toom44_mul.c mpn/toom6h_mul.c mpn/toom6_sqr.c mpn/toom8h_mul.c mpn/toom8_sqr.c mpn/toom_c"\ | |
"ouple_handling.c mpn/toom2_sqr.c mpn/toom3_sqr.c mpn/toom4_sqr.c mpn/toom_eval_dgr3_pm1.c mpn/toom_eval_dgr3_pm2.c mpn/toom_eval_pm1.c mpn/toom_eval"\ | |
"_pm2.c mpn/toom_eval_pm2exp.c mpn/toom_eval_pm2rexp.c mpn/toom_interpolate_5pts.c mpn/toom_interpolate_6pts.c mpn/toom_interpolate_7pts.c mpn/toom_i"\ | |
"nterpolate_8pts.c mpn/toom_interpolate_12pts.c mpn/toom_interpolate_16pts.c mpn/invertappr.c mpn/invert.c mpn/binvert.c mpn/mulmod_bnm1.c mpn/sqrmod"\ | |
"_bnm1.c mpn/div_qr_2.c mpn/div_qr_2n_pi1.asm mpn/div_qr_2u_pi1.asm mpn/sbpi1_div_q.c mpn/sbpi1_div_qr.c mpn/sbpi1_divappr_q.c mpn/dcpi1_div_q.c mpn/"\ | |
"dcpi1_div_qr.c mpn/dcpi1_divappr_q.c mpn/mu_div_qr.c mpn/mu_divappr_q.c mpn/mu_div_q.c mpn/bdiv_q_1.asm mpn/sbpi1_bdiv_q.c mpn/sbpi1_bdiv_qr.c mpn/d"\ | |
"cpi1_bdiv_q.c mpn/dcpi1_bdiv_qr.c mpn/mu_bdiv_q.c mpn/mu_bdiv_qr.c mpn/bdiv_q.c mpn/bdiv_qr.c mpn/broot.c mpn/brootinv.c mpn/bsqrt.c mpn/bsqrtinv.c "\ | |
"mpn/divexact.c mpn/bdiv_dbm1c.asm mpn/redc_1.asm mpn/redc_2.c mpn/redc_n.c mpn/powm.c mpn/powlo.c mpn/powm_sec.c mpn/sb_div_qr_sec.c mpn/sb_div_r_se"\ | |
"c.c mpn/sbpi1_div_qr_sec.c mpn/sbpi1_div_r_sec.c mpn/trialdiv.c mpn/remove.c mpn/and_n.asm mpn/andn_n.asm mpn/nand_n.asm mpn/ior_n.asm mpn/iorn_n.as"\ | |
"m mpn/nior_n.asm mpn/xor_n.asm mpn/xnor_n.asm mpn/copyi.asm mpn/copyd.asm mpn/zero.c mpn/tabselect.asm mpn/comb_tables.c mpn/invert_limb.asm mpn/mul"\ | |
"_2.asm mpn/addmul_2.asm mpn/addlsh1_n.asm mpn/sublsh1_n.asm mpn/rsblsh1_n.asm mpn/rsh1add_n.asm mpn/rsh1sub_n.asm mpn/addlsh2_n.asm mpn/sublsh2_n.as"\ | |
"m mpn/rsblsh2_n.asm mpn/addlsh_n.asm mpn/rsblsh_n.asm mpn/add_n_sub_n.c mpn/addaddmul_1msb0.asm gmp-mparam.h" | |
S["mpn_objs_in_libgmp"]=" mpn/invert_limb_table.lo mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/addcnd_n.lo mpn/subcnd_n.lo mpn/neg$"\ | |
"U.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n."\ | |
"lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/f"\ | |
"ib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3$U.lo mpn/mod_"\ | |
"1_4.lo mpn/lshiftc.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/sqr$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul$U.lo mpn/"\ | |
"mulmid_basecase.lo mpn/toom42_mulmid$U.lo mpn/mulmid_n$U.lo mpn/mulmid$U.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqr"\ | |
"trem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/perfpow$U"\ | |
".lo mpn/gcd_1.lo mpn/gcd$U.lo mpn/gcdext_1$U.lo mpn/gcdext$U.lo mpn/gcd_subdiv_step$U.lo mpn/gcdext_lehmer$U.lo mpn/div_q$U.lo mpn/tdiv_qr$U.lo mpn/"\ | |
"jacbase$U.lo mpn/jacobi_2$U.lo mpn/jacobi$U.lo mpn/get_d$U.lo mpn/matrix22_mul$U.lo mpn/matrix22_mul1_inverse_vector$U.lo mpn/hgcd_matrix$U.lo mpn/h"\ | |
"gcd2$U.lo mpn/hgcd_step$U.lo mpn/hgcd_reduce$U.lo mpn/hgcd$U.lo mpn/hgcd_appr$U.lo mpn/hgcd2_jacobi$U.lo mpn/hgcd_jacobi$U.lo mpn/mullo_n$U.lo mpn/m"\ | |
"ullo_basecase.lo mpn/toom22_mul$U.lo mpn/toom32_mul$U.lo mpn/toom42_mul$U.lo mpn/toom52_mul$U.lo mpn/toom62_mul$U.lo mpn/toom33_mul$U.lo mpn/toom43_"\ | |
"mul$U.lo mpn/toom53_mul$U.lo mpn/toom54_mul$U.lo mpn/toom63_mul$U.lo mpn/toom44_mul$U.lo mpn/toom6h_mul$U.lo mpn/toom6_sqr$U.lo mpn/toom8h_mul$U.lo "\ | |
"mpn/toom8_sqr$U.lo mpn/toom_couple_handling$U.lo mpn/toom2_sqr$U.lo mpn/toom3_sqr$U.lo mpn/toom4_sqr$U.lo mpn/toom_eval_dgr3_pm1$U.lo mpn/toom_eval_"\ | |
"dgr3_pm2$U.lo mpn/toom_eval_pm1$U.lo mpn/toom_eval_pm2$U.lo mpn/toom_eval_pm2exp$U.lo mpn/toom_eval_pm2rexp$U.lo mpn/toom_interpolate_5pts$U.lo mpn/"\ | |
"toom_interpolate_6pts$U.lo mpn/toom_interpolate_7pts$U.lo mpn/toom_interpolate_8pts$U.lo mpn/toom_interpolate_12pts$U.lo mpn/toom_interpolate_16pts$"\ | |
"U.lo mpn/invertappr$U.lo mpn/invert$U.lo mpn/binvert$U.lo mpn/mulmod_bnm1$U.lo mpn/sqrmod_bnm1$U.lo mpn/div_qr_2$U.lo mpn/div_qr_2n_pi1.lo mpn/div_q"\ | |
"r_2u_pi1.lo mpn/sbpi1_div_q$U.lo mpn/sbpi1_div_qr$U.lo mpn/sbpi1_divappr_q$U.lo mpn/dcpi1_div_q$U.lo mpn/dcpi1_div_qr$U.lo mpn/dcpi1_divappr_q$U.lo "\ | |
"mpn/mu_div_qr$U.lo mpn/mu_divappr_q$U.lo mpn/mu_div_q$U.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q$U.lo mpn/sbpi1_bdiv_qr$U.lo mpn/dcpi1_bdiv_q$U.lo mpn/dc"\ | |
"pi1_bdiv_qr$U.lo mpn/mu_bdiv_q$U.lo mpn/mu_bdiv_qr$U.lo mpn/bdiv_q$U.lo mpn/bdiv_qr$U.lo mpn/broot$U.lo mpn/brootinv$U.lo mpn/bsqrt$U.lo mpn/bsqrtin"\ | |
"v$U.lo mpn/divexact$U.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2$U.lo mpn/redc_n$U.lo mpn/powm$U.lo mpn/powlo$U.lo mpn/powm_sec$U.lo mpn/sb_div_q"\ | |
"r_sec$U.lo mpn/sb_div_r_sec$U.lo mpn/sbpi1_div_qr_sec$U.lo mpn/sbpi1_div_r_sec$U.lo mpn/trialdiv$U.lo mpn/remove$U.lo mpn/and_n.lo mpn/andn_n.lo mpn"\ | |
"/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero$U.lo mpn/tabselect.lo mpn/comb_tab"\ | |
"les$U.lo mpn/invert_limb.lo mpn/mul_2.lo mpn/addmul_2.lo mpn/addlsh1_n.lo mpn/sublsh1_n.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/ad"\ | |
"dlsh2_n.lo mpn/sublsh2_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n$U.lo mpn/addaddmul_1msb0.lo" | |
S["mpn_objects"]=" invert_limb_table.lo add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo addcnd_n.lo subcnd_n.lo neg$U.lo com.lo mul_1.lo addmul_1.lo submul_"\ | |
"1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3$U.lo divis$U.lo divre"\ | |
"m$U.lo divrem_1.lo divrem_2.lo fib2_ui$U.lo mod_1$U.lo mod_34lsub1.lo mode1o.lo pre_mod_1$U.lo dump$U.lo mod_1_1.lo mod_1_2.lo mod_1_3$U.lo mod_1_4."\ | |
"lo lshiftc.lo mul$U.lo mul_fft$U.lo mul_n$U.lo sqr$U.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul$U.lo mulmid_basecase.lo toom42_mulmid$U.lo mu"\ | |
"lmid_n$U.lo mulmid$U.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount.lo ha"\ | |
"mdist.lo cmp$U.lo perfsqr$U.lo perfpow$U.lo gcd_1.lo gcd$U.lo gcdext_1$U.lo gcdext$U.lo gcd_subdiv_step$U.lo gcdext_lehmer$U.lo div_q$U.lo tdiv_qr$U"\ | |
".lo jacbase$U.lo jacobi_2$U.lo jacobi$U.lo get_d$U.lo matrix22_mul$U.lo matrix22_mul1_inverse_vector$U.lo hgcd_matrix$U.lo hgcd2$U.lo hgcd_step$U.lo"\ | |
" hgcd_reduce$U.lo hgcd$U.lo hgcd_appr$U.lo hgcd2_jacobi$U.lo hgcd_jacobi$U.lo mullo_n$U.lo mullo_basecase.lo toom22_mul$U.lo toom32_mul$U.lo toom42_"\ | |
"mul$U.lo toom52_mul$U.lo toom62_mul$U.lo toom33_mul$U.lo toom43_mul$U.lo toom53_mul$U.lo toom54_mul$U.lo toom63_mul$U.lo toom44_mul$U.lo toom6h_mul$"\ | |
"U.lo toom6_sqr$U.lo toom8h_mul$U.lo toom8_sqr$U.lo toom_couple_handling$U.lo toom2_sqr$U.lo toom3_sqr$U.lo toom4_sqr$U.lo toom_eval_dgr3_pm1$U.lo to"\ | |
"om_eval_dgr3_pm2$U.lo toom_eval_pm1$U.lo toom_eval_pm2$U.lo toom_eval_pm2exp$U.lo toom_eval_pm2rexp$U.lo toom_interpolate_5pts$U.lo toom_interpolate"\ | |
"_6pts$U.lo toom_interpolate_7pts$U.lo toom_interpolate_8pts$U.lo toom_interpolate_12pts$U.lo toom_interpolate_16pts$U.lo invertappr$U.lo invert$U.lo"\ | |
" binvert$U.lo mulmod_bnm1$U.lo sqrmod_bnm1$U.lo div_qr_2$U.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q$U.lo sbpi1_div_qr$U.lo sbpi1_divappr_q$U"\ | |
".lo dcpi1_div_q$U.lo dcpi1_div_qr$U.lo dcpi1_divappr_q$U.lo mu_div_qr$U.lo mu_divappr_q$U.lo mu_div_q$U.lo bdiv_q_1.lo sbpi1_bdiv_q$U.lo sbpi1_bdiv_"\ | |
"qr$U.lo dcpi1_bdiv_q$U.lo dcpi1_bdiv_qr$U.lo mu_bdiv_q$U.lo mu_bdiv_qr$U.lo bdiv_q$U.lo bdiv_qr$U.lo broot$U.lo brootinv$U.lo bsqrt$U.lo bsqrtinv$U."\ | |
"lo divexact$U.lo bdiv_dbm1c.lo redc_1.lo redc_2$U.lo redc_n$U.lo powm$U.lo powlo$U.lo powm_sec$U.lo sb_div_qr_sec$U.lo sb_div_r_sec$U.lo sbpi1_div_q"\ | |
"r_sec$U.lo sbpi1_div_r_sec$U.lo trialdiv$U.lo remove$U.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copy"\ | |
"d.lo zero$U.lo tabselect.lo comb_tables$U.lo invert_limb.lo mul_2.lo addmul_2.lo addlsh1_n.lo sublsh1_n.lo rsblsh1_n.lo rsh1add_n.lo rsh1sub_n.lo ad"\ | |
"dlsh2_n.lo sublsh2_n.lo rsblsh2_n.lo addlsh_n.lo rsblsh_n.lo add_n_sub_n$U.lo addaddmul_1msb0.lo" | |
S["GMP_LIMB_BITS"]="64" | |
S["M4"]="m4" | |
S["TUNE_LIBS"]="" | |
S["TAL_OBJECT"]="tal-reent.lo" | |
S["LIBM"]="-lm" | |
S["ENABLE_STATIC_FALSE"]="#" | |
S["ENABLE_STATIC_TRUE"]="" | |
S["OTOOL64"]="" | |
S["OTOOL"]="" | |
S["LIPO"]="" | |
S["NMEDIT"]="" | |
S["DSYMUTIL"]="" | |
S["MANIFEST_TOOL"]=":" | |
S["RANLIB"]="ranlib" | |
S["ac_ct_AR"]="ar" | |
S["LN_S"]="ln -s" | |
S["LD"]="/usr/bin/ld" | |
S["FGREP"]="/usr/bin/grep -F" | |
S["SED"]="/usr/bin/sed" | |
S["LIBTOOL"]="$(SHELL) $(top_builddir)/libtool" | |
S["LIBGMP_DLL"]="0" | |
S["OBJDUMP"]="objdump" | |
S["DLLTOOL"]="dlltool" | |
S["AS"]="as" | |
S["NM"]="/usr/bin/nm -B" | |
S["ac_ct_DUMPBIN"]="" | |
S["DUMPBIN"]="" | |
S["AR"]="ar" | |
S["ASMFLAGS"]=" -Wa,--noexecstack" | |
S["EGREP"]="/usr/bin/grep -E" | |
S["GREP"]="/usr/bin/grep" | |
S["CXXCPP"]="" | |
S["WANT_CXX_FALSE"]="" | |
S["WANT_CXX_TRUE"]="#" | |
S["ac_ct_CXX"]="" | |
S["CXXFLAGS"]="" | |
S["CXX"]="" | |
S["CCAS"]="gcc -c" | |
S["LIBM_FOR_BUILD"]="-lm" | |
S["U_FOR_BUILD"]="" | |
S["EXEEXT_FOR_BUILD"]="" | |
S["CPP_FOR_BUILD"]="gcc -E" | |
S["CC_FOR_BUILD"]="gcc" | |
S["CPP"]="gcc -E" | |
S["OBJEXT"]="o" | |
S["EXEEXT"]="" | |
S["ac_ct_CC"]="gcc" | |
S["CPPFLAGS"]="" | |
S["LDFLAGS"]="" | |
S["CFLAGS"]="-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7" | |
S["CC"]="gcc" | |
S["DEFN_LONG_LONG_LIMB"]="/* #undef _LONG_LONG_LIMB */" | |
S["CALLING_CONVENTIONS_OBJS"]="amd64call.lo amd64check$U.lo" | |
S["SPEED_CYCLECOUNTER_OBJ"]="x86_64.lo" | |
S["LIBGMPXX_LDFLAGS"]="" | |
S["LIBGMP_LDFLAGS"]="" | |
S["GMP_LDFLAGS"]="" | |
S["HAVE_HOST_CPU_FAMILY_powerpc"]="0" | |
S["HAVE_HOST_CPU_FAMILY_power"]="0" | |
S["ABI"]="64" | |
S["GMP_NAIL_BITS"]="0" | |
S["MAINT"]="#" | |
S["MAINTAINER_MODE_FALSE"]="" | |
S["MAINTAINER_MODE_TRUE"]="#" | |
S["am__untar"]="$${TAR-tar} xf -" | |
S["am__tar"]="$${TAR-tar} chof - \"$$tardir\"" | |
S["AMTAR"]="$${TAR-tar}" | |
S["am__leading_dot"]="." | |
S["SET_MAKE"]="" | |
S["AWK"]="gawk" | |
S["mkdir_p"]="/usr/bin/mkdir -p" | |
S["MKDIR_P"]="/usr/bin/mkdir -p" | |
S["INSTALL_STRIP_PROGRAM"]="$(install_sh) -c -s" | |
S["STRIP"]="strip" | |
S["install_sh"]="${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/install-sh" | |
S["MAKEINFO"]="${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run makeinfo" | |
S["AUTOHEADER"]="${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run autoheader" | |
S["AUTOMAKE"]="${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run automake-1.11" | |
S["AUTOCONF"]="${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run autoconf" | |
S["ACLOCAL"]="${SHELL} /home/geckos/Downloads/Downloads/CSI/packages/gmp-5.1.1/missing --run aclocal-1.11" | |
S["VERSION"]="5.1.1" | |
S["PACKAGE"]="gmp" | |
S["CYGPATH_W"]="echo" | |
S["am__isrc"]="" | |
S["INSTALL_DATA"]="${INSTALL} -m 644" | |
S["INSTALL_SCRIPT"]="${INSTALL}" | |
S["INSTALL_PROGRAM"]="${INSTALL}" | |
S["host_os"]="linux-gnu" | |
S["host_vendor"]="unknown" | |
S["host_cpu"]="coreisbr" | |
S["host"]="coreisbr-unknown-linux-gnu" | |
S["build_os"]="linux-gnu" | |
S["build_vendor"]="unknown" | |
S["build_cpu"]="coreisbr" | |
S["build"]="coreisbr-unknown-linux-gnu" | |
S["target_alias"]="" | |
S["host_alias"]="" | |
S["build_alias"]="" | |
S["LIBS"]="" | |
S["ECHO_T"]="" | |
S["ECHO_N"]="-n" | |
S["ECHO_C"]="" | |
S["DEFS"]="-DHAVE_CONFIG_H" | |
S["mandir"]="${datarootdir}/man" | |
S["localedir"]="${datarootdir}/locale" | |
S["libdir"]="${exec_prefix}/lib" | |
S["psdir"]="${docdir}" | |
S["pdfdir"]="${docdir}" | |
S["dvidir"]="${docdir}" | |
S["htmldir"]="${docdir}" | |
S["infodir"]="${datarootdir}/info" | |
S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}" | |
S["oldincludedir"]="/usr/include" | |
S["includedir"]="${prefix}/include" | |
S["localstatedir"]="${prefix}/var" | |
S["sharedstatedir"]="${prefix}/com" | |
S["sysconfdir"]="${prefix}/etc" | |
S["datadir"]="${datarootdir}" | |
S["datarootdir"]="${prefix}/share" | |
S["libexecdir"]="${exec_prefix}/libexec" | |
S["sbindir"]="${exec_prefix}/sbin" | |
S["bindir"]="${exec_prefix}/bin" | |
S["program_transform_name"]="s,x,x," | |
S["prefix"]="/usr/local" | |
S["exec_prefix"]="${prefix}" | |
S["PACKAGE_URL"]="http://www.gnu.org/software/gmp/" | |
S["PACKAGE_BUGREPORT"]="[email protected], see http://gmplib.org/manual/Reporting-Bugs.html" | |
S["PACKAGE_STRING"]="GNU MP 5.1.1" | |
S["PACKAGE_VERSION"]="5.1.1" | |
S["PACKAGE_TARNAME"]="gmp" | |
S["PACKAGE_NAME"]="GNU MP" | |
S["PATH_SEPARATOR"]=":" | |
S["SHELL"]="/bin/sh" | |
_ACAWK | |
cat >>"$ac_tmp/subs1.awk" <<_ACAWK && | |
for (key in S) S_is_set[key] = 1 | |
FS = "" | |
} | |
{ | |
line = $ 0 | |
nfields = split(line, field, "@") | |
substed = 0 | |
len = length(field[1]) | |
for (i = 2; i < nfields; i++) { | |
key = field[i] | |
keylen = length(key) | |
if (S_is_set[key]) { | |
value = S[key] | |
line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) | |
len += length(value) + length(field[++i]) | |
substed = 1 | |
} else | |
len += 1 + keylen | |
} | |
print line | |
} | |
_ACAWK | |
if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then | |
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" | |
else | |
cat | |
fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ | |
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5 | |
fi # test -n "$CONFIG_FILES" | |
# Set up the scripts for CONFIG_HEADERS section. | |
# No need to generate them if there are no CONFIG_HEADERS. | |
# This happens for instance with `./config.status Makefile'. | |
if test -n "$CONFIG_HEADERS"; then | |
cat >"$ac_tmp/defines.awk" <<\_ACAWK || | |
BEGIN { | |
D["PACKAGE_NAME"]=" \"GNU MP\"" | |
D["PACKAGE_TARNAME"]=" \"gmp\"" | |
D["PACKAGE_VERSION"]=" \"5.1.1\"" | |
D["PACKAGE_STRING"]=" \"GNU MP 5.1.1\"" | |
D["PACKAGE_BUGREPORT"]=" \"[email protected], see http://gmplib.org/manual/Reporting-Bugs.html\"" | |
D["PACKAGE_URL"]=" \"http://www.gnu.org/software/gmp/\"" | |
D["PACKAGE"]=" \"gmp\"" | |
D["VERSION"]=" \"5.1.1\"" | |
D["WANT_FFT"]=" 1" | |
D["HAVE_HOST_CPU_coreisbr"]=" 1" | |
D["HAVE_SPEED_CYCLECOUNTER"]=" 2" | |
D["HAVE_CALLING_CONVENTIONS"]=" 1" | |
D["STDC_HEADERS"]=" 1" | |
D["HAVE_SYS_TYPES_H"]=" 1" | |
D["HAVE_SYS_STAT_H"]=" 1" | |
D["HAVE_STDLIB_H"]=" 1" | |
D["HAVE_STRING_H"]=" 1" | |
D["HAVE_MEMORY_H"]=" 1" | |
D["HAVE_STRINGS_H"]=" 1" | |
D["HAVE_INTTYPES_H"]=" 1" | |
D["HAVE_STDINT_H"]=" 1" | |
D["HAVE_UNISTD_H"]=" 1" | |
D["HAVE_DLFCN_H"]=" 1" | |
D["LT_OBJDIR"]=" \".libs/\"" | |
D["STDC_HEADERS"]=" 1" | |
D["TIME_WITH_SYS_TIME"]=" 1" | |
D["HAVE_FCNTL_H"]=" 1" | |
D["HAVE_FLOAT_H"]=" 1" | |
D["HAVE_LANGINFO_H"]=" 1" | |
D["HAVE_LOCALE_H"]=" 1" | |
D["HAVE_NL_TYPES_H"]=" 1" | |
D["HAVE_SYS_MMAN_H"]=" 1" | |
D["HAVE_SYS_PARAM_H"]=" 1" | |
D["HAVE_SYS_SYSINFO_H"]=" 1" | |
D["HAVE_SYS_TIME_H"]=" 1" | |
D["HAVE_SYS_TIMES_H"]=" 1" | |
D["HAVE_SYS_RESOURCE_H"]=" 1" | |
D["HAVE_SYS_SYSCTL_H"]=" 1" | |
D["HAVE_DECL_FGETC"]=" 1" | |
D["HAVE_DECL_FSCANF"]=" 1" | |
D["HAVE_DECL_OPTARG"]=" 1" | |
D["HAVE_DECL_UNGETC"]=" 1" | |
D["HAVE_DECL_VFPRINTF"]=" 1" | |
D["HAVE_DECL_SYS_ERRLIST"]=" 1" | |
D["HAVE_DECL_SYS_NERR"]=" 1" | |
D["RETSIGTYPE"]=" void" | |
D["HAVE_INTMAX_T"]=" 1" | |
D["HAVE_LONG_DOUBLE"]=" 1" | |
D["HAVE_LONG_LONG"]=" 1" | |
D["HAVE_PTRDIFF_T"]=" 1" | |
D["HAVE_QUAD_T"]=" 1" | |
D["HAVE_UINT_LEAST32_T"]=" 1" | |
D["HAVE_INTPTR_T"]=" 1" | |
D["HAVE_STRINGIZE"]=" 1" | |
D["restrict"]=" __restrict" | |
D["HAVE_STDARG"]=" 1" | |
D["HAVE_ATTRIBUTE_CONST"]=" 1" | |
D["HAVE_ATTRIBUTE_MALLOC"]=" 1" | |
D["HAVE_ATTRIBUTE_MODE"]=" 1" | |
D["HAVE_ATTRIBUTE_NORETURN"]=" 1" | |
D["HAVE_ALLOCA_H"]=" 1" | |
D["HAVE_ALLOCA"]=" 1" | |
D["WANT_TMP_ALLOCA"]=" 1" | |
D["HAVE_LIMB_LITTLE_ENDIAN"]=" 1" | |
D["HAVE_DOUBLE_IEEE_LITTLE_ENDIAN"]=" 1" | |
D["HAVE_ALARM"]=" 1" | |
D["HAVE_CLOCK"]=" 1" | |
D["HAVE_GETPAGESIZE"]=" 1" | |
D["HAVE_GETRUSAGE"]=" 1" | |
D["HAVE_GETTIMEOFDAY"]=" 1" | |
D["HAVE_LOCALECONV"]=" 1" | |
D["HAVE_MEMSET"]=" 1" | |
D["HAVE_MMAP"]=" 1" | |
D["HAVE_MPROTECT"]=" 1" | |
D["HAVE_NL_LANGINFO"]=" 1" | |
D["HAVE_OBSTACK_VPRINTF"]=" 1" | |
D["HAVE_POPEN"]=" 1" | |
D["HAVE_RAISE"]=" 1" | |
D["HAVE_SIGACTION"]=" 1" | |
D["HAVE_SIGALTSTACK"]=" 1" | |
D["HAVE_SIGSTACK"]=" 1" | |
D["HAVE_STRCHR"]=" 1" | |
D["HAVE_STRERROR"]=" 1" | |
D["HAVE_STRNLEN"]=" 1" | |
D["HAVE_STRTOL"]=" 1" | |
D["HAVE_STRTOUL"]=" 1" | |
D["HAVE_SYSCONF"]=" 1" | |
D["HAVE_SYSCTL"]=" 1" | |
D["HAVE_TIMES"]=" 1" | |
D["HAVE_CLOCK_GETTIME"]=" 1" | |
D["HAVE_VSNPRINTF"]=" 1" | |
D["HAVE_NATIVE_mpn_add_n"]=" 1" | |
D["HAVE_NATIVE_mpn_add_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_nc"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_add_n"]=" 1" | |
D["HAVE_NATIVE_mpn_add_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_nc"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_addcnd_n"]=" 1" | |
D["HAVE_NATIVE_mpn_subcnd_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_addcnd_n"]=" 1" | |
D["HAVE_NATIVE_mpn_subcnd_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_com"]=" 1" | |
D["HAVE_NATIVE_mpn_mul_1"]=" 1" | |
D["HAVE_NATIVE_mpn_addmul_1"]=" 1" | |
D["HAVE_NATIVE_mpn_submul_1"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_addmul_1"]=" 1" | |
D["HAVE_NATIVE_mpn_submul_1"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_add_err1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_err1_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_add_err2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_err2_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_add_err3_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_err3_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_add_err1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_err1_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_add_err2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_err2_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_add_err3_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sub_err3_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_lshift"]=" 1" | |
D["HAVE_NATIVE_mpn_rshift"]=" 1" | |
D["HAVE_NATIVE_mpn_divexact_1"]=" 1" | |
D["HAVE_NATIVE_mpn_preinv_divrem_1"]=" 1" | |
D["HAVE_NATIVE_mpn_divrem_1"]=" 1" | |
D["HAVE_NATIVE_mpn_divrem_2"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_34lsub1"]=" 1" | |
D["HAVE_NATIVE_mpn_modexact_1_odd"]=" 1" | |
D["HAVE_NATIVE_mpn_modexact_1c_odd"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_1_1p"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_1_1p_cps"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_1s_2p"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_1s_2p_cps"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_1s_4p"]=" 1" | |
D["HAVE_NATIVE_mpn_mod_1s_4p_cps"]=" 1" | |
D["HAVE_NATIVE_mpn_lshiftc"]=" 1" | |
D["HAVE_NATIVE_mpn_mul_basecase"]=" 1" | |
D["HAVE_NATIVE_mpn_sqr_basecase"]=" 1" | |
D["HAVE_NATIVE_mpn_mulmid_basecase"]=" 1" | |
D["HAVE_NATIVE_mpn_popcount"]=" 1" | |
D["HAVE_NATIVE_mpn_hamdist"]=" 1" | |
D["HAVE_NATIVE_mpn_gcd_1"]=" 1" | |
D["HAVE_NATIVE_mpn_mullo_basecase"]=" 1" | |
D["HAVE_NATIVE_mpn_div_qr_2n_pi1"]=" 1" | |
D["HAVE_NATIVE_mpn_div_qr_2u_pi1"]=" 1" | |
D["HAVE_NATIVE_mpn_bdiv_q_1"]=" 1" | |
D["HAVE_NATIVE_mpn_pi1_bdiv_q_1"]=" 1" | |
D["HAVE_NATIVE_mpn_bdiv_dbm1c"]=" 1" | |
D["HAVE_NATIVE_mpn_redc_1"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_and_n"]=" 1" | |
D["HAVE_NATIVE_mpn_andn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nand_n"]=" 1" | |
D["HAVE_NATIVE_mpn_ior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_iorn_n"]=" 1" | |
D["HAVE_NATIVE_mpn_nior_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xor_n"]=" 1" | |
D["HAVE_NATIVE_mpn_xnor_n"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_func"]=" 1" | |
D["HAVE_NATIVE_mpn_copyi"]=" 1" | |
D["HAVE_NATIVE_mpn_copyd"]=" 1" | |
D["HAVE_NATIVE_mpn_tabselect"]=" 1" | |
D["HAVE_NATIVE_mpn_invert_limb"]=" 1" | |
D["HAVE_NATIVE_C"]=" 1" | |
D["HAVE_NATIVE_Kn"]=" 1" | |
D["HAVE_NATIVE_C2"]=" 1" | |
D["HAVE_NATIVE_Ci"]=" 1" | |
D["HAVE_NATIVE_mpn_mul_2"]=" 1" | |
D["HAVE_NATIVE_mpn_addmul_2"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh1_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh1_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_sublsh1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh1_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh1_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh1_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1add_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1add_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1sub_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1sub_nc"]=" 1" | |
D["HAVE_NATIVE_func_nc"]=" 1" | |
D["HAVE_NATIVE_func_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1add_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1add_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1sub_n"]=" 1" | |
D["HAVE_NATIVE_mpn_rsh1sub_nc"]=" 1" | |
D["HAVE_NATIVE_func_nc"]=" 1" | |
D["HAVE_NATIVE_func_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh2_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_sublsh2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh2_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh2_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh_n"]=" 1" | |
D["HAVE_NATIVE_func_n"]=" 1" | |
D["HAVE_NATIVE_func_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh_n"]=" 1" | |
D["HAVE_NATIVE_mpn_addlsh_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_rsblsh_n"]=" 1" | |
D["HAVE_NATIVE_func_n"]=" 1" | |
D["HAVE_NATIVE_func_nc"]=" 1" | |
D["HAVE_NATIVE_mpn_addaddmul_1msb0"]=" 1" | |
D["LSYM_PREFIX"]=" \".L\"" | |
D["HAVE_HOST_CPU_FAMILY_x86_64"]=" 1" | |
D["GMP_MPARAM_H_SUGGEST"]=" \"./mpn/x86_64/coreisbr/gmp-mparam.h\"" | |
D["SIZEOF_VOID_P"]=" 8" | |
D["SIZEOF_UNSIGNED_SHORT"]=" 2" | |
D["SIZEOF_UNSIGNED"]=" 4" | |
D["SIZEOF_UNSIGNED_LONG"]=" 8" | |
D["SIZEOF_MP_LIMB_T"]=" 8" | |
D["HAVE_STACK_T"]=" 1" | |
D["YYTEXT_POINTER"]=" 1" | |
for (key in D) D_is_set[key] = 1 | |
FS = "" | |
} | |
/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ { | |
line = $ 0 | |
split(line, arg, " ") | |
if (arg[1] == "#") { | |
defundef = arg[2] | |
mac1 = arg[3] | |
} else { | |
defundef = substr(arg[1], 2) | |
mac1 = arg[2] | |
} | |
split(mac1, mac2, "(") #) | |
macro = mac2[1] | |
prefix = substr(line, 1, index(line, defundef) - 1) | |
if (D_is_set[macro]) { | |
# Preserve the white space surrounding the "#". | |
print prefix "define", macro P[macro] D[macro] | |
next | |
} else { | |
# Replace #undef with comments. This is necessary, for example, | |
# in the case of _POSIX_SOURCE, which is predefined and required | |
# on some systems where configure will not decide to define it. | |
if (defundef == "undef") { | |
print "/*", prefix defundef, macro, "*/" | |
next | |
} | |
} | |
} | |
{ print } | |
_ACAWK | |
as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 | |
fi # test -n "$CONFIG_HEADERS" | |
eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :L $CONFIG_LINKS :C $CONFIG_COMMANDS" | |
shift | |
for ac_tag | |
do | |
case $ac_tag in | |
:[FHLC]) ac_mode=$ac_tag; continue;; | |
esac | |
case $ac_mode$ac_tag in | |
:[FHL]*:*);; | |
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; | |
:[FH]-) ac_tag=-:-;; | |
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;; | |
esac | |
ac_save_IFS=$IFS | |
IFS=: | |
set x $ac_tag | |
IFS=$ac_save_IFS | |
shift | |
ac_file=$1 | |
shift | |
case $ac_mode in | |
:L) ac_source=$1;; | |
:[FH]) | |
ac_file_inputs= | |
for ac_f | |
do | |
case $ac_f in | |
-) ac_f="$ac_tmp/stdin";; | |
*) # Look for the file first in the build tree, then in the source tree | |
# (if the path is not absolute). The absolute path cannot be DOS-style, | |
# because $ac_f cannot contain `:'. | |
test -f "$ac_f" || | |
case $ac_f in | |
[\\/$]*) false;; | |
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; | |
esac || | |
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; | |
esac | |
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac | |
as_fn_append ac_file_inputs " '$ac_f'" | |
done | |
# Let's still pretend it is `configure' which instantiates (i.e., don't | |
# use $as_me), people would be surprised to read: | |
# /* config.h. Generated by config.status. */ | |
configure_input='Generated from '` | |
$as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' | |
`' by configure.' | |
if test x"$ac_file" != x-; then | |
configure_input="$ac_file. $configure_input" | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 | |
$as_echo "$as_me: creating $ac_file" >&6;} | |
fi | |
# Neutralize special characters interpreted by sed in replacement strings. | |
case $configure_input in #( | |
*\&* | *\|* | *\\* ) | |
ac_sed_conf_input=`$as_echo "$configure_input" | | |
sed 's/[\\\\&|]/\\\\&/g'`;; #( | |
*) ac_sed_conf_input=$configure_input;; | |
esac | |
case $ac_tag in | |
*:-:* | *:-) cat >"$ac_tmp/stdin" \ | |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; | |
esac | |
;; | |
esac | |
ac_dir=`$as_dirname -- "$ac_file" || | |
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
X"$ac_file" : 'X\(//\)[^/]' \| \ | |
X"$ac_file" : 'X\(//\)$' \| \ | |
X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || | |
$as_echo X"$ac_file" | | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\/\)[^/].*/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\/\)$/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\).*/{ | |
s//\1/ | |
q | |
} | |
s/.*/./; q'` | |
as_dir="$ac_dir"; as_fn_mkdir_p | |
ac_builddir=. | |
case "$ac_dir" in | |
.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
*) | |
ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` | |
# A ".." for each directory in $ac_dir_suffix. | |
ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` | |
case $ac_top_builddir_sub in | |
"") ac_top_builddir_sub=. ac_top_build_prefix= ;; | |
*) ac_top_build_prefix=$ac_top_builddir_sub/ ;; | |
esac ;; | |
esac | |
ac_abs_top_builddir=$ac_pwd | |
ac_abs_builddir=$ac_pwd$ac_dir_suffix | |
# for backward compatibility: | |
ac_top_builddir=$ac_top_build_prefix | |
case $srcdir in | |
.) # We are building in place. | |
ac_srcdir=. | |
ac_top_srcdir=$ac_top_builddir_sub | |
ac_abs_top_srcdir=$ac_pwd ;; | |
[\\/]* | ?:[\\/]* ) # Absolute name. | |
ac_srcdir=$srcdir$ac_dir_suffix; | |
ac_top_srcdir=$srcdir | |
ac_abs_top_srcdir=$srcdir ;; | |
*) # Relative name. | |
ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix | |
ac_top_srcdir=$ac_top_build_prefix$srcdir | |
ac_abs_top_srcdir=$ac_pwd/$srcdir ;; | |
esac | |
ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix | |
case $ac_mode in | |
:F) | |
# | |
# CONFIG_FILE | |
# | |
case $INSTALL in | |
[\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; | |
*) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; | |
esac | |
ac_MKDIR_P=$MKDIR_P | |
case $MKDIR_P in | |
[\\/$]* | ?:[\\/]* ) ;; | |
*/*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; | |
esac | |
# If the template does not know about datarootdir, expand it. | |
# FIXME: This hack should be removed a few years after 2.60. | |
ac_datarootdir_hack=; ac_datarootdir_seen= | |
ac_sed_dataroot=' | |
/datarootdir/ { | |
p | |
q | |
} | |
/@datadir@/p | |
/@docdir@/p | |
/@infodir@/p | |
/@localedir@/p | |
/@mandir@/p' | |
case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in | |
*datarootdir*) ac_datarootdir_seen=yes;; | |
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 | |
$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} | |
ac_datarootdir_hack=' | |
s&@datadir@&${datarootdir}&g | |
s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g | |
s&@infodir@&${datarootdir}/info&g | |
s&@localedir@&${datarootdir}/locale&g | |
s&@mandir@&${datarootdir}/man&g | |
s&\${datarootdir}&${prefix}/share&g' ;; | |
esac | |
ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{ | |
h | |
s/// | |
s/^/:/ | |
s/[ ]*$/:/ | |
s/:\$(srcdir):/:/g | |
s/:\${srcdir}:/:/g | |
s/:@srcdir@:/:/g | |
s/^:*// | |
s/:*$// | |
x | |
s/\(=[ ]*\).*/\1/ | |
G | |
s/\n// | |
s/^[^=]*=[ ]*$// | |
} | |
:t | |
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b | |
s|@configure_input@|$ac_sed_conf_input|;t t | |
s&@top_builddir@&$ac_top_builddir_sub&;t t | |
s&@top_build_prefix@&$ac_top_build_prefix&;t t | |
s&@srcdir@&$ac_srcdir&;t t | |
s&@abs_srcdir@&$ac_abs_srcdir&;t t | |
s&@top_srcdir@&$ac_top_srcdir&;t t | |
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t | |
s&@builddir@&$ac_builddir&;t t | |
s&@abs_builddir@&$ac_abs_builddir&;t t | |
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t | |
s&@INSTALL@&$ac_INSTALL&;t t | |
s&@MKDIR_P@&$ac_MKDIR_P&;t t | |
$ac_datarootdir_hack | |
" | |
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ | |
>$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && | |
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && | |
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ | |
"$ac_tmp/out"`; test -z "$ac_out"; } && | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
which seems to be undefined. Please make sure it is defined" >&5 | |
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' | |
which seems to be undefined. Please make sure it is defined" >&2;} | |
rm -f "$ac_tmp/stdin" | |
case $ac_file in | |
-) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; | |
*) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; | |
esac \ | |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
;; | |
:H) | |
# | |
# CONFIG_HEADER | |
# | |
if test x"$ac_file" != x-; then | |
{ | |
$as_echo "/* $configure_input */" \ | |
&& eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" | |
} >"$ac_tmp/config.h" \ | |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 | |
$as_echo "$as_me: $ac_file is unchanged" >&6;} | |
else | |
rm -f "$ac_file" | |
mv "$ac_tmp/config.h" "$ac_file" \ | |
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 | |
fi | |
else | |
$as_echo "/* $configure_input */" \ | |
&& eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ | |
|| as_fn_error $? "could not create -" "$LINENO" 5 | |
fi | |
# Compute "$ac_file"'s index in $config_headers. | |
_am_arg="$ac_file" | |
_am_stamp_count=1 | |
for _am_header in $config_headers :; do | |
case $_am_header in | |
$_am_arg | $_am_arg:* ) | |
break ;; | |
* ) | |
_am_stamp_count=`expr $_am_stamp_count + 1` ;; | |
esac | |
done | |
echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || | |
$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ | |
X"$_am_arg" : 'X\(//\)[^/]' \| \ | |
X"$_am_arg" : 'X\(//\)$' \| \ | |
X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || | |
$as_echo X"$_am_arg" | | |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\/\)[^/].*/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\/\)$/{ | |
s//\1/ | |
q | |
} | |
/^X\(\/\).*/{ | |
s//\1/ | |
q | |
} | |
s/.*/./; q'`/stamp-h$_am_stamp_count | |
;; | |
:L) | |
# | |
# CONFIG_LINK | |
# | |
if test "$ac_source" = "$ac_file" && test "$srcdir" = '.'; then | |
: | |
else | |
# Prefer the file from the source tree if names are identical. | |
if test "$ac_source" = "$ac_file" || test ! -r "$ac_source"; then | |
ac_source=$srcdir/$ac_source | |
fi | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: linking $ac_source to $ac_file" >&5 | |
$as_echo "$as_me: linking $ac_source to $ac_file" >&6;} | |
if test ! -r "$ac_source"; then | |
as_fn_error $? "$ac_source: file not found" "$LINENO" 5 | |
fi | |
rm -f "$ac_file" | |
# Try a relative symlink, then a hard link, then a copy. | |
case $ac_source in | |
[\\/$]* | ?:[\\/]* ) ac_rel_source=$ac_source ;; | |
*) ac_rel_source=$ac_top_build_prefix$ac_source ;; | |
esac | |
ln -s "$ac_rel_source" "$ac_file" 2>/dev/null || | |
ln "$ac_source" "$ac_file" 2>/dev/null || | |
cp -p "$ac_source" "$ac_file" || | |
as_fn_error $? "cannot link or copy $ac_source to $ac_file" "$LINENO" 5 | |
fi | |
;; | |
:C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 | |
$as_echo "$as_me: executing $ac_file commands" >&6;} | |
;; | |
esac | |
case $ac_file$ac_mode in | |
"libtool":C) | |
# See if we are running on zsh, and set the options which allow our | |
# commands through without removal of \ escapes. | |
if test -n "${ZSH_VERSION+set}" ; then | |
setopt NO_GLOB_SUBST | |
fi | |
cfgfile="${ofile}T" | |
trap "$RM \"$cfgfile\"; exit 1" 1 2 15 | |
$RM "$cfgfile" | |
cat <<_LT_EOF >> "$cfgfile" | |
#! $SHELL | |
# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. | |
# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION | |
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: | |
# NOTE: Changes made to this file will be lost: look at ltmain.sh. | |
# | |
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, | |
# 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
# Foundation, Inc. | |
# Written by Gordon Matzigkeit, 1996 | |
# | |
# This file is part of GNU Libtool. | |
# | |
# GNU Libtool is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License as | |
# published by the Free Software Foundation; either version 2 of | |
# the License, or (at your option) any later version. | |
# | |
# As a special exception to the GNU General Public License, | |
# if you distribute this file as part of a program or library that | |
# is built using GNU Libtool, you may include this file under the | |
# same distribution terms that you use for the rest of that program. | |
# | |
# GNU Libtool is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
# GNU General Public License for more details. | |
# | |
# You should have received a copy of the GNU General Public License | |
# along with GNU Libtool; see the file COPYING. If not, a copy | |
# can be downloaded from http://www.gnu.org/licenses/gpl.html, or | |
# obtained by writing to the Free Software Foundation, Inc., | |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | |
# The names of the tagged configurations supported by this script. | |
available_tags="CXX F77 " | |
# ### BEGIN LIBTOOL CONFIG | |
# A BSD- or MS-compatible name lister. | |
NM=$lt_NM | |
# Assembler program. | |
AS=$lt_AS | |
# DLL creation program. | |
DLLTOOL=$lt_DLLTOOL | |
# Object dumper program. | |
OBJDUMP=$lt_OBJDUMP | |
# Which release of libtool.m4 was used? | |
macro_version=$macro_version | |
macro_revision=$macro_revision | |
# Whether or not to build shared libraries. | |
build_libtool_libs=$enable_shared | |
# Whether or not to build static libraries. | |
build_old_libs=$enable_static | |
# What type of objects to build. | |
pic_mode=$pic_mode | |
# Whether or not to optimize for fast installation. | |
fast_install=$enable_fast_install | |
# Shell to use when invoking shell scripts. | |
SHELL=$lt_SHELL | |
# An echo program that protects backslashes. | |
ECHO=$lt_ECHO | |
# The PATH separator for the build system. | |
PATH_SEPARATOR=$lt_PATH_SEPARATOR | |
# The host system. | |
host_alias=$host_alias | |
host=$host | |
host_os=$host_os | |
# The build system. | |
build_alias=$build_alias | |
build=$build | |
build_os=$build_os | |
# A sed program that does not truncate output. | |
SED=$lt_SED | |
# Sed that helps us avoid accidentally triggering echo(1) options like -n. | |
Xsed="\$SED -e 1s/^X//" | |
# A grep program that handles long lines. | |
GREP=$lt_GREP | |
# An ERE matcher. | |
EGREP=$lt_EGREP | |
# A literal string matcher. | |
FGREP=$lt_FGREP | |
# Whether we need soft or hard links. | |
LN_S=$lt_LN_S | |
# What is the maximum length of a command? | |
max_cmd_len=$max_cmd_len | |
# Object file suffix (normally "o"). | |
objext=$ac_objext | |
# Executable file suffix (normally ""). | |
exeext=$exeext | |
# whether the shell understands "unset". | |
lt_unset=$lt_unset | |
# turn spaces into newlines. | |
SP2NL=$lt_lt_SP2NL | |
# turn newlines into spaces. | |
NL2SP=$lt_lt_NL2SP | |
# convert \$build file names to \$host format. | |
to_host_file_cmd=$lt_cv_to_host_file_cmd | |
# convert \$build files to toolchain format. | |
to_tool_file_cmd=$lt_cv_to_tool_file_cmd | |
# Method to check whether dependent libraries are shared objects. | |
deplibs_check_method=$lt_deplibs_check_method | |
# Command to use when deplibs_check_method = "file_magic". | |
file_magic_cmd=$lt_file_magic_cmd | |
# How to find potential files when deplibs_check_method = "file_magic". | |
file_magic_glob=$lt_file_magic_glob | |
# Find potential files using nocaseglob when deplibs_check_method = "file_magic". | |
want_nocaseglob=$lt_want_nocaseglob | |
# Command to associate shared and link libraries. | |
sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd | |
# The archiver. | |
AR=$lt_AR | |
# Flags to create an archive. | |
AR_FLAGS=$lt_AR_FLAGS | |
# How to feed a file listing to the archiver. | |
archiver_list_spec=$lt_archiver_list_spec | |
# A symbol stripping program. | |
STRIP=$lt_STRIP | |
# Commands used to install an old-style archive. | |
RANLIB=$lt_RANLIB | |
old_postinstall_cmds=$lt_old_postinstall_cmds | |
old_postuninstall_cmds=$lt_old_postuninstall_cmds | |
# Whether to use a lock for old archive extraction. | |
lock_old_archive_extraction=$lock_old_archive_extraction | |
# A C compiler. | |
LTCC=$lt_CC | |
# LTCC compiler flags. | |
LTCFLAGS=$lt_CFLAGS | |
# Take the output of nm and produce a listing of raw symbols and C names. | |
global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe | |
# Transform the output of nm in a proper C declaration. | |
global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl | |
# Transform the output of nm in a C name address pair. | |
global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address | |
# Transform the output of nm in a C name address pair when lib prefix is needed. | |
global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix | |
# Specify filename containing input files for \$NM. | |
nm_file_list_spec=$lt_nm_file_list_spec | |
# The root where to search for dependent libraries,and in which our libraries should be installed. | |
lt_sysroot=$lt_sysroot | |
# The name of the directory that contains temporary libtool files. | |
objdir=$objdir | |
# Used to examine libraries when file_magic_cmd begins with "file". | |
MAGIC_CMD=$MAGIC_CMD | |
# Must we lock files when doing compilation? | |
need_locks=$lt_need_locks | |
# Manifest tool. | |
MANIFEST_TOOL=$lt_MANIFEST_TOOL | |
# Tool to manipulate archived DWARF debug symbol files on Mac OS X. | |
DSYMUTIL=$lt_DSYMUTIL | |
# Tool to change global to local symbols on Mac OS X. | |
NMEDIT=$lt_NMEDIT | |
# Tool to manipulate fat objects and archives on Mac OS X. | |
LIPO=$lt_LIPO | |
# ldd/readelf like tool for Mach-O binaries on Mac OS X. | |
OTOOL=$lt_OTOOL | |
# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4. | |
OTOOL64=$lt_OTOOL64 | |
# Old archive suffix (normally "a"). | |
libext=$libext | |
# Shared library suffix (normally ".so"). | |
shrext_cmds=$lt_shrext_cmds | |
# The commands to extract the exported symbol list from a shared archive. | |
extract_expsyms_cmds=$lt_extract_expsyms_cmds | |
# Variables whose values should be saved in libtool wrapper scripts and | |
# restored at link time. | |
variables_saved_for_relink=$lt_variables_saved_for_relink | |
# Do we need the "lib" prefix for modules? | |
need_lib_prefix=$need_lib_prefix | |
# Do we need a version for libraries? | |
need_version=$need_version | |
# Library versioning type. | |
version_type=$version_type | |
# Shared library runtime path variable. | |
runpath_var=$runpath_var | |
# Shared library path variable. | |
shlibpath_var=$shlibpath_var | |
# Is shlibpath searched before the hard-coded library search path? | |
shlibpath_overrides_runpath=$shlibpath_overrides_runpath | |
# Format of library name prefix. | |
libname_spec=$lt_libname_spec | |
# List of archive names. First name is the real one, the rest are links. | |
# The last name is the one that the linker finds with -lNAME | |
library_names_spec=$lt_library_names_spec | |
# The coded name of the library, if different from the real name. | |
soname_spec=$lt_soname_spec | |
# Permission mode override for installation of shared libraries. | |
install_override_mode=$lt_install_override_mode | |
# Command to use after installation of a shared archive. | |
postinstall_cmds=$lt_postinstall_cmds | |
# Command to use after uninstallation of a shared archive. | |
postuninstall_cmds=$lt_postuninstall_cmds | |
# Commands used to finish a libtool library installation in a directory. | |
finish_cmds=$lt_finish_cmds | |
# As "finish_cmds", except a single script fragment to be evaled but | |
# not shown. | |
finish_eval=$lt_finish_eval | |
# Whether we should hardcode library paths into libraries. | |
hardcode_into_libs=$hardcode_into_libs | |
# Compile-time system search path for libraries. | |
sys_lib_search_path_spec=$lt_sys_lib_search_path_spec | |
# Run-time system search path for libraries. | |
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec | |
# Whether dlopen is supported. | |
dlopen_support=$enable_dlopen | |
# Whether dlopen of programs is supported. | |
dlopen_self=$enable_dlopen_self | |
# Whether dlopen of statically linked programs is supported. | |
dlopen_self_static=$enable_dlopen_self_static | |
# Commands to strip libraries. | |
old_striplib=$lt_old_striplib | |
striplib=$lt_striplib | |
# The linker used to build libraries. | |
LD=$lt_LD | |
# How to create reloadable object files. | |
reload_flag=$lt_reload_flag | |
reload_cmds=$lt_reload_cmds | |
# Commands used to build an old-style archive. | |
old_archive_cmds=$lt_old_archive_cmds | |
# A language specific compiler. | |
CC=$lt_compiler | |
# Is the compiler the GNU compiler? | |
with_gcc=$GCC | |
# Compiler flag to turn off builtin functions. | |
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag | |
# Additional compiler flags for building library objects. | |
pic_flag=$lt_lt_prog_compiler_pic | |
# How to pass a linker flag through the compiler. | |
wl=$lt_lt_prog_compiler_wl | |
# Compiler flag to prevent dynamic linking. | |
link_static_flag=$lt_lt_prog_compiler_static | |
# Does compiler simultaneously support -c and -o options? | |
compiler_c_o=$lt_lt_cv_prog_compiler_c_o | |
# Whether or not to add -lc for building shared libraries. | |
build_libtool_need_lc=$archive_cmds_need_lc | |
# Whether or not to disallow shared libs when runtime libs are static. | |
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes | |
# Compiler flag to allow reflexive dlopens. | |
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec | |
# Compiler flag to generate shared objects directly from archives. | |
whole_archive_flag_spec=$lt_whole_archive_flag_spec | |
# Whether the compiler copes with passing no objects directly. | |
compiler_needs_object=$lt_compiler_needs_object | |
# Create an old-style archive from a shared archive. | |
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds | |
# Create a temporary old-style archive to link instead of a shared archive. | |
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds | |
# Commands used to build a shared archive. | |
archive_cmds=$lt_archive_cmds | |
archive_expsym_cmds=$lt_archive_expsym_cmds | |
# Commands used to build a loadable module if different from building | |
# a shared archive. | |
module_cmds=$lt_module_cmds | |
module_expsym_cmds=$lt_module_expsym_cmds | |
# Whether we are building with GNU ld or not. | |
with_gnu_ld=$lt_with_gnu_ld | |
# Flag that allows shared libraries with undefined symbols to be built. | |
allow_undefined_flag=$lt_allow_undefined_flag | |
# Flag that enforces no undefined symbols. | |
no_undefined_flag=$lt_no_undefined_flag | |
# Flag to hardcode \$libdir into a binary during linking. | |
# This must work even if \$libdir does not exist | |
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec | |
# Whether we need a single "-rpath" flag with a separated argument. | |
hardcode_libdir_separator=$lt_hardcode_libdir_separator | |
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
# DIR into the resulting binary. | |
hardcode_direct=$hardcode_direct | |
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
# DIR into the resulting binary and the resulting library dependency is | |
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
# library is relocated. | |
hardcode_direct_absolute=$hardcode_direct_absolute | |
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
# into the resulting binary. | |
hardcode_minus_L=$hardcode_minus_L | |
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
# into the resulting binary. | |
hardcode_shlibpath_var=$hardcode_shlibpath_var | |
# Set to "yes" if building a shared library automatically hardcodes DIR | |
# into the library and all subsequent libraries and executables linked | |
# against it. | |
hardcode_automatic=$hardcode_automatic | |
# Set to yes if linker adds runtime paths of dependent libraries | |
# to runtime path list. | |
inherit_rpath=$inherit_rpath | |
# Whether libtool must link a program against all its dependency libraries. | |
link_all_deplibs=$link_all_deplibs | |
# Set to "yes" if exported symbols are required. | |
always_export_symbols=$always_export_symbols | |
# The commands to list exported symbols. | |
export_symbols_cmds=$lt_export_symbols_cmds | |
# Symbols that should not be listed in the preloaded symbols. | |
exclude_expsyms=$lt_exclude_expsyms | |
# Symbols that must always be exported. | |
include_expsyms=$lt_include_expsyms | |
# Commands necessary for linking programs (against libraries) with templates. | |
prelink_cmds=$lt_prelink_cmds | |
# Commands necessary for finishing linking programs. | |
postlink_cmds=$lt_postlink_cmds | |
# Specify filename containing input files. | |
file_list_spec=$lt_file_list_spec | |
# How to hardcode a shared library path into an executable. | |
hardcode_action=$hardcode_action | |
# The directories searched by this compiler when creating a shared library. | |
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs | |
# Dependencies to place before and after the objects being linked to | |
# create a shared library. | |
predep_objects=$lt_predep_objects | |
postdep_objects=$lt_postdep_objects | |
predeps=$lt_predeps | |
postdeps=$lt_postdeps | |
# The library search path used internally by the compiler when linking | |
# a shared library. | |
compiler_lib_search_path=$lt_compiler_lib_search_path | |
# ### END LIBTOOL CONFIG | |
_LT_EOF | |
case $host_os in | |
aix3*) | |
cat <<\_LT_EOF >> "$cfgfile" | |
# AIX sometimes has problems with the GCC collect2 program. For some | |
# reason, if we set the COLLECT_NAMES environment variable, the problems | |
# vanish in a puff of smoke. | |
if test "X${COLLECT_NAMES+set}" != Xset; then | |
COLLECT_NAMES= | |
export COLLECT_NAMES | |
fi | |
_LT_EOF | |
;; | |
esac | |
ltmain="$ac_aux_dir/ltmain.sh" | |
# We use sed instead of cat because bash on DJGPP gets confused if | |
# if finds mixed CR/LF and LF-only lines. Since sed operates in | |
# text mode, it properly converts lines to CR/LF. This bash problem | |
# is reportedly fixed, but why not run on old versions too? | |
sed '$q' "$ltmain" >> "$cfgfile" \ | |
|| (rm -f "$cfgfile"; exit 1) | |
if test x"$xsi_shell" = xyes; then | |
sed -e '/^func_dirname ()$/,/^} # func_dirname /c\ | |
func_dirname ()\ | |
{\ | |
\ case ${1} in\ | |
\ */*) func_dirname_result="${1%/*}${2}" ;;\ | |
\ * ) func_dirname_result="${3}" ;;\ | |
\ esac\ | |
} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_basename ()$/,/^} # func_basename /c\ | |
func_basename ()\ | |
{\ | |
\ func_basename_result="${1##*/}"\ | |
} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\ | |
func_dirname_and_basename ()\ | |
{\ | |
\ case ${1} in\ | |
\ */*) func_dirname_result="${1%/*}${2}" ;;\ | |
\ * ) func_dirname_result="${3}" ;;\ | |
\ esac\ | |
\ func_basename_result="${1##*/}"\ | |
} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_stripname ()$/,/^} # func_stripname /c\ | |
func_stripname ()\ | |
{\ | |
\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\ | |
\ # positional parameters, so assign one to ordinary parameter first.\ | |
\ func_stripname_result=${3}\ | |
\ func_stripname_result=${func_stripname_result#"${1}"}\ | |
\ func_stripname_result=${func_stripname_result%"${2}"}\ | |
} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\ | |
func_split_long_opt ()\ | |
{\ | |
\ func_split_long_opt_name=${1%%=*}\ | |
\ func_split_long_opt_arg=${1#*=}\ | |
} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\ | |
func_split_short_opt ()\ | |
{\ | |
\ func_split_short_opt_arg=${1#??}\ | |
\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\ | |
} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\ | |
func_lo2o ()\ | |
{\ | |
\ case ${1} in\ | |
\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\ | |
\ *) func_lo2o_result=${1} ;;\ | |
\ esac\ | |
} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_xform ()$/,/^} # func_xform /c\ | |
func_xform ()\ | |
{\ | |
func_xform_result=${1%.*}.lo\ | |
} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_arith ()$/,/^} # func_arith /c\ | |
func_arith ()\ | |
{\ | |
func_arith_result=$(( $* ))\ | |
} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_len ()$/,/^} # func_len /c\ | |
func_len ()\ | |
{\ | |
func_len_result=${#1}\ | |
} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
fi | |
if test x"$lt_shell_append" = xyes; then | |
sed -e '/^func_append ()$/,/^} # func_append /c\ | |
func_append ()\ | |
{\ | |
eval "${1}+=\\${2}"\ | |
} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\ | |
func_append_quoted ()\ | |
{\ | |
\ func_quote_for_eval "${2}"\ | |
\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\ | |
} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
# Save a `func_append' function call where possible by direct use of '+=' | |
sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
else | |
# Save a `func_append' function call even when '+=' is not available | |
sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \ | |
&& mv -f "$cfgfile.tmp" "$cfgfile" \ | |
|| (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp") | |
test 0 -eq $? || _lt_function_replace_fail=: | |
fi | |
if test x"$_lt_function_replace_fail" = x":"; then | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5 | |
$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;} | |
fi | |
mv -f "$cfgfile" "$ofile" || | |
(rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") | |
chmod +x "$ofile" | |
cat <<_LT_EOF >> "$ofile" | |
# ### BEGIN LIBTOOL TAG CONFIG: CXX | |
# The linker used to build libraries. | |
LD=$lt_LD_CXX | |
# How to create reloadable object files. | |
reload_flag=$lt_reload_flag_CXX | |
reload_cmds=$lt_reload_cmds_CXX | |
# Commands used to build an old-style archive. | |
old_archive_cmds=$lt_old_archive_cmds_CXX | |
# A language specific compiler. | |
CC=$lt_compiler_CXX | |
# Is the compiler the GNU compiler? | |
with_gcc=$GCC_CXX | |
# Compiler flag to turn off builtin functions. | |
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX | |
# Additional compiler flags for building library objects. | |
pic_flag=$lt_lt_prog_compiler_pic_CXX | |
# How to pass a linker flag through the compiler. | |
wl=$lt_lt_prog_compiler_wl_CXX | |
# Compiler flag to prevent dynamic linking. | |
link_static_flag=$lt_lt_prog_compiler_static_CXX | |
# Does compiler simultaneously support -c and -o options? | |
compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX | |
# Whether or not to add -lc for building shared libraries. | |
build_libtool_need_lc=$archive_cmds_need_lc_CXX | |
# Whether or not to disallow shared libs when runtime libs are static. | |
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX | |
# Compiler flag to allow reflexive dlopens. | |
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX | |
# Compiler flag to generate shared objects directly from archives. | |
whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX | |
# Whether the compiler copes with passing no objects directly. | |
compiler_needs_object=$lt_compiler_needs_object_CXX | |
# Create an old-style archive from a shared archive. | |
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX | |
# Create a temporary old-style archive to link instead of a shared archive. | |
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX | |
# Commands used to build a shared archive. | |
archive_cmds=$lt_archive_cmds_CXX | |
archive_expsym_cmds=$lt_archive_expsym_cmds_CXX | |
# Commands used to build a loadable module if different from building | |
# a shared archive. | |
module_cmds=$lt_module_cmds_CXX | |
module_expsym_cmds=$lt_module_expsym_cmds_CXX | |
# Whether we are building with GNU ld or not. | |
with_gnu_ld=$lt_with_gnu_ld_CXX | |
# Flag that allows shared libraries with undefined symbols to be built. | |
allow_undefined_flag=$lt_allow_undefined_flag_CXX | |
# Flag that enforces no undefined symbols. | |
no_undefined_flag=$lt_no_undefined_flag_CXX | |
# Flag to hardcode \$libdir into a binary during linking. | |
# This must work even if \$libdir does not exist | |
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX | |
# Whether we need a single "-rpath" flag with a separated argument. | |
hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX | |
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
# DIR into the resulting binary. | |
hardcode_direct=$hardcode_direct_CXX | |
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
# DIR into the resulting binary and the resulting library dependency is | |
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
# library is relocated. | |
hardcode_direct_absolute=$hardcode_direct_absolute_CXX | |
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
# into the resulting binary. | |
hardcode_minus_L=$hardcode_minus_L_CXX | |
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
# into the resulting binary. | |
hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX | |
# Set to "yes" if building a shared library automatically hardcodes DIR | |
# into the library and all subsequent libraries and executables linked | |
# against it. | |
hardcode_automatic=$hardcode_automatic_CXX | |
# Set to yes if linker adds runtime paths of dependent libraries | |
# to runtime path list. | |
inherit_rpath=$inherit_rpath_CXX | |
# Whether libtool must link a program against all its dependency libraries. | |
link_all_deplibs=$link_all_deplibs_CXX | |
# Set to "yes" if exported symbols are required. | |
always_export_symbols=$always_export_symbols_CXX | |
# The commands to list exported symbols. | |
export_symbols_cmds=$lt_export_symbols_cmds_CXX | |
# Symbols that should not be listed in the preloaded symbols. | |
exclude_expsyms=$lt_exclude_expsyms_CXX | |
# Symbols that must always be exported. | |
include_expsyms=$lt_include_expsyms_CXX | |
# Commands necessary for linking programs (against libraries) with templates. | |
prelink_cmds=$lt_prelink_cmds_CXX | |
# Commands necessary for finishing linking programs. | |
postlink_cmds=$lt_postlink_cmds_CXX | |
# Specify filename containing input files. | |
file_list_spec=$lt_file_list_spec_CXX | |
# How to hardcode a shared library path into an executable. | |
hardcode_action=$hardcode_action_CXX | |
# The directories searched by this compiler when creating a shared library. | |
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX | |
# Dependencies to place before and after the objects being linked to | |
# create a shared library. | |
predep_objects=$lt_predep_objects_CXX | |
postdep_objects=$lt_postdep_objects_CXX | |
predeps=$lt_predeps_CXX | |
postdeps=$lt_postdeps_CXX | |
# The library search path used internally by the compiler when linking | |
# a shared library. | |
compiler_lib_search_path=$lt_compiler_lib_search_path_CXX | |
# ### END LIBTOOL TAG CONFIG: CXX | |
_LT_EOF | |
cat <<_LT_EOF >> "$ofile" | |
# ### BEGIN LIBTOOL TAG CONFIG: F77 | |
# The linker used to build libraries. | |
LD=$lt_LD_F77 | |
# How to create reloadable object files. | |
reload_flag=$lt_reload_flag_F77 | |
reload_cmds=$lt_reload_cmds_F77 | |
# Commands used to build an old-style archive. | |
old_archive_cmds=$lt_old_archive_cmds_F77 | |
# A language specific compiler. | |
CC=$lt_compiler_F77 | |
# Is the compiler the GNU compiler? | |
with_gcc=$GCC_F77 | |
# Compiler flag to turn off builtin functions. | |
no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77 | |
# Additional compiler flags for building library objects. | |
pic_flag=$lt_lt_prog_compiler_pic_F77 | |
# How to pass a linker flag through the compiler. | |
wl=$lt_lt_prog_compiler_wl_F77 | |
# Compiler flag to prevent dynamic linking. | |
link_static_flag=$lt_lt_prog_compiler_static_F77 | |
# Does compiler simultaneously support -c and -o options? | |
compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77 | |
# Whether or not to add -lc for building shared libraries. | |
build_libtool_need_lc=$archive_cmds_need_lc_F77 | |
# Whether or not to disallow shared libs when runtime libs are static. | |
allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77 | |
# Compiler flag to allow reflexive dlopens. | |
export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77 | |
# Compiler flag to generate shared objects directly from archives. | |
whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77 | |
# Whether the compiler copes with passing no objects directly. | |
compiler_needs_object=$lt_compiler_needs_object_F77 | |
# Create an old-style archive from a shared archive. | |
old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77 | |
# Create a temporary old-style archive to link instead of a shared archive. | |
old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77 | |
# Commands used to build a shared archive. | |
archive_cmds=$lt_archive_cmds_F77 | |
archive_expsym_cmds=$lt_archive_expsym_cmds_F77 | |
# Commands used to build a loadable module if different from building | |
# a shared archive. | |
module_cmds=$lt_module_cmds_F77 | |
module_expsym_cmds=$lt_module_expsym_cmds_F77 | |
# Whether we are building with GNU ld or not. | |
with_gnu_ld=$lt_with_gnu_ld_F77 | |
# Flag that allows shared libraries with undefined symbols to be built. | |
allow_undefined_flag=$lt_allow_undefined_flag_F77 | |
# Flag that enforces no undefined symbols. | |
no_undefined_flag=$lt_no_undefined_flag_F77 | |
# Flag to hardcode \$libdir into a binary during linking. | |
# This must work even if \$libdir does not exist | |
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77 | |
# Whether we need a single "-rpath" flag with a separated argument. | |
hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77 | |
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
# DIR into the resulting binary. | |
hardcode_direct=$hardcode_direct_F77 | |
# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes | |
# DIR into the resulting binary and the resulting library dependency is | |
# "absolute",i.e impossible to change by setting \${shlibpath_var} if the | |
# library is relocated. | |
hardcode_direct_absolute=$hardcode_direct_absolute_F77 | |
# Set to "yes" if using the -LDIR flag during linking hardcodes DIR | |
# into the resulting binary. | |
hardcode_minus_L=$hardcode_minus_L_F77 | |
# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR | |
# into the resulting binary. | |
hardcode_shlibpath_var=$hardcode_shlibpath_var_F77 | |
# Set to "yes" if building a shared library automatically hardcodes DIR | |
# into the library and all subsequent libraries and executables linked | |
# against it. | |
hardcode_automatic=$hardcode_automatic_F77 | |
# Set to yes if linker adds runtime paths of dependent libraries | |
# to runtime path list. | |
inherit_rpath=$inherit_rpath_F77 | |
# Whether libtool must link a program against all its dependency libraries. | |
link_all_deplibs=$link_all_deplibs_F77 | |
# Set to "yes" if exported symbols are required. | |
always_export_symbols=$always_export_symbols_F77 | |
# The commands to list exported symbols. | |
export_symbols_cmds=$lt_export_symbols_cmds_F77 | |
# Symbols that should not be listed in the preloaded symbols. | |
exclude_expsyms=$lt_exclude_expsyms_F77 | |
# Symbols that must always be exported. | |
include_expsyms=$lt_include_expsyms_F77 | |
# Commands necessary for linking programs (against libraries) with templates. | |
prelink_cmds=$lt_prelink_cmds_F77 | |
# Commands necessary for finishing linking programs. | |
postlink_cmds=$lt_postlink_cmds_F77 | |
# Specify filename containing input files. | |
file_list_spec=$lt_file_list_spec_F77 | |
# How to hardcode a shared library path into an executable. | |
hardcode_action=$hardcode_action_F77 | |
# The directories searched by this compiler when creating a shared library. | |
compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77 | |
# Dependencies to place before and after the objects being linked to | |
# create a shared library. | |
predep_objects=$lt_predep_objects_F77 | |
postdep_objects=$lt_postdep_objects_F77 | |
predeps=$lt_predeps_F77 | |
postdeps=$lt_postdeps_F77 | |
# The library search path used internally by the compiler when linking | |
# a shared library. | |
compiler_lib_search_path=$lt_compiler_lib_search_path_F77 | |
# ### END LIBTOOL TAG CONFIG: F77 | |
_LT_EOF | |
;; | |
esac | |
done # for ac_tag | |
as_fn_exit 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
checking build system type... coreisbr-unknown-linux-gnu | |
checking host system type... coreisbr-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... /usr/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 -pedantic -fomit-frame-pointer -m64 ... yes | |
checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7... yes | |
checking compiler gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7... 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 for gcc option to accept ISO C99... none needed | |
checking for gcc option to accept ISO Standard C... (cached) none needed | |
checking how to run the C preprocessor... gcc -E | |
checking build system compiler gcc... yes | |
checking for build system preprocessor... gcc -E | |
checking for build system executable suffix... | |
checking whether build system compiler is ANSI... yes | |
checking for build system compiler math library... -lm | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
using ABI="64" | |
CC="gcc" | |
CFLAGS="-O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7" | |
CPPFLAGS="" | |
MPN_PATH=" x86_64/coreisbr x86_64/coreinhm x86_64/core2 x86_64 generic" | |
checking whether assembler supports --noexecstack option... yes | |
checking for ar... ar | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 1572864 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert coreisbr-unknown-linux-gnu file names to coreisbr-unknown-linux-gnu format... func_convert_file_noop | |
checking how to convert coreisbr-unknown-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for 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 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... no | |
checking for gcc option to produce PIC... -fPIC -DPIC | |
checking if gcc PIC flag -fPIC -DPIC works... yes | |
checking if gcc static flag -static works... yes | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/usr/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 fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking float.h usability... yes | |
checking float.h presence... yes | |
checking for float.h... yes | |
checking invent.h usability... no | |
checking invent.h presence... no | |
checking for invent.h... no | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... yes | |
checking nl_types.h presence... yes | |
checking for nl_types.h... yes | |
checking sys/attributes.h usability... no | |
checking sys/attributes.h presence... no | |
checking for sys/attributes.h... no | |
checking sys/iograph.h usability... no | |
checking sys/iograph.h presence... no | |
checking for sys/iograph.h... no | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/processor.h usability... no | |
checking sys/processor.h presence... no | |
checking for sys/processor.h... no | |
checking sys/pstat.h usability... no | |
checking sys/pstat.h presence... no | |
checking for sys/pstat.h... no | |
checking sys/sysinfo.h usability... yes | |
checking sys/sysinfo.h presence... yes | |
checking for sys/sysinfo.h... yes | |
checking sys/syssgi.h usability... no | |
checking sys/syssgi.h presence... no | |
checking for sys/syssgi.h... no | |
checking sys/systemcfg.h usability... no | |
checking sys/systemcfg.h presence... no | |
checking for sys/systemcfg.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for sys/resource.h... yes | |
checking for sys/sysctl.h... yes | |
checking for machine/hal_sysinfo.h... no | |
checking whether fgetc is declared... yes | |
checking whether fscanf is declared... yes | |
checking whether optarg is declared... yes | |
checking whether ungetc is declared... yes | |
checking whether vfprintf is declared... yes | |
checking whether sys_errlist is declared... yes | |
checking whether sys_nerr is declared... yes | |
checking return type of signal handlers... void | |
checking for intmax_t... yes | |
checking for long double... yes | |
checking for long long... yes | |
checking for ptrdiff_t... yes | |
checking for quad_t... yes | |
checking for uint_least32_t... yes | |
checking for intptr_t... yes | |
checking for preprocessor stringizing operator... yes | |
checking for working volatile... yes | |
checking for C/C++ restrict keyword... __restrict | |
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 cputime... no | |
checking for getpagesize... yes | |
checking for getrusage... yes | |
checking for gettimeofday... yes | |
checking for getsysinfo... no | |
checking for localeconv... yes | |
checking for memset... yes | |
checking for mmap... yes | |
checking for mprotect... yes | |
checking for nl_langinfo... yes | |
checking for obstack_vprintf... yes | |
checking for popen... yes | |
checking for processor_info... no | |
checking for pstat_getprocessor... no | |
checking for raise... yes | |
checking for read_real_time... no | |
checking for sigaction... yes | |
checking for sigaltstack... yes | |
checking for sigstack... yes | |
checking for syssgi... no | |
checking for strchr... yes | |
checking for strerror... yes | |
checking for strnlen... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for sysconf... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... no | |
checking for times... yes | |
checking for library containing clock_gettime... none required | |
checking for vsnprintf... yes | |
checking whether vsnprintf works... 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... .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 .align directive accepts an 0x90 fill in .text... yes | |
checking size of void *... 8 | |
checking size of unsigned short... 2 | |
checking size of unsigned... 4 | |
checking size of unsigned long... 8 | |
checking size of mp_limb_t... 8 | |
checking for stack_t... yes | |
checking for tputs in -lncurses... yes | |
checking for readline in -lreadline... yes | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking for readline/readline.h... yes | |
checking readline/history.h usability... yes | |
checking readline/history.h presence... yes | |
checking for readline/history.h... yes | |
checking readline detected... yes | |
checking for bison... bison -y | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... 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/x86_64/invert_limb_table.asm to mpn/invert_limb_table.asm | |
config.status: linking mpn/generic/add.c to mpn/add.c | |
config.status: linking mpn/generic/add_1.c to mpn/add_1.c | |
config.status: linking mpn/x86_64/coreisbr/aors_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/x86_64/coreisbr/aors_n.asm to mpn/sub_n.asm | |
config.status: linking mpn/x86_64/aorscnd_n.asm to mpn/addcnd_n.asm | |
config.status: linking mpn/x86_64/aorscnd_n.asm to mpn/subcnd_n.asm | |
config.status: linking mpn/generic/neg.c to mpn/neg.c | |
config.status: linking mpn/x86_64/com.asm to mpn/com.asm | |
config.status: linking mpn/x86_64/coreisbr/mul_1.asm to mpn/mul_1.asm | |
config.status: linking mpn/x86_64/coreisbr/aorsmul_1.asm to mpn/addmul_1.asm | |
config.status: linking mpn/x86_64/coreisbr/aorsmul_1.asm to mpn/submul_1.asm | |
config.status: linking mpn/x86_64/core2/aors_err1_n.asm to mpn/add_err1_n.asm | |
config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/add_err2_n.asm | |
config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/add_err3_n.asm | |
config.status: linking mpn/x86_64/core2/aors_err1_n.asm to mpn/sub_err1_n.asm | |
config.status: linking mpn/x86_64/aors_err2_n.asm to mpn/sub_err2_n.asm | |
config.status: linking mpn/x86_64/aors_err3_n.asm to mpn/sub_err3_n.asm | |
config.status: linking mpn/x86_64/coreisbr/lshift.asm to mpn/lshift.asm | |
config.status: linking mpn/x86_64/coreisbr/rshift.asm to mpn/rshift.asm | |
config.status: linking mpn/x86_64/dive_1.asm to mpn/dive_1.asm | |
config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c | |
config.status: linking mpn/generic/divis.c to mpn/divis.c | |
config.status: linking mpn/generic/divrem.c to mpn/divrem.c | |
config.status: linking mpn/x86_64/core2/divrem_1.asm to mpn/divrem_1.asm | |
config.status: linking mpn/x86_64/divrem_2.asm to mpn/divrem_2.asm | |
config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c | |
config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c | |
config.status: linking mpn/x86_64/mod_34lsub1.asm to mpn/mod_34lsub1.asm | |
config.status: linking mpn/x86_64/mode1o.asm to mpn/mode1o.asm | |
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/x86_64/mod_1_1.asm to mpn/mod_1_1.asm | |
config.status: linking mpn/x86_64/mod_1_2.asm to mpn/mod_1_2.asm | |
config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c | |
config.status: linking mpn/x86_64/mod_1_4.asm to mpn/mod_1_4.asm | |
config.status: linking mpn/x86_64/coreisbr/lshiftc.asm to mpn/lshiftc.asm | |
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/x86_64/mul_basecase.asm to mpn/mul_basecase.asm | |
config.status: linking mpn/x86_64/sqr_basecase.asm to mpn/sqr_basecase.asm | |
config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c | |
config.status: linking mpn/x86_64/mulmid_basecase.asm to mpn/mulmid_basecase.asm | |
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/get_str.c to mpn/get_str.c | |
config.status: linking mpn/generic/set_str.c to mpn/set_str.c | |
config.status: linking mpn/generic/scan0.c to mpn/scan0.c | |
config.status: linking mpn/generic/scan1.c to mpn/scan1.c | |
config.status: linking mpn/x86_64/coreinhm/popcount.asm to mpn/popcount.asm | |
config.status: linking mpn/x86_64/coreinhm/hamdist.asm to mpn/hamdist.asm | |
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/x86_64/core2/gcd_1.asm to mpn/gcd_1.asm | |
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/x86_64/mullo_basecase.asm to mpn/mullo_basecase.asm | |
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_2.c to mpn/div_qr_2.c | |
config.status: linking mpn/x86_64/div_qr_2n_pi1.asm to mpn/div_qr_2n_pi1.asm | |
config.status: linking mpn/x86_64/div_qr_2u_pi1.asm to mpn/div_qr_2u_pi1.asm | |
config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c | |
config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c | |
config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c | |
config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c | |
config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c | |
config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c | |
config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c | |
config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c | |
config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c | |
config.status: linking mpn/x86_64/bdiv_q_1.asm to mpn/bdiv_q_1.asm | |
config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c | |
config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c | |
config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c | |
config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c | |
config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c | |
config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c | |
config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c | |
config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c | |
config.status: linking mpn/generic/broot.c to mpn/broot.c | |
config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c | |
config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c | |
config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c | |
config.status: linking mpn/generic/divexact.c to mpn/divexact.c | |
config.status: linking mpn/x86_64/bdiv_dbm1c.asm to mpn/bdiv_dbm1c.asm | |
config.status: linking mpn/x86_64/redc_1.asm to mpn/redc_1.asm | |
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/powm_sec.c to mpn/powm_sec.c | |
config.status: linking mpn/generic/sb_div_sec.c to mpn/sb_div_qr_sec.c | |
config.status: linking mpn/generic/sb_div_sec.c to mpn/sb_div_r_sec.c | |
config.status: linking mpn/generic/sbpi1_div_sec.c to mpn/sbpi1_div_qr_sec.c | |
config.status: linking mpn/generic/sbpi1_div_sec.c to mpn/sbpi1_div_r_sec.c | |
config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c | |
config.status: linking mpn/generic/remove.c to mpn/remove.c | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/and_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/andn_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/nand_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/ior_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/iorn_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/nior_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/xor_n.asm | |
config.status: linking mpn/x86_64/logops_n.asm to mpn/xnor_n.asm | |
config.status: linking mpn/x86_64/core2/copyi.asm to mpn/copyi.asm | |
config.status: linking mpn/x86_64/core2/copyd.asm to mpn/copyd.asm | |
config.status: linking mpn/generic/zero.c to mpn/zero.c | |
config.status: linking mpn/x86_64/tabselect.asm to mpn/tabselect.asm | |
config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c | |
config.status: linking mpn/x86_64/invert_limb.asm to mpn/invert_limb.asm | |
config.status: linking mpn/x86_64/mul_2.asm to mpn/mul_2.asm | |
config.status: linking mpn/x86_64/coreisbr/addmul_2.asm to mpn/addmul_2.asm | |
config.status: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/addlsh1_n.asm | |
config.status: linking mpn/x86_64/core2/sublsh1_n.asm to mpn/sublsh1_n.asm | |
config.status: linking mpn/x86_64/coreisbr/aorrlsh1_n.asm to mpn/rsblsh1_n.asm | |
config.status: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1add_n.asm | |
config.status: linking mpn/x86_64/coreisbr/rsh1aors_n.asm to mpn/rsh1sub_n.asm | |
config.status: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/addlsh2_n.asm | |
config.status: linking mpn/x86_64/core2/sublsh2_n.asm to mpn/sublsh2_n.asm | |
config.status: linking mpn/x86_64/coreisbr/aorrlsh2_n.asm to mpn/rsblsh2_n.asm | |
config.status: linking mpn/x86_64/coreisbr/aorrlsh_n.asm to mpn/addlsh_n.asm | |
config.status: linking mpn/x86_64/coreisbr/aorrlsh_n.asm to mpn/rsblsh_n.asm | |
config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c | |
config.status: linking mpn/x86_64/addaddmul_1msb0.asm to mpn/addaddmul_1msb0.asm | |
config.status: linking mpn/x86_64/coreisbr/gmp-mparam.h to gmp-mparam.h | |
config.status: executing libtool commands | |
configure: summary of build options: | |
Version: GNU MP 5.1.1 | |
Host type: coreisbr-unknown-linux-gnu | |
ABI: 64 | |
Install prefix: /usr/local | |
Compiler: gcc | |
Static libraries: yes | |
Shared libraries: yes | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[geckos@csi24 ~]$ uname -a | |
Linux csi24 4.9.6-1-ARCH #1 SMP PREEMPT Thu Jan 26 09:22:26 CET 2017 x86_64 GNU/Linux | |
[geckos@csi24 ~]$ gcc --version | |
gcc (GCC) 6.3.1 20170109 | |
Copyright (C) 2016 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
[geckos@csi24 build_x11]$ free -m | |
total used free shared buff/cache available | |
Mem: 3835 1633 998 180 1204 1764 | |
Swap: 0 0 0 | |
[geckos@csi24 build_x11]$ pacman -Qi binutils | |
Name : binutils | |
Version : 2.27-1 | |
Description : A set of programs to assemble and manipulate binary and object files | |
Architecture : x86_64 | |
URL : http://www.gnu.org/software/binutils/ | |
Licenses : GPL | |
Groups : base-devel | |
Provides : None | |
Depends On : glibc>=2.24 zlib | |
Optional Deps : None | |
Required By : gcc-multilib perf | |
Optional For : None | |
Conflicts With : binutils-multilib | |
Replaces : binutils-multilib | |
Installed Size : 28.11 MiB | |
Packager : Allan McRae <[email protected]> | |
Build Date : Sat 06 Aug 2016 07:42:46 AM BRT | |
Install Date : Mon 22 Aug 2016 12:35:54 PM BRT | |
Install Reason : Explicitly installed | |
Install Script : No | |
Validated By : Signature | |
[geckos@csi24 build_x11]$ pacman -Qi glibc | |
Name : glibc | |
Version : 2.24-2 | |
Description : GNU C Library | |
Architecture : x86_64 | |
URL : http://www.gnu.org/software/libc | |
Licenses : GPL LGPL | |
Groups : base | |
Provides : None | |
Depends On : linux-api-headers>=4.7 tzdata filesystem | |
Optional Deps : None | |
Required By : a52dec alsa-lib attr babl bash bind-tools binutils bison bluez-libs bzip2 c-ares cdparanoia ceph chrpath cmocka confuse coreutils cpio cracklib | |
ctags dcadec device-mapper dhcp dhcpcd diffstat diffutils ding-libs dmidecode dos2unix dosfstools dotconf ethtool eventlog expat faac faad2 fakeroot | |
ffmpeg file findutils flex fuse2 gawk gcc-libs-multilib gdbm giflib gnu-netcat grep gsl gsm gzip hdparm hspell hyphen idnkit ijs iproute2 iptables | |
jansson jemalloc json-c kbd keyutils kmod l-smash less libasyncns libatomic_ops libbluray libbsd libburn libcap libcap-ng libcdaudio libcddb | |
libdatrie libdbi libdvbpsi libdvdread libepoxy libev libevdev libexif libexttextcat libffi libgpg-error libgssglue libgusb libical libice libidn | |
libirman libiscsi libksba libmad libmms libmnl libmpcdec libmpeg2 libnfs libnl libogg libomxil-bellagio libpcap libpciaccess libpipeline libraw1394 | |
librpcsecgss libseccomp libsigsegv libsynctex libsystemd libtasn1 libtool libtxc_dxtn libunistring libunwind libupnp libusb libutempter libuv libvpx | |
libwbclient libx264 libxau libxdmcp libxkbcommon libxshmfence lightdm lpsolve lsof lz4 lzo m4 make mcpp mdadm mkinitcpio-busybox mtdev ncurses | |
net-tools nfsidmap nspr nss-mdns ocl-icd openal opencore-amr opus orc p11-kit pacman pam patch pciutils perl pixman popt pth readline recode | |
rpcbind rtmpdump run-parts sdl sdl2 sdparm sed sg3_utils snappy speexdsp sudo sysfsutils talloc tar tree tslib v4l-utils vid.stab virtualbox | |
wavpack wayland which x264 xorg-sessreg xvidcore zlib | |
Optional For : None | |
Conflicts With : None | |
Replaces : None | |
Installed Size : 35.99 MiB | |
Packager : Allan McRae <[email protected]> | |
Build Date : Sat 06 Aug 2016 08:17:50 AM BRT | |
Install Date : Mon 22 Aug 2016 12:35:06 PM BRT | |
Install Reason : Explicitly installed | |
Install Script : Yes | |
Validated By : Signature | |
[geckos@csi24 ~]$ cat /proc/cpuinfo | |
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1630.688 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 0 | |
cpu cores : 4 | |
apicid : 0 | |
initial apicid : 0 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6787.97 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 1 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1599.975 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 1 | |
cpu cores : 4 | |
apicid : 2 | |
initial apicid : 2 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.33 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 2 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1617.407 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 2 | |
cpu cores : 4 | |
apicid : 4 | |
initial apicid : 4 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.42 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 3 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1674.267 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 3 | |
cpu cores : 4 | |
apicid : 6 | |
initial apicid : 6 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.44 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 4 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1617.407 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 0 | |
cpu cores : 4 | |
apicid : 1 | |
initial apicid : 1 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.03 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 5 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1727.807 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 1 | |
cpu cores : 4 | |
apicid : 3 | |
initial apicid : 3 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.55 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 6 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1692.529 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 2 | |
cpu cores : 4 | |
apicid : 5 | |
initial apicid : 5 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.53 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
processor : 7 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz | |
stepping : 7 | |
microcode : 0x14 | |
cpu MHz : 1918.933 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 | |
core id : 3 | |
cpu cores : 4 | |
apicid : 7 | |
initial apicid : 7 | |
fpu : yes | |
fpu_exception : yes | |
cpuid level : 13 | |
wp : yes | |
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx lahf_lm epb tpr_shadow vnmi flexpriority ept vpid xsaveopt dtherm ida arat pln pts | |
bugs : | |
bogomips : 6788.56 | |
clflush size : 64 | |
cache_alignment : 64 | |
address sizes : 36 bits physical, 48 bits virtual | |
power management: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc `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) | |
gcc `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) | |
gcc `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) | |
gcc `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) | |
gcc `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab | |
./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1) | |
gcc `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr -lm | |
./gen-psqr 64 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) | |
make all-recursive | |
make[1]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1' | |
Making all in tests | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests' | |
Making all in . | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests' | |
Making all in devel | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/devel' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/devel' | |
Making all in mpn | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpn' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpn' | |
Making all in mpz | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpz' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpz' | |
Making all in mpq | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpq' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpq' | |
Making all in mpf | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpf' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/mpf' | |
Making all in rand | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/rand' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/rand' | |
Making all in misc | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/misc' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/misc' | |
Making all in cxx | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/cxx' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests/cxx' | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tests' | |
Making all in mpn | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpn' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fib_table.lo fib_table.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib_table.c -fPIC -DPIC -o .libs/fib_table.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib_table.c -o fib_table.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_bases.lo mp_bases.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_bases.c -fPIC -DPIC -o .libs/mp_bases.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_bases.c -o mp_bases.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb_table | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'invert_limb_table.asm' || echo './'`invert_limb_table.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack invert_limb_table.asm -fPIC -DPIC -o .libs/invert_limb_table.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb_table -DPIC invert_limb_table.asm >tmp-invert_limb_table.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-invert_limb_table.s -fPIC -DPIC -o .libs/invert_limb_table.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb_table -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack invert_limb_table.asm -o invert_limb_table.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add.lo add.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add.c -fPIC -DPIC -o .libs/add.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add.c -o add.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add_1.lo add_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_1.c -fPIC -DPIC -o .libs/add_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'add_n.asm' || echo './'`add_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack 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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-add_n.s -fPIC -DPIC -o .libs/add_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_n.asm -o add_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sub.lo sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub.c -fPIC -DPIC -o .libs/sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub.c -o sub.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sub_1.lo sub_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub_1.c -fPIC -DPIC -o .libs/sub_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sub_n.asm' || echo './'`sub_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack 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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sub_n.s -fPIC -DPIC -o .libs/sub_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_n.asm -o sub_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addcnd_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addcnd_n.asm' || echo './'`addcnd_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addcnd_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addcnd_n.asm -fPIC -DPIC -o .libs/addcnd_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addcnd_n -DPIC addcnd_n.asm >tmp-addcnd_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addcnd_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addcnd_n.s -fPIC -DPIC -o .libs/addcnd_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addcnd_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addcnd_n.asm -o addcnd_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo subcnd_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'subcnd_n.asm' || echo './'`subcnd_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack subcnd_n.asm -fPIC -DPIC -o .libs/subcnd_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_subcnd_n -DPIC subcnd_n.asm >tmp-subcnd_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-subcnd_n.s -fPIC -DPIC -o .libs/subcnd_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_subcnd_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack subcnd_n.asm -o subcnd_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o neg.lo neg.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -fPIC -DPIC -o .libs/neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -o neg.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'com.asm' || echo './'`com.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack com.asm -fPIC -DPIC -o .libs/com.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_com -DPIC com.asm >tmp-com.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-com.s -fPIC -DPIC -o .libs/com.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack com.asm -o com.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mul_1.asm' || echo './'`mul_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack 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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mul_1.s -fPIC -DPIC -o .libs/mul_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mul_1.asm -o mul_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addmul_1.asm' || echo './'`addmul_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack 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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addmul_1.s -fPIC -DPIC -o .libs/addmul_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addmul_1.asm -o addmul_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'submul_1.asm' || echo './'`submul_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack submul_1.asm -fPIC -DPIC -o .libs/submul_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 -DPIC submul_1.asm >tmp-submul_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-submul_1.s -fPIC -DPIC -o .libs/submul_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack submul_1.asm -o submul_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'add_err1_n.asm' || echo './'`add_err1_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_err1_n.asm -fPIC -DPIC -o .libs/add_err1_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err1_n -DPIC add_err1_n.asm >tmp-add_err1_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-add_err1_n.s -fPIC -DPIC -o .libs/add_err1_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_err1_n.asm -o add_err1_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'add_err2_n.asm' || echo './'`add_err2_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_err2_n.asm -fPIC -DPIC -o .libs/add_err2_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err2_n -DPIC add_err2_n.asm >tmp-add_err2_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-add_err2_n.s -fPIC -DPIC -o .libs/add_err2_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_err2_n.asm -o add_err2_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'add_err3_n.asm' || echo './'`add_err3_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_err3_n.asm -fPIC -DPIC -o .libs/add_err3_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_err3_n -DPIC add_err3_n.asm >tmp-add_err3_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-add_err3_n.s -fPIC -DPIC -o .libs/add_err3_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack add_err3_n.asm -o add_err3_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sub_err1_n.asm' || echo './'`sub_err1_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_err1_n.asm -fPIC -DPIC -o .libs/sub_err1_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err1_n -DPIC sub_err1_n.asm >tmp-sub_err1_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sub_err1_n.s -fPIC -DPIC -o .libs/sub_err1_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_err1_n.asm -o sub_err1_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sub_err2_n.asm' || echo './'`sub_err2_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_err2_n.asm -fPIC -DPIC -o .libs/sub_err2_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err2_n -DPIC sub_err2_n.asm >tmp-sub_err2_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sub_err2_n.s -fPIC -DPIC -o .libs/sub_err2_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_err2_n.asm -o sub_err2_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sub_err3_n.asm' || echo './'`sub_err3_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_err3_n.asm -fPIC -DPIC -o .libs/sub_err3_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_err3_n -DPIC sub_err3_n.asm >tmp-sub_err3_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sub_err3_n.s -fPIC -DPIC -o .libs/sub_err3_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sub_err3_n.asm -o sub_err3_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'lshift.asm' || echo './'`lshift.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack 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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-lshift.s -fPIC -DPIC -o .libs/lshift.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack lshift.asm -o lshift.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'rshift.asm' || echo './'`rshift.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack 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 -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-rshift.s -fPIC -DPIC -o .libs/rshift.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rshift.asm -o rshift.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'dive_1.asm' || echo './'`dive_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack dive_1.asm -fPIC -DPIC -o .libs/dive_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_dive_1 -DPIC dive_1.asm >tmp-dive_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-dive_1.s -fPIC -DPIC -o .libs/dive_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack dive_1.asm -o dive_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o diveby3.lo diveby3.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c diveby3.c -fPIC -DPIC -o .libs/diveby3.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c diveby3.c -o diveby3.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divis.lo divis.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis.c -fPIC -DPIC -o .libs/divis.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis.c -o divis.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divrem.lo divrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divrem.c -fPIC -DPIC -o .libs/divrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divrem.c -o divrem.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'divrem_1.asm' || echo './'`divrem_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack divrem_1.asm -fPIC -DPIC -o .libs/divrem_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_1 -DPIC divrem_1.asm >tmp-divrem_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-divrem_1.s -fPIC -DPIC -o .libs/divrem_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack divrem_1.asm -o divrem_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'divrem_2.asm' || echo './'`divrem_2.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack divrem_2.asm -fPIC -DPIC -o .libs/divrem_2.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_divrem_2 -DPIC divrem_2.asm >tmp-divrem_2.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-divrem_2.s -fPIC -DPIC -o .libs/divrem_2.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack divrem_2.asm -o divrem_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fib2_ui.lo fib2_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mod_1.lo mod_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mod_1.c -fPIC -DPIC -o .libs/mod_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mod_1.c -o mod_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mod_34lsub1.asm' || echo './'`mod_34lsub1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_34lsub1.asm -fPIC -DPIC -o .libs/mod_34lsub1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_34lsub1 -DPIC mod_34lsub1.asm >tmp-mod_34lsub1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mod_34lsub1.s -fPIC -DPIC -o .libs/mod_34lsub1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_34lsub1.asm -o mod_34lsub1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mode1o.asm' || echo './'`mode1o.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mode1o.asm -fPIC -DPIC -o .libs/mode1o.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mode1o -DPIC mode1o.asm >tmp-mode1o.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mode1o.s -fPIC -DPIC -o .libs/mode1o.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mode1o.asm -o mode1o.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o pre_mod_1.lo pre_mod_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pre_mod_1.c -fPIC -DPIC -o .libs/pre_mod_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pre_mod_1.c -o pre_mod_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dump.lo dump.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dump.c -fPIC -DPIC -o .libs/dump.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dump.c -o dump.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mod_1_1.asm' || echo './'`mod_1_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_1_1.asm -fPIC -DPIC -o .libs/mod_1_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_1_1 -DPIC mod_1_1.asm >tmp-mod_1_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mod_1_1.s -fPIC -DPIC -o .libs/mod_1_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_1_1.asm -o mod_1_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mod_1_2.asm' || echo './'`mod_1_2.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_1_2.asm -fPIC -DPIC -o .libs/mod_1_2.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_1_2 -DPIC mod_1_2.asm >tmp-mod_1_2.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mod_1_2.s -fPIC -DPIC -o .libs/mod_1_2.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_1_2.asm -o mod_1_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mod_1_3.lo mod_1_3.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mod_1_3.c -fPIC -DPIC -o .libs/mod_1_3.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mod_1_3.c -o mod_1_3.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mod_1_4.asm' || echo './'`mod_1_4.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_1_4.asm -fPIC -DPIC -o .libs/mod_1_4.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mod_1_4 -DPIC mod_1_4.asm >tmp-mod_1_4.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mod_1_4.s -fPIC -DPIC -o .libs/mod_1_4.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mod_1_4.asm -o mod_1_4.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'lshiftc.asm' || echo './'`lshiftc.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack lshiftc.asm -fPIC -DPIC -o .libs/lshiftc.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_lshiftc -DPIC lshiftc.asm >tmp-lshiftc.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-lshiftc.s -fPIC -DPIC -o .libs/lshiftc.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack lshiftc.asm -o lshiftc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul.lo mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -fPIC -DPIC -o .libs/mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -o mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_fft.lo mul_fft.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_fft.c -fPIC -DPIC -o .libs/mul_fft.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_fft.c -o mul_fft.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_n.lo mul_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_n.c -fPIC -DPIC -o .libs/mul_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_n.c -o mul_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqr.lo sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqr.c -fPIC -DPIC -o .libs/sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqr.c -o sqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mul_basecase.asm' || echo './'`mul_basecase.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mul_basecase.asm -fPIC -DPIC -o .libs/mul_basecase.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_basecase -DPIC mul_basecase.asm >tmp-mul_basecase.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mul_basecase.s -fPIC -DPIC -o .libs/mul_basecase.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mul_basecase.asm -o mul_basecase.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sqr_basecase.asm' || echo './'`sqr_basecase.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sqr_basecase.asm -fPIC -DPIC -o .libs/sqr_basecase.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sqr_basecase -DPIC sqr_basecase.asm >tmp-sqr_basecase.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sqr_basecase.s -fPIC -DPIC -o .libs/sqr_basecase.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sqr_basecase.asm -o sqr_basecase.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o nussbaumer_mul.lo nussbaumer_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c nussbaumer_mul.c -fPIC -DPIC -o .libs/nussbaumer_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c nussbaumer_mul.c -o nussbaumer_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mulmid_basecase.asm' || echo './'`mulmid_basecase.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mulmid_basecase.asm -fPIC -DPIC -o .libs/mulmid_basecase.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mulmid_basecase -DPIC mulmid_basecase.asm >tmp-mulmid_basecase.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mulmid_basecase.s -fPIC -DPIC -o .libs/mulmid_basecase.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mulmid_basecase.asm -o mulmid_basecase.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom42_mulmid.lo toom42_mulmid.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom42_mulmid.c -fPIC -DPIC -o .libs/toom42_mulmid.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom42_mulmid.c -o toom42_mulmid.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mulmid_n.lo mulmid_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mulmid_n.c -fPIC -DPIC -o .libs/mulmid_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mulmid_n.c -o mulmid_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mulmid.lo mulmid.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mulmid.c -fPIC -DPIC -o .libs/mulmid.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mulmid.c -o mulmid.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o random.lo random.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random.c -fPIC -DPIC -o .libs/random.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random.c -o random.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o random2.lo random2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random2.c -fPIC -DPIC -o .libs/random2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random2.c -o random2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o pow_1.lo pow_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pow_1.c -fPIC -DPIC -o .libs/pow_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pow_1.c -o pow_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o rootrem.lo rootrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rootrem.c -o rootrem.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqrtrem.lo sqrtrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_str.lo get_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -fPIC -DPIC -o .libs/get_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -o get_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_str.lo set_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -fPIC -DPIC -o .libs/set_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -o set_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o scan0.lo scan0.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan0.c -fPIC -DPIC -o .libs/scan0.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan0.c -o scan0.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o scan1.lo scan1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan1.c -fPIC -DPIC -o .libs/scan1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan1.c -o scan1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'popcount.asm' || echo './'`popcount.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack popcount.asm -fPIC -DPIC -o .libs/popcount.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_popcount -DPIC popcount.asm >tmp-popcount.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-popcount.s -fPIC -DPIC -o .libs/popcount.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack popcount.asm -o popcount.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'hamdist.asm' || echo './'`hamdist.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack hamdist.asm -fPIC -DPIC -o .libs/hamdist.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_hamdist -DPIC hamdist.asm >tmp-hamdist.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-hamdist.s -fPIC -DPIC -o .libs/hamdist.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack hamdist.asm -o hamdist.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp.lo cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -fPIC -DPIC -o .libs/cmp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -o cmp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o perfsqr.lo perfsqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfsqr.c -o perfsqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o perfpow.lo perfpow.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfpow.c -o perfpow.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'gcd_1.asm' || echo './'`gcd_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack gcd_1.asm -fPIC -DPIC -o .libs/gcd_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_gcd_1 -DPIC gcd_1.asm >tmp-gcd_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-gcd_1.s -fPIC -DPIC -o .libs/gcd_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack gcd_1.asm -o gcd_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcd.lo gcd.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd.c -fPIC -DPIC -o .libs/gcd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd.c -o gcd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcdext_1.lo gcdext_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext_1.c -fPIC -DPIC -o .libs/gcdext_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext_1.c -o gcdext_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcdext.lo gcdext.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext.c -o gcdext.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcd_subdiv_step.lo gcd_subdiv_step.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd_subdiv_step.c -fPIC -DPIC -o .libs/gcd_subdiv_step.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd_subdiv_step.c -o gcd_subdiv_step.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcdext_lehmer.lo gcdext_lehmer.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext_lehmer.c -fPIC -DPIC -o .libs/gcdext_lehmer.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext_lehmer.c -o gcdext_lehmer.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o div_q.lo div_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_q.c -fPIC -DPIC -o .libs/div_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_q.c -o div_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_qr.lo tdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o jacbase.lo jacbase.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacbase.c -fPIC -DPIC -o .libs/jacbase.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacbase.c -o jacbase.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o jacobi_2.lo jacobi_2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacobi_2.c -fPIC -DPIC -o .libs/jacobi_2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacobi_2.c -o jacobi_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o jacobi.lo jacobi.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacobi.c -o jacobi.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_d.lo get_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -fPIC -DPIC -o .libs/get_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -o get_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o matrix22_mul.lo matrix22_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c matrix22_mul.c -fPIC -DPIC -o .libs/matrix22_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c matrix22_mul.c -o matrix22_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c matrix22_mul1_inverse_vector.c -fPIC -DPIC -o .libs/matrix22_mul1_inverse_vector.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd_matrix.lo hgcd_matrix.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_matrix.c -fPIC -DPIC -o .libs/hgcd_matrix.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_matrix.c -o hgcd_matrix.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd2.lo hgcd2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd2.c -fPIC -DPIC -o .libs/hgcd2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd2.c -o hgcd2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd_step.lo hgcd_step.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_step.c -fPIC -DPIC -o .libs/hgcd_step.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_step.c -o hgcd_step.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd_reduce.lo hgcd_reduce.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_reduce.c -fPIC -DPIC -o .libs/hgcd_reduce.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_reduce.c -o hgcd_reduce.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd.lo hgcd.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd.c -fPIC -DPIC -o .libs/hgcd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd.c -o hgcd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd_appr.lo hgcd_appr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_appr.c -fPIC -DPIC -o .libs/hgcd_appr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_appr.c -o hgcd_appr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd2_jacobi.lo hgcd2_jacobi.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd2_jacobi.c -fPIC -DPIC -o .libs/hgcd2_jacobi.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd2_jacobi.c -o hgcd2_jacobi.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hgcd_jacobi.lo hgcd_jacobi.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_jacobi.c -fPIC -DPIC -o .libs/hgcd_jacobi.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hgcd_jacobi.c -o hgcd_jacobi.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mullo_n.lo mullo_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mullo_n.c -fPIC -DPIC -o .libs/mullo_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mullo_n.c -o mullo_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mullo_basecase.asm' || echo './'`mullo_basecase.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mullo_basecase.asm -fPIC -DPIC -o .libs/mullo_basecase.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mullo_basecase -DPIC mullo_basecase.asm >tmp-mullo_basecase.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mullo_basecase.s -fPIC -DPIC -o .libs/mullo_basecase.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mullo_basecase.asm -o mullo_basecase.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom22_mul.lo toom22_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom22_mul.c -fPIC -DPIC -o .libs/toom22_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom22_mul.c -o toom22_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom32_mul.lo toom32_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom32_mul.c -fPIC -DPIC -o .libs/toom32_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom32_mul.c -o toom32_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom42_mul.lo toom42_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom42_mul.c -fPIC -DPIC -o .libs/toom42_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom42_mul.c -o toom42_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom52_mul.lo toom52_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom52_mul.c -fPIC -DPIC -o .libs/toom52_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom52_mul.c -o toom52_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom62_mul.lo toom62_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom62_mul.c -fPIC -DPIC -o .libs/toom62_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom62_mul.c -o toom62_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom33_mul.lo toom33_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom33_mul.c -fPIC -DPIC -o .libs/toom33_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom33_mul.c -o toom33_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom43_mul.lo toom43_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom43_mul.c -fPIC -DPIC -o .libs/toom43_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom43_mul.c -o toom43_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom53_mul.lo toom53_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom53_mul.c -fPIC -DPIC -o .libs/toom53_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom53_mul.c -o toom53_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom54_mul.lo toom54_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom54_mul.c -fPIC -DPIC -o .libs/toom54_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom54_mul.c -o toom54_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom63_mul.lo toom63_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom63_mul.c -fPIC -DPIC -o .libs/toom63_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom63_mul.c -o toom63_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom44_mul.lo toom44_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom44_mul.c -fPIC -DPIC -o .libs/toom44_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom44_mul.c -o toom44_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom6h_mul.lo toom6h_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom6h_mul.c -fPIC -DPIC -o .libs/toom6h_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom6h_mul.c -o toom6h_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom6_sqr.lo toom6_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom6_sqr.c -fPIC -DPIC -o .libs/toom6_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom6_sqr.c -o toom6_sqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom8h_mul.lo toom8h_mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom8h_mul.c -fPIC -DPIC -o .libs/toom8h_mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom8h_mul.c -o toom8h_mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom8_sqr.lo toom8_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom8_sqr.c -fPIC -DPIC -o .libs/toom8_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom8_sqr.c -o toom8_sqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_couple_handling.lo toom_couple_handling.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_couple_handling.c -fPIC -DPIC -o .libs/toom_couple_handling.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_couple_handling.c -o toom_couple_handling.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom2_sqr.lo toom2_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom2_sqr.c -fPIC -DPIC -o .libs/toom2_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom2_sqr.c -o toom2_sqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom3_sqr.lo toom3_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom3_sqr.c -fPIC -DPIC -o .libs/toom3_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom3_sqr.c -o toom3_sqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom4_sqr.lo toom4_sqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom4_sqr.c -fPIC -DPIC -o .libs/toom4_sqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom4_sqr.c -o toom4_sqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_dgr3_pm1.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_dgr3_pm2.c -fPIC -DPIC -o .libs/toom_eval_dgr3_pm2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_eval_pm1.lo toom_eval_pm1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm1.c -fPIC -DPIC -o .libs/toom_eval_pm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm1.c -o toom_eval_pm1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_eval_pm2.lo toom_eval_pm2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm2.c -fPIC -DPIC -o .libs/toom_eval_pm2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm2.c -o toom_eval_pm2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm2exp.c -fPIC -DPIC -o .libs/toom_eval_pm2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm2rexp.c -fPIC -DPIC -o .libs/toom_eval_pm2rexp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_5pts.c -fPIC -DPIC -o .libs/toom_interpolate_5pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_6pts.c -fPIC -DPIC -o .libs/toom_interpolate_6pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_7pts.c -fPIC -DPIC -o .libs/toom_interpolate_7pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_8pts.c -fPIC -DPIC -o .libs/toom_interpolate_8pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_12pts.c -fPIC -DPIC -o .libs/toom_interpolate_12pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_16pts.c -fPIC -DPIC -o .libs/toom_interpolate_16pts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o invertappr.lo invertappr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invertappr.c -fPIC -DPIC -o .libs/invertappr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invertappr.c -o invertappr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o invert.lo invert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invert.c -fPIC -DPIC -o .libs/invert.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invert.c -o invert.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o binvert.lo binvert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c binvert.c -fPIC -DPIC -o .libs/binvert.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c binvert.c -o binvert.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mulmod_bnm1.lo mulmod_bnm1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mulmod_bnm1.c -fPIC -DPIC -o .libs/mulmod_bnm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mulmod_bnm1.c -o mulmod_bnm1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqrmod_bnm1.lo sqrmod_bnm1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrmod_bnm1.c -fPIC -DPIC -o .libs/sqrmod_bnm1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrmod_bnm1.c -o sqrmod_bnm1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o div_qr_2.lo div_qr_2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_qr_2.c -fPIC -DPIC -o .libs/div_qr_2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_qr_2.c -o div_qr_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'div_qr_2n_pi1.asm' || echo './'`div_qr_2n_pi1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack div_qr_2n_pi1.asm -fPIC -DPIC -o .libs/div_qr_2n_pi1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_2n_pi1 -DPIC div_qr_2n_pi1.asm >tmp-div_qr_2n_pi1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-div_qr_2n_pi1.s -fPIC -DPIC -o .libs/div_qr_2n_pi1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack div_qr_2n_pi1.asm -o div_qr_2n_pi1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'div_qr_2u_pi1.asm' || echo './'`div_qr_2u_pi1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack div_qr_2u_pi1.asm -fPIC -DPIC -o .libs/div_qr_2u_pi1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_div_qr_2u_pi1 -DPIC div_qr_2u_pi1.asm >tmp-div_qr_2u_pi1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-div_qr_2u_pi1.s -fPIC -DPIC -o .libs/div_qr_2u_pi1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack div_qr_2u_pi1.asm -o div_qr_2u_pi1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_div_q.lo sbpi1_div_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_q.c -fPIC -DPIC -o .libs/sbpi1_div_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_q.c -o sbpi1_div_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_div_qr.lo sbpi1_div_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_qr.c -fPIC -DPIC -o .libs/sbpi1_div_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_qr.c -o sbpi1_div_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_divappr_q.c -fPIC -DPIC -o .libs/sbpi1_divappr_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dcpi1_div_q.lo dcpi1_div_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_div_q.c -fPIC -DPIC -o .libs/dcpi1_div_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_div_q.c -o dcpi1_div_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dcpi1_div_qr.lo dcpi1_div_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_div_qr.c -fPIC -DPIC -o .libs/dcpi1_div_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_div_qr.c -o dcpi1_div_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_divappr_q.c -fPIC -DPIC -o .libs/dcpi1_divappr_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mu_div_qr.lo mu_div_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_div_qr.c -fPIC -DPIC -o .libs/mu_div_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_div_qr.c -o mu_div_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mu_divappr_q.lo mu_divappr_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_divappr_q.c -fPIC -DPIC -o .libs/mu_divappr_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_divappr_q.c -o mu_divappr_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mu_div_q.lo mu_div_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_div_q.c -fPIC -DPIC -o .libs/mu_div_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_div_q.c -o mu_div_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'bdiv_q_1.asm' || echo './'`bdiv_q_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack bdiv_q_1.asm -fPIC -DPIC -o .libs/bdiv_q_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_q_1 -DPIC bdiv_q_1.asm >tmp-bdiv_q_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-bdiv_q_1.s -fPIC -DPIC -o .libs/bdiv_q_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack bdiv_q_1.asm -o bdiv_q_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_bdiv_q.c -fPIC -DPIC -o .libs/sbpi1_bdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_bdiv_qr.c -fPIC -DPIC -o .libs/sbpi1_bdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_bdiv_q.c -fPIC -DPIC -o .libs/dcpi1_bdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_bdiv_qr.c -fPIC -DPIC -o .libs/dcpi1_bdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mu_bdiv_q.lo mu_bdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_bdiv_q.c -fPIC -DPIC -o .libs/mu_bdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_bdiv_q.c -o mu_bdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mu_bdiv_qr.lo mu_bdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_bdiv_qr.c -fPIC -DPIC -o .libs/mu_bdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mu_bdiv_qr.c -o mu_bdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o bdiv_q.lo bdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bdiv_q.c -fPIC -DPIC -o .libs/bdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bdiv_q.c -o bdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o bdiv_qr.lo bdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bdiv_qr.c -fPIC -DPIC -o .libs/bdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bdiv_qr.c -o bdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o broot.lo broot.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c broot.c -fPIC -DPIC -o .libs/broot.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c broot.c -o broot.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o brootinv.lo brootinv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c brootinv.c -fPIC -DPIC -o .libs/brootinv.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c brootinv.c -o brootinv.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o bsqrt.lo bsqrt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bsqrt.c -fPIC -DPIC -o .libs/bsqrt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bsqrt.c -o bsqrt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o bsqrtinv.lo bsqrtinv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bsqrtinv.c -fPIC -DPIC -o .libs/bsqrtinv.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bsqrtinv.c -o bsqrtinv.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divexact.lo divexact.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divexact.c -fPIC -DPIC -o .libs/divexact.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divexact.c -o divexact.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'bdiv_dbm1c.asm' || echo './'`bdiv_dbm1c.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack bdiv_dbm1c.asm -fPIC -DPIC -o .libs/bdiv_dbm1c.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_bdiv_dbm1c -DPIC bdiv_dbm1c.asm >tmp-bdiv_dbm1c.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-bdiv_dbm1c.s -fPIC -DPIC -o .libs/bdiv_dbm1c.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack bdiv_dbm1c.asm -o bdiv_dbm1c.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'redc_1.asm' || echo './'`redc_1.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack redc_1.asm -fPIC -DPIC -o .libs/redc_1.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_redc_1 -DPIC redc_1.asm >tmp-redc_1.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-redc_1.s -fPIC -DPIC -o .libs/redc_1.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack redc_1.asm -o redc_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o redc_2.lo redc_2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c redc_2.c -fPIC -DPIC -o .libs/redc_2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c redc_2.c -o redc_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o redc_n.lo redc_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c redc_n.c -fPIC -DPIC -o .libs/redc_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c redc_n.c -o redc_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o powm.lo powm.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm.c -fPIC -DPIC -o .libs/powm.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm.c -o powm.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o powlo.lo powlo.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powlo.c -fPIC -DPIC -o .libs/powlo.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powlo.c -o powlo.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm_sec | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o powm_sec.lo powm_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm_sec.c -fPIC -DPIC -o .libs/powm_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm_sec.c -o powm_sec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_qr_sec | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sb_div_qr_sec.lo sb_div_qr_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sb_div_qr_sec.c -fPIC -DPIC -o .libs/sb_div_qr_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_qr_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sb_div_qr_sec.c -o sb_div_qr_sec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sb_div_r_sec | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sb_div_r_sec.lo sb_div_r_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_r_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sb_div_r_sec.c -fPIC -DPIC -o .libs/sb_div_r_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sb_div_r_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sb_div_r_sec.c -o sb_div_r_sec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr_sec | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_div_qr_sec.lo sbpi1_div_qr_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_qr_sec.c -fPIC -DPIC -o .libs/sbpi1_div_qr_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_qr_sec.c -o sbpi1_div_qr_sec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_r_sec | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sbpi1_div_r_sec.lo sbpi1_div_r_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_r_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_r_sec.c -fPIC -DPIC -o .libs/sbpi1_div_r_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_r_sec -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sbpi1_div_r_sec.c -o sbpi1_div_r_sec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o trialdiv.lo trialdiv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c trialdiv.c -fPIC -DPIC -o .libs/trialdiv.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c trialdiv.c -o trialdiv.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o remove.lo remove.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c remove.c -fPIC -DPIC -o .libs/remove.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c remove.c -o remove.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'and_n.asm' || echo './'`and_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack and_n.asm -fPIC -DPIC -o .libs/and_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_and_n -DPIC and_n.asm >tmp-and_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-and_n.s -fPIC -DPIC -o .libs/and_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack and_n.asm -o and_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'andn_n.asm' || echo './'`andn_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack andn_n.asm -fPIC -DPIC -o .libs/andn_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_andn_n -DPIC andn_n.asm >tmp-andn_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-andn_n.s -fPIC -DPIC -o .libs/andn_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack andn_n.asm -o andn_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'nand_n.asm' || echo './'`nand_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack nand_n.asm -fPIC -DPIC -o .libs/nand_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nand_n -DPIC nand_n.asm >tmp-nand_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-nand_n.s -fPIC -DPIC -o .libs/nand_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack nand_n.asm -o nand_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'ior_n.asm' || echo './'`ior_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack ior_n.asm -fPIC -DPIC -o .libs/ior_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_ior_n -DPIC ior_n.asm >tmp-ior_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-ior_n.s -fPIC -DPIC -o .libs/ior_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack ior_n.asm -o ior_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'iorn_n.asm' || echo './'`iorn_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack iorn_n.asm -fPIC -DPIC -o .libs/iorn_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_iorn_n -DPIC iorn_n.asm >tmp-iorn_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-iorn_n.s -fPIC -DPIC -o .libs/iorn_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack iorn_n.asm -o iorn_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'nior_n.asm' || echo './'`nior_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack nior_n.asm -fPIC -DPIC -o .libs/nior_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nior_n -DPIC nior_n.asm >tmp-nior_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-nior_n.s -fPIC -DPIC -o .libs/nior_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack nior_n.asm -o nior_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'xor_n.asm' || echo './'`xor_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack xor_n.asm -fPIC -DPIC -o .libs/xor_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xor_n -DPIC xor_n.asm >tmp-xor_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-xor_n.s -fPIC -DPIC -o .libs/xor_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack xor_n.asm -o xor_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'xnor_n.asm' || echo './'`xnor_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack xnor_n.asm -fPIC -DPIC -o .libs/xnor_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xnor_n -DPIC xnor_n.asm >tmp-xnor_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-xnor_n.s -fPIC -DPIC -o .libs/xnor_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack xnor_n.asm -o xnor_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'copyi.asm' || echo './'`copyi.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack copyi.asm -fPIC -DPIC -o .libs/copyi.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyi -DPIC copyi.asm >tmp-copyi.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-copyi.s -fPIC -DPIC -o .libs/copyi.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack copyi.asm -o copyi.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'copyd.asm' || echo './'`copyd.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack copyd.asm -fPIC -DPIC -o .libs/copyd.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyd -DPIC copyd.asm >tmp-copyd.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-copyd.s -fPIC -DPIC -o .libs/copyd.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack copyd.asm -o copyd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o zero.lo zero.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c zero.c -fPIC -DPIC -o .libs/zero.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c zero.c -o zero.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tabselect | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'tabselect.asm' || echo './'`tabselect.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tabselect -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tabselect.asm -fPIC -DPIC -o .libs/tabselect.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_tabselect -DPIC tabselect.asm >tmp-tabselect.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tabselect -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-tabselect.s -fPIC -DPIC -o .libs/tabselect.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tabselect -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tabselect.asm -o tabselect.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o comb_tables.lo comb_tables.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c comb_tables.c -fPIC -DPIC -o .libs/comb_tables.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c comb_tables.c -o comb_tables.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'invert_limb.asm' || echo './'`invert_limb.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack invert_limb.asm -fPIC -DPIC -o .libs/invert_limb.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb -DPIC invert_limb.asm >tmp-invert_limb.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-invert_limb.s -fPIC -DPIC -o .libs/invert_limb.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack invert_limb.asm -o invert_limb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'mul_2.asm' || echo './'`mul_2.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mul_2.asm -fPIC -DPIC -o .libs/mul_2.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_2 -DPIC mul_2.asm >tmp-mul_2.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-mul_2.s -fPIC -DPIC -o .libs/mul_2.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack mul_2.asm -o mul_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_2 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addmul_2.asm' || echo './'`addmul_2.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addmul_2.asm -fPIC -DPIC -o .libs/addmul_2.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_2 -DPIC addmul_2.asm >tmp-addmul_2.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addmul_2.s -fPIC -DPIC -o .libs/addmul_2.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_2 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addmul_2.asm -o addmul_2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh1_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addlsh1_n.asm' || echo './'`addlsh1_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addlsh1_n.asm -fPIC -DPIC -o .libs/addlsh1_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh1_n -DPIC addlsh1_n.asm >tmp-addlsh1_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addlsh1_n.s -fPIC -DPIC -o .libs/addlsh1_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addlsh1_n.asm -o addlsh1_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sublsh1_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sublsh1_n.asm' || echo './'`sublsh1_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sublsh1_n.asm -fPIC -DPIC -o .libs/sublsh1_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sublsh1_n -DPIC sublsh1_n.asm >tmp-sublsh1_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sublsh1_n.s -fPIC -DPIC -o .libs/sublsh1_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sublsh1_n.asm -o sublsh1_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh1_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'rsblsh1_n.asm' || echo './'`rsblsh1_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsblsh1_n.asm -fPIC -DPIC -o .libs/rsblsh1_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh1_n -DPIC rsblsh1_n.asm >tmp-rsblsh1_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-rsblsh1_n.s -fPIC -DPIC -o .libs/rsblsh1_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh1_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsblsh1_n.asm -o rsblsh1_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh1add_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'rsh1add_n.asm' || echo './'`rsh1add_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsh1add_n.asm -fPIC -DPIC -o .libs/rsh1add_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsh1add_n -DPIC rsh1add_n.asm >tmp-rsh1add_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-rsh1add_n.s -fPIC -DPIC -o .libs/rsh1add_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1add_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsh1add_n.asm -o rsh1add_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsh1sub_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'rsh1sub_n.asm' || echo './'`rsh1sub_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsh1sub_n.asm -fPIC -DPIC -o .libs/rsh1sub_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsh1sub_n -DPIC rsh1sub_n.asm >tmp-rsh1sub_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-rsh1sub_n.s -fPIC -DPIC -o .libs/rsh1sub_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsh1sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsh1sub_n.asm -o rsh1sub_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh2_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addlsh2_n.asm' || echo './'`addlsh2_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addlsh2_n.asm -fPIC -DPIC -o .libs/addlsh2_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh2_n -DPIC addlsh2_n.asm >tmp-addlsh2_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addlsh2_n.s -fPIC -DPIC -o .libs/addlsh2_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addlsh2_n.asm -o addlsh2_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sublsh2_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'sublsh2_n.asm' || echo './'`sublsh2_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sublsh2_n.asm -fPIC -DPIC -o .libs/sublsh2_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sublsh2_n -DPIC sublsh2_n.asm >tmp-sublsh2_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-sublsh2_n.s -fPIC -DPIC -o .libs/sublsh2_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sublsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack sublsh2_n.asm -o sublsh2_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh2_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'rsblsh2_n.asm' || echo './'`rsblsh2_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsblsh2_n.asm -fPIC -DPIC -o .libs/rsblsh2_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh2_n -DPIC rsblsh2_n.asm >tmp-rsblsh2_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-rsblsh2_n.s -fPIC -DPIC -o .libs/rsblsh2_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh2_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsblsh2_n.asm -o rsblsh2_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addlsh_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addlsh_n.asm' || echo './'`addlsh_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addlsh_n.asm -fPIC -DPIC -o .libs/addlsh_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addlsh_n -DPIC addlsh_n.asm >tmp-addlsh_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addlsh_n.s -fPIC -DPIC -o .libs/addlsh_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addlsh_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addlsh_n.asm -o addlsh_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rsblsh_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'rsblsh_n.asm' || echo './'`rsblsh_n.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsblsh_n.asm -fPIC -DPIC -o .libs/rsblsh_n.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_rsblsh_n -DPIC rsblsh_n.asm >tmp-rsblsh_n.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-rsblsh_n.s -fPIC -DPIC -o .libs/rsblsh_n.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rsblsh_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack rsblsh_n.asm -o rsblsh_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n_sub_n | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add_n_sub_n.lo add_n_sub_n.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_n_sub_n.c -fPIC -DPIC -o .libs/add_n_sub_n.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n_sub_n -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_n_sub_n.c -o add_n_sub_n.o >/dev/null 2>&1 | |
/bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addaddmul_1msb0 | sed 's/_$//'` -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack `test -f 'addaddmul_1msb0.asm' || echo './'`addaddmul_1msb0.asm | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addaddmul_1msb0.asm -fPIC -DPIC -o .libs/addaddmul_1msb0.o | |
m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addaddmul_1msb0 -DPIC addaddmul_1msb0.asm >tmp-addaddmul_1msb0.s | |
gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack tmp-addaddmul_1msb0.s -fPIC -DPIC -o .libs/addaddmul_1msb0.o | |
libtool: compile: ../mpn/m4-ccas --m4=m4 gcc -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addaddmul_1msb0 -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -Wa,--noexecstack addaddmul_1msb0.asm -o addaddmul_1msb0.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o libmpn.la fib_table.lo mp_bases.lo invert_limb_table.lo add.lo add_1.lo add_n.lo sub.lo sub_1.lo sub_n.lo addcnd_n.lo subcnd_n.lo neg.lo com.lo mul_1.lo addmul_1.lo submul_1.lo add_err1_n.lo add_err2_n.lo add_err3_n.lo sub_err1_n.lo sub_err2_n.lo sub_err3_n.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis.lo divrem.lo divrem_1.lo divrem_2.lo fib2_ui.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_mod_1.lo dump.lo mod_1_1.lo mod_1_2.lo mod_1_3.lo mod_1_4.lo lshiftc.lo mul.lo mul_fft.lo mul_n.lo sqr.lo mul_basecase.lo sqr_basecase.lo nussbaumer_mul.lo mulmid_basecase.lo toom42_mulmid.lo mulmid_n.lo mulmid.lo random.lo random2.lo pow_1.lo rootrem.lo sqrtrem.lo get_str.lo set_str.lo scan0.lo scan1.lo popcount.lo hamdist.lo cmp.lo perfsqr.lo perfpow.lo gcd_1.lo gcd.lo gcdext_1.lo gcdext.lo gcd_subdiv_step.lo gcdext_lehmer.lo div_q.lo tdiv_qr.lo jacbase.lo jacobi_2.lo jacobi.lo get_d.lo matrix22_mul.lo matrix22_mul1_inverse_vector.lo hgcd_matrix.lo hgcd2.lo hgcd_step.lo hgcd_reduce.lo hgcd.lo hgcd_appr.lo hgcd2_jacobi.lo hgcd_jacobi.lo mullo_n.lo mullo_basecase.lo toom22_mul.lo toom32_mul.lo toom42_mul.lo toom52_mul.lo toom62_mul.lo toom33_mul.lo toom43_mul.lo toom53_mul.lo toom54_mul.lo toom63_mul.lo toom44_mul.lo toom6h_mul.lo toom6_sqr.lo toom8h_mul.lo toom8_sqr.lo toom_couple_handling.lo toom2_sqr.lo toom3_sqr.lo toom4_sqr.lo toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm2.lo toom_eval_pm1.lo toom_eval_pm2.lo toom_eval_pm2exp.lo toom_eval_pm2rexp.lo toom_interpolate_5pts.lo toom_interpolate_6pts.lo toom_interpolate_7pts.lo toom_interpolate_8pts.lo toom_interpolate_12pts.lo toom_interpolate_16pts.lo invertappr.lo invert.lo binvert.lo mulmod_bnm1.lo sqrmod_bnm1.lo div_qr_2.lo div_qr_2n_pi1.lo div_qr_2u_pi1.lo sbpi1_div_q.lo sbpi1_div_qr.lo sbpi1_divappr_q.lo dcpi1_div_q.lo dcpi1_div_qr.lo dcpi1_divappr_q.lo mu_div_qr.lo mu_divappr_q.lo mu_div_q.lo bdiv_q_1.lo sbpi1_bdiv_q.lo sbpi1_bdiv_qr.lo dcpi1_bdiv_q.lo dcpi1_bdiv_qr.lo mu_bdiv_q.lo mu_bdiv_qr.lo bdiv_q.lo bdiv_qr.lo broot.lo brootinv.lo bsqrt.lo bsqrtinv.lo divexact.lo bdiv_dbm1c.lo redc_1.lo redc_2.lo redc_n.lo powm.lo powlo.lo powm_sec.lo sb_div_qr_sec.lo sb_div_r_sec.lo sbpi1_div_qr_sec.lo sbpi1_div_r_sec.lo trialdiv.lo remove.lo and_n.lo andn_n.lo nand_n.lo ior_n.lo iorn_n.lo nior_n.lo xor_n.lo xnor_n.lo copyi.lo copyd.lo zero.lo tabselect.lo comb_tables.lo invert_limb.lo mul_2.lo addmul_2.lo addlsh1_n.lo sublsh1_n.lo rsblsh1_n.lo rsh1add_n.lo rsh1sub_n.lo addlsh2_n.lo sublsh2_n.lo rsblsh2_n.lo addlsh_n.lo rsblsh_n.lo add_n_sub_n.lo addaddmul_1msb0.lo | |
libtool: link: ar cq .libs/libmpn.a .libs/fib_table.o .libs/mp_bases.o .libs/invert_limb_table.o .libs/add.o .libs/add_1.o .libs/add_n.o .libs/sub.o .libs/sub_1.o .libs/sub_n.o .libs/addcnd_n.o .libs/subcnd_n.o .libs/neg.o .libs/com.o .libs/mul_1.o .libs/addmul_1.o .libs/submul_1.o .libs/add_err1_n.o .libs/add_err2_n.o .libs/add_err3_n.o .libs/sub_err1_n.o .libs/sub_err2_n.o .libs/sub_err3_n.o .libs/lshift.o .libs/rshift.o .libs/dive_1.o .libs/diveby3.o .libs/divis.o .libs/divrem.o .libs/divrem_1.o .libs/divrem_2.o .libs/fib2_ui.o .libs/mod_1.o .libs/mod_34lsub1.o .libs/mode1o.o .libs/pre_mod_1.o .libs/dump.o .libs/mod_1_1.o .libs/mod_1_2.o .libs/mod_1_3.o .libs/mod_1_4.o .libs/lshiftc.o .libs/mul.o .libs/mul_fft.o .libs/mul_n.o .libs/sqr.o .libs/mul_basecase.o .libs/sqr_basecase.o .libs/nussbaumer_mul.o .libs/mulmid_basecase.o .libs/toom42_mulmid.o .libs/mulmid_n.o .libs/mulmid.o .libs/random.o .libs/random2.o .libs/pow_1.o .libs/rootrem.o .libs/sqrtrem.o .libs/get_str.o .libs/set_str.o .libs/scan0.o .libs/scan1.o .libs/popcount.o .libs/hamdist.o .libs/cmp.o .libs/perfsqr.o .libs/perfpow.o .libs/gcd_1.o .libs/gcd.o .libs/gcdext_1.o .libs/gcdext.o .libs/gcd_subdiv_step.o .libs/gcdext_lehmer.o .libs/div_q.o .libs/tdiv_qr.o .libs/jacbase.o .libs/jacobi_2.o .libs/jacobi.o .libs/get_d.o .libs/matrix22_mul.o .libs/matrix22_mul1_inverse_vector.o .libs/hgcd_matrix.o .libs/hgcd2.o .libs/hgcd_step.o .libs/hgcd_reduce.o .libs/hgcd.o .libs/hgcd_appr.o .libs/hgcd2_jacobi.o .libs/hgcd_jacobi.o .libs/mullo_n.o .libs/mullo_basecase.o .libs/toom22_mul.o .libs/toom32_mul.o .libs/toom42_mul.o .libs/toom52_mul.o .libs/toom62_mul.o .libs/toom33_mul.o .libs/toom43_mul.o .libs/toom53_mul.o .libs/toom54_mul.o .libs/toom63_mul.o .libs/toom44_mul.o .libs/toom6h_mul.o .libs/toom6_sqr.o .libs/toom8h_mul.o .libs/toom8_sqr.o .libs/toom_couple_handling.o .libs/toom2_sqr.o .libs/toom3_sqr.o .libs/toom4_sqr.o .libs/toom_eval_dgr3_pm1.o .libs/toom_eval_dgr3_pm2.o .libs/toom_eval_pm1.o .libs/toom_eval_pm2.o .libs/toom_eval_pm2exp.o .libs/toom_eval_pm2rexp.o .libs/toom_interpolate_5pts.o .libs/toom_interpolate_6pts.o .libs/toom_interpolate_7pts.o .libs/toom_interpolate_8pts.o .libs/toom_interpolate_12pts.o .libs/toom_interpolate_16pts.o .libs/invertappr.o .libs/invert.o .libs/binvert.o .libs/mulmod_bnm1.o .libs/sqrmod_bnm1.o .libs/div_qr_2.o .libs/div_qr_2n_pi1.o .libs/div_qr_2u_pi1.o .libs/sbpi1_div_q.o .libs/sbpi1_div_qr.o .libs/sbpi1_divappr_q.o .libs/dcpi1_div_q.o .libs/dcpi1_div_qr.o .libs/dcpi1_divappr_q.o .libs/mu_div_qr.o .libs/mu_divappr_q.o .libs/mu_div_q.o .libs/bdiv_q_1.o .libs/sbpi1_bdiv_q.o .libs/sbpi1_bdiv_qr.o .libs/dcpi1_bdiv_q.o .libs/dcpi1_bdiv_qr.o .libs/mu_bdiv_q.o .libs/mu_bdiv_qr.o .libs/bdiv_q.o .libs/bdiv_qr.o .libs/broot.o .libs/brootinv.o .libs/bsqrt.o .libs/bsqrtinv.o .libs/divexact.o .libs/bdiv_dbm1c.o .libs/redc_1.o .libs/redc_2.o .libs/redc_n.o .libs/powm.o .libs/powlo.o .libs/powm_sec.o .libs/sb_div_qr_sec.o .libs/sb_div_r_sec.o .libs/sbpi1_div_qr_sec.o .libs/sbpi1_div_r_sec.o .libs/trialdiv.o .libs/remove.o .libs/and_n.o .libs/andn_n.o .libs/nand_n.o .libs/ior_n.o .libs/iorn_n.o .libs/nior_n.o .libs/xor_n.o .libs/xnor_n.o .libs/copyi.o .libs/copyd.o .libs/zero.o .libs/tabselect.o .libs/comb_tables.o .libs/invert_limb.o .libs/mul_2.o .libs/addmul_2.o .libs/addlsh1_n.o .libs/sublsh1_n.o .libs/rsblsh1_n.o .libs/rsh1add_n.o .libs/rsh1sub_n.o .libs/addlsh2_n.o .libs/sublsh2_n.o .libs/rsblsh2_n.o .libs/addlsh_n.o .libs/rsblsh_n.o .libs/add_n_sub_n.o .libs/addaddmul_1msb0.o | |
libtool: link: ranlib .libs/libmpn.a | |
libtool: link: ( cd ".libs" && rm -f "libmpn.la" && ln -s "../libmpn.la" "libmpn.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpn' | |
Making all in mpz | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpz' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o 2fac_ui.lo 2fac_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c 2fac_ui.c -fPIC -DPIC -o .libs/2fac_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c 2fac_ui.c -o 2fac_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add.lo add.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add.c -fPIC -DPIC -o .libs/add.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add.c -o add.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add_ui.lo add_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_ui.c -o add_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o abs.lo abs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c abs.c -fPIC -DPIC -o .libs/abs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c abs.c -o abs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o aorsmul.lo aorsmul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c aorsmul.c -fPIC -DPIC -o .libs/aorsmul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c aorsmul.c -o aorsmul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o aorsmul_i.lo aorsmul_i.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c aorsmul_i.c -fPIC -DPIC -o .libs/aorsmul_i.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c aorsmul_i.c -o aorsmul_i.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o and.lo and.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c and.c -fPIC -DPIC -o .libs/and.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c and.c -o and.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o array_init.lo array_init.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c array_init.c -fPIC -DPIC -o .libs/array_init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c array_init.c -o array_init.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o bin_ui.lo bin_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bin_ui.c -fPIC -DPIC -o .libs/bin_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bin_ui.c -o bin_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o bin_uiui.lo bin_uiui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bin_uiui.c -fPIC -DPIC -o .libs/bin_uiui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c bin_uiui.c -o bin_uiui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_q.lo cdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_q.c -fPIC -DPIC -o .libs/cdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_q.c -o cdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_q_ui.lo cdiv_q_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_q_ui.c -fPIC -DPIC -o .libs/cdiv_q_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_q_ui.c -o cdiv_q_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_qr.lo cdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_qr.c -fPIC -DPIC -o .libs/cdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_qr.c -o cdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_qr_ui.lo cdiv_qr_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_qr_ui.c -fPIC -DPIC -o .libs/cdiv_qr_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_qr_ui.c -o cdiv_qr_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_r.lo cdiv_r.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_r.c -fPIC -DPIC -o .libs/cdiv_r.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_r.c -o cdiv_r.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_r_ui.lo cdiv_r_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_r_ui.c -fPIC -DPIC -o .libs/cdiv_r_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_r_ui.c -o cdiv_r_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cdiv_ui.lo cdiv_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_ui.c -fPIC -DPIC -o .libs/cdiv_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cdiv_ui.c -o cdiv_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cfdiv_q_2exp.lo cfdiv_q_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cfdiv_q_2exp.c -fPIC -DPIC -o .libs/cfdiv_q_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cfdiv_q_2exp.c -o cfdiv_q_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cfdiv_r_2exp.lo cfdiv_r_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cfdiv_r_2exp.c -fPIC -DPIC -o .libs/cfdiv_r_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cfdiv_r_2exp.c -o cfdiv_r_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clear.lo clear.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clear.c -fPIC -DPIC -o .libs/clear.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clear.c -o clear.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clears.lo clears.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clears.c -fPIC -DPIC -o .libs/clears.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clears.c -o clears.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clrbit.lo clrbit.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clrbit.c -fPIC -DPIC -o .libs/clrbit.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clrbit.c -o clrbit.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp.lo cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -fPIC -DPIC -o .libs/cmp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -o cmp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_d.lo cmp_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_d.c -o cmp_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_si.lo cmp_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_ui.lo cmp_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmpabs.lo cmpabs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmpabs.c -o cmpabs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmpabs_d.lo cmpabs_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmpabs_d.c -fPIC -DPIC -o .libs/cmpabs_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmpabs_d.c -o cmpabs_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmpabs_ui.lo cmpabs_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmpabs_ui.c -o cmpabs_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o com.lo com.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c com.c -fPIC -DPIC -o .libs/com.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c com.c -o com.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o combit.lo combit.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c combit.c -fPIC -DPIC -o .libs/combit.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c combit.c -o combit.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cong.lo cong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cong.c -fPIC -DPIC -o .libs/cong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cong.c -o cong.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cong_2exp.lo cong_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cong_2exp.c -fPIC -DPIC -o .libs/cong_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cong_2exp.c -o cong_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cong_ui.lo cong_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cong_ui.c -fPIC -DPIC -o .libs/cong_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cong_ui.c -o cong_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divexact.lo divexact.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divexact.c -fPIC -DPIC -o .libs/divexact.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divexact.c -o divexact.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divegcd.lo divegcd.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divegcd.c -fPIC -DPIC -o .libs/divegcd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divegcd.c -o divegcd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dive_ui.lo dive_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dive_ui.c -fPIC -DPIC -o .libs/dive_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dive_ui.c -o dive_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divis.lo divis.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis.c -fPIC -DPIC -o .libs/divis.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis.c -o divis.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divis_ui.lo divis_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis_ui.c -fPIC -DPIC -o .libs/divis_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis_ui.c -o divis_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o divis_2exp.lo divis_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis_2exp.c -fPIC -DPIC -o .libs/divis_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c divis_2exp.c -o divis_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dump.lo dump.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dump.c -fPIC -DPIC -o .libs/dump.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dump.c -o dump.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o export.lo export.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c export.c -fPIC -DPIC -o .libs/export.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c export.c -o export.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fac_ui.lo fac_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fac_ui.c -fPIC -DPIC -o .libs/fac_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fac_ui.c -o fac_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_q.lo fdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_q.c -fPIC -DPIC -o .libs/fdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_q.c -o fdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_q_ui.lo fdiv_q_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_q_ui.c -fPIC -DPIC -o .libs/fdiv_q_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_q_ui.c -o fdiv_q_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_qr.lo fdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_qr.c -fPIC -DPIC -o .libs/fdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_qr.c -o fdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_qr_ui.lo fdiv_qr_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_qr_ui.c -fPIC -DPIC -o .libs/fdiv_qr_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_qr_ui.c -o fdiv_qr_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_r.lo fdiv_r.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_r.c -fPIC -DPIC -o .libs/fdiv_r.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_r.c -o fdiv_r.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_r_ui.lo fdiv_r_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_r_ui.c -fPIC -DPIC -o .libs/fdiv_r_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_r_ui.c -o fdiv_r_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fdiv_ui.lo fdiv_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_ui.c -fPIC -DPIC -o .libs/fdiv_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fdiv_ui.c -o fdiv_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fib_ui.lo fib_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib_ui.c -fPIC -DPIC -o .libs/fib_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib_ui.c -o fib_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fib2_ui.lo fib2_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib2_ui.c -fPIC -DPIC -o .libs/fib2_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fib2_ui.c -o fib2_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_sint.lo fits_sint.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sint.c -o fits_sint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_slong.lo fits_slong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_slong.c -o fits_slong.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_sshort.lo fits_sshort.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_uint.lo fits_uint.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_uint.c -o fits_uint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_ulong.lo fits_ulong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_ushort.lo fits_ushort.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcd.lo gcd.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd.c -fPIC -DPIC -o .libs/gcd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd.c -o gcd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcd_ui.lo gcd_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd_ui.c -fPIC -DPIC -o .libs/gcd_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcd_ui.c -o gcd_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o gcdext.lo gcdext.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext.c -fPIC -DPIC -o .libs/gcdext.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c gcdext.c -o gcdext.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_d.lo get_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -fPIC -DPIC -o .libs/get_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -o get_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_d_2exp.lo get_d_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_si.lo get_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_si.c -fPIC -DPIC -o .libs/get_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_si.c -o get_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_str.lo get_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -fPIC -DPIC -o .libs/get_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -o get_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_ui.lo get_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_ui.c -o get_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o getlimbn.lo getlimbn.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c getlimbn.c -fPIC -DPIC -o .libs/getlimbn.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c getlimbn.c -o getlimbn.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o hamdist.lo hamdist.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hamdist.c -fPIC -DPIC -o .libs/hamdist.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c hamdist.c -o hamdist.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o import.lo import.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c import.c -fPIC -DPIC -o .libs/import.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c import.c -o import.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o init.lo init.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init.c -fPIC -DPIC -o .libs/init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init.c -o init.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o init2.lo init2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init2.c -fPIC -DPIC -o .libs/init2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init2.c -o init2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inits.lo inits.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inits.c -fPIC -DPIC -o .libs/inits.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inits.c -o inits.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inp_raw.lo inp_raw.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_raw.c -fPIC -DPIC -o .libs/inp_raw.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_raw.c -o inp_raw.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inp_str.lo inp_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_str.c -o inp_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o invert.lo invert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invert.c -fPIC -DPIC -o .libs/invert.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invert.c -o invert.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o ior.lo ior.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ior.c -fPIC -DPIC -o .libs/ior.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ior.c -o ior.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset.lo iset.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset.c -fPIC -DPIC -o .libs/iset.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset.c -o iset.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_d.lo iset_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_d.c -o iset_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_si.lo iset_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_si.c -o iset_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_str.lo iset_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_str.c -o iset_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_ui.lo iset_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_ui.c -o iset_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o jacobi.lo jacobi.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacobi.c -fPIC -DPIC -o .libs/jacobi.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c jacobi.c -o jacobi.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o kronsz.lo kronsz.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronsz.c -fPIC -DPIC -o .libs/kronsz.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronsz.c -o kronsz.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o kronuz.lo kronuz.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronuz.c -fPIC -DPIC -o .libs/kronuz.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronuz.c -o kronuz.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o kronzs.lo kronzs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronzs.c -fPIC -DPIC -o .libs/kronzs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronzs.c -o kronzs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o kronzu.lo kronzu.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronzu.c -fPIC -DPIC -o .libs/kronzu.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c kronzu.c -o kronzu.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o lcm.lo lcm.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lcm.c -fPIC -DPIC -o .libs/lcm.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lcm.c -o lcm.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o lcm_ui.lo lcm_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lcm_ui.c -fPIC -DPIC -o .libs/lcm_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lcm_ui.c -o lcm_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o lucnum_ui.lo lucnum_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lucnum_ui.c -fPIC -DPIC -o .libs/lucnum_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lucnum_ui.c -o lucnum_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o lucnum2_ui.lo lucnum2_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lucnum2_ui.c -fPIC -DPIC -o .libs/lucnum2_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c lucnum2_ui.c -o lucnum2_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mfac_uiui.lo mfac_uiui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mfac_uiui.c -fPIC -DPIC -o .libs/mfac_uiui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mfac_uiui.c -o mfac_uiui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o millerrabin.lo millerrabin.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c millerrabin.c -fPIC -DPIC -o .libs/millerrabin.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c millerrabin.c -o millerrabin.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mod.lo mod.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mod.c -fPIC -DPIC -o .libs/mod.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mod.c -o mod.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul.lo mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -fPIC -DPIC -o .libs/mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -o mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_2exp.lo mul_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_si.lo mul_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_si.c -fPIC -DPIC -o .libs/mul_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_si.c -o mul_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_ui.lo mul_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_ui.c -o mul_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o n_pow_ui.lo n_pow_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c n_pow_ui.c -fPIC -DPIC -o .libs/n_pow_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c n_pow_ui.c -o n_pow_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o neg.lo neg.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -fPIC -DPIC -o .libs/neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -o neg.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o nextprime.lo nextprime.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c nextprime.c -o nextprime.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o oddfac_1.lo oddfac_1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c oddfac_1.c -fPIC -DPIC -o .libs/oddfac_1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c oddfac_1.c -o oddfac_1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o out_raw.lo out_raw.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_raw.c -fPIC -DPIC -o .libs/out_raw.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_raw.c -o out_raw.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o out_str.lo out_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_str.c -fPIC -DPIC -o .libs/out_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_str.c -o out_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o perfpow.lo perfpow.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfpow.c -fPIC -DPIC -o .libs/perfpow.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfpow.c -o perfpow.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o perfsqr.lo perfsqr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfsqr.c -fPIC -DPIC -o .libs/perfsqr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c perfsqr.c -o perfsqr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o popcount.lo popcount.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c popcount.c -fPIC -DPIC -o .libs/popcount.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c popcount.c -o popcount.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o pow_ui.lo pow_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pow_ui.c -o pow_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o powm.lo powm.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm.c -fPIC -DPIC -o .libs/powm.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm.c -o powm.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o powm_sec.lo powm_sec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm_sec.c -fPIC -DPIC -o .libs/powm_sec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm_sec.c -o powm_sec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o powm_ui.lo powm_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm_ui.c -fPIC -DPIC -o .libs/powm_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c powm_ui.c -o powm_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o pprime_p.lo pprime_p.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pprime_p.c -fPIC -DPIC -o .libs/pprime_p.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pprime_p.c -o pprime_p.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o prodlimbs.lo prodlimbs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c prodlimbs.c -fPIC -DPIC -o .libs/prodlimbs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c prodlimbs.c -o prodlimbs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o primorial_ui.lo primorial_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c primorial_ui.c -fPIC -DPIC -o .libs/primorial_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c primorial_ui.c -o primorial_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o random.lo random.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random.c -fPIC -DPIC -o .libs/random.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random.c -o random.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o random2.lo random2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random2.c -fPIC -DPIC -o .libs/random2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random2.c -o random2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o realloc.lo realloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c realloc.c -fPIC -DPIC -o .libs/realloc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c realloc.c -o realloc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o realloc2.lo realloc2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c realloc2.c -fPIC -DPIC -o .libs/realloc2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c realloc2.c -o realloc2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o remove.lo remove.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c remove.c -fPIC -DPIC -o .libs/remove.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c remove.c -o remove.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o root.lo root.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c root.c -fPIC -DPIC -o .libs/root.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c root.c -o root.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o rootrem.lo rootrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rootrem.c -fPIC -DPIC -o .libs/rootrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rootrem.c -o rootrem.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o rrandomb.lo rrandomb.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rrandomb.c -fPIC -DPIC -o .libs/rrandomb.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rrandomb.c -o rrandomb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o scan0.lo scan0.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan0.c -fPIC -DPIC -o .libs/scan0.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan0.c -o scan0.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o scan1.lo scan1.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan1.c -fPIC -DPIC -o .libs/scan1.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scan1.c -o scan1.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set.lo set.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set.c -fPIC -DPIC -o .libs/set.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set.c -o set.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_d.lo set_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_d.c -fPIC -DPIC -o .libs/set_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_d.c -o set_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_f.lo set_f.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_f.c -fPIC -DPIC -o .libs/set_f.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_f.c -o set_f.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_q.lo set_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_q.c -fPIC -DPIC -o .libs/set_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_q.c -o set_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_si.lo set_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_si.c -fPIC -DPIC -o .libs/set_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_si.c -o set_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_str.lo set_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -fPIC -DPIC -o .libs/set_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -o set_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_ui.lo set_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_ui.c -o set_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o setbit.lo setbit.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c setbit.c -fPIC -DPIC -o .libs/setbit.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c setbit.c -o setbit.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o size.lo size.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c size.c -fPIC -DPIC -o .libs/size.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c size.c -o size.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sizeinbase.lo sizeinbase.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sizeinbase.c -fPIC -DPIC -o .libs/sizeinbase.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sizeinbase.c -o sizeinbase.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqrt.lo sqrt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrt.c -o sqrt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqrtrem.lo sqrtrem.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrtrem.c -fPIC -DPIC -o .libs/sqrtrem.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrtrem.c -o sqrtrem.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sub.lo sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub.c -fPIC -DPIC -o .libs/sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub.c -o sub.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sub_ui.lo sub_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub_ui.c -o sub_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o swap.lo swap.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c swap.c -fPIC -DPIC -o .libs/swap.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c swap.c -o swap.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_ui.lo tdiv_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_ui.c -fPIC -DPIC -o .libs/tdiv_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_ui.c -o tdiv_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_q.lo tdiv_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_q.c -fPIC -DPIC -o .libs/tdiv_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_q.c -o tdiv_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_q_2exp.lo tdiv_q_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_q_2exp.c -fPIC -DPIC -o .libs/tdiv_q_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_q_2exp.c -o tdiv_q_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_q_ui.lo tdiv_q_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_q_ui.c -fPIC -DPIC -o .libs/tdiv_q_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_q_ui.c -o tdiv_q_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_qr.lo tdiv_qr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_qr.c -fPIC -DPIC -o .libs/tdiv_qr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_qr.c -o tdiv_qr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_qr_ui.lo tdiv_qr_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_qr_ui.c -fPIC -DPIC -o .libs/tdiv_qr_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_qr_ui.c -o tdiv_qr_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_r.lo tdiv_r.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_r.c -fPIC -DPIC -o .libs/tdiv_r.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_r.c -o tdiv_r.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_r_2exp.lo tdiv_r_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_r_2exp.c -fPIC -DPIC -o .libs/tdiv_r_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_r_2exp.c -o tdiv_r_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tdiv_r_ui.lo tdiv_r_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_r_ui.c -fPIC -DPIC -o .libs/tdiv_r_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tdiv_r_ui.c -o tdiv_r_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tstbit.lo tstbit.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tstbit.c -fPIC -DPIC -o .libs/tstbit.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tstbit.c -o tstbit.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o ui_pow_ui.lo ui_pow_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_pow_ui.c -o ui_pow_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o ui_sub.lo ui_sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_sub.c -o ui_sub.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o urandomb.lo urandomb.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c urandomb.c -o urandomb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o urandomm.lo urandomm.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c urandomm.c -fPIC -DPIC -o .libs/urandomm.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c urandomm.c -o urandomm.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o xor.lo xor.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c xor.c -fPIC -DPIC -o .libs/xor.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c xor.c -o xor.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o libmpz.la 2fac_ui.lo add.lo add_ui.lo abs.lo aorsmul.lo aorsmul_i.lo and.lo array_init.lo bin_ui.lo bin_uiui.lo cdiv_q.lo cdiv_q_ui.lo cdiv_qr.lo cdiv_qr_ui.lo cdiv_r.lo cdiv_r_ui.lo cdiv_ui.lo cfdiv_q_2exp.lo cfdiv_r_2exp.lo clear.lo clears.lo clrbit.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo cmpabs.lo cmpabs_d.lo cmpabs_ui.lo com.lo combit.lo cong.lo cong_2exp.lo cong_ui.lo divexact.lo divegcd.lo dive_ui.lo divis.lo divis_ui.lo divis_2exp.lo dump.lo export.lo fac_ui.lo fdiv_q.lo fdiv_q_ui.lo fdiv_qr.lo fdiv_qr_ui.lo fdiv_r.lo fdiv_r_ui.lo fdiv_ui.lo fib_ui.lo fib2_ui.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo gcd.lo gcd_ui.lo gcdext.lo get_d.lo get_d_2exp.lo get_si.lo get_str.lo get_ui.lo getlimbn.lo hamdist.lo import.lo init.lo init2.lo inits.lo inp_raw.lo inp_str.lo invert.lo ior.lo iset.lo iset_d.lo iset_si.lo iset_str.lo iset_ui.lo jacobi.lo kronsz.lo kronuz.lo kronzs.lo kronzu.lo lcm.lo lcm_ui.lo lucnum_ui.lo lucnum2_ui.lo mfac_uiui.lo millerrabin.lo mod.lo mul.lo mul_2exp.lo mul_si.lo mul_ui.lo n_pow_ui.lo neg.lo nextprime.lo oddfac_1.lo out_raw.lo out_str.lo perfpow.lo perfsqr.lo popcount.lo pow_ui.lo powm.lo powm_sec.lo powm_ui.lo pprime_p.lo prodlimbs.lo primorial_ui.lo random.lo random2.lo realloc.lo realloc2.lo remove.lo root.lo rootrem.lo rrandomb.lo scan0.lo scan1.lo set.lo set_d.lo set_f.lo set_q.lo set_si.lo set_str.lo set_ui.lo setbit.lo size.lo sizeinbase.lo sqrt.lo sqrtrem.lo sub.lo sub_ui.lo swap.lo tdiv_ui.lo tdiv_q.lo tdiv_q_2exp.lo tdiv_q_ui.lo tdiv_qr.lo tdiv_qr_ui.lo tdiv_r.lo tdiv_r_2exp.lo tdiv_r_ui.lo tstbit.lo ui_pow_ui.lo ui_sub.lo urandomb.lo urandomm.lo xor.lo | |
libtool: link: ar cq .libs/libmpz.a .libs/2fac_ui.o .libs/add.o .libs/add_ui.o .libs/abs.o .libs/aorsmul.o .libs/aorsmul_i.o .libs/and.o .libs/array_init.o .libs/bin_ui.o .libs/bin_uiui.o .libs/cdiv_q.o .libs/cdiv_q_ui.o .libs/cdiv_qr.o .libs/cdiv_qr_ui.o .libs/cdiv_r.o .libs/cdiv_r_ui.o .libs/cdiv_ui.o .libs/cfdiv_q_2exp.o .libs/cfdiv_r_2exp.o .libs/clear.o .libs/clears.o .libs/clrbit.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/cmpabs.o .libs/cmpabs_d.o .libs/cmpabs_ui.o .libs/com.o .libs/combit.o .libs/cong.o .libs/cong_2exp.o .libs/cong_ui.o .libs/divexact.o .libs/divegcd.o .libs/dive_ui.o .libs/divis.o .libs/divis_ui.o .libs/divis_2exp.o .libs/dump.o .libs/export.o .libs/fac_ui.o .libs/fdiv_q.o .libs/fdiv_q_ui.o .libs/fdiv_qr.o .libs/fdiv_qr_ui.o .libs/fdiv_r.o .libs/fdiv_r_ui.o .libs/fdiv_ui.o .libs/fib_ui.o .libs/fib2_ui.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o .libs/gcd.o .libs/gcd_ui.o .libs/gcdext.o .libs/get_d.o .libs/get_d_2exp.o .libs/get_si.o .libs/get_str.o .libs/get_ui.o .libs/getlimbn.o .libs/hamdist.o .libs/import.o .libs/init.o .libs/init2.o .libs/inits.o .libs/inp_raw.o .libs/inp_str.o .libs/invert.o .libs/ior.o .libs/iset.o .libs/iset_d.o .libs/iset_si.o .libs/iset_str.o .libs/iset_ui.o .libs/jacobi.o .libs/kronsz.o .libs/kronuz.o .libs/kronzs.o .libs/kronzu.o .libs/lcm.o .libs/lcm_ui.o .libs/lucnum_ui.o .libs/lucnum2_ui.o .libs/mfac_uiui.o .libs/millerrabin.o .libs/mod.o .libs/mul.o .libs/mul_2exp.o .libs/mul_si.o .libs/mul_ui.o .libs/n_pow_ui.o .libs/neg.o .libs/nextprime.o .libs/oddfac_1.o .libs/out_raw.o .libs/out_str.o .libs/perfpow.o .libs/perfsqr.o .libs/popcount.o .libs/pow_ui.o .libs/powm.o .libs/powm_sec.o .libs/powm_ui.o .libs/pprime_p.o .libs/prodlimbs.o .libs/primorial_ui.o .libs/random.o .libs/random2.o .libs/realloc.o .libs/realloc2.o .libs/remove.o .libs/root.o .libs/rootrem.o .libs/rrandomb.o .libs/scan0.o .libs/scan1.o .libs/set.o .libs/set_d.o .libs/set_f.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/setbit.o .libs/size.o .libs/sizeinbase.o .libs/sqrt.o .libs/sqrtrem.o .libs/sub.o .libs/sub_ui.o .libs/swap.o .libs/tdiv_ui.o .libs/tdiv_q.o .libs/tdiv_q_2exp.o .libs/tdiv_q_ui.o .libs/tdiv_qr.o .libs/tdiv_qr_ui.o .libs/tdiv_r.o .libs/tdiv_r_2exp.o .libs/tdiv_r_ui.o .libs/tstbit.o .libs/ui_pow_ui.o .libs/ui_sub.o .libs/urandomb.o .libs/urandomm.o .libs/xor.o | |
libtool: link: ranlib .libs/libmpz.a | |
libtool: link: ( cd ".libs" && rm -f "libmpz.la" && ln -s "../libmpz.la" "libmpz.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpz' | |
Making all in mpq | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpq' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o abs.lo abs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c abs.c -fPIC -DPIC -o .libs/abs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c abs.c -o abs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o aors.lo aors.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c aors.c -fPIC -DPIC -o .libs/aors.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c aors.c -o aors.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o canonicalize.lo canonicalize.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c canonicalize.c -fPIC -DPIC -o .libs/canonicalize.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c canonicalize.c -o canonicalize.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clear.lo clear.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clear.c -fPIC -DPIC -o .libs/clear.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clear.c -o clear.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clears.lo clears.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clears.c -fPIC -DPIC -o .libs/clears.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clears.c -o clears.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp.lo cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -fPIC -DPIC -o .libs/cmp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -o cmp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_si.lo cmp_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_ui.lo cmp_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o div.lo div.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div.c -fPIC -DPIC -o .libs/div.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div.c -o div.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o equal.lo equal.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c equal.c -fPIC -DPIC -o .libs/equal.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c equal.c -o equal.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_d.lo get_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -fPIC -DPIC -o .libs/get_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -o get_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_den.lo get_den.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_den.c -fPIC -DPIC -o .libs/get_den.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_den.c -o get_den.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_num.lo get_num.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_num.c -fPIC -DPIC -o .libs/get_num.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_num.c -o get_num.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_str.lo get_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -fPIC -DPIC -o .libs/get_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -o get_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o init.lo init.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init.c -fPIC -DPIC -o .libs/init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init.c -o init.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inits.lo inits.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inits.c -fPIC -DPIC -o .libs/inits.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inits.c -o inits.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inp_str.lo inp_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_str.c -o inp_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inv.lo inv.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inv.c -fPIC -DPIC -o .libs/inv.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inv.c -o inv.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o md_2exp.lo md_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c md_2exp.c -fPIC -DPIC -o .libs/md_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c md_2exp.c -o md_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul.lo mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -fPIC -DPIC -o .libs/mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -o mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o neg.lo neg.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -fPIC -DPIC -o .libs/neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -o neg.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o out_str.lo out_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_str.c -fPIC -DPIC -o .libs/out_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_str.c -o out_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set.lo set.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set.c -fPIC -DPIC -o .libs/set.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set.c -o set.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_den.lo set_den.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_den.c -fPIC -DPIC -o .libs/set_den.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_den.c -o set_den.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_num.lo set_num.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_num.c -fPIC -DPIC -o .libs/set_num.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_num.c -o set_num.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_si.lo set_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_si.c -fPIC -DPIC -o .libs/set_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_si.c -o set_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_str.lo set_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -fPIC -DPIC -o .libs/set_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -o set_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_ui.lo set_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_ui.c -o set_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_z.lo set_z.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_z.c -fPIC -DPIC -o .libs/set_z.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_z.c -o set_z.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_d.lo set_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_d.c -fPIC -DPIC -o .libs/set_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_d.c -o set_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_f.lo set_f.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_f.c -fPIC -DPIC -o .libs/set_f.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_f.c -o set_f.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o swap.lo swap.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c swap.c -fPIC -DPIC -o .libs/swap.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c swap.c -o swap.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o libmpq.la abs.lo aors.lo canonicalize.lo clear.lo clears.lo cmp.lo cmp_si.lo cmp_ui.lo div.lo equal.lo get_d.lo get_den.lo get_num.lo get_str.lo init.lo inits.lo inp_str.lo inv.lo md_2exp.lo mul.lo neg.lo out_str.lo set.lo set_den.lo set_num.lo set_si.lo set_str.lo set_ui.lo set_z.lo set_d.lo set_f.lo swap.lo | |
libtool: link: ar cq .libs/libmpq.a .libs/abs.o .libs/aors.o .libs/canonicalize.o .libs/clear.o .libs/clears.o .libs/cmp.o .libs/cmp_si.o .libs/cmp_ui.o .libs/div.o .libs/equal.o .libs/get_d.o .libs/get_den.o .libs/get_num.o .libs/get_str.o .libs/init.o .libs/inits.o .libs/inp_str.o .libs/inv.o .libs/md_2exp.o .libs/mul.o .libs/neg.o .libs/out_str.o .libs/set.o .libs/set_den.o .libs/set_num.o .libs/set_si.o .libs/set_str.o .libs/set_ui.o .libs/set_z.o .libs/set_d.o .libs/set_f.o .libs/swap.o | |
libtool: link: ranlib .libs/libmpq.a | |
libtool: link: ( cd ".libs" && rm -f "libmpq.la" && ln -s "../libmpq.la" "libmpq.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpq' | |
Making all in mpf | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpf' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o init.lo init.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init.c -fPIC -DPIC -o .libs/init.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init.c -o init.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o init2.lo init2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init2.c -fPIC -DPIC -o .libs/init2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c init2.c -o init2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inits.lo inits.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inits.c -fPIC -DPIC -o .libs/inits.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inits.c -o inits.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set.lo set.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set.c -fPIC -DPIC -o .libs/set.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set.c -o set.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_ui.lo set_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_ui.c -o set_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_si.lo set_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_si.c -fPIC -DPIC -o .libs/set_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_si.c -o set_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_str.lo set_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -fPIC -DPIC -o .libs/set_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_str.c -o set_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_d.lo set_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_d.c -fPIC -DPIC -o .libs/set_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_d.c -o set_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_z.lo set_z.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_z.c -fPIC -DPIC -o .libs/set_z.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_z.c -o set_z.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_q.lo set_q.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_q.c -fPIC -DPIC -o .libs/set_q.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_q.c -o set_q.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset.lo iset.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset.c -fPIC -DPIC -o .libs/iset.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset.c -o iset.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_ui.lo iset_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_ui.c -fPIC -DPIC -o .libs/iset_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_ui.c -o iset_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_si.lo iset_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_si.c -fPIC -DPIC -o .libs/iset_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_si.c -o iset_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_str.lo iset_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_str.c -fPIC -DPIC -o .libs/iset_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_str.c -o iset_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o iset_d.lo iset_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_d.c -fPIC -DPIC -o .libs/iset_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c iset_d.c -o iset_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clear.lo clear.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clear.c -fPIC -DPIC -o .libs/clear.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clear.c -o clear.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o clears.lo clears.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clears.c -fPIC -DPIC -o .libs/clears.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c clears.c -o clears.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_str.lo get_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -fPIC -DPIC -o .libs/get_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_str.c -o get_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o dump.lo dump.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dump.c -fPIC -DPIC -o .libs/dump.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c dump.c -o dump.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o size.lo size.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c size.c -fPIC -DPIC -o .libs/size.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c size.c -o size.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o eq.lo eq.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c eq.c -fPIC -DPIC -o .libs/eq.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c eq.c -o eq.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o reldiff.lo reldiff.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c reldiff.c -o reldiff.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqrt.lo sqrt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrt.c -o sqrt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o random2.lo random2.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random2.c -fPIC -DPIC -o .libs/random2.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c random2.c -o random2.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o inp_str.lo inp_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c inp_str.c -o inp_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o out_str.lo out_str.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_str.c -fPIC -DPIC -o .libs/out_str.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c out_str.c -o out_str.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add.lo add.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add.c -fPIC -DPIC -o .libs/add.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add.c -o add.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o add_ui.lo add_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c add_ui.c -o add_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sub.lo sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub.c -fPIC -DPIC -o .libs/sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub.c -o sub.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sub_ui.lo sub_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sub_ui.c -o sub_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o ui_sub.lo ui_sub.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_sub.c -o ui_sub.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul.lo mul.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -fPIC -DPIC -o .libs/mul.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul.c -o mul.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_ui.lo mul_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_ui.c -o mul_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o div.lo div.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div.c -fPIC -DPIC -o .libs/div.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div.c -o div.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o div_ui.lo div_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_ui.c -o div_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp.lo cmp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -fPIC -DPIC -o .libs/cmp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp.c -o cmp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_d.lo cmp_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_d.c -o cmp_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_si.lo cmp_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_si.c -o cmp_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o cmp_ui.lo cmp_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c cmp_ui.c -o cmp_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mul_2exp.lo mul_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mul_2exp.c -o mul_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o div_2exp.lo div_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c div_2exp.c -o div_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o abs.lo abs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c abs.c -fPIC -DPIC -o .libs/abs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c abs.c -o abs.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o neg.lo neg.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -fPIC -DPIC -o .libs/neg.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c neg.c -o neg.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_d.lo get_d.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -fPIC -DPIC -o .libs/get_d.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d.c -o get_d.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_d_2exp.lo get_d_2exp.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d_2exp.c -fPIC -DPIC -o .libs/get_d_2exp.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_d_2exp.c -o get_d_2exp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_dfl_prec.lo set_dfl_prec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_dfl_prec.c -o set_dfl_prec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_prc.lo set_prc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_prc.c -fPIC -DPIC -o .libs/set_prc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_prc.c -o set_prc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o set_prc_raw.lo set_prc_raw.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c set_prc_raw.c -o set_prc_raw.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_dfl_prec.lo get_dfl_prec.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_dfl_prec.c -fPIC -DPIC -o .libs/get_dfl_prec.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_dfl_prec.c -o get_dfl_prec.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_prc.lo get_prc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_prc.c -fPIC -DPIC -o .libs/get_prc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_prc.c -o get_prc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o ui_div.lo ui_div.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ui_div.c -o ui_div.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sqrt_ui.lo sqrt_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sqrt_ui.c -o sqrt_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o pow_ui.lo pow_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c pow_ui.c -o pow_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o urandomb.lo urandomb.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c urandomb.c -o urandomb.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o swap.lo swap.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c swap.c -fPIC -DPIC -o .libs/swap.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c swap.c -o swap.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_si.lo get_si.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_si.c -fPIC -DPIC -o .libs/get_si.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_si.c -o get_si.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o get_ui.lo get_ui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c get_ui.c -o get_ui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o int_p.lo int_p.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c int_p.c -fPIC -DPIC -o .libs/int_p.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c int_p.c -o int_p.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o ceilfloor.lo ceilfloor.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ceilfloor.c -fPIC -DPIC -o .libs/ceilfloor.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c ceilfloor.c -o ceilfloor.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o trunc.lo trunc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c trunc.c -fPIC -DPIC -o .libs/trunc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c trunc.c -o trunc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_sint.lo fits_sint.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sint.c -o fits_sint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_slong.lo fits_slong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_slong.c -o fits_slong.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_sshort.lo fits_sshort.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_sshort.c -o fits_sshort.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_uint.lo fits_uint.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_uint.c -o fits_uint.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_ulong.lo fits_ulong.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ulong.c -o fits_ulong.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fits_ushort.lo fits_ushort.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fits_ushort.c -o fits_ushort.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o libmpf.la init.lo init2.lo inits.lo set.lo set_ui.lo set_si.lo set_str.lo set_d.lo set_z.lo set_q.lo iset.lo iset_ui.lo iset_si.lo iset_str.lo iset_d.lo clear.lo clears.lo get_str.lo dump.lo size.lo eq.lo reldiff.lo sqrt.lo random2.lo inp_str.lo out_str.lo add.lo add_ui.lo sub.lo sub_ui.lo ui_sub.lo mul.lo mul_ui.lo div.lo div_ui.lo cmp.lo cmp_d.lo cmp_si.lo cmp_ui.lo mul_2exp.lo div_2exp.lo abs.lo neg.lo get_d.lo get_d_2exp.lo set_dfl_prec.lo set_prc.lo set_prc_raw.lo get_dfl_prec.lo get_prc.lo ui_div.lo sqrt_ui.lo pow_ui.lo urandomb.lo swap.lo get_si.lo get_ui.lo int_p.lo ceilfloor.lo trunc.lo fits_sint.lo fits_slong.lo fits_sshort.lo fits_uint.lo fits_ulong.lo fits_ushort.lo | |
libtool: link: ar cq .libs/libmpf.a .libs/init.o .libs/init2.o .libs/inits.o .libs/set.o .libs/set_ui.o .libs/set_si.o .libs/set_str.o .libs/set_d.o .libs/set_z.o .libs/set_q.o .libs/iset.o .libs/iset_ui.o .libs/iset_si.o .libs/iset_str.o .libs/iset_d.o .libs/clear.o .libs/clears.o .libs/get_str.o .libs/dump.o .libs/size.o .libs/eq.o .libs/reldiff.o .libs/sqrt.o .libs/random2.o .libs/inp_str.o .libs/out_str.o .libs/add.o .libs/add_ui.o .libs/sub.o .libs/sub_ui.o .libs/ui_sub.o .libs/mul.o .libs/mul_ui.o .libs/div.o .libs/div_ui.o .libs/cmp.o .libs/cmp_d.o .libs/cmp_si.o .libs/cmp_ui.o .libs/mul_2exp.o .libs/div_2exp.o .libs/abs.o .libs/neg.o .libs/get_d.o .libs/get_d_2exp.o .libs/set_dfl_prec.o .libs/set_prc.o .libs/set_prc_raw.o .libs/get_dfl_prec.o .libs/get_prc.o .libs/ui_div.o .libs/sqrt_ui.o .libs/pow_ui.o .libs/urandomb.o .libs/swap.o .libs/get_si.o .libs/get_ui.o .libs/int_p.o .libs/ceilfloor.o .libs/trunc.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_sshort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_ushort.o | |
libtool: link: ranlib .libs/libmpf.a | |
libtool: link: ( cd ".libs" && rm -f "libmpf.la" && ln -s "../libmpf.la" "libmpf.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/mpf' | |
Making all in printf | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/printf' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o asprintf.lo asprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c asprintf.c -o asprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o asprntffuns.lo asprntffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c asprntffuns.c -fPIC -DPIC -o .libs/asprntffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c asprntffuns.c -o asprntffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o doprnt.lo doprnt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doprnt.c -fPIC -DPIC -o .libs/doprnt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doprnt.c -o doprnt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o doprntf.lo doprntf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doprntf.c -fPIC -DPIC -o .libs/doprntf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doprntf.c -o doprntf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o doprnti.lo doprnti.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doprnti.c -fPIC -DPIC -o .libs/doprnti.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doprnti.c -o doprnti.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fprintf.lo fprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fprintf.c -fPIC -DPIC -o .libs/fprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fprintf.c -o fprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o obprintf.lo obprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c obprintf.c -fPIC -DPIC -o .libs/obprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c obprintf.c -o obprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o obvprintf.lo obvprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c obvprintf.c -fPIC -DPIC -o .libs/obvprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c obvprintf.c -o obvprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o obprntffuns.lo obprntffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c obprntffuns.c -fPIC -DPIC -o .libs/obprntffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c obprntffuns.c -o obprntffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o printf.lo printf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c printf.c -fPIC -DPIC -o .libs/printf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c printf.c -o printf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o printffuns.lo printffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c printffuns.c -fPIC -DPIC -o .libs/printffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c printffuns.c -o printffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o snprintf.lo snprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c snprintf.c -o snprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o snprntffuns.lo snprntffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c snprntffuns.c -fPIC -DPIC -o .libs/snprntffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c snprntffuns.c -o snprntffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sprintf.lo sprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sprintf.c -fPIC -DPIC -o .libs/sprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sprintf.c -o sprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sprintffuns.lo sprintffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sprintffuns.c -fPIC -DPIC -o .libs/sprintffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sprintffuns.c -o sprintffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vasprintf.lo vasprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vasprintf.c -o vasprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vfprintf.lo vfprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vfprintf.c -fPIC -DPIC -o .libs/vfprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vfprintf.c -o vfprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vprintf.lo vprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vprintf.c -fPIC -DPIC -o .libs/vprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vprintf.c -o vprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vsnprintf.lo vsnprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vsnprintf.c -fPIC -DPIC -o .libs/vsnprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vsnprintf.c -o vsnprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vsprintf.lo vsprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vsprintf.c -fPIC -DPIC -o .libs/vsprintf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vsprintf.c -o vsprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o repl-vsnprintf.lo repl-vsnprintf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c repl-vsnprintf.c -fPIC -DPIC -o .libs/repl-vsnprintf.o | |
repl-vsnprintf.c:389:0: warning: ISO C forbids an empty translation unit [-Wpedantic] | |
#endif /* ! HAVE_VSNPRINTF */ | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c repl-vsnprintf.c -o repl-vsnprintf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o libprintf.la asprintf.lo asprntffuns.lo doprnt.lo doprntf.lo doprnti.lo fprintf.lo obprintf.lo obvprintf.lo obprntffuns.lo printf.lo printffuns.lo snprintf.lo snprntffuns.lo sprintf.lo sprintffuns.lo vasprintf.lo vfprintf.lo vprintf.lo vsnprintf.lo vsprintf.lo repl-vsnprintf.lo | |
libtool: link: ar cq .libs/libprintf.a .libs/asprintf.o .libs/asprntffuns.o .libs/doprnt.o .libs/doprntf.o .libs/doprnti.o .libs/fprintf.o .libs/obprintf.o .libs/obvprintf.o .libs/obprntffuns.o .libs/printf.o .libs/printffuns.o .libs/snprintf.o .libs/snprntffuns.o .libs/sprintf.o .libs/sprintffuns.o .libs/vasprintf.o .libs/vfprintf.o .libs/vprintf.o .libs/vsnprintf.o .libs/vsprintf.o .libs/repl-vsnprintf.o | |
libtool: link: ranlib .libs/libprintf.a | |
libtool: link: ( cd ".libs" && rm -f "libprintf.la" && ln -s "../libprintf.la" "libprintf.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/printf' | |
Making all in scanf | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/scanf' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o doscan.lo doscan.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doscan.c -fPIC -DPIC -o .libs/doscan.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c doscan.c -o doscan.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fscanf.lo fscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fscanf.c -fPIC -DPIC -o .libs/fscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fscanf.c -o fscanf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o fscanffuns.lo fscanffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fscanffuns.c -fPIC -DPIC -o .libs/fscanffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c fscanffuns.c -o fscanffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o scanf.lo scanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scanf.c -fPIC -DPIC -o .libs/scanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c scanf.c -o scanf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sscanf.lo sscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sscanf.c -fPIC -DPIC -o .libs/sscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sscanf.c -o sscanf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o sscanffuns.lo sscanffuns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sscanffuns.c -fPIC -DPIC -o .libs/sscanffuns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c sscanffuns.c -o sscanffuns.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vfscanf.lo vfscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vfscanf.c -fPIC -DPIC -o .libs/vfscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vfscanf.c -o vfscanf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vscanf.lo vscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vscanf.c -fPIC -DPIC -o .libs/vscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vscanf.c -o vscanf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o vsscanf.lo vsscanf.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vsscanf.c -fPIC -DPIC -o .libs/vsscanf.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c vsscanf.c -o vsscanf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o libscanf.la doscan.lo fscanf.lo fscanffuns.lo scanf.lo sscanf.lo sscanffuns.lo vfscanf.lo vscanf.lo vsscanf.lo | |
libtool: link: ar cq .libs/libscanf.a .libs/doscan.o .libs/fscanf.o .libs/fscanffuns.o .libs/scanf.o .libs/sscanf.o .libs/sscanffuns.o .libs/vfscanf.o .libs/vscanf.o .libs/vsscanf.o | |
libtool: link: ranlib .libs/libscanf.a | |
libtool: link: ( cd ".libs" && rm -f "libscanf.la" && ln -s "../libscanf.la" "libscanf.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/scanf' | |
Making all in rand | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/rand' | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o rand.lo rand.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rand.c -fPIC -DPIC -o .libs/rand.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rand.c -o rand.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randclr.lo randclr.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randclr.c -fPIC -DPIC -o .libs/randclr.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randclr.c -o randclr.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randdef.lo randdef.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randdef.c -fPIC -DPIC -o .libs/randdef.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randdef.c -o randdef.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randiset.lo randiset.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randiset.c -fPIC -DPIC -o .libs/randiset.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randiset.c -o randiset.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randlc2s.lo randlc2s.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randlc2s.c -fPIC -DPIC -o .libs/randlc2s.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randlc2s.c -o randlc2s.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randlc2x.lo randlc2x.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randlc2x.c -fPIC -DPIC -o .libs/randlc2x.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randlc2x.c -o randlc2x.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randmt.lo randmt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randmt.c -fPIC -DPIC -o .libs/randmt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randmt.c -o randmt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randmts.lo randmts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randmts.c -fPIC -DPIC -o .libs/randmts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randmts.c -o randmts.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o rands.lo rands.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rands.c -fPIC -DPIC -o .libs/rands.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c rands.c -o rands.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randsd.lo randsd.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randsd.c -fPIC -DPIC -o .libs/randsd.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randsd.c -o randsd.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randsdui.lo randsdui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randsdui.c -fPIC -DPIC -o .libs/randsdui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randsdui.c -o randsdui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randbui.lo randbui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randbui.c -fPIC -DPIC -o .libs/randbui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randbui.c -o randbui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o randmui.lo randmui.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randmui.c -fPIC -DPIC -o .libs/randmui.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c randmui.c -o randmui.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -o librandom.la rand.lo randclr.lo randdef.lo randiset.lo randlc2s.lo randlc2x.lo randmt.lo randmts.lo rands.lo randsd.lo randsdui.lo randbui.lo randmui.lo | |
libtool: link: ar cq .libs/librandom.a .libs/rand.o .libs/randclr.o .libs/randdef.o .libs/randiset.o .libs/randlc2s.o .libs/randlc2x.o .libs/randmt.o .libs/randmts.o .libs/rands.o .libs/randsd.o .libs/randsdui.o .libs/randbui.o .libs/randmui.o | |
libtool: link: ranlib .libs/librandom.a | |
libtool: link: ( cd ".libs" && rm -f "librandom.la" && ln -s "../librandom.la" "librandom.la" ) | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/rand' | |
Making all in cxx | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/cxx' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/cxx' | |
Making all in demos | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos' | |
Making all in calc | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos/calc' | |
make all-am | |
make[4]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos/calc' | |
make[4]: Nothing to be done for 'all-am'. | |
make[4]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos/calc' | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos/calc' | |
Making all in expr | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos/expr' | |
make[3]: Nothing to be done for 'all'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos/expr' | |
make[3]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos' | |
make[3]: Nothing to be done for 'all-am'. | |
make[3]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos' | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/demos' | |
Making all in tune | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tune' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/tune' | |
Making all in doc | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/doc' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1/doc' | |
make[2]: Entering directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1' | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o assert.lo assert.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c assert.c -fPIC -DPIC -o .libs/assert.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c assert.c -o assert.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o compat.lo compat.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c compat.c -fPIC -DPIC -o .libs/compat.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c compat.c -o compat.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o errno.lo errno.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c errno.c -fPIC -DPIC -o .libs/errno.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c errno.c -o errno.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o extract-dbl.lo extract-dbl.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c extract-dbl.c -fPIC -DPIC -o .libs/extract-dbl.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c extract-dbl.c -o extract-dbl.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o invalid.lo invalid.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invalid.c -fPIC -DPIC -o .libs/invalid.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c invalid.c -o invalid.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o memory.lo memory.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c memory.c -fPIC -DPIC -o .libs/memory.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c memory.c -o memory.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_bpl.lo mp_bpl.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_bpl.c -fPIC -DPIC -o .libs/mp_bpl.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_bpl.c -o mp_bpl.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_clz_tab.lo mp_clz_tab.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_clz_tab.c -o mp_clz_tab.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_dv_tab.lo mp_dv_tab.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_dv_tab.c -fPIC -DPIC -o .libs/mp_dv_tab.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_dv_tab.c -o mp_dv_tab.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_minv_tab.lo mp_minv_tab.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_minv_tab.c -fPIC -DPIC -o .libs/mp_minv_tab.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_minv_tab.c -o mp_minv_tab.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_get_fns.lo mp_get_fns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_get_fns.c -fPIC -DPIC -o .libs/mp_get_fns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_get_fns.c -o mp_get_fns.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o mp_set_fns.lo mp_set_fns.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_set_fns.c -fPIC -DPIC -o .libs/mp_set_fns.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c mp_set_fns.c -o mp_set_fns.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o version.lo version.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c version.c -fPIC -DPIC -o .libs/version.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c version.c -o version.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o nextprime.lo nextprime.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c nextprime.c -fPIC -DPIC -o .libs/nextprime.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c nextprime.c -o nextprime.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o primesieve.lo primesieve.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c primesieve.c -fPIC -DPIC -o .libs/primesieve.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c primesieve.c -o primesieve.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c -o tal-reent.lo tal-reent.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tal-reent.c -fPIC -DPIC -o .libs/tal-reent.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -D__GMP_WITHIN_GMP -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -c tal-reent.c -o tal-reent.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=link gcc -O2 -pedantic -fomit-frame-pointer -m64 -mtune=corei7 -march=corei7 -version-info 11:1:1 -o libgmp.la -rpath /usr/local/lib assert.lo compat.lo errno.lo extract-dbl.lo invalid.lo memory.lo mp_bpl.lo mp_clz_tab.lo mp_dv_tab.lo mp_minv_tab.lo mp_get_fns.lo mp_set_fns.lo version.lo nextprime.lo primesieve.lo tal-reent.lo mpf/init.lo mpf/init2.lo mpf/inits.lo mpf/set.lo mpf/set_ui.lo mpf/set_si.lo mpf/set_str.lo mpf/set_d.lo mpf/set_z.lo mpf/iset.lo mpf/iset_ui.lo mpf/iset_si.lo mpf/iset_str.lo mpf/iset_d.lo mpf/clear.lo mpf/clears.lo mpf/get_str.lo mpf/dump.lo mpf/size.lo mpf/eq.lo mpf/reldiff.lo mpf/sqrt.lo mpf/random2.lo mpf/inp_str.lo mpf/out_str.lo mpf/add.lo mpf/add_ui.lo mpf/sub.lo mpf/sub_ui.lo mpf/ui_sub.lo mpf/mul.lo mpf/mul_ui.lo mpf/div.lo mpf/div_ui.lo mpf/cmp.lo mpf/cmp_d.lo mpf/cmp_ui.lo mpf/cmp_si.lo mpf/mul_2exp.lo mpf/div_2exp.lo mpf/abs.lo mpf/neg.lo mpf/set_q.lo mpf/get_d.lo mpf/get_d_2exp.lo mpf/set_dfl_prec.lo mpf/set_prc.lo mpf/set_prc_raw.lo mpf/get_dfl_prec.lo mpf/get_prc.lo mpf/ui_div.lo mpf/sqrt_ui.lo mpf/ceilfloor.lo mpf/trunc.lo mpf/pow_ui.lo mpf/urandomb.lo mpf/swap.lo mpf/fits_sint.lo mpf/fits_slong.lo mpf/fits_sshort.lo mpf/fits_uint.lo mpf/fits_ulong.lo mpf/fits_ushort.lo mpf/get_si.lo mpf/get_ui.lo mpf/int_p.lo mpz/abs.lo mpz/add.lo mpz/add_ui.lo mpz/aorsmul.lo mpz/aorsmul_i.lo mpz/and.lo mpz/array_init.lo mpz/bin_ui.lo mpz/bin_uiui.lo mpz/cdiv_q.lo mpz/cdiv_q_ui.lo mpz/cdiv_qr.lo mpz/cdiv_qr_ui.lo mpz/cdiv_r.lo mpz/cdiv_r_ui.lo mpz/cdiv_ui.lo mpz/cfdiv_q_2exp.lo mpz/cfdiv_r_2exp.lo mpz/clear.lo mpz/clears.lo mpz/clrbit.lo mpz/cmp.lo mpz/cmp_d.lo mpz/cmp_si.lo mpz/cmp_ui.lo mpz/cmpabs.lo mpz/cmpabs_d.lo mpz/cmpabs_ui.lo mpz/com.lo mpz/combit.lo mpz/cong.lo mpz/cong_2exp.lo mpz/cong_ui.lo mpz/divexact.lo mpz/divegcd.lo mpz/dive_ui.lo mpz/divis.lo mpz/divis_ui.lo mpz/divis_2exp.lo mpz/dump.lo mpz/export.lo mpz/mfac_uiui.lo mpz/2fac_ui.lo mpz/fac_ui.lo mpz/oddfac_1.lo mpz/prodlimbs.lo mpz/fdiv_q_ui.lo mpz/fdiv_qr.lo mpz/fdiv_qr_ui.lo mpz/fdiv_r.lo mpz/fdiv_r_ui.lo mpz/fdiv_q.lo mpz/fdiv_ui.lo mpz/fib_ui.lo mpz/fib2_ui.lo mpz/fits_sint.lo mpz/fits_slong.lo mpz/fits_sshort.lo mpz/fits_uint.lo mpz/fits_ulong.lo mpz/fits_ushort.lo mpz/gcd.lo mpz/gcd_ui.lo mpz/gcdext.lo mpz/get_d.lo mpz/get_d_2exp.lo mpz/get_si.lo mpz/get_str.lo mpz/get_ui.lo mpz/getlimbn.lo mpz/hamdist.lo mpz/import.lo mpz/init.lo mpz/init2.lo mpz/inits.lo mpz/inp_raw.lo mpz/inp_str.lo mpz/invert.lo mpz/ior.lo mpz/iset.lo mpz/iset_d.lo mpz/iset_si.lo mpz/iset_str.lo mpz/iset_ui.lo mpz/jacobi.lo mpz/kronsz.lo mpz/kronuz.lo mpz/kronzs.lo mpz/kronzu.lo mpz/lcm.lo mpz/lcm_ui.lo mpz/lucnum_ui.lo mpz/lucnum2_ui.lo mpz/millerrabin.lo mpz/mod.lo mpz/mul.lo mpz/mul_2exp.lo mpz/mul_si.lo mpz/mul_ui.lo mpz/n_pow_ui.lo mpz/neg.lo mpz/nextprime.lo mpz/out_raw.lo mpz/out_str.lo mpz/perfpow.lo mpz/perfsqr.lo mpz/popcount.lo mpz/pow_ui.lo mpz/powm.lo mpz/powm_sec.lo mpz/powm_ui.lo mpz/primorial_ui.lo mpz/pprime_p.lo mpz/random.lo mpz/random2.lo mpz/realloc.lo mpz/realloc2.lo mpz/remove.lo mpz/root.lo mpz/rootrem.lo mpz/rrandomb.lo mpz/scan0.lo mpz/scan1.lo mpz/set.lo mpz/set_d.lo mpz/set_f.lo mpz/set_q.lo mpz/set_si.lo mpz/set_str.lo mpz/set_ui.lo mpz/setbit.lo mpz/size.lo mpz/sizeinbase.lo mpz/sqrt.lo mpz/sqrtrem.lo mpz/sub.lo mpz/sub_ui.lo mpz/swap.lo mpz/tdiv_ui.lo mpz/tdiv_q.lo mpz/tdiv_q_2exp.lo mpz/tdiv_q_ui.lo mpz/tdiv_qr.lo mpz/tdiv_qr_ui.lo mpz/tdiv_r.lo mpz/tdiv_r_2exp.lo mpz/tdiv_r_ui.lo mpz/tstbit.lo mpz/ui_pow_ui.lo mpz/ui_sub.lo mpz/urandomb.lo mpz/urandomm.lo mpz/xor.lo mpq/abs.lo mpq/aors.lo mpq/canonicalize.lo mpq/clear.lo mpq/clears.lo mpq/cmp.lo mpq/cmp_si.lo mpq/cmp_ui.lo mpq/div.lo mpq/get_d.lo mpq/get_den.lo mpq/get_num.lo mpq/get_str.lo mpq/init.lo mpq/inits.lo mpq/inp_str.lo mpq/inv.lo mpq/md_2exp.lo mpq/mul.lo mpq/neg.lo mpq/out_str.lo mpq/set.lo mpq/set_den.lo mpq/set_num.lo mpq/set_si.lo mpq/set_str.lo mpq/set_ui.lo mpq/equal.lo mpq/set_z.lo mpq/set_d.lo mpq/set_f.lo mpq/swap.lo mpn/fib_table.lo mpn/mp_bases.lo mpn/invert_limb_table.lo mpn/add.lo mpn/add_1.lo mpn/add_n.lo mpn/sub.lo mpn/sub_1.lo mpn/sub_n.lo mpn/addcnd_n.lo mpn/subcnd_n.lo mpn/neg.lo mpn/com.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/add_err1_n.lo mpn/add_err2_n.lo mpn/add_err3_n.lo mpn/sub_err1_n.lo mpn/sub_err2_n.lo mpn/sub_err3_n.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis.lo mpn/divrem.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_mod_1.lo mpn/dump.lo mpn/mod_1_1.lo mpn/mod_1_2.lo mpn/mod_1_3.lo mpn/mod_1_4.lo mpn/lshiftc.lo mpn/mul.lo mpn/mul_fft.lo mpn/mul_n.lo mpn/sqr.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/nussbaumer_mul.lo mpn/mulmid_basecase.lo mpn/toom42_mulmid.lo mpn/mulmid_n.lo mpn/mulmid.lo mpn/random.lo mpn/random2.lo mpn/pow_1.lo mpn/rootrem.lo mpn/sqrtrem.lo mpn/get_str.lo mpn/set_str.lo mpn/scan0.lo mpn/scan1.lo mpn/popcount.lo mpn/hamdist.lo mpn/cmp.lo mpn/perfsqr.lo mpn/perfpow.lo mpn/gcd_1.lo mpn/gcd.lo mpn/gcdext_1.lo mpn/gcdext.lo mpn/gcd_subdiv_step.lo mpn/gcdext_lehmer.lo mpn/div_q.lo mpn/tdiv_qr.lo mpn/jacbase.lo mpn/jacobi_2.lo mpn/jacobi.lo mpn/get_d.lo mpn/matrix22_mul.lo mpn/matrix22_mul1_inverse_vector.lo mpn/hgcd_matrix.lo mpn/hgcd2.lo mpn/hgcd_step.lo mpn/hgcd_reduce.lo mpn/hgcd.lo mpn/hgcd_appr.lo mpn/hgcd2_jacobi.lo mpn/hgcd_jacobi.lo mpn/mullo_n.lo mpn/mullo_basecase.lo mpn/toom22_mul.lo mpn/toom32_mul.lo mpn/toom42_mul.lo mpn/toom52_mul.lo mpn/toom62_mul.lo mpn/toom33_mul.lo mpn/toom43_mul.lo mpn/toom53_mul.lo mpn/toom54_mul.lo mpn/toom63_mul.lo mpn/toom44_mul.lo mpn/toom6h_mul.lo mpn/toom6_sqr.lo mpn/toom8h_mul.lo mpn/toom8_sqr.lo mpn/toom_couple_handling.lo mpn/toom2_sqr.lo mpn/toom3_sqr.lo mpn/toom4_sqr.lo mpn/toom_eval_dgr3_pm1.lo mpn/toom_eval_dgr3_pm2.lo mpn/toom_eval_pm1.lo mpn/toom_eval_pm2.lo mpn/toom_eval_pm2exp.lo mpn/toom_eval_pm2rexp.lo mpn/toom_interpolate_5pts.lo mpn/toom_interpolate_6pts.lo mpn/toom_interpolate_7pts.lo mpn/toom_interpolate_8pts.lo mpn/toom_interpolate_12pts.lo mpn/toom_interpolate_16pts.lo mpn/invertappr.lo mpn/invert.lo mpn/binvert.lo mpn/mulmod_bnm1.lo mpn/sqrmod_bnm1.lo mpn/div_qr_2.lo mpn/div_qr_2n_pi1.lo mpn/div_qr_2u_pi1.lo mpn/sbpi1_div_q.lo mpn/sbpi1_div_qr.lo mpn/sbpi1_divappr_q.lo mpn/dcpi1_div_q.lo mpn/dcpi1_div_qr.lo mpn/dcpi1_divappr_q.lo mpn/mu_div_qr.lo mpn/mu_divappr_q.lo mpn/mu_div_q.lo mpn/bdiv_q_1.lo mpn/sbpi1_bdiv_q.lo mpn/sbpi1_bdiv_qr.lo mpn/dcpi1_bdiv_q.lo mpn/dcpi1_bdiv_qr.lo mpn/mu_bdiv_q.lo mpn/mu_bdiv_qr.lo mpn/bdiv_q.lo mpn/bdiv_qr.lo mpn/broot.lo mpn/brootinv.lo mpn/bsqrt.lo mpn/bsqrtinv.lo mpn/divexact.lo mpn/bdiv_dbm1c.lo mpn/redc_1.lo mpn/redc_2.lo mpn/redc_n.lo mpn/powm.lo mpn/powlo.lo mpn/powm_sec.lo mpn/sb_div_qr_sec.lo mpn/sb_div_r_sec.lo mpn/sbpi1_div_qr_sec.lo mpn/sbpi1_div_r_sec.lo mpn/trialdiv.lo mpn/remove.lo mpn/and_n.lo mpn/andn_n.lo mpn/nand_n.lo mpn/ior_n.lo mpn/iorn_n.lo mpn/nior_n.lo mpn/xor_n.lo mpn/xnor_n.lo mpn/copyi.lo mpn/copyd.lo mpn/zero.lo mpn/tabselect.lo mpn/comb_tables.lo mpn/invert_limb.lo mpn/mul_2.lo mpn/addmul_2.lo mpn/addlsh1_n.lo mpn/sublsh1_n.lo mpn/rsblsh1_n.lo mpn/rsh1add_n.lo mpn/rsh1sub_n.lo mpn/addlsh2_n.lo mpn/sublsh2_n.lo mpn/rsblsh2_n.lo mpn/addlsh_n.lo mpn/rsblsh_n.lo mpn/add_n_sub_n.lo mpn/addaddmul_1msb0.lo printf/asprintf.lo printf/asprntffuns.lo printf/doprnt.lo printf/doprntf.lo printf/doprnti.lo printf/fprintf.lo printf/obprintf.lo printf/obvprintf.lo printf/obprntffuns.lo printf/printf.lo printf/printffuns.lo printf/snprintf.lo printf/snprntffuns.lo printf/sprintf.lo printf/sprintffuns.lo printf/vasprintf.lo printf/vfprintf.lo printf/vprintf.lo printf/vsnprintf.lo printf/vsprintf.lo printf/repl-vsnprintf.lo scanf/doscan.lo scanf/fscanf.lo scanf/fscanffuns.lo scanf/scanf.lo scanf/sscanf.lo scanf/sscanffuns.lo scanf/vfscanf.lo scanf/vscanf.lo scanf/vsscanf.lo rand/rand.lo rand/randclr.lo rand/randdef.lo rand/randiset.lo rand/randlc2s.lo rand/randlc2x.lo rand/randmt.lo rand/randmts.lo rand/rands.lo rand/randsd.lo rand/randsdui.lo rand/randbui.lo rand/randmui.lo | |
libtool: link: gcc -shared -fPIC -DPIC .libs/assert.o .libs/compat.o .libs/errno.o .libs/extract-dbl.o .libs/invalid.o .libs/memory.o .libs/mp_bpl.o .libs/mp_clz_tab.o .libs/mp_dv_tab.o .libs/mp_minv_tab.o .libs/mp_get_fns.o .libs/mp_set_fns.o .libs/version.o .libs/nextprime.o .libs/primesieve.o .libs/tal-reent.o mpf/.libs/init.o mpf/.libs/init2.o mpf/.libs/inits.o mpf/.libs/set.o mpf/.libs/set_ui.o mpf/.libs/set_si.o mpf/.libs/set_str.o mpf/.libs/set_d.o mpf/.libs/set_z.o mpf/.libs/iset.o mpf/.libs/iset_ui.o mpf/.libs/iset_si.o mpf/.libs/iset_str.o mpf/.libs/iset_d.o mpf/.libs/clear.o mpf/.libs/clears.o mpf/.libs/get_str.o mpf/.libs/dump.o mpf/.libs/size.o mpf/.libs/eq.o mpf/.libs/reldiff.o mpf/.libs/sqrt.o mpf/.libs/random2.o mpf/.libs/inp_str.o mpf/.libs/out_str.o mpf/.libs/add.o mpf/.libs/add_ui.o mpf/.libs/sub.o mpf/.libs/sub_ui.o mpf/.libs/ui_sub.o mpf/.libs/mul.o mpf/.libs/mul_ui.o mpf/.libs/div.o mpf/.libs/div_ui.o mpf/.libs/cmp.o mpf/.libs/cmp_d.o mpf/.libs/cmp_ui.o mpf/.libs/cmp_si.o mpf/.libs/mul_2exp.o mpf/.libs/div_2exp.o mpf/.libs/abs.o mpf/.libs/neg.o mpf/.libs/set_q.o mpf/.libs/get_d.o mpf/.libs/get_d_2exp.o mpf/.libs/set_dfl_prec.o mpf/.libs/set_prc.o mpf/.libs/set_prc_raw.o mpf/.libs/get_dfl_prec.o mpf/.libs/get_prc.o mpf/.libs/ui_div.o mpf/.libs/sqrt_ui.o mpf/.libs/ceilfloor.o mpf/.libs/trunc.o mpf/.libs/pow_ui.o mpf/.libs/urandomb.o mpf/.libs/swap.o mpf/.libs/fits_sint.o mpf/.libs/fits_slong.o mpf/.libs/fits_sshort.o mpf/.libs/fits_uint.o mpf/.libs/fits_ulong.o mpf/.libs/fits_ushort.o mpf/.libs/get_si.o mpf/.libs/get_ui.o mpf/.libs/int_p.o mpz/.libs/abs.o mpz/.libs/add.o mpz/.libs/add_ui.o mpz/.libs/aorsmul.o mpz/.libs/aorsmul_i.o mpz/.libs/and.o mpz/.libs/array_init.o mpz/.libs/bin_ui.o mpz/.libs/bin_uiui.o mpz/.libs/cdiv_q.o mpz/.libs/cdiv_q_ui.o mpz/.libs/cdiv_qr.o mpz/.libs/cdiv_qr_ui.o mpz/.libs/cdiv_r.o mpz/.libs/cdiv_r_ui.o mpz/.libs/cdiv_ui.o mpz/.libs/cfdiv_q_2exp.o mpz/.libs/cfdiv_r_2exp.o mpz/.libs/clear.o mpz/.libs/clears.o mpz/.libs/clrbit.o mpz/.libs/cmp.o mpz/.libs/cmp_d.o mpz/.libs/cmp_si.o mpz/.libs/cmp_ui.o mpz/.libs/cmpabs.o mpz/.libs/cmpabs_d.o mpz/.libs/cmpabs_ui.o mpz/.libs/com.o mpz/.libs/combit.o mpz/.libs/cong.o mpz/.libs/cong_2exp.o mpz/.libs/cong_ui.o mpz/.libs/divexact.o mpz/.libs/divegcd.o mpz/.libs/dive_ui.o mpz/.libs/divis.o mpz/.libs/divis_ui.o mpz/.libs/divis_2exp.o mpz/.libs/dump.o mpz/.libs/export.o mpz/.libs/mfac_uiui.o mpz/.libs/2fac_ui.o mpz/.libs/fac_ui.o mpz/.libs/oddfac_1.o mpz/.libs/prodlimbs.o mpz/.libs/fdiv_q_ui.o mpz/.libs/fdiv_qr.o mpz/.libs/fdiv_qr_ui.o mpz/.libs/fdiv_r.o mpz/.libs/fdiv_r_ui.o mpz/.libs/fdiv_q.o mpz/.libs/fdiv_ui.o mpz/.libs/fib_ui.o mpz/.libs/fib2_ui.o mpz/.libs/fits_sint.o mpz/.libs/fits_slong.o mpz/.libs/fits_sshort.o mpz/.libs/fits_uint.o mpz/.libs/fits_ulong.o mpz/.libs/fits_ushort.o mpz/.libs/gcd.o mpz/.libs/gcd_ui.o mpz/.libs/gcdext.o mpz/.libs/get_d.o mpz/.libs/get_d_2exp.o mpz/.libs/get_si.o mpz/.libs/get_str.o mpz/.libs/get_ui.o mpz/.libs/getlimbn.o mpz/.libs/hamdist.o mpz/.libs/import.o mpz/.libs/init.o mpz/.libs/init2.o mpz/.libs/inits.o mpz/.libs/inp_raw.o mpz/.libs/inp_str.o mpz/.libs/invert.o mpz/.libs/ior.o mpz/.libs/iset.o mpz/.libs/iset_d.o mpz/.libs/iset_si.o mpz/.libs/iset_str.o mpz/.libs/iset_ui.o mpz/.libs/jacobi.o mpz/.libs/kronsz.o mpz/.libs/kronuz.o mpz/.libs/kronzs.o mpz/.libs/kronzu.o mpz/.libs/lcm.o mpz/.libs/lcm_ui.o mpz/.libs/lucnum_ui.o mpz/.libs/lucnum2_ui.o mpz/.libs/millerrabin.o mpz/.libs/mod.o mpz/.libs/mul.o mpz/.libs/mul_2exp.o mpz/.libs/mul_si.o mpz/.libs/mul_ui.o mpz/.libs/n_pow_ui.o mpz/.libs/neg.o mpz/.libs/nextprime.o mpz/.libs/out_raw.o mpz/.libs/out_str.o mpz/.libs/perfpow.o mpz/.libs/perfsqr.o mpz/.libs/popcount.o mpz/.libs/pow_ui.o mpz/.libs/powm.o mpz/.libs/powm_sec.o mpz/.libs/powm_ui.o mpz/.libs/primorial_ui.o mpz/.libs/pprime_p.o mpz/.libs/random.o mpz/.libs/random2.o mpz/.libs/realloc.o mpz/.libs/realloc2.o mpz/.libs/remove.o mpz/.libs/root.o mpz/.libs/rootrem.o mpz/.libs/rrandomb.o mpz/.libs/scan0.o mpz/.libs/scan1.o mpz/.libs/set.o mpz/.libs/set_d.o mpz/.libs/set_f.o mpz/.libs/set_q.o mpz/.libs/set_si.o mpz/.libs/set_str.o mpz/.libs/set_ui.o mpz/.libs/setbit.o mpz/.libs/size.o mpz/.libs/sizeinbase.o mpz/.libs/sqrt.o mpz/.libs/sqrtrem.o mpz/.libs/sub.o mpz/.libs/sub_ui.o mpz/.libs/swap.o mpz/.libs/tdiv_ui.o mpz/.libs/tdiv_q.o mpz/.libs/tdiv_q_2exp.o mpz/.libs/tdiv_q_ui.o mpz/.libs/tdiv_qr.o mpz/.libs/tdiv_qr_ui.o mpz/.libs/tdiv_r.o mpz/.libs/tdiv_r_2exp.o mpz/.libs/tdiv_r_ui.o mpz/.libs/tstbit.o mpz/.libs/ui_pow_ui.o mpz/.libs/ui_sub.o mpz/.libs/urandomb.o mpz/.libs/urandomm.o mpz/.libs/xor.o mpq/.libs/abs.o mpq/.libs/aors.o mpq/.libs/canonicalize.o mpq/.libs/clear.o mpq/.libs/clears.o mpq/.libs/cmp.o mpq/.libs/cmp_si.o mpq/.libs/cmp_ui.o mpq/.libs/div.o mpq/.libs/get_d.o mpq/.libs/get_den.o mpq/.libs/get_num.o mpq/.libs/get_str.o mpq/.libs/init.o mpq/.libs/inits.o mpq/.libs/inp_str.o mpq/.libs/inv.o mpq/.libs/md_2exp.o mpq/.libs/mul.o mpq/.libs/neg.o mpq/.libs/out_str.o mpq/.libs/set.o mpq/.libs/set_den.o mpq/.libs/set_num.o mpq/.libs/set_si.o mpq/.libs/set_str.o mpq/.libs/set_ui.o mpq/.libs/equal.o mpq/.libs/set_z.o mpq/.libs/set_d.o mpq/.libs/set_f.o mpq/.libs/swap.o mpn/.libs/fib_table.o mpn/.libs/mp_bases.o mpn/.libs/invert_limb_table.o mpn/.libs/add.o mpn/.libs/add_1.o mpn/.libs/add_n.o mpn/.libs/sub.o mpn/.libs/sub_1.o mpn/.libs/sub_n.o mpn/.libs/addcnd_n.o mpn/.libs/subcnd_n.o mpn/.libs/neg.o mpn/.libs/com.o mpn/.libs/mul_1.o mpn/.libs/addmul_1.o mpn/.libs/submul_1.o mpn/.libs/add_err1_n.o mpn/.libs/add_err2_n.o mpn/.libs/add_err3_n.o mpn/.libs/sub_err1_n.o mpn/.libs/sub_err2_n.o mpn/.libs/sub_err3_n.o mpn/.libs/lshift.o mpn/.libs/rshift.o mpn/.libs/dive_1.o mpn/.libs/diveby3.o mpn/.libs/divis.o mpn/.libs/divrem.o mpn/.libs/divrem_1.o mpn/.libs/divrem_2.o mpn/.libs/fib2_ui.o mpn/.libs/mod_1.o mpn/.libs/mod_34lsub1.o mpn/.libs/mode1o.o mpn/.libs/pre_mod_1.o mpn/.libs/dump.o mpn/.libs/mod_1_1.o mpn/.libs/mod_1_2.o mpn/.libs/mod_1_3.o mpn/.libs/mod_1_4.o mpn/.libs/lshiftc.o mpn/.libs/mul.o mpn/.libs/mul_fft.o mpn/.libs/mul_n.o mpn/.libs/sqr.o mpn/.libs/mul_basecase.o mpn/.libs/sqr_basecase.o mpn/.libs/nussbaumer_mul.o mpn/.libs/mulmid_basecase.o mpn/.libs/toom42_mulmid.o mpn/.libs/mulmid_n.o mpn/.libs/mulmid.o mpn/.libs/random.o mpn/.libs/random2.o mpn/.libs/pow_1.o mpn/.libs/rootrem.o mpn/.libs/sqrtrem.o mpn/.libs/get_str.o mpn/.libs/set_str.o mpn/.libs/scan0.o mpn/.libs/scan1.o mpn/.libs/popcount.o mpn/.libs/hamdist.o mpn/.libs/cmp.o mpn/.libs/perfsqr.o mpn/.libs/perfpow.o mpn/.libs/gcd_1.o mpn/.libs/gcd.o mpn/.libs/gcdext_1.o mpn/.libs/gcdext.o mpn/.libs/gcd_subdiv_step.o mpn/.libs/gcdext_lehmer.o mpn/.libs/div_q.o mpn/.libs/tdiv_qr.o mpn/.libs/jacbase.o mpn/.libs/jacobi_2.o mpn/.libs/jacobi.o mpn/.libs/get_d.o mpn/.libs/matrix22_mul.o mpn/.libs/matrix22_mul1_inverse_vector.o mpn/.libs/hgcd_matrix.o mpn/.libs/hgcd2.o mpn/.libs/hgcd_step.o mpn/.libs/hgcd_reduce.o mpn/.libs/hgcd.o mpn/.libs/hgcd_appr.o mpn/.libs/hgcd2_jacobi.o mpn/.libs/hgcd_jacobi.o mpn/.libs/mullo_n.o mpn/.libs/mullo_basecase.o mpn/.libs/toom22_mul.o mpn/.libs/toom32_mul.o mpn/.libs/toom42_mul.o mpn/.libs/toom52_mul.o mpn/.libs/toom62_mul.o mpn/.libs/toom33_mul.o mpn/.libs/toom43_mul.o mpn/.libs/toom53_mul.o mpn/.libs/toom54_mul.o mpn/.libs/toom63_mul.o mpn/.libs/toom44_mul.o mpn/.libs/toom6h_mul.o mpn/.libs/toom6_sqr.o mpn/.libs/toom8h_mul.o mpn/.libs/toom8_sqr.o mpn/.libs/toom_couple_handling.o mpn/.libs/toom2_sqr.o mpn/.libs/toom3_sqr.o mpn/.libs/toom4_sqr.o mpn/.libs/toom_eval_dgr3_pm1.o mpn/.libs/toom_eval_dgr3_pm2.o mpn/.libs/toom_eval_pm1.o mpn/.libs/toom_eval_pm2.o mpn/.libs/toom_eval_pm2exp.o mpn/.libs/toom_eval_pm2rexp.o mpn/.libs/toom_interpolate_5pts.o mpn/.libs/toom_interpolate_6pts.o mpn/.libs/toom_interpolate_7pts.o mpn/.libs/toom_interpolate_8pts.o mpn/.libs/toom_interpolate_12pts.o mpn/.libs/toom_interpolate_16pts.o mpn/.libs/invertappr.o mpn/.libs/invert.o mpn/.libs/binvert.o mpn/.libs/mulmod_bnm1.o mpn/.libs/sqrmod_bnm1.o mpn/.libs/div_qr_2.o mpn/.libs/div_qr_2n_pi1.o mpn/.libs/div_qr_2u_pi1.o mpn/.libs/sbpi1_div_q.o mpn/.libs/sbpi1_div_qr.o mpn/.libs/sbpi1_divappr_q.o mpn/.libs/dcpi1_div_q.o mpn/.libs/dcpi1_div_qr.o mpn/.libs/dcpi1_divappr_q.o mpn/.libs/mu_div_qr.o mpn/.libs/mu_divappr_q.o mpn/.libs/mu_div_q.o mpn/.libs/bdiv_q_1.o mpn/.libs/sbpi1_bdiv_q.o mpn/.libs/sbpi1_bdiv_qr.o mpn/.libs/dcpi1_bdiv_q.o mpn/.libs/dcpi1_bdiv_qr.o mpn/.libs/mu_bdiv_q.o mpn/.libs/mu_bdiv_qr.o mpn/.libs/bdiv_q.o mpn/.libs/bdiv_qr.o mpn/.libs/broot.o mpn/.libs/brootinv.o mpn/.libs/bsqrt.o mpn/.libs/bsqrtinv.o mpn/.libs/divexact.o mpn/.libs/bdiv_dbm1c.o mpn/.libs/redc_1.o mpn/.libs/redc_2.o mpn/.libs/redc_n.o mpn/.libs/powm.o mpn/.libs/powlo.o mpn/.libs/powm_sec.o mpn/.libs/sb_div_qr_sec.o mpn/.libs/sb_div_r_sec.o mpn/.libs/sbpi1_div_qr_sec.o mpn/.libs/sbpi1_div_r_sec.o mpn/.libs/trialdiv.o mpn/.libs/remove.o mpn/.libs/and_n.o mpn/.libs/andn_n.o mpn/.libs/nand_n.o mpn/.libs/ior_n.o mpn/.libs/iorn_n.o mpn/.libs/nior_n.o mpn/.libs/xor_n.o mpn/.libs/xnor_n.o mpn/.libs/copyi.o mpn/.libs/copyd.o mpn/.libs/zero.o mpn/.libs/tabselect.o mpn/.libs/comb_tables.o mpn/.libs/invert_limb.o mpn/.libs/mul_2.o mpn/.libs/addmul_2.o mpn/.libs/addlsh1_n.o mpn/.libs/sublsh1_n.o mpn/.libs/rsblsh1_n.o mpn/.libs/rsh1add_n.o mpn/.libs/rsh1sub_n.o mpn/.libs/addlsh2_n.o mpn/.libs/sublsh2_n.o mpn/.libs/rsblsh2_n.o mpn/.libs/addlsh_n.o mpn/.libs/rsblsh_n.o mpn/.libs/add_n_sub_n.o mpn/.libs/addaddmul_1msb0.o printf/.libs/asprintf.o printf/.libs/asprntffuns.o printf/.libs/doprnt.o printf/.libs/doprntf.o printf/.libs/doprnti.o printf/.libs/fprintf.o printf/.libs/obprintf.o printf/.libs/obvprintf.o printf/.libs/obprntffuns.o printf/.libs/printf.o printf/.libs/printffuns.o printf/.libs/snprintf.o printf/.libs/snprntffuns.o printf/.libs/sprintf.o printf/.libs/sprintffuns.o printf/.libs/vasprintf.o printf/.libs/vfprintf.o printf/.libs/vprintf.o printf/.libs/vsnprintf.o printf/.libs/vsprintf.o printf/.libs/repl-vsnprintf.o scanf/.libs/doscan.o scanf/.libs/fscanf.o scanf/.libs/fscanffuns.o scanf/.libs/scanf.o scanf/.libs/sscanf.o scanf/.libs/sscanffuns.o scanf/.libs/vfscanf.o scanf/.libs/vscanf.o scanf/.libs/vsscanf.o rand/.libs/rand.o rand/.libs/randclr.o rand/.libs/randdef.o rand/.libs/randiset.o rand/.libs/randlc2s.o rand/.libs/randlc2x.o rand/.libs/randmt.o rand/.libs/randmts.o rand/.libs/rands.o rand/.libs/randsd.o rand/.libs/randsdui.o rand/.libs/randbui.o rand/.libs/randmui.o -O2 -m64 -mtune=corei7 -march=corei7 -Wl,-soname -Wl,libgmp.so.10 -o .libs/libgmp.so.10.1.1 | |
/usr/bin/ld: mpn/.libs/invert_limb.o: relocation R_X86_64_PC32 against protected symbol `__gmpn_invert_limb_table' can not be used when making a shared object | |
/usr/bin/ld: final link failed: Bad value | |
collect2: error: ld returned 1 exit status | |
make[2]: *** [Makefile:744: libgmp.la] Error 1 | |
make[2]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1' | |
make[1]: *** [Makefile:833: all-recursive] Error 1 | |
make[1]: Leaving directory '/media/WindowsC/Users/daniel.hilst/Downloads/CSI/packages/gmp-5.1.1' | |
make: *** [Makefile:656: all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment