bug repport

Sidoine Samo Djossi samosidoine at gmail.com
Thu Jan 30 00:08:22 UTC 2014


greetings. i try to install GMP on my system Ubuntu 11.04 but the command
./configure end with an error message:
checking for suitable m4... configure: error: No usable m4 in $PATH or
/usr/5bin (see config.log for reasons).
I send you config.log file for more details.
-------------- next part --------------
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.0.1, which was
generated by GNU Autoconf 2.65.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = lesamo-Inspiron-1545
uname -m = i686
uname -r = 3.2.0-23-generic-pae
uname -s = Linux
uname -v = #36-Ubuntu SMP Tue Apr 10 22:19:09 UTC 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3203: checking build system type
configure:3217: result: core2-pc-linux-gnu
configure:3237: checking host system type
configure:3250: result: core2-pc-linux-gnu
configure:3287: checking for a BSD-compatible install
configure:3355: result: /usr/bin/install -c
configure:3366: checking whether build environment is sane
configure:3416: result: yes
configure:3557: checking for a thread-safe mkdir -p
configure:3596: result: /bin/mkdir -p
configure:3609: checking for gawk
configure:3639: result: no
configure:3609: checking for mawk
configure:3625: found /usr/bin/mawk
configure:3636: result: mawk
configure:3647: checking whether make sets $(MAKE)
configure:3669: result: yes
configure:3752: checking whether to enable maintainer-specific portions of Makefiles
configure:3761: result: no
User:
ABI=
CC=
CFLAGS=(unset)
CPPFLAGS=(unset)
MPN_PATH=
GMP:
abilist=64 32
cclist=gcc icc cc
configure:5464: gcc 2>&1 | grep xlc >/dev/null
configure:5467: $? = 1
configure:5521: checking compiler gcc -O2 -pedantic -m64 
Test compile: 
configure:5535: gcc -O2 -pedantic -m64  conftest.c >&5
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find -lc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libgcc.a when searching for -lgcc
/usr/bin/ld: cannot find -lgcc
/usr/bin/ld: skipping incompatible /usr/lib/gcc/i686-linux-gnu/4.6/libgcc_s.so when searching for -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: ld returned 1 exit status
configure:5538: $? = 1
failed program was:

