Find the answer to your Linux question:
Results 1 to 6 of 6
I downloaded a copy of GMP (I have no idea what it is) from here: GMP-4.2.2 Then I unpacked it and tried to configure it but it came up with ...
  1. #1
    Just Joined!
    Join Date
    Mar 2008
    Posts
    34

    Can't install GIMP

    I downloaded a copy of GMP (I have no idea what it is) from here:
    GMP-4.2.2
    Then I unpacked it and tried to configure it but it came up with this:
    checking for suitable m4... configure: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
    This is my config.log
    Code:
    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 4.2.2, which was
    generated by GNU Autoconf 2.59.  Invocation command line was
    
      $ ./configure 
    
    ## --------- ##
    ## Platform. ##
    ## --------- ##
    
    hostname = scott-linux-desktop
    uname -m = i686
    uname -r = 2.6.24-16-generic
    uname -s = Linux
    uname -v = #1 SMP Thu Apr 10 13:23:42 UTC 2008
    
    /usr/bin/uname -p = unknown
    /bin/uname -X     = unknown
    
    /bin/arch              = unknown
    /usr/bin/arch -k       = unknown
    /usr/convex/getsysinfo = unknown
    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:1654: checking build system type
    configure:1672: result: pentium4-pc-linux-gnu
    configure:1680: checking host system type
    configure:1694: result: pentium4-pc-linux-gnu
    configure:1717: checking for a BSD-compatible install
    configure:1772: result: /usr/bin/install -c
    configure:1783: checking whether build environment is sane
    configure:1826: result: yes
    configure:1883: checking for gawk
    configure:1912: result: no
    configure:1883: checking for mawk
    configure:1899: found /usr/bin/mawk
    configure:1909: result: mawk
    configure:1919: checking whether make sets $(MAKE)
    configure:1939: result: yes
    configure:2105: checking whether to enable maintainer-specific portions of Makefiles
    configure:2114: result: no
    User:
    ABI=
    CC=
    CFLAGS=(unset)
    CPPFLAGS=(unset)
    MPN_PATH=
    GMP:
    abilist=64 32
    cclist=gcc icc cc
    configure:3794: gcc 2>&1 | grep xlc >/dev/null
    configure:3797: $? = 1
    configure:3851: checking compiler gcc -O2 -m64 
    Test compile: 
    configure:3865: gcc -O2 -m64  conftest.c >&5
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc.a when searching for -lgcc
    /usr/bin/ld: skipping incompatible /usr/lib/gcc/i486-linux-gnu/4.2.3/libgcc.a when searching for -lgcc
    /usr/bin/ld: cannot find -lgcc
    collect2: ld returned 1 exit status
    configure:3868: $? = 1
    failed program was:
    
    int main () { return 0; }
    configure:4874: result: no
    configure:3794: gcc 2>&1 | grep xlc >/dev/null
    configure:3797: $? = 1
    configure:3851: checking compiler gcc -m32 -O2 -fomit-frame-pointer 
    Test compile: 
    configure:3865: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:3868: $? = 0
    configure:3873: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:3876: $? = 0
    Test compile: function pointer return
    configure:3919: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:3922: $? = 0
    configure:3927: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:3930: $? = 0
    Test compile: cmov instruction
    configure:3975: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:3978: $? = 0
    configure:3983: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:3986: $? = 0
    Test compile: double -> ulong conversion
    configure:4032: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4035: $? = 0
    configure:4040: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4043: $? = 0
    Test compile: double negation
    configure:4087: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4090: $? = 0
    configure:4095: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4098: $? = 0
    Test compile: double -> float conversion
    configure:4143: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4146: $? = 0
    configure:4151: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4154: $? = 0
    Test compile: gnupro alpha ev6 char spilling
    configure:4227: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    conftest.c: In function 'param_init':
    conftest.c:18: warning: incompatible implicit declaration of built-in function 'memcpy'
    configure:4230: $? = 0
    configure:4235: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4238: $? = 0
    Test compile: __builtin_alloca availability
    configure:4278: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/crt1.o: In function `_start':
    (.text+0x18): undefined reference to `main'
    collect2: ld returned 1 exit status
    configure:4281: $? = 1
    failed program was:
    int k; int foo () { __builtin_alloca (k); }
    Test compile: abs int -> double conversion
    configure:4402: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4405: $? = 0
    configure:4410: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4413: $? = 0
    Test compile: long long reliability test 1
    configure:4466: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4469: $? = 0
    configure:4474: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4477: $? = 0
    Test compile: long long reliability test 2
    configure:4526: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4529: $? = 0
    configure:4534: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4537: $? = 0
    Test compile: mpn_lshift_com optimization
    configure:4617: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4620: $? = 0
    configure:4625: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4628: $? = 0
    Test compile: mpn_lshift_com optimization 2
    configure:4717: gcc -m32 -O2 -fomit-frame-pointer  conftest.c >&5
    configure:4720: $? = 0
    configure:4725: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:4728: $? = 0
    Testing gcc GOT with eax emitted
    configure:4776: gcc -m32 -O2 -fomit-frame-pointer  -fPIC -S conftest.c >&5 2>&1
    configure:4779: $? = 0
    Result: no
    configure:4874: result: yes
    configure: testlist sizeof-long-4
    configure:5049: checking compiler gcc -m32 -O2 -fomit-frame-pointer has sizeof(long)==4
    configure:5062: gcc -m32 -O2 -fomit-frame-pointer -c conftest.c >&5
    configure:5065: $? = 0
    configure:5070: result: yes
    configure:5343: checking compiler gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4
    Test compile: 
    configure:5357: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5360: $? = 0
    configure:5365: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5368: $? = 0
    Test compile: function pointer return
    configure:5411: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5414: $? = 0
    configure:5419: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5422: $? = 0
    Test compile: cmov instruction
    configure:5467: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5470: $? = 0
    configure:5475: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5478: $? = 0
    Test compile: double -> ulong conversion
    configure:5524: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5527: $? = 0
    configure:5532: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5535: $? = 0
    Test compile: double negation
    configure:5579: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5582: $? = 0
    configure:5587: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5590: $? = 0
    Test compile: double -> float conversion
    configure:5635: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5638: $? = 0
    configure:5643: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5646: $? = 0
    Test compile: gnupro alpha ev6 char spilling
    configure:5719: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    conftest.c: In function 'param_init':
    conftest.c:18: warning: incompatible implicit declaration of built-in function 'memcpy'
    configure:5722: $? = 0
    configure:5727: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5730: $? = 0
    Test compile: __builtin_alloca availability
    configure:5770: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/crt1.o: In function `_start':
    (.text+0x18): undefined reference to `main'
    collect2: ld returned 1 exit status
    configure:5773: $? = 1
    failed program was:
    int k; int foo () { __builtin_alloca (k); }
    Test compile: abs int -> double conversion
    configure:5894: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5897: $? = 0
    configure:5902: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5905: $? = 0
    Test compile: long long reliability test 1
    configure:5958: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:5961: $? = 0
    configure:5966: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5969: $? = 0
    Test compile: long long reliability test 2
    configure:6018: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:6021: $? = 0
    configure:6026: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:6029: $? = 0
    Test compile: mpn_lshift_com optimization
    configure:6109: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:6112: $? = 0
    configure:6117: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:6120: $? = 0
    Test compile: mpn_lshift_com optimization 2
    configure:6209: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 conftest.c >&5
    configure:6212: $? = 0
    configure:6217: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:6220: $? = 0
    Testing gcc GOT with eax emitted
    configure:6268: gcc -m32 -O2 -fomit-frame-pointer  -mtune=pentium4 -fPIC -S conftest.c >&5 2>&1
    configure:6271: $? = 0
    Result: no
    configure:6366: result: yes
    configure:5151: checking whether gcc is good for sse2
    configure:5157: result: yes
    configure:5165: checking whether the operating system supports XMM registers
    configure:5184: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  conftest.s -o conftest >&5
    configure:5187: $? = 0
    configure:5190: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    ./configure: line 5191: ./a.out: No such file or directory
    ./configure: line 5191: ./b.out: No such file or directory
    ./configure: line 5191: ./a.exe: No such file or directory
    ./configure: line 5191: ./a_out.exe: No such file or directory
    configure:5193: $? = 0
    configure:5218: result: yes
    configure:5343: checking compiler gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4
    Test compile: 
    configure:5357: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5360: $? = 0
    configure:5365: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5368: $? = 0
    Test compile: function pointer return
    configure:5411: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5414: $? = 0
    configure:5419: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5422: $? = 0
    Test compile: cmov instruction
    configure:5467: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5470: $? = 0
    configure:5475: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5478: $? = 0
    Test compile: double -> ulong conversion
    configure:5524: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5527: $? = 0
    configure:5532: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5535: $? = 0
    Test compile: double negation
    configure:5579: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5582: $? = 0
    configure:5587: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5590: $? = 0
    Test compile: double -> float conversion
    configure:5635: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5638: $? = 0
    configure:5643: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5646: $? = 0
    Test compile: gnupro alpha ev6 char spilling
    configure:5719: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    conftest.c: In function 'param_init':
    conftest.c:18: warning: incompatible implicit declaration of built-in function 'memcpy'
    configure:5722: $? = 0
    configure:5727: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5730: $? = 0
    Test compile: __builtin_alloca availability
    configure:5770: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    /usr/lib/gcc/i486-linux-gnu/4.2.3/../../../../lib/crt1.o: In function `_start':
    (.text+0x18): undefined reference to `main'
    collect2: ld returned 1 exit status
    configure:5773: $? = 1
    failed program was:
    int k; int foo () { __builtin_alloca (k); }
    Test compile: abs int -> double conversion
    configure:5894: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5897: $? = 0
    configure:5902: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5905: $? = 0
    Test compile: long long reliability test 1
    configure:5958: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:5961: $? = 0
    configure:5966: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:5969: $? = 0
    Test compile: long long reliability test 2
    configure:6018: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:6021: $? = 0
    configure:6026: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:6029: $? = 0
    Test compile: mpn_lshift_com optimization
    configure:6109: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:6112: $? = 0
    configure:6117: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:6120: $? = 0
    Test compile: mpn_lshift_com optimization 2
    configure:6209: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 conftest.c >&5
    configure:6212: $? = 0
    configure:6217: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
    configure:6220: $? = 0
    Testing gcc GOT with eax emitted
    configure:6268: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4  -march=pentium4 -fPIC -S conftest.c >&5 2>&1
    configure:6271: $? = 0
    Result: no
    configure:6366: result: yes
    configure:6515: checking for gcc
    configure:6541: result: gcc
    configure:6785: checking for C compiler version
    configure:6788: gcc --version </dev/null >&5
    gcc (GCC) 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
    Copyright (C) 2007 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:6791: $? = 0
    configure:6793: gcc -v </dev/null >&5
    Using built-in specs.
    Target: i486-linux-gnu
    Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
    Thread model: posix
    gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
    configure:6796: $? = 0
    configure:6798: gcc -V </dev/null >&5
    gcc: '-V' option must have argument
    configure:6801: $? = 1
    configure:6824: checking for C compiler default output file name
    configure:6827: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:6830: $? = 0
    configure:6876: result: a.out
    configure:6881: checking whether the C compiler works
    configure:6887: ./a.out
    configure:6890: $? = 0
    configure:6907: result: yes
    configure:6914: checking whether we are cross compiling
    configure:6916: result: no
    configure:6919: checking for suffix of executables
    configure:6921: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:6924: $? = 0
    configure:6949: result: 
    configure:6955: checking for suffix of object files
    configure:6976: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:6979: $? = 0
    configure:7001: result: o
    configure:7005: checking whether we are using the GNU C compiler
    configure:7029: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:7035: $? = 0
    configure:7039: test -z 
    			 || test ! -s conftest.err
    configure:7042: $? = 0
    configure:7045: test -s conftest.o
    configure:7048: $? = 0
    configure:7061: result: yes
    configure:7067: checking whether gcc accepts -g
    configure:7088: gcc -c -g  conftest.c >&5
    configure:7094: $? = 0
    configure:7098: test -z 
    			 || test ! -s conftest.err
    configure:7101: $? = 0
    configure:7104: test -s conftest.o
    configure:7107: $? = 0
    configure:7118: result: yes
    configure:7135: checking for gcc option to accept ANSI C
    configure:7205: gcc  -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:7211: $? = 0
    configure:7215: test -z 
    			 || test ! -s conftest.err
    configure:7218: $? = 0
    configure:7221: test -s conftest.o
    configure:7224: $? = 0
    configure:7242: result: none needed
    configure:7260: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
    configure:7266: $? = 1
    configure: failed program was:
    | #ifndef __cplusplus
    |   choke me
    | #endif
    configure:7405: checking how to run the C preprocessor
    configure:7440: gcc -E  conftest.c
    configure:7446: $? = 0
    configure:7478: gcc -E  conftest.c
    conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
    configure:7484: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 1
    | #define HAVE_SPEED_CYCLECOUNTER 2
    | #define HAVE_CALLING_CONVENTIONS 1
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:7523: result: gcc -E
    configure:7547: gcc -E  conftest.c
    configure:7553: $? = 0
    configure:7585: gcc -E  conftest.c
    conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
    configure:7591: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 1
    | #define HAVE_SPEED_CYCLECOUNTER 2
    | #define HAVE_CALLING_CONVENTIONS 1
    | /* end confdefs.h.  */
    | #include <ac_nonexistent.h>
    configure:7666: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:7672: $? = 0
    configure:7676: test -z 
    			 || test ! -s conftest.err
    configure:7679: $? = 0
    configure:7682: test -s conftest.o
    configure:7685: $? = 0
    configure:7773: checking build system compiler gcc
    configure:7786: gcc conftest.c
    conftest.c: In function 'main':
    conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
    configure:7789: $? = 0
    configure:7796: result: yes
    configure:7817: checking for build system preprocessor
    configure:7828: gcc -E conftest.c
    # 1 "conftest.c"
    # 1 "<built-in>"
    # 1 "<command-line>"
    # 1 "conftest.c"
    configure:7831: $? = 0
    configure:7848: result: gcc -E
    configure:7855: checking for build system executable suffix
    configure:7869: gcc conftest.c -o conftest.exe
    conftest.c: In function 'main':
    conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
    configure:7872: $? = 0
    ./configure: line 7874: ./conftest: No such file or directory
    configure:7869: gcc conftest.c -o conftest,ff8
    conftest.c: In function 'main':
    conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
    configure:7872: $? = 0
    ./configure: line 7874: ./conftest: No such file or directory
    configure:7869: gcc conftest.c -o conftest
    conftest.c: In function 'main':
    conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
    configure:7872: $? = 0
    configure:7888: result: 
    configure:7894: checking whether build system compiler is ANSI
    configure:7907: gcc conftest.c
    conftest.c: In function 'main':
    conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
    configure:7910: $? = 0
    configure:7919: result: yes
    configure:7929: checking for build system compiler math library
    configure:7948: gcc conftest.c -lm
    conftest.c: In function 'main':
    conftest.c:4: warning: incompatible implicit declaration of built-in function 'exit'
    conftest.c: In function 'foo':
    conftest.c:10: warning: incompatible implicit declaration of built-in function 'log'
    configure:7951: $? = 0
    configure:7960: result: -lm
    configure:8770: checking for egrep
    configure:8780: result: grep -E
    configure:8851: checking if the assembler knows about MMX instructions
    configure:8861: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.s >conftest.out 2>&1
    configure:8864: $? = 0
    configure:8888: result: yes
    configure:8955: checking if the assembler knows about SSE2 instructions
    configure:8965: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.s >conftest.out 2>&1
    configure:8968: $? = 0
    configure:8982: result: yes
    Decided:
    ABI=32
    CC=gcc
    CFLAGS=-m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4
    CPPFLAGS=
    GMP_LDFLAGS=
    CXX=
    CXXFLAGS=
    path= x86/pentium4/sse2 x86/pentium4/mmx x86/pentium4 x86 generic
    configure:9054: checking for function prototypes
    configure:9057: result: yes
    configure:9074: checking for ANSI C header files
    configure:9099: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9105: $? = 0
    configure:9109: test -z 
    			 || test ! -s conftest.err
    configure:9112: $? = 0
    configure:9115: test -s conftest.o
    configure:9118: $? = 0
    configure:9207: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    conftest.c: In function 'main':
    conftest.c:34: warning: incompatible implicit declaration of built-in function 'exit'
    configure:9210: $? = 0
    configure:9212: ./conftest
    configure:9215: $? = 0
    configure:9230: result: yes
    configure:9254: checking for sys/types.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for sys/stat.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for stdlib.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for string.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for memory.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for strings.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for inttypes.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for stdint.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9254: checking for unistd.h
    configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:9276: $? = 0
    configure:9280: test -z 
    			 || test ! -s conftest.err
    configure:9283: $? = 0
    configure:9286: test -s conftest.o
    configure:9289: $? = 0
    configure:9300: result: yes
    configure:9325: checking for string.h
    configure:9330: result: yes
    configure:9515: checking for ar
    configure:9531: found /usr/bin/ar
    configure:9542: result: ar
    configure:9573: checking for BSD-compatible nm
    configure:9622: result: /usr/bin/nm -B
    configure:9894: checking for a sed that does not truncate output
    configure:9950: result: /bin/sed
    configure:9964: checking for ld used by gcc
    configure:10031: result: /usr/bin/ld
    configure:10040: checking if the linker (/usr/bin/ld) is GNU ld
    configure:10055: result: yes
    configure:10060: checking for /usr/bin/ld option to reload object files
    configure:10067: result: -r
    configure:10085: checking whether ln -s works
    configure:10089: result: yes
    configure:10096: checking how to recognize dependent libraries
    configure:10282: result: pass_all
    configure:10776: checking dlfcn.h usability
    configure:10788: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:10794: $? = 0
    configure:10798: test -z 
    			 || test ! -s conftest.err
    configure:10801: $? = 0
    configure:10804: test -s conftest.o
    configure:10807: $? = 0
    configure:10817: result: yes
    configure:10821: checking dlfcn.h presence
    configure:10831: gcc -E  conftest.c
    configure:10837: $? = 0
    configure:10857: result: yes
    configure:10892: checking for dlfcn.h
    configure:10899: result: yes
    configure:11155: checking the maximum length of command line arguments
    configure:11267: result: 98304
    configure:11279: checking command to parse /usr/bin/nm -B output from gcc object
    configure:11384: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:11387: $? = 0
    configure:11391: /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:11394: $? = 0
    configure:11446: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c conftstm.o >&5
    configure:11449: $? = 0
    configure:11487: result: ok
    configure:11491: checking for objdir
    configure:11506: result: .libs
    configure:11596: checking for ar
    configure:11623: result: ar
    configure:11676: checking for ranlib
    configure:11692: found /usr/bin/ranlib
    configure:11703: result: ranlib
    configure:11756: checking for strip
    configure:11772: found /usr/bin/strip
    configure:11783: result: strip
    configure:12055: checking if gcc supports -fno-rtti -fno-exceptions
    configure:12073: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  -fno-rtti -fno-exceptions conftest.c >&5
    cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
    configure:12077: $? = 0
    configure:12090: result: no
    configure:12105: checking for gcc option to produce PIC
    configure:12337: result: -fPIC
    configure:12345: checking if gcc PIC flag -fPIC works
    configure:12363: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  -fPIC -DPIC conftest.c >&5
    configure:12367: $? = 0
    configure:12380: result: yes
    configure:12408: checking if gcc static flag -static works
    configure:12436: result: yes
    configure:12446: checking if gcc supports -c -o file.o
    configure:12467: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  -o out/conftest2.o conftest.c >&5
    configure:12471: $? = 0
    configure:12493: result: yes
    configure:12519: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
    configure:13503: result: yes
    configure:13524: checking whether -lc should be explicitly linked in
    configure:13529: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:13532: $? = 0
    configure:13547: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
    configure:13550: $? = 0
    configure:13562: result: no
    configure:13570: checking dynamic linker characteristics
    configure:14172: result: GNU/Linux ld.so
    configure:14181: checking how to hardcode library paths into programs
    configure:14206: result: immediate
    configure:14220: checking whether stripping libraries is possible
    configure:14225: result: yes
    configure:15060: checking if libtool supports shared libraries
    configure:15062: result: yes
    configure:15065: checking whether to build shared libraries
    configure:15086: result: yes
    configure:15089: checking whether to build static libraries
    configure:15093: result: yes
    configure:15186: creating libtool
    configure:24420: checking for ANSI C header files
    configure:24576: result: yes
    configure:24586: checking whether time.h and sys/time.h may both be included
    configure:24611: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24617: $? = 0
    configure:24621: test -z 
    			 || test ! -s conftest.err
    configure:24624: $? = 0
    configure:24627: test -s conftest.o
    configure:24630: $? = 0
    configure:24641: result: yes
    configure:24707: checking fcntl.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking fcntl.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for fcntl.h
    configure:24830: result: yes
    configure:24707: checking float.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking float.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for float.h
    configure:24830: result: yes
    configure:24707: checking invent.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:67:20: error: invent.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <invent.h>
    configure:24748: result: no
    configure:24752: checking invent.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:33:20: error: invent.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for invent.h
    configure:24830: result: no
    configure:24707: checking langinfo.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking langinfo.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for langinfo.h
    configure:24830: result: yes
    configure:24707: checking locale.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking locale.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for locale.h
    configure:24830: result: yes
    configure:24707: checking nl_types.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking nl_types.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for nl_types.h
    configure:24830: result: yes
    configure:24707: checking sys/attributes.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:70:28: error: sys/attributes.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/attributes.h>
    configure:24748: result: no
    configure:24752: checking sys/attributes.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:36:28: error: sys/attributes.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for sys/attributes.h
    configure:24830: result: no
    configure:24707: checking sys/iograph.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:70:25: error: sys/iograph.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/iograph.h>
    configure:24748: result: no
    configure:24752: checking sys/iograph.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:36:25: error: sys/iograph.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for sys/iograph.h
    configure:24830: result: no
    configure:24707: checking sys/mman.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking sys/mman.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for sys/mman.h
    configure:24830: result: yes
    configure:24707: checking sys/param.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking sys/param.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for sys/param.h
    configure:24830: result: yes
    configure:24707: checking sys/processor.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:72:27: error: sys/processor.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/processor.h>
    configure:24748: result: no
    configure:24752: checking sys/processor.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:38:27: error: sys/processor.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for sys/processor.h
    configure:24830: result: no
    configure:24707: checking sys/pstat.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:72:23: error: sys/pstat.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/pstat.h>
    configure:24748: result: no
    configure:24752: checking sys/pstat.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:38:23: error: sys/pstat.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for sys/pstat.h
    configure:24830: result: no
    configure:24707: checking sys/sysinfo.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking sys/sysinfo.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for sys/sysinfo.h
    configure:24830: result: yes
    configure:24707: checking sys/syssgi.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:73:24: error: sys/syssgi.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/syssgi.h>
    configure:24748: result: no
    configure:24752: checking sys/syssgi.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:39:24: error: sys/syssgi.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for sys/syssgi.h
    configure:24830: result: no
    configure:24707: checking sys/systemcfg.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:73:27: error: sys/systemcfg.h: No such file or directory
    configure:24725: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | #  include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | #  include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #else
    | # if HAVE_STDINT_H
    | #  include <stdint.h>
    | # endif
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/systemcfg.h>
    configure:24748: result: no
    configure:24752: checking sys/systemcfg.h presence
    configure:24762: gcc -E  conftest.c
    conftest.c:39:27: error: sys/systemcfg.h: No such file or directory
    configure:24768: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:24788: result: no
    configure:24823: checking for sys/systemcfg.h
    configure:24830: result: no
    configure:24707: checking sys/time.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking sys/time.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for sys/time.h
    configure:24830: result: yes
    configure:24707: checking sys/times.h usability
    configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24725: $? = 0
    configure:24729: test -z 
    			 || test ! -s conftest.err
    configure:24732: $? = 0
    configure:24735: test -s conftest.o
    configure:24738: $? = 0
    configure:24748: result: yes
    configure:24752: checking sys/times.h presence
    configure:24762: gcc -E  conftest.c
    configure:24768: $? = 0
    configure:24788: result: yes
    configure:24823: checking for sys/times.h
    configure:24830: result: yes
    configure:24849: checking for sys/resource.h
    configure:24874: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24880: $? = 0
    configure:24884: test -z 
    			 || test ! -s conftest.err
    configure:24887: $? = 0
    configure:24890: test -s conftest.o
    configure:24893: $? = 0
    configure:24904: result: yes
    configure:24921: checking for sys/sysctl.h
    configure:24939: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:24945: $? = 0
    configure:24949: test -z 
    			 || test ! -s conftest.err
    configure:24952: $? = 0
    configure:24955: test -s conftest.o
    configure:24958: $? = 0
    configure:24969: result: yes
    configure:24986: checking for machine/hal_sysinfo.h
    configure:25004: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:47:33: error: machine/hal_sysinfo.h: No such file or directory
    configure:25010: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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:25034: result: no
    configure:25057: checking whether fgetc is declared
    configure:25081: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25087: $? = 0
    configure:25091: test -z 
    			 || test ! -s conftest.err
    configure:25094: $? = 0
    configure:25097: test -s conftest.o
    configure:25100: $? = 0
    configure:25111: result: yes
    configure:25127: checking whether fscanf is declared
    configure:25151: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25157: $? = 0
    configure:25161: test -z 
    			 || test ! -s conftest.err
    configure:25164: $? = 0
    configure:25167: test -s conftest.o
    configure:25170: $? = 0
    configure:25181: result: yes
    configure:25197: checking whether optarg is declared
    configure:25221: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25227: $? = 0
    configure:25231: test -z 
    			 || test ! -s conftest.err
    configure:25234: $? = 0
    configure:25237: test -s conftest.o
    configure:25240: $? = 0
    configure:25251: result: yes
    configure:25267: checking whether ungetc is declared
    configure:25291: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25297: $? = 0
    configure:25301: test -z 
    			 || test ! -s conftest.err
    configure:25304: $? = 0
    configure:25307: test -s conftest.o
    configure:25310: $? = 0
    configure:25321: result: yes
    configure:25337: checking whether vfprintf is declared
    configure:25361: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25367: $? = 0
    configure:25371: test -z 
    			 || test ! -s conftest.err
    configure:25374: $? = 0
    configure:25377: test -s conftest.o
    configure:25380: $? = 0
    configure:25391: result: yes
    configure:25409: checking whether sys_errlist is declared
    configure:25435: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25441: $? = 0
    configure:25445: test -z 
    			 || test ! -s conftest.err
    configure:25448: $? = 0
    configure:25451: test -s conftest.o
    configure:25454: $? = 0
    configure:25465: result: yes
    configure:25481: checking whether sys_nerr is declared
    configure:25507: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25513: $? = 0
    configure:25517: test -z 
    			 || test ! -s conftest.err
    configure:25520: $? = 0
    configure:25523: test -s conftest.o
    configure:25526: $? = 0
    configure:25537: result: yes
    configure:25556: checking return type of signal handlers
    configure:25587: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25593: $? = 0
    configure:25597: test -z 
    			 || test ! -s conftest.err
    configure:25600: $? = 0
    configure:25603: test -s conftest.o
    configure:25606: $? = 0
    configure:25617: result: void
    configure:25636: checking for intmax_t
    configure:25660: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25666: $? = 0
    configure:25670: test -z 
    			 || test ! -s conftest.err
    configure:25673: $? = 0
    configure:25676: test -s conftest.o
    configure:25679: $? = 0
    configure:25690: result: yes
    configure:25700: checking for long double
    configure:25724: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25730: $? = 0
    configure:25734: test -z 
    			 || test ! -s conftest.err
    configure:25737: $? = 0
    configure:25740: test -s conftest.o
    configure:25743: $? = 0
    configure:25754: result: yes
    configure:25764: checking for long long
    configure:25788: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25794: $? = 0
    configure:25798: test -z 
    			 || test ! -s conftest.err
    configure:25801: $? = 0
    configure:25804: test -s conftest.o
    configure:25807: $? = 0
    configure:25818: result: yes
    configure:25828: checking for ptrdiff_t
    configure:25852: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25858: $? = 0
    configure:25862: test -z 
    			 || test ! -s conftest.err
    configure:25865: $? = 0
    configure:25868: test -s conftest.o
    configure:25871: $? = 0
    configure:25882: result: yes
    configure:25892: checking for quad_t
    configure:25916: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25922: $? = 0
    configure:25926: test -z 
    			 || test ! -s conftest.err
    configure:25929: $? = 0
    configure:25932: test -s conftest.o
    configure:25935: $? = 0
    configure:25946: result: yes
    configure:25956: checking for uint_least32_t
    configure:25980: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:25986: $? = 0
    configure:25990: test -z 
    			 || test ! -s conftest.err
    configure:25993: $? = 0
    configure:25996: test -s conftest.o
    configure:25999: $? = 0
    configure:26010: result: yes
    configure:26022: checking for preprocessor stringizing operator
    configure:26046: result: yes
    configure:26060: checking for working volatile
    configure:26083: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26089: $? = 0
    configure:26093: test -z 
    			 || test ! -s conftest.err
    configure:26096: $? = 0
    configure:26099: test -s conftest.o
    configure:26102: $? = 0
    configure:26113: result: yes
    configure:26126: checking whether <stdarg.h> exists and works
    configure:26156: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26162: $? = 0
    configure:26166: test -z 
    			 || test ! -s conftest.err
    configure:26169: $? = 0
    configure:26172: test -s conftest.o
    configure:26175: $? = 0
    configure:26187: result: yes
    configure:26197: checking whether gcc __attribute__ ((const)) works
    configure:26218: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26224: $? = 0
    configure:26228: test -z 
    			 || test ! -s conftest.err
    configure:26231: $? = 0
    configure:26234: test -s conftest.o
    configure:26237: $? = 0
    configure:26249: result: yes
    configure:26259: checking whether gcc __attribute__ ((malloc)) works
    configure:26268: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  -c conftest.c >conftest.out 2>&1
    configure:26271: $? = 0
    configure:26285: result: yes
    configure:26295: checking whether gcc __attribute__ ((mode (XX))) works
    configure:26316: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26322: $? = 0
    configure:26326: test -z 
    			 || test ! -s conftest.err
    configure:26329: $? = 0
    configure:26332: test -s conftest.o
    configure:26335: $? = 0
    configure:26347: result: yes
    configure:26357: checking whether gcc __attribute__ ((noreturn)) works
    configure:26378: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26384: $? = 0
    configure:26388: test -z 
    			 || test ! -s conftest.err
    configure:26391: $? = 0
    configure:26394: test -s conftest.o
    configure:26397: $? = 0
    configure:26409: result: yes
    configure:26420: checking for inline
    configure:26441: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26447: $? = 0
    configure:26451: test -z 
    			 || test ! -s conftest.err
    configure:26454: $? = 0
    configure:26457: test -s conftest.o
    configure:26460: $? = 0
    configure:26472: result: inline
    configure:26522: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:26528: $? = 0
    configure:26532: test -z 
    			 || test ! -s conftest.err
    configure:26535: $? = 0
    configure:26538: test -s conftest.o
    configure:26541: $? = 0
    configure:26705: checking for cos in -lm
    configure:26735: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c -lm   >&5
    conftest.c:70: warning: conflicting types for built-in function 'cos'
    configure:26741: $? = 0
    configure:26745: test -z 
    			 || test ! -s conftest.err
    configure:26748: $? = 0
    configure:26751: test -s conftest
    configure:26754: $? = 0
    configure:26767: result: yes
    configure:26780: checking for working alloca.h
    configure:26801: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:26807: $? = 0
    configure:26811: test -z 
    			 || test ! -s conftest.err
    configure:26814: $? = 0
    configure:26817: test -s conftest
    configure:26820: $? = 0
    configure:26832: result: yes
    configure:26843: checking for alloca (via gmp-impl.h)
    configure:26872: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:26878: $? = 0
    configure:26882: test -z 
    			 || test ! -s conftest.err
    configure:26885: $? = 0
    configure:26888: test -s conftest
    configure:26891: $? = 0
    configure:26903: result: yes
    configure:26914: checking how to allocate temporary memory
    configure:26938: result: alloca
    configure:27015: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:27021: $? = 0
    configure:27025: test -z 
    			 || test ! -s conftest.err
    configure:27028: $? = 0
    configure:27031: test -s conftest.o
    configure:27034: $? = 0
    configure:27047: checking whether byte ordering is bigendian
    configure:27074: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    configure:27080: $? = 0
    configure:27084: test -z 
    			 || test ! -s conftest.err
    configure:27087: $? = 0
    configure:27090: test -s conftest.o
    configure:27093: $? = 0
    configure:27117: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c: In function 'main':
    conftest.c:73: error: 'not' undeclared (first use in this function)
    conftest.c:73: error: (Each undeclared identifier is reported only once
    conftest.c:73: error: for each function it appears in.)
    conftest.c:73: error: expected ';' before 'big'
    configure:27123: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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:27258: result: no
    configure:27287: checking format of `double' floating point
    configure:27305: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  -c conftest.c >&5 2>&1
    configure:27308: $? = 0
    configure:27475: result: IEEE little endian
    configure:27605: checking for alarm
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for attr_get
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccsCFSmT.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `attr_get'
    /tmp/ccsCFSmT.o:(.data+0x0): undefined reference to `attr_get'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = attr_get;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != attr_get;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for clock
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for clock_gettime
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccGZelj8.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `clock_gettime'
    /tmp/ccGZelj8.o:(.data+0x0): undefined reference to `clock_gettime'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = clock_gettime;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != clock_gettime;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for cputime
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/cc42Ud0m.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `cputime'
    /tmp/cc42Ud0m.o:(.data+0x0): undefined reference to `cputime'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = cputime;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != cputime;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for getpagesize
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for getrusage
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for gettimeofday
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for getsysinfo
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccChBIyG.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `getsysinfo'
    /tmp/ccChBIyG.o:(.data+0x0): undefined reference to `getsysinfo'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = getsysinfo;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != getsysinfo;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for localeconv
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for memset
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    conftest.c:98: warning: conflicting types for built-in function 'memset'
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for mmap
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for mprotect
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for nl_langinfo
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for obstack_vprintf
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for popen
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for processor_info
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccMMGFti.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `processor_info'
    /tmp/ccMMGFti.o:(.data+0x0): undefined reference to `processor_info'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = processor_info;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != processor_info;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for pstat_getprocessor
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/cckcDhYU.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `pstat_getprocessor'
    /tmp/cckcDhYU.o:(.data+0x0): undefined reference to `pstat_getprocessor'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = pstat_getprocessor;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != pstat_getprocessor;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for raise
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for read_real_time
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccSUiQdR.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `read_real_time'
    /tmp/ccSUiQdR.o:(.data+0x0): undefined reference to `read_real_time'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = read_real_time;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != read_real_time;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for sigaction
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for sigaltstack
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for sigstack
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccaNYSan.o: In function `main':
    conftest.c:(.text+0x13): warning: the `sigstack' function is dangerous.  `sigaltstack' should be used instead.
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for syssgi
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/cc07cRn4.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `syssgi'
    /tmp/cc07cRn4.o:(.data+0x0): undefined reference to `syssgi'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = syssgi;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != syssgi;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for strchr
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    conftest.c:108: warning: conflicting types for built-in function 'strchr'
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for strerror
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for strnlen
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for strtol
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for strtoul
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for sysconf
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for sysctl
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27605: checking for sysctlbyname
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    /tmp/ccClyXXG.o: In function `main':
    conftest.c:(.text+0x13): undefined reference to `sysctlbyname'
    /tmp/ccClyXXG.o:(.data+0x0): undefined reference to `sysctlbyname'
    collect2: ld returned 1 exit status
    configure:27668: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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 gcc2 internal prototype to avoid an error.  */
    | #ifdef __cplusplus
    | extern "C"
    | {
    | #endif
    | /* We use char because int might match the return type of a gcc2
    |    builtin and then its argument prototype would still apply.  */
    | 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
    | #else
    | char (*f) () = sysctlbyname;
    | #endif
    | #ifdef __cplusplus
    | }
    | #endif
    | 
    | int
    | main ()
    | {
    | return f != sysctlbyname;
    |   ;
    |   return 0;
    | }
    configure:27693: result: no
    configure:27605: checking for times
    configure:27662: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    configure:27668: $? = 0
    configure:27672: test -z 
    			 || test ! -s conftest.err
    configure:27675: $? = 0
    configure:27678: test -s conftest
    configure:27681: $? = 0
    configure:27693: result: yes
    configure:27705: checking for vsnprintf
    configure:27762: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    conftest.c:116: warning: conflicting types for built-in function 'vsnprintf'
    configure:27768: $? = 0
    configure:27772: test -z 
    			 || test ! -s conftest.err
    configure:27775: $? = 0
    configure:27778: test -s conftest
    configure:27781: $? = 0
    configure:27793: result: yes
    configure:27804: checking whether vsnprintf works
    configure:27871: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    conftest.c: In function 'check':
    conftest.c:125: warning: incompatible implicit declaration of built-in function 'exit'
    conftest.c: In function 'main':
    conftest.c:138: warning: incompatible implicit declaration of built-in function 'exit'
    configure:27874: $? = 0
    configure:27876: ./conftest
    configure:27879: $? = 0
    configure:27871: gcc -o conftest -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4   conftest.c  >&5
    conftest.c: In function 'check':
    conftest.c:125: warning: incompatible implicit declaration of built-in function 'exit'
    conftest.c: In function 'main':
    conftest.c:138: warning: incompatible implicit declaration of built-in function 'exit'
    configure:27874: $? = 0
    configure:27876: ./conftest
    configure:27879: $? = 0
    configure:27895: result: yes
    configure:27910: checking whether sscanf needs writable input
    configure:27922: result: no
    configure:27940: checking for struct pst_processor.psp_iticksperclktick
    configure:27964: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:93:23: error: sys/pstat.h: No such file or directory
    conftest.c: In function 'main':
    conftest.c:98: error: storage size of 'ac_aggr' isn't known
    configure:27970: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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:28009: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4  conftest.c >&5
    conftest.c:93:23: error: sys/pstat.h: No such file or directory
    conftest.c: In function 'main':
    conftest.c:98: error: storage size of 'ac_aggr' isn't known
    configure:28015: $? = 1
    configure: failed program was:
    | /* confdefs.h.  */
    | 
    | #define PACKAGE_NAME "GNU MP"
    | #define PACKAGE_TARNAME "gmp"
    | #define PACKAGE_VERSION "4.2.2"
    | #define PACKAGE_STRING "GNU MP 4.2.2"
    | #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    | #define PACKAGE "gmp"
    | #define VERSION "4.2.2"
    | #define WANT_FFT 1
    | #define HAVE_HOST_CPU_pentium4 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 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_STRINGIZE 1
    | #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:28041: result: no
    configure:28825: checking for suitable m4
    trying m4
    ./configure: line 28842: m4: command not found
    
    trying /usr/local/sbin/m4
    ./configure: line 28852: /usr/local/sbin/m4: No such file or directory
    
    trying /usr/local/bin/m4
    ./configure: line 28852: /usr/local/bin/m4: No such file or directory
    
    trying /usr/sbin/m4
    ./configure: line 28852: /usr/sbin/m4: No such file or directory
    
    trying /usr/bin/m4
    ./configure: line 28852: /usr/bin/m4: No such file or directory
    
    trying /sbin/m4
    ./configure: line 28852: /sbin/m4: No such file or directory
    
    trying /bin/m4
    ./configure: line 28852: /bin/m4: No such file or directory
    
    trying /usr/games/m4
    ./configure: line 28852: /usr/games/m4: No such file or directory
    
    trying /usr/5bin/m4
    ./configure: line 28852: /usr/5bin/m4: No such file or directory
    
    configure:28861: error: No usable m4 in $PATH or /usr/5bin (see config.log for reasons).
    
    ## ---------------- ##
    ## Cache variables. ##
    ## ---------------- ##
    
    ac_cv_build=pentium4-pc-linux-gnu
    ac_cv_build_alias=pentium4-pc-linux-gnu
    ac_cv_c_bigendian=no
    ac_cv_c_compiler_gnu=yes
    ac_cv_c_inline=inline
    ac_cv_c_stringize=yes
    ac_cv_c_volatile=yes
    ac_cv_env_ABI_set=
    ac_cv_env_ABI_value=
    ac_cv_env_CC_FOR_BUILD_set=
    ac_cv_env_CC_FOR_BUILD_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=
    ac_cv_env_CFLAGS_value=
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_FOR_BUILD_set=
    ac_cv_env_CPP_FOR_BUILD_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=
    ac_cv_env_CXXFLAGS_value=
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_LDFLAGS_set=
    ac_cv_env_LDFLAGS_value=
    ac_cv_env_M4_set=
    ac_cv_env_M4_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_exeext=
    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=pentium4-pc-linux-gnu
    ac_cv_host_alias=pentium4-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_install='/usr/bin/install -c'
    ac_cv_prog_AWK=mawk
    ac_cv_prog_CPP='gcc -E'
    ac_cv_prog_ac_ct_AR=ar
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_ac_ct_RANLIB=ranlib
    ac_cv_prog_ac_ct_STRIP=strip
    ac_cv_prog_cc_g=yes
    ac_cv_prog_cc_stdc=
    ac_cv_prog_egrep='grep -E'
    ac_cv_prog_make_make_set=yes
    ac_cv_type_intmax_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
    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_os_x86_xmm=yes
    gmp_cv_prog_cpp_for_build='gcc -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_objdir=.libs
    lt_cv_path_LD=/usr/bin/ld
    lt_cv_path_NM='/usr/bin/nm -B'
    lt_cv_path_SED=/bin/sed
    lt_cv_prog_compiler_c_o=yes
    lt_cv_prog_compiler_rtti_exceptions=no
    lt_cv_prog_gnu_ld=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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
    lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
    lt_cv_sys_max_cmd_len=98304
    lt_lt_cv_prog_compiler_c_o='"yes"'
    lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
    lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
    lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
    
    ## ----------------- ##
    ## Output variables. ##
    ## ----------------- ##
    
    ABI='32'
    ACLOCAL='${SHELL} /home/scott/Desktop/Downloads/gmp-4.2.2/missing --run aclocal-1.8'
    AMTAR='${SHELL} /home/scott/Desktop/Downloads/gmp-4.2.2/missing --run tar'
    ANSI2KNR=''
    AR='ar'
    AS='as'
    AUTOCONF='${SHELL} /home/scott/Desktop/Downloads/gmp-4.2.2/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/scott/Desktop/Downloads/gmp-4.2.2/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/scott/Desktop/Downloads/gmp-4.2.2/missing --run automake-1.8'
    AWK='mawk'
    BITS_PER_MP_LIMB=''
    CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo'
    CC='gcc'
    CCAS='gcc -c'
    CC_FOR_BUILD='gcc'
    CFLAGS='-m32 -O2 -fomit-frame-pointer -mtune=pentium4 -march=pentium4'
    CPP='gcc -E'
    CPPFLAGS=''
    CPP_FOR_BUILD='gcc -E'
    CXX=''
    CXXCPP=''
    CXXFLAGS=''
    CYGPATH_W='echo'
    DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
    DEFS=''
    DLLTOOL='dlltool'
    ECHO='echo'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP='grep -E'
    ENABLE_STATIC_FALSE='#'
    ENABLE_STATIC_TRUE=''
    EXEEXT=''
    EXEEXT_FOR_BUILD=''
    GMP_LDFLAGS=''
    GMP_NAIL_BITS='0'
    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='${SHELL} $(install_sh) -c -s'
    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'
    LN_S='ln -s'
    LTLIBOBJS=''
    M4=''
    MAINT='#'
    MAINTAINER_MODE_FALSE=''
    MAINTAINER_MODE_TRUE='#'
    MAKEINFO='${SHELL} /home/scott/Desktop/Downloads/gmp-4.2.2/missing --run makeinfo'
    OBJDUMP='objdump'
    OBJEXT='o'
    PACKAGE='gmp'
    PACKAGE_BUGREPORT='gmp-bugs@swox.com'
    PACKAGE_NAME='GNU MP'
    PACKAGE_STRING='GNU MP 4.2.2'
    PACKAGE_TARNAME='gmp'
    PACKAGE_VERSION='4.2.2'
    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='4.2.2'
    WANT_CXX_FALSE=''
    WANT_CXX_TRUE='#'
    WANT_MPBSD_FALSE=''
    WANT_MPBSD_TRUE='#'
    WITH_READLINE_01=''
    YACC=''
    ac_ct_AR='ar'
    ac_ct_AS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_DLLTOOL=''
    ac_ct_OBJDUMP=''
    ac_ct_RANLIB='ranlib'
    ac_ct_STRIP='strip'
    am__leading_dot='.'
    bindir='${exec_prefix}/bin'
    build='pentium4-pc-linux-gnu'
    build_alias=''
    build_cpu='pentium4'
    build_os='linux-gnu'
    build_vendor='pc'
    datadir='${prefix}/share'
    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/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.asm mpn/diveby3.asm mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.asm mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.asm mpn/sqr_basecase.asm 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/bdivmod.c mpn/gcd_1.c mpn/gcd.c mpn/gcdext.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/mullow_n.c mpn/mullow_basecase.c mpn/umul.asm mpn/udiv.asm mpn/copyi.asm mpn/copyd.asm mpn/addlsh1_n.asm mpn/rsh1add_n.asm mpn/addsub_n.c'
    host='pentium4-pc-linux-gnu'
    host_alias=''
    host_cpu='pentium4'
    host_os='linux-gnu'
    host_vendor='pc'
    includedir='${prefix}/include'
    infodir='${prefix}/info'
    install_sh='/home/scott/Desktop/Downloads/gmp-4.2.2/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localstatedir='${prefix}/var'
    mandir='${prefix}/man'
    mkdir_p='mkdir -p -- .'
    mpn_objects=' add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3.lo divis$U.lo divrem$U.lo divrem_1.lo divrem_2$U.lo fib2_ui$U.lo mod_1.lo mod_34lsub1.lo mode1o.lo dump$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo mul_basecase.lo sqr_basecase.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 bdivmod$U.lo gcd_1$U.lo gcd$U.lo gcdext$U.lo tdiv_qr$U.lo dc_divrem_n$U.lo sb_divrem_mn$U.lo jacbase$U.lo get_d$U.lo mullow_n$U.lo mullow_basecase$U.lo umul.lo udiv.lo copyi.lo copyd.lo addlsh1_n.lo rsh1add_n.lo addsub_n$U.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/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.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/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addlsh1_n.lo mpn/rsh1add_n.lo mpn/addsub_n$U.lo'
    mpn_objs_in_libmp=''
    oldincludedir='/usr/include'
    prefix='NONE'
    program_transform_name='s,x,x,'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    
    ## ----------- ##
    ## confdefs.h. ##
    ## ----------- ##
    
    #define HAVE_ALARM 1
    #define HAVE_ALLOCA 1
    #define HAVE_ALLOCA_H 1
    #define HAVE_ATTRIBUTE_CONST 1
    #define HAVE_ATTRIBUTE_MALLOC 1
    #define HAVE_ATTRIBUTE_MODE 1
    #define HAVE_ATTRIBUTE_NORETURN 1
    #define HAVE_CALLING_CONVENTIONS 1
    #define HAVE_CLOCK 1
    #define HAVE_DECL_FGETC 1
    #define HAVE_DECL_FSCANF 1
    #define HAVE_DECL_OPTARG 1
    #define HAVE_DECL_SYS_ERRLIST 1
    #define HAVE_DECL_SYS_NERR 1
    #define HAVE_DECL_UNGETC 1
    #define HAVE_DECL_VFPRINTF 1
    #define HAVE_DLFCN_H 1
    #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
    #define HAVE_FCNTL_H 1
    #define HAVE_FLOAT_H 1
    #define HAVE_GETPAGESIZE 1
    #define HAVE_GETRUSAGE 1
    #define HAVE_GETTIMEOFDAY 1
    #define HAVE_HOST_CPU_pentium4 1
    #define HAVE_INTMAX_T 1
    #define HAVE_INTTYPES_H 1
    #define HAVE_LANGINFO_H 1
    #define HAVE_LIMB_LITTLE_ENDIAN 1
    #define HAVE_LOCALECONV 1
    #define HAVE_LOCALE_H 1
    #define HAVE_LONG_DOUBLE 1
    #define HAVE_LONG_LONG 1
    #define HAVE_MEMORY_H 1
    #define HAVE_MEMSET 1
    #define HAVE_MMAP 1
    #define HAVE_MPROTECT 1
    #define HAVE_NATIVE_M4_function 1
    #define HAVE_NATIVE_M4_function 1
    #define HAVE_NATIVE_mpn_add_n 1
    #define HAVE_NATIVE_mpn_add_nc 1
    #define HAVE_NATIVE_mpn_addlsh1_n 1
    #define HAVE_NATIVE_mpn_addmul_1 1
    #define HAVE_NATIVE_mpn_addmul_1c 1
    #define HAVE_NATIVE_mpn_copyd 1
    #define HAVE_NATIVE_mpn_copyi 1
    #define HAVE_NATIVE_mpn_divexact_1 1
    #define HAVE_NATIVE_mpn_divexact_by3c 1
    #define HAVE_NATIVE_mpn_divrem_1 1
    #define HAVE_NATIVE_mpn_divrem_1c 1
    #define HAVE_NATIVE_mpn_hamdist 1
    #define HAVE_NATIVE_mpn_hamdist 1
    #define HAVE_NATIVE_mpn_lshift 1
    #define HAVE_NATIVE_mpn_mod_1 1
    #define HAVE_NATIVE_mpn_mod_1c 1
    #define HAVE_NATIVE_mpn_mod_34lsub1 1
    #define HAVE_NATIVE_mpn_modexact_1_odd 1
    #define HAVE_NATIVE_mpn_modexact_1c_odd 1
    #define HAVE_NATIVE_mpn_mul_1 1
    #define HAVE_NATIVE_mpn_mul_1c 1
    #define HAVE_NATIVE_mpn_mul_basecase 1
    #define HAVE_NATIVE_mpn_popcount 1
    #define HAVE_NATIVE_mpn_popcount 1
    #define HAVE_NATIVE_mpn_preinv_divrem_1 1
    #define HAVE_NATIVE_mpn_preinv_mod_1 1
    #define HAVE_NATIVE_mpn_rsh1add_n 1
    #define HAVE_NATIVE_mpn_rshift 1
    #define HAVE_NATIVE_mpn_sqr_basecase 1
    #define HAVE_NATIVE_mpn_sub_n 1
    #define HAVE_NATIVE_mpn_sub_nc 1
    #define HAVE_NATIVE_mpn_submul_1 1
    #define HAVE_NATIVE_mpn_submul_1c 1
    #define HAVE_NATIVE_mpn_udiv_qrnnd 1
    #define HAVE_NATIVE_mpn_umul_ppmm 1
    #define HAVE_NL_LANGINFO 1
    #define HAVE_NL_TYPES_H 1
    #define HAVE_OBSTACK_VPRINTF 1
    #define HAVE_POPEN 1
    #define HAVE_PTRDIFF_T 1
    #define HAVE_QUAD_T 1
    #define HAVE_RAISE 1
    #define HAVE_SIGACTION 1
    #define HAVE_SIGALTSTACK 1
    #define HAVE_SIGSTACK 1
    #define HAVE_SPEED_CYCLECOUNTER 2
    #define HAVE_STDARG 1
    #define HAVE_STDINT_H 1
    #define HAVE_STDLIB_H 1
    #define HAVE_STRCHR 1
    #define HAVE_STRERROR 1
    #define HAVE_STRINGIZE 1
    #define HAVE_STRINGS_H 1
    #define HAVE_STRING_H 1
    #define HAVE_STRING_H 1
    #define HAVE_STRNLEN 1
    #define HAVE_STRTOL 1
    #define HAVE_STRTOUL 1
    #define HAVE_SYSCONF 1
    #define HAVE_SYSCTL 1
    #define HAVE_SYS_MMAN_H 1
    #define HAVE_SYS_PARAM_H 1
    #define HAVE_SYS_RESOURCE_H 1
    #define HAVE_SYS_STAT_H 1
    #define HAVE_SYS_SYSCTL_H 1
    #define HAVE_SYS_SYSINFO_H 1
    #define HAVE_SYS_TIMES_H 1
    #define HAVE_SYS_TIME_H 1
    #define HAVE_SYS_TYPES_H 1
    #define HAVE_TIMES 1
    #define HAVE_UINT_LEAST32_T 1
    #define HAVE_UNISTD_H 1
    #define HAVE_VSNPRINTF 1
    #define PACKAGE "gmp"
    #define PACKAGE_BUGREPORT "gmp-bugs@swox.com"
    #define PACKAGE_NAME "GNU MP"
    #define PACKAGE_STRING "GNU MP 4.2.2"
    #define PACKAGE_TARNAME "gmp"
    #define PACKAGE_VERSION "4.2.2"
    #define PROTOTYPES 1
    #define RETSIGTYPE void
    #define STDC_HEADERS 1
    #define STDC_HEADERS 1
    #define TIME_WITH_SYS_TIME 1
    #define VERSION "4.2.2"
    #define WANT_FFT 1
    #define WANT_TMP_ALLOCA 1
    #define __PROTOTYPES 1
    
    configure: exit 1

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    Hello,

    you need to install the m4 package.

  3. #3
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    what distro are you using? if you are using one of the major distros you should have GIMP in the repos (I believe Fedora, Ubuntu, OpenSuse all have it). You might even have it preinstalled (it's preinstalled with Ubuntu, applications, graphics, gimp)

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I agree with jmadero ! GIMP is pre-installed in most of distros having GNOME DE. Even if its not pre-installed, one should install it through Package Manager only.
    If your machine doesn't have internet access then Manual installation is the only option but you will face a lot of dependency problems.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    Quote Originally Posted by happypandaface View Post
    I downloaded a copy of GMP (I have no idea what it is)
    It's this bit that intrigues me... why would you download something when you don't know what it is?
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  6. #6
    drl
    drl is offline
    Linux Engineer drl's Avatar
    Join Date
    Apr 2006
    Location
    Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
    Posts
    1,117
    Hi.

    Perhaps GMP is GNU multi-precision arithmetic library. However, I agree with the previous responses: it may in fact be in the repositories. The distribution is almost always an important fact to place in the initial question ... cheers, drl
    Welcome - get the most out of the forum by reading forum basics and guidelines: click here.
    90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
    We look forward to helping you with the challenge of the other 10%.
    ( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...