int main () { return 0; }
configure:6561: result: no
configure:5464: gcc 2>&1 | grep xlc >/dev/null
configure:5467: $? = 1
configure:5521: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer 
Test compile: 
configure:5535: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5538: $? = 0
configure:5543: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5546: $? = 0
Test compile: function pointer return
configure:5589: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5592: $? = 0
configure:5597: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5600: $? = 0
Test compile: cmov instruction
configure:5645: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5648: $? = 0
configure:5653: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5656: $? = 0
Test compile: double -> ulong conversion
configure:5702: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5705: $? = 0
configure:5710: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5713: $? = 0
Test compile: double negation
configure:5757: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5760: $? = 0
configure:5765: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5768: $? = 0
Test compile: double -> float conversion
configure:5813: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5816: $? = 0
configure:5821: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5824: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5898: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:5901: $? = 0
configure:5906: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:5909: $? = 0
Test compile: __builtin_alloca availability
configure:5949: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
configure:5952: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:6073: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:6076: $? = 0
configure:6081: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6084: $? = 0
Test compile: long long reliability test 1
configure:6137: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:6140: $? = 0
configure:6145: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6148: $? = 0
Test compile: long long reliability test 2
configure:6197: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
conftest.c: In function 'f':
conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:6200: $? = 0
configure:6205: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6208: $? = 0
Test compile: mpn_lshift_com optimization
configure:6296: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:6299: $? = 0
configure:6304: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6307: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6404: gcc -m32 -O2 -pedantic -fomit-frame-pointer  conftest.c >&5
configure:6407: $? = 0
configure:6412: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:6415: $? = 0
configure:6561: result: yes
configure: testlist sizeof-long-4
configure:6736: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has sizeof(long)==4
configure:6749: gcc -m32 -O2 -pedantic -fomit-frame-pointer -c conftest.c >&5
configure:6752: $? = 0
configure:6757: result: yes
configure:7064: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2
Test compile: 
configure:7078: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7081: $? = 0
configure:7086: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7089: $? = 0
Test compile: function pointer return
configure:7132: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7135: $? = 0
configure:7140: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7143: $? = 0
Test compile: cmov instruction
configure:7188: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7191: $? = 0
configure:7196: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7199: $? = 0
Test compile: double -> ulong conversion
configure:7245: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7248: $? = 0
configure:7253: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7256: $? = 0
Test compile: double negation
configure:7300: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7303: $? = 0
configure:7308: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7311: $? = 0
Test compile: double -> float conversion
configure:7356: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7359: $? = 0
configure:7364: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7367: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:7441: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7444: $? = 0
configure:7449: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7452: $? = 0
Test compile: __builtin_alloca availability
configure:7492: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
configure:7495: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:7616: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7619: $? = 0
configure:7624: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7627: $? = 0
Test compile: long long reliability test 1
configure:7680: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:7683: $? = 0
configure:7688: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7691: $? = 0
Test compile: long long reliability test 2
configure:7740: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
conftest.c: In function 'f':
conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:7743: $? = 0
configure:7748: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7751: $? = 0
Test compile: mpn_lshift_com optimization
configure:7839: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7842: $? = 0
configure:7847: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7850: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:7947: gcc -m32 -O2 -pedantic -fomit-frame-pointer  -mtune=core2 conftest.c >&5
configure:7950: $? = 0
configure:7955: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7958: $? = 0
configure:8104: result: yes
configure:7064: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2
Test compile: 
configure:7078: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7081: $? = 0
configure:7086: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7089: $? = 0
Test compile: function pointer return
configure:7132: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7135: $? = 0
configure:7140: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7143: $? = 0
Test compile: cmov instruction
configure:7188: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7191: $? = 0
configure:7196: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7199: $? = 0
Test compile: double -> ulong conversion
configure:7245: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7248: $? = 0
configure:7253: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7256: $? = 0
Test compile: double negation
configure:7300: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7303: $? = 0
configure:7308: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7311: $? = 0
Test compile: double -> float conversion
configure:7356: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7359: $? = 0
configure:7364: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7367: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:7441: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7444: $? = 0
configure:7449: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7452: $? = 0
Test compile: __builtin_alloca availability
configure:7492: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
/usr/lib/gcc/i686-linux-gnu/4.6/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
configure:7495: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:7616: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7619: $? = 0
configure:7624: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7627: $? = 0
Test compile: long long reliability test 1
configure:7680: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:7683: $? = 0
configure:7688: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7691: $? = 0
Test compile: long long reliability test 2
configure:7740: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
conftest.c: In function 'f':
conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long]
configure:7743: $? = 0
configure:7748: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7751: $? = 0
Test compile: mpn_lshift_com optimization
configure:7839: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7842: $? = 0
configure:7847: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7850: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:7947: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2  -march=core2 conftest.c >&5
configure:7950: $? = 0
configure:7955: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:7958: $? = 0
configure:8104: result: yes
configure:8253: checking for gcc
configure:8280: result: gcc
configure:8509: checking for C compiler version
configure:8518: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:8529: $? = 0
configure:8518: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:8529: $? = 0
configure:8518: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:8529: $? = 4
configure:8518: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:8529: $? = 4
configure:8549: checking whether the C compiler works
configure:8571: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:8575: $? = 0
configure:8624: result: yes
configure:8627: checking for C compiler default output file name
configure:8629: result: a.out
configure:8635: checking for suffix of executables
configure:8642: gcc -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:8646: $? = 0
configure:8668: result: 
configure:8690: checking whether we are cross compiling
configure:8698: gcc -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:8702: $? = 0
configure:8709: ./conftest
configure:8713: $? = 0
configure:8728: result: no
configure:8733: checking for suffix of object files
configure:8755: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:8759: $? = 0
configure:8780: result: o
configure:8784: checking whether we are using the GNU C compiler
configure:8803: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:8803: $? = 0
configure:8812: result: yes
configure:8821: checking whether gcc accepts -g
configure:8841: gcc -c -g  conftest.c >&5
configure:8841: $? = 0
configure:8882: result: yes
configure:8899: checking for gcc option to accept ISO C89
configure:8963: gcc  -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:8963: $? = 0
configure:8976: result: none needed
configure:9000: checking for gcc option to accept ISO C99
configure:9149: gcc  -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:21:1: warning: C++ style comments are not allowed in ISO C90 [enabled by default]
conftest.c:21:1: warning: (this will be reported only once per input file) [enabled by default]
conftest.c:22:15: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
conftest.c:23:18: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
conftest.c:24:21: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros]
conftest.c:40:6: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:40:6: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:40:6: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:43:5: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:43:5: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:43:5: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:47:13: warning: ISO C90 does not support 'long long' [-Wlong-long]
conftest.c:47:32: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:48:22: warning: ISO C90 does not support 'long long' [-Wlong-long]
conftest.c:48:41: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:53:10: warning: ISO C90 does not support flexible array members [-pedantic]
conftest.c:65:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'test_varargs':
conftest.c:81:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
conftest.c:84:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
conftest.c: In function 'main':
conftest.c:119:3: warning: ISO C forbids nested functions [-pedantic]
conftest.c:119:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:119:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
conftest.c:119:18: error: 'newvar' undeclared (first use in this function)
conftest.c:119:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:126:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
conftest.c:129:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:129:3: note: use option -std=c99 or -std=gnu99 to compile your code
conftest.c:134:5: warning: ISO C90 forbids specifying subobject to initialize [-pedantic]
conftest.c:135:5: warning: ISO C90 forbids specifying subobject to initialize [-pedantic]
conftest.c:136:5: warning: ISO C90 forbids specifying subobject to initialize [-pedantic]
conftest.c:133:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
conftest.c:141:3: warning: ISO C90 forbids variable length array 'dynamic_array' [-Wvla]
conftest.c:141:3: warning: ISO C90 forbids mixed declarations and code [-pedantic]
conftest.c:145:33: warning: use of C99 long long integer constant [-Wlong-long]
conftest.c:145:51: warning: use of C99 long long integer constant [-Wlong-long]
configure:9149: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:9149: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:9149: $? = 0
configure:9169: result: -std=gnu99
configure:9271: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:9285: result: -std=gnu99
configure:9294: checking how to run the C preprocessor
configure:9325: gcc -std=gnu99 -E  conftest.c
configure:9325: $? = 0
configure:9339: gcc -std=gnu99 -E  conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:9339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9364: result: gcc -std=gnu99 -E
configure:9384: gcc -std=gnu99 -E  conftest.c
configure:9384: $? = 0
configure:9398: gcc -std=gnu99 -E  conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:9398: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9452: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:9452: $? = 0
configure:9532: checking build system compiler gcc -std=gnu99
configure:9545: gcc -std=gnu99 conftest.c
conftest.c: In function 'main':
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:9548: $? = 0
configure:9555: result: yes
configure:9574: checking for build system preprocessor
configure:9585: gcc -std=gnu99 -E conftest.c
# 1 "conftest.c"
# 1 "<built-in>"
# 1 "<command-line>"
# 1 "conftest.c"
configure:9588: $? = 0
configure:9603: result: gcc -std=gnu99 -E
configure:9610: checking for build system executable suffix
configure:9624: gcc -std=gnu99 conftest.c -o conftest.exe
conftest.c: In function 'main':
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:9627: $? = 0
./configure: line 9629: ./conftest: No such file or directory
configure:9624: gcc -std=gnu99 conftest.c -o conftest,ff8
conftest.c: In function 'main':
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:9627: $? = 0
./configure: line 9629: ./conftest: No such file or directory
configure:9624: gcc -std=gnu99 conftest.c -o conftest
conftest.c: In function 'main':
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:9627: $? = 0
configure:9641: result: 
configure:9647: checking whether build system compiler is ANSI
configure:9660: gcc -std=gnu99 conftest.c
conftest.c: In function 'main':
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:9663: $? = 0
configure:9672: result: yes
configure:9682: checking for build system compiler math library
configure:9701: gcc -std=gnu99 conftest.c -lm
conftest.c: In function 'main':
conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c: In function 'foo':
conftest.c:10:3: warning: implicit declaration of function 'log' [-Wimplicit-function-declaration]
conftest.c:10:10: warning: incompatible implicit declaration of built-in function 'log' [enabled by default]
configure:9704: $? = 0
configure:9713: result: -lm
configure:10324: checking for grep that handles long lines and -e
configure:10382: result: /bin/grep
configure:10387: checking for egrep
configure:10449: result: /bin/grep -E
configure:10516: checking if the assembler knows about MMX instructions
configure:10526: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.s >conftest.out 2>&1
configure:10529: $? = 0
configure:10553: result: yes
configure:10620: checking if the assembler knows about SSE2 instructions
configure:10630: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.s >conftest.out 2>&1
configure:10633: $? = 0
configure:10647: result: yes
Decided:
ABI=32
CC=gcc -std=gnu99
CFLAGS=-m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2
CPPFLAGS=
GMP_LDFLAGS=
CXX=
CXXFLAGS=
path= x86/p6/sse2 x86/p6/p3mmx x86/p6/mmx x86/p6 x86 generic
configure:10719: checking for function prototypes
configure:10722: result: yes
configure:10735: checking for ANSI C header files
configure:10755: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10755: $? = 0
configure:10828: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:10828: $? = 0
configure:10828: ./conftest
configure:10828: $? = 0
configure:10839: result: yes
configure:10852: checking for sys/types.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for sys/stat.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for stdlib.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for string.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for memory.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for strings.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for inttypes.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for stdint.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10852: checking for unistd.h
configure:10852: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:10852: $? = 0
configure:10852: result: yes
configure:10875: checking for string.h
configure:10875: result: yes
configure:10888: checking whether assembler supports --noexecstack option
configure:10898: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 
                     -S -o conftest.s conftest.c >/dev/null
configure:10901: $? = 0
configure:10906: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  -Wa,--noexecstack
                       -c -o conftest.o conftest.s >/dev/null
configure:10909: $? = 0
configure:10918: result: yes
configure:10971: checking for ar
configure:10987: found /usr/bin/ar
configure:10998: result: ar
configure:11039: checking for BSD- or MS-compatible name lister (nm)
configure:11088: result: /usr/bin/nm -B
configure:11206: checking the name lister (/usr/bin/nm -B) interface
configure:11213: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:11216: /usr/bin/nm -B "conftest.o"
configure:11219: output
00000000 B some_variable
configure:11226: result: BSD nm
configure:11882: checking for a sed that does not truncate output
configure:11946: result: /bin/sed
configure:11964: checking for fgrep
configure:12026: result: /bin/grep -F
configure:12061: checking for ld used by gcc -std=gnu99
configure:12128: result: /usr/bin/ld
configure:12135: checking if the linker (/usr/bin/ld) is GNU ld
configure:12150: result: yes
configure:12162: checking whether ln -s works
configure:12166: result: yes
configure:12174: checking the maximum length of command line arguments
configure:12294: result: 1572864
configure:12311: checking whether the shell understands some XSI constructs
configure:12321: result: yes
configure:12325: checking whether the shell understands "+="
configure:12331: result: yes
configure:12366: checking for /usr/bin/ld option to reload object files
configure:12373: result: -r
configure:12442: checking for objdump
configure:12469: result: objdump
configure:12498: checking how to recognize dependent libraries
configure:12694: result: pass_all
configure:12754: checking for ar
configure:12781: result: ar
configure:12859: checking for strip
configure:12875: found /usr/bin/strip
configure:12886: result: strip
configure:12958: checking for ranlib
configure:12974: found /usr/bin/ranlib
configure:12985: result: ranlib
configure:13075: checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object
configure:13193: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:13196: $? = 0
configure:13200: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:13203: $? = 0
configure:13257: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c conftstm.o >&5
conftest.c:17:20: warning: ISO C forbids conversion of function pointer to object pointer type [-pedantic]
configure:13260: $? = 0
configure:13298: result: ok
configure:14103: checking for dlfcn.h
configure:14103: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:14103: $? = 0
configure:14103: result: yes
configure:14174: checking for g++
configure:14190: found /usr/bin/g++
configure:14201: result: g++
configure:14228: checking for C++ compiler version
configure:14237: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 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:14248: $? = 0
configure:14237: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:14248: $? = 0
configure:14237: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:14248: $? = 4
configure:14237: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:14248: $? = 4
configure:14252: checking whether we are using the GNU C++ compiler
configure:14271: g++ -c   conftest.cpp >&5
configure:14271: $? = 0
configure:14280: result: yes
configure:14289: checking whether g++ accepts -g
configure:14309: g++ -c -g  conftest.cpp >&5
configure:14309: $? = 0
configure:14350: result: yes
configure:14381: checking how to run the C++ preprocessor
configure:14408: g++ -E  conftest.cpp
configure:14408: $? = 0
configure:14422: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14422: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14447: result: g++ -E
configure:14467: g++ -E  conftest.cpp
configure:14467: $? = 0
configure:14481: g++ -E  conftest.cpp
conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:14481: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:14569: checking for g77
configure:14599: result: no
configure:14569: checking for xlf
configure:14599: result: no
configure:14569: checking for f77
configure:14599: result: no
configure:14569: checking for frt
configure:14599: result: no
configure:14569: checking for pgf77
configure:14599: result: no
configure:14569: checking for cf77
configure:14599: result: no
configure:14569: checking for fort77
configure:14599: result: no
configure:14569: checking for fl32
configure:14599: result: no
configure:14569: checking for af77
configure:14599: result: no
configure:14569: checking for xlf90
configure:14599: result: no
configure:14569: checking for f90
configure:14599: result: no
configure:14569: checking for pgf90
configure:14599: result: no
configure:14569: checking for pghpf
configure:14599: result: no
configure:14569: checking for epcf90
configure:14599: result: no
configure:14569: checking for gfortran
configure:14599: result: no
configure:14569: checking for g95
configure:14599: result: no
configure:14569: checking for xlf95
configure:14599: result: no
configure:14569: checking for f95
configure:14599: result: no
configure:14569: checking for fort
configure:14599: result: no
configure:14569: checking for ifort
configure:14599: result: no
configure:14569: checking for ifc
configure:14599: result: no
configure:14569: checking for efc
configure:14599: result: no
configure:14569: checking for pgf95
configure:14599: result: no
configure:14569: checking for lf95
configure:14599: result: no
configure:14569: checking for ftn
configure:14599: result: no
configure:14622: checking for Fortran 77 compiler version
configure:14631:  --version >&5
./configure: line 14633: --version: command not found
configure:14642: $? = 127
configure:14631:  -v >&5
./configure: line 14633: -v: command not found
configure:14642: $? = 127
configure:14631:  -V >&5
./configure: line 14633: -V: command not found
configure:14642: $? = 127
configure:14631:  -qversion >&5
./configure: line 14633: -qversion: command not found
configure:14642: $? = 127
configure:14651: checking whether we are using the GNU Fortran 77 compiler
configure:14664:  -c  conftest.F >&5
./configure: line 2242: -c: command not found
configure:14664: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:14673: result: no
configure:14679: checking whether  accepts -g
configure:14690:  -c -g conftest.f >&5
./configure: line 2242: -c: command not found
configure:14690: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:14698: result: no
configure:14904: checking for objdir
configure:14919: result: .libs
configure:15211: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions
configure:15229: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:15233: $? = 0
configure:15246: result: no
configure:15266: checking for gcc -std=gnu99 option to produce PIC
configure:15538: result: -fPIC -DPIC
configure:15550: checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works
configure:15568: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  -fPIC -DPIC -DPIC conftest.c >&5
configure:15572: $? = 0
configure:15585: result: yes
configure:15609: checking if gcc -std=gnu99 static flag -static works
configure:15637: result: yes
configure:15652: checking if gcc -std=gnu99 supports -c -o file.o
configure:15673: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  -o out/conftest2.o conftest.c >&5
configure:15677: $? = 0
configure:15699: result: yes
configure:15707: checking if gcc -std=gnu99 supports -c -o file.o
configure:15754: result: yes
configure:15787: checking whether the gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries
configure:16773: result: yes
configure:16810: checking whether -lc should be explicitly linked in
configure:16815: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:16818: $? = 0
configure:16833: gcc -std=gnu99 -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:16836: $? = 0
configure:16848: result: no
configure:17012: checking dynamic linker characteristics
configure:17445: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:17445: $? = 0
configure:17663: result: GNU/Linux ld.so
configure:17765: checking how to hardcode library paths into programs
configure:17790: result: immediate
configure:18310: checking whether stripping libraries is possible
configure:18315: result: yes
configure:18350: checking if libtool supports shared libraries
configure:18352: result: yes
configure:18355: checking whether to build shared libraries
configure:18376: result: yes
configure:18379: checking whether to build static libraries
configure:18383: result: yes
configure:18533: checking for ld used by g++
configure:18600: result: /usr/bin/ld
configure:18607: checking if the linker (/usr/bin/ld) is GNU ld
configure:18622: result: yes
configure:18677: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:19590: result: yes
configure:19618: g++ -c -g -O2  conftest.cpp >&5
configure:19621: $? = 0
configure:19803: checking for g++ option to produce PIC
configure:20120: result: -fPIC -DPIC
configure:20129: checking if g++ PIC flag -fPIC -DPIC works
configure:20147: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:20151: $? = 0
configure:20164: result: yes
configure:20185: checking if g++ static flag -static works
configure:20213: result: yes
configure:20225: checking if g++ supports -c -o file.o
configure:20246: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:20250: $? = 0
configure:20272: result: yes
configure:20277: checking if g++ supports -c -o file.o
configure:20324: result: yes
configure:20354: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:20380: result: yes
configure:20517: checking dynamic linker characteristics
configure:20898: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:20898: $? = 0
configure:21116: result: GNU/Linux ld.so
configure:21167: checking how to hardcode library paths into programs
configure:21192: result: immediate
configure:23739: checking for ANSI C header files
configure:23843: result: yes
configure:23851: checking whether time.h and sys/time.h may both be included
configure:23871: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23871: $? = 0
configure:23878: result: yes
configure:23915: checking fcntl.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking fcntl.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for fcntl.h
configure:23915: result: yes
configure:23915: checking float.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking float.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for float.h
configure:23915: result: yes
configure:23915: checking invent.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:67:20: fatal error: invent.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking invent.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:34:20: fatal error: invent.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for invent.h
configure:23915: result: no
configure:23915: checking langinfo.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking langinfo.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for langinfo.h
configure:23915: result: yes
configure:23915: checking locale.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking locale.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for locale.h
configure:23915: result: yes
configure:23915: checking nl_types.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking nl_types.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for nl_types.h
configure:23915: result: yes
configure:23915: checking sys/attributes.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:70:28: fatal error: sys/attributes.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking sys/attributes.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:37:28: fatal error: sys/attributes.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for sys/attributes.h
configure:23915: result: no
configure:23915: checking sys/iograph.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:70:25: fatal error: sys/iograph.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking sys/iograph.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:37:25: fatal error: sys/iograph.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for sys/iograph.h
configure:23915: result: no
configure:23915: checking sys/mman.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking sys/mman.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for sys/mman.h
configure:23915: result: yes
configure:23915: checking sys/param.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking sys/param.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for sys/param.h
configure:23915: result: yes
configure:23915: checking sys/processor.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:72:27: fatal error: sys/processor.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking sys/processor.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:39:27: fatal error: sys/processor.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for sys/processor.h
configure:23915: result: no
configure:23915: checking sys/pstat.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:72:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking sys/pstat.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:39:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for sys/pstat.h
configure:23915: result: no
configure:23915: checking sys/sysinfo.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking sys/sysinfo.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for sys/sysinfo.h
configure:23915: result: yes
configure:23915: checking sys/syssgi.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:73:24: fatal error: sys/syssgi.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking sys/syssgi.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:40:24: fatal error: sys/syssgi.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for sys/syssgi.h
configure:23915: result: no
configure:23915: checking sys/systemcfg.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:73:27: fatal error: sys/systemcfg.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking sys/systemcfg.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
conftest.c:40:27: fatal error: sys/systemcfg.h: No such file or directory
compilation terminated.
configure:23915: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23915: result: no
configure:23915: checking for sys/systemcfg.h
configure:23915: result: no
configure:23915: checking sys/time.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking sys/time.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for sys/time.h
configure:23915: result: yes
configure:23915: checking sys/times.h usability
configure:23915: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking sys/times.h presence
configure:23915: gcc -std=gnu99 -E  conftest.c
configure:23915: $? = 0
configure:23915: result: yes
configure:23915: checking for sys/times.h
configure:23915: result: yes
configure:23930: checking for sys/resource.h
configure:23930: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23930: $? = 0
configure:23930: result: yes
configure:23954: checking for sys/sysctl.h
configure:23954: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23954: $? = 0
configure:23954: result: yes
configure:23971: checking for machine/hal_sysinfo.h
configure:23971: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:48:33: fatal error: machine/hal_sysinfo.h: No such file or directory
compilation terminated.
configure:23971: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:23971: result: no
configure:23996: checking whether fgetc is declared
configure:23996: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:23996: $? = 0
configure:23996: result: yes
configure:24006: checking whether fscanf is declared
configure:24006: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24006: $? = 0
configure:24006: result: yes
configure:24016: checking whether optarg is declared
configure:24016: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24016: $? = 0
configure:24016: result: yes
configure:24026: checking whether ungetc is declared
configure:24026: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24026: $? = 0
configure:24026: result: yes
configure:24036: checking whether vfprintf is declared
configure:24036: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24036: $? = 0
configure:24036: result: yes
configure:24047: checking whether sys_errlist is declared
configure:24047: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24047: $? = 0
configure:24047: result: yes
configure:24059: checking whether sys_nerr is declared
configure:24059: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24059: $? = 0
configure:24059: result: yes
configure:24073: checking return type of signal handlers
configure:24091: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:57:1: error: void value not ignored as it ought to be
configure:24091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24098: result: void
configure:24117: checking for intmax_t
configure:24117: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24117: $? = 0
configure:24117: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:88:23: error: expected expression before ')' token
configure:24117: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24117: result: yes
configure:24126: checking for long double
configure:24126: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24126: $? = 0
configure:24126: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:89:26: error: expected expression before ')' token
configure:24126: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24126: result: yes
configure:24135: checking for long long
configure:24135: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24135: $? = 0
configure:24135: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:90:24: error: expected expression before ')' token
configure:24135: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24135: result: yes
configure:24144: checking for ptrdiff_t
configure:24144: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24144: $? = 0
configure:24144: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:91:24: error: expected expression before ')' token
configure:24144: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24144: result: yes
configure:24153: checking for quad_t
configure:24153: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24153: $? = 0
configure:24153: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:92:21: error: expected expression before ')' token
configure:24153: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24153: result: yes
configure:24162: checking for uint_least32_t
configure:24162: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24162: $? = 0
configure:24162: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:93:29: error: expected expression before ')' token
configure:24162: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24162: result: yes
configure:24171: checking for intptr_t
configure:24171: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24171: $? = 0
configure:24171: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:94:23: error: expected expression before ')' token
configure:24171: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24171: result: yes
configure:24182: checking for preprocessor stringizing operator
configure:24202: result: yes
configure:24214: checking for working volatile
configure:24233: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24233: $? = 0
configure:24240: result: yes
configure:24249: checking for C/C++ restrict keyword
configure:24274: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24274: $? = 0
configure:24282: result: __restrict
configure:24296: checking whether <stdarg.h> exists and works
configure:24321: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24321: $? = 0
configure:24329: result: yes
configure:24337: checking whether gcc __attribute__ ((const)) works
configure:24353: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24353: $? = 0
configure:24361: result: yes
configure:24369: checking whether gcc __attribute__ ((malloc)) works
configure:24378: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  -c conftest.c >conftest.out 2>&1
configure:24381: $? = 0
configure:24395: result: yes
configure:24403: checking whether gcc __attribute__ ((mode (XX))) works
configure:24419: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24419: $? = 0
configure:24427: result: yes
configure:24435: checking whether gcc __attribute__ ((noreturn)) works
configure:24451: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24451: $? = 0
configure:24459: result: yes
configure:24468: checking for inline
configure:24484: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24484: $? = 0
configure:24492: result: inline
configure:24535: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24535: $? = 0
configure:24639: checking for cos in -lm
configure:24664: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c -lm   >&5
conftest.c:73:6: warning: conflicting types for built-in function 'cos' [enabled by default]
configure:24664: $? = 0
configure:24673: result: yes
configure:24687: checking for working alloca.h
configure:24703: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:24703: $? = 0
configure:24711: result: yes
configure:24720: checking for alloca (via gmp-impl.h)
configure:24743: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:24743: $? = 0
configure:24751: result: yes
configure:24760: checking how to allocate temporary memory
configure:24784: result: alloca
configure:24842: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24842: $? = 0
configure:24851: checking whether byte ordering is bigendian
configure:24866: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:70:9: error: unknown type name 'not'
conftest.c:70:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:70:15: error: unknown type name 'universal'
configure:24866: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:24911: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
configure:24911: $? = 0
configure:24929: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:76:4: error: unknown type name 'not'
conftest.c:76:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:24929: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25057: result: no
configure:25086: checking format of `double' floating point
configure:25104: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  -c conftest.c >&5 2>&1
configure:25107: $? = 0
configure:25274: result: IEEE little endian
configure:25358: checking for alarm
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for attr_get
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccqMQCQR.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `attr_get'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for clock
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for clock_gettime
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccoCcgeT.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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 clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); 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 clock_gettime
| 
| /* 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 clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:25358: result: no
configure:25358: checking for cputime
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccDIctuW.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `cputime'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for getpagesize
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for getrusage
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for gettimeofday
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for getsysinfo
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccNGCaoj.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `getsysinfo'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for localeconv
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for memset
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
conftest.c:100:6: warning: conflicting types for built-in function 'memset' [enabled by default]
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for mmap
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for mprotect
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for nl_langinfo
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for obstack_vprintf
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for popen
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for processor_info
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccqjVLRW.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `processor_info'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for pstat_getprocessor
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccVvJ4w2.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `pstat_getprocessor'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for raise
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for read_real_time
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccWqEM1d.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `read_real_time'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for sigaction
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for sigaltstack
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for sigstack
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for syssgi
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/cclXNb7z.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `syssgi'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for strchr
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
conftest.c:110:6: warning: conflicting types for built-in function 'strchr' [enabled by default]
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for strerror
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for strnlen
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for strtol
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for strtoul
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for sysconf
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for sysctl
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25358: checking for sysctlbyname
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
/tmp/ccFl90oa.o: In function `main':
conftest.c:(.text.startup+0x7): undefined reference to `sysctlbyname'
collect2: ld returned 1 exit status
configure:25358: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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:25358: result: no
configure:25358: checking for times
configure:25358: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
configure:25358: $? = 0
configure:25358: result: yes
configure:25370: checking for vsnprintf
configure:25370: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
conftest.c:118:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default]
configure:25370: $? = 0
configure:25370: result: yes
configure:25380: checking whether vsnprintf works
configure:25442: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
conftest.c: In function 'check':
conftest.c:128:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:128:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:132:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c: In function 'main':
conftest.c:141:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:25442: $? = 0
configure:25442: ./conftest
configure:25442: $? = 0
configure:25442: gcc -std=gnu99 -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2   conftest.c  >&5
conftest.c: In function 'check':
conftest.c:128:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:128:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:132:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c: In function 'main':
conftest.c:141:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:25442: $? = 0
configure:25442: ./conftest
configure:25442: $? = 0
configure:25454: result: yes
configure:25467: checking whether sscanf needs writable input
configure:25479: result: no
configure:25493: checking for struct pst_processor.psp_iticksperclktick
configure:25493: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:96:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:25493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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_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:25493: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2  conftest.c >&5
conftest.c:96:23: fatal error: sys/pstat.h: No such file or directory
compilation terminated.
configure:25493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "5.0.1"
| #define PACKAGE_STRING "GNU MP 5.0.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
| #define PACKAGE_URL "http://www.gnu.org/software/gmp/"
| #define PACKAGE "gmp"
| #define VERSION "5.0.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_core2 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 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_STRING_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_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:25493: result: no
configure:26132: checking for suitable m4
trying m4
./configure: line 26149: m4: command not found

trying /usr/local/sbin/m4
./configure: line 26159: /usr/local/sbin/m4: No such file or directory

trying /usr/local/bin/m4
./configure: line 26159: /usr/local/bin/m4: No such file or directory

trying /usr/sbin/m4
./configure: line 26159: /usr/sbin/m4: No such file or directory

trying /usr/bin/m4
./configure: line 26159: /usr/bin/m4: No such file or directory

trying /sbin/m4
./configure: line 26159: /sbin/m4: No such file or directory

trying /bin/m4
./configure: line 26159: /bin/m4: No such file or directory

trying /usr/games/m4
./configure: line 26159: /usr/games/m4: No such file or directory

trying /usr/5bin/m4
./configure: line 26159: /usr/5bin/m4: No such file or directory

configure:26168: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=core2-pc-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_cxx_compiler_gnu=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=no
ac_cv_func_alarm=yes
ac_cv_func_attr_get=no
ac_cv_func_clock=yes
ac_cv_func_clock_gettime=no
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_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=core2-pc-linux-gnu
ac_cv_lib_m_cos=yes
ac_cv_member_struct_pst_processor_psp_iticksperclktick=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -std=gnu99 -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
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_uint_least32_t=yes
cl_cv_as_noexecstack=yes
gmp_cv_asm_x86_mmx=yes
gmp_cv_asm_x86_sse2=yes
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_option_alloca=alloca
gmp_cv_prog_cpp_for_build='gcc -std=gnu99 -E'
gmp_cv_prog_exeext_for_build=
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/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'\'''
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

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABI='32'
ACLOCAL='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/missing --run aclocal-1.11'
AMTAR='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/missing --run tar'
ANSI2KNR=''
AR='ar'
AS='as'
ASMFLAGS=' -Wa,--noexecstack'
AUTOCONF='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/missing --run automake-1.11'
AWK='mawk'
CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo'
CC='gcc -std=gnu99'
CCAS='gcc -std=gnu99 -c'
CC_FOR_BUILD='gcc -std=gnu99'
CFLAGS='-m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2'
CPP='gcc -std=gnu99 -E'
CPPFLAGS=''
CPP_FOR_BUILD='gcc -std=gnu99 -E'
CXX='g++'
CXXCPP='g++ -E'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS=''
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
F77=''
FFLAGS=''
FGREP='/bin/grep -F'
GMP_LDFLAGS=''
GMP_LIMB_BITS=''
GMP_NAIL_BITS='0'
GREP='/bin/grep'
HAVE_CLOCK_01=''
HAVE_CPUTIME_01=''
HAVE_GETRUSAGE_01=''
HAVE_GETTIMEOFDAY_01=''
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01=''
HAVE_SIGALTSTACK_01=''
HAVE_SIGSTACK_01=''
HAVE_STACK_T_01=''
HAVE_SYS_RESOURCE_H_01=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBCURSES=''
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL='0'
LIBGMP_LDFLAGS=''
LIBM='-lm'
LIBM_FOR_BUILD='-lm'
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
M4=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs at gmplib.org'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 5.0.1'
PACKAGE_TARNAME='gmp'
PACKAGE_URL='http://www.gnu.org/software/gmp/'
PACKAGE_VERSION='5.0.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SPEED_CYCLECOUNTER_OBJ='pentium.lo'
STRIP='strip'
TAL_OBJECT='tal-reent.lo'
TUNE_SQR_OBJ=''
U=''
U_FOR_BUILD=''
VERSION='5.0.1'
WANT_CXX_FALSE=''
WANT_CXX_TRUE='#'
WANT_MPBSD_FALSE=''
WANT_MPBSD_TRUE='#'
WITH_READLINE_01=''
YACC=''
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
ac_ct_F77=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__isrc=''
am__leading_dot='.'
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='core2-pc-linux-gnu'
build_alias=''
build_cpu='core2'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gmp_srclinks=' mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/neg.c mpn/com.c mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.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.c mpn/mod_1_2.c mpn/mod_1_3.c mpn/mod_1_4.asm mpn/lshiftc.c 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/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.c mpn/gcd.c mpn/gcdext_1.c mpn/gcdext.c mpn/gcd_lehmer.c mpn/gcd_subdiv_step.c mpn/gcdext_lehmer.c mpn/gcdext_subdiv_step.c mpn/div_q.c mpn/tdiv_qr.c mpn/jacbase.c mpn/get_d.c mpn/matrix22_mul.c mpn/hgcd2.c mpn/hgcd.c mpn/mullo_n.c mpn/mullo_basecase.c mpn/toom22_mul.c mpn/toom32_mul.c mpn/toom42_mul.c mpn/toom52_mul.c mpn/toom62_mul.c mpn/toom33_mul.c mpn/toom43_mul.c mpn/toom53_mul.c mpn/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/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.c 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/divexact.c mpn/bdiv_dbm1c.asm mpn/redc_1.c mpn/redc_2.c mpn/redc_n.c mpn/powm.c mpn/powlo.c mpn/powm_sec.c mpn/subcnd_n.c mpn/redc_1_sec.c mpn/trialdiv.c mpn/remove.c mpn/and_n.c mpn/andn_n.c mpn/nand_n.c mpn/ior_n.c mpn/iorn_n.c mpn/nior_n.c mpn/xor_n.c mpn/xnor_n.c mpn/copyi.asm mpn/copyd.asm mpn/zero.c mpn/umul.asm mpn/udiv.asm mpn/invert_limb.asm'
host='core2-pc-linux-gnu'
host_alias=''
host_cpu='core2'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/lesamo/Téléchargements/gmp-5.0.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
mpn_objects=' add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo neg$U.lo com$U.lo mul_1.lo addmul_1.lo submul_1.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$U.lo mod_1_2$U.lo mod_1_3$U.lo mod_1_4.lo lshiftc$U.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 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$U.lo gcd$U.lo gcdext_1$U.lo gcdext$U.lo gcd_lehmer$U.lo gcd_subdiv_step$U.lo gcdext_lehmer$U.lo gcdext_subdiv_step$U.lo div_q$U.lo tdiv_qr$U.lo jacbase$U.lo get_d$U.lo matrix22_mul$U.lo hgcd2$U.lo hgcd$U.lo mullo_n$U.lo mullo_basecase$U.lo toom22_mul$U.lo toom32_mul$U.lo toom42_mul$U.lo toom52_mul$U.lo toom62_mul$U.lo toom33_mul$U.lo toom43_mul$U.lo toom53_mul$U.lo 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 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$U.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 divexact$U.lo bdiv_dbm1c.lo redc_1$U.lo redc_2$U.lo redc_n$U.lo powm$U.lo powlo$U.lo powm_sec$U.lo subcnd_n$U.lo redc_1_sec$U.lo trialdiv$U.lo remove$U.lo and_n$U.lo andn_n$U.lo nand_n$U.lo ior_n$U.lo iorn_n$U.lo nior_n$U.lo xor_n$U.lo xnor_n$U.lo copyi.lo copyd.lo zero$U.lo umul.lo udiv.lo invert_limb.lo'
mpn_objs_in_libgmp=' 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/neg$U.lo mpn/com$U.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.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$U.lo mpn/mod_1_2$U.lo mpn/mod_1_3$U.lo mpn/mod_1_4.lo mpn/lshiftc$U.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/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$U.lo mpn/gcd$U.lo mpn/gcdext_1$U.lo mpn/gcdext$U.lo mpn/gcd_lehmer$U.lo mpn/gcd_subdiv_step$U.lo mpn/gcdext_lehmer$U.lo mpn/gcdext_subdiv_step$U.lo mpn/div_q$U.lo mpn/tdiv_qr$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/matrix22_mul$U.lo mpn/hgcd2$U.lo mpn/hgcd$U.lo mpn/mullo_n$U.lo mpn/mullo_basecase$U.lo mpn/toom22_mul$U.lo mpn/toom32_mul$U.lo mpn/toom42_mul$U.lo mpn/toom52_mul$U.lo mpn/toom62_mul$U.lo mpn/toom33_mul$U.lo mpn/toom43_mul$U.lo mpn/toom53_mul$U.lo mpn/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/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$U.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/divexact$U.lo mpn/bdiv_dbm1c.lo mpn/redc_1$U.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/subcnd_n$U.lo mpn/redc_1_sec$U.lo mpn/trialdiv$U.lo mpn/remove$U.lo mpn/and_n$U.lo mpn/andn_n$U.lo mpn/nand_n$U.lo mpn/ior_n$U.lo mpn/iorn_n$U.lo mpn/nior_n$U.lo mpn/xor_n$U.lo mpn/xnor_n$U.lo mpn/copyi.lo mpn/copyd.lo mpn/zero$U.lo mpn/umul.lo mpn/udiv.lo mpn/invert_limb.lo'
mpn_objs_in_libmp=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
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.0.1"
#define PACKAGE_STRING "GNU MP 5.0.1"
#define PACKAGE_BUGREPORT "gmp-bugs at gmplib.org"
#define PACKAGE_URL "http://www.gnu.org/software/gmp/"
#define PACKAGE "gmp"
#define VERSION "5.0.1"
#define WANT_FFT 1
#define HAVE_HOST_CPU_core2 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define HAVE_CALLING_CONVENTIONS 1
#define PROTOTYPES 1
#define __PROTOTYPES 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_STRING_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_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_mul_1 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_submul_1 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_1c 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_1c_odd 1
#define HAVE_NATIVE_mpn_modexact_1_odd 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_mul_basecase 1
#define HAVE_NATIVE_mpn_sqr_basecase 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_popcount 1
#define HAVE_NATIVE_mpn_hamdist 1
#define HAVE_NATIVE_mpn_bdiv_dbm1c 1
#define HAVE_NATIVE_mpn_copyi 1
#define HAVE_NATIVE_mpn_copyd 1
#define HAVE_NATIVE_mpn_umul_ppmm 1
#define HAVE_NATIVE_mpn_udiv_qrnnd 1
#define HAVE_NATIVE_mpn_invert_limb 1

configure: exit 1


More information about the gmp-bugs mailing list