GMP-4.2.2: configure: wrong cpu detection
Francis ANDRE
francis.andre at easynet.fr
Thu May 8 14:35:13 CEST 2008
Hi
I am running WXP on a Sony laptop with an Intel Centrino duo T2300 CPU
and the configure shell detects it as a pentium 3!! It seems strange
to me. Is it a bug??
build_cpu='pentium3'
host_cpu='pentium3'
Regards
FA
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU MP configure 4.2.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --disable-static --enable-shared
## --------- ##
## Platform. ##
## --------- ##
hostname = Falbala
uname -m = i686
uname -r = 1.5.25(0.156/4/2)
uname -s = CYGWIN_NT-5.1
uname -v = 2008-04-17 12:11
/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/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /cygdrive/c/Perl/site/bin
PATH: /cygdrive/c/Perl/bin
PATH: /cygdrive/c/Program Files/Perl/site/bin
PATH: /cygdrive/c/Program Files/Perl/bin
PATH: /cygdrive/c/Program Files/IBM/CICS Transaction Gateway/bin
PATH: /cygdrive/c/Program Files/Apache Software Foundation/Maven 1.1/bin
PATH: /cygdrive/c/WINDOWS/system32
PATH: /cygdrive/c/WINDOWS
PATH: /cygdrive/c/WINDOWS/System32/Wbem
PATH: /cygdrive/c/Program Files/Fichiers communs/Adobe/AGL
PATH: /cygdrive/c/Program Files/Microsoft SQL Server/80/Tools/Binn/
PATH: /cygdrive/c/PROGRA~1/IBM/SQLLIB/BIN
PATH: /cygdrive/c/PROGRA~1/IBM/SQLLIB/FUNCTION
PATH: /cygdrive/c/PROGRA~1/IBM/SQLLIB/SAMPLES/REPL
PATH: /cygdrive/c/Program Files/IDM Computer Solutions/UltraEdit-32
PATH: /cygdrive/c/Program Files/Intel/Wireless/Bin/
PATH: "C
PATH: /Program Files/Hummingbird/Connectivity/7.00/Accessories/"
PATH: /cygdrive/c/Program Files/Microsoft Platform SDK/Bin/
PATH: /cygdrive/c/Program Files/Microsoft Platform SDK/Bin/WinNT/
PATH: /cygdrive/c/Program Files/Subversion/bin
PATH: /cygdrive/c/Program Files/Mercurial
PATH: /cygdrive/c/Program Files/IBM/SDP70/bin
PATH: /cygdrive/d/DEV/WS/CPP/SAS/3rd/poco/bin
PATH: /cygdrive/c/Program Files/Apache Software Foundation/maven-2.0.7/bin
PATH: /cygdrive/c/Program Files/IBM/Informix/bin
PATH: /cygdrive/d/zOS/Hercules/bin
PATH: /cygdrive/c/Program Files/Apache Group/apache-ant-1.7.0/bin
PATH: /cygdrive/c/Program Files/Microsoft Platform SDK/Bin/
PATH: /cygdrive/c/Program Files/Microsoft Platform SDK/Bin/WinNT/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1654: checking build system type
configure:1672: result: pentium3-pc-cygwin
configure:1680: checking host system type
configure:1694: result: pentium3-pc-cygwin
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:1899: found /usr/bin/gawk
configure:1909: result: gawk
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=32
cclist=gcc icc cc
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: line 3874: ./a.out: No such file or directory
./configure: line 3874: ./b.out: No such file or directory
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: line 3928: ./a.out: No such file or directory
./configure: line 3928: ./b.out: No such file or directory
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: line 3984: ./a.out: No such file or directory
./configure: line 3984: ./b.out: No such file or directory
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: line 4041: ./a.out: No such file or directory
./configure: line 4041: ./b.out: No such file or directory
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: line 4096: ./a.out: No such file or directory
./configure: line 4096: ./b.out: No such file or directory
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: line 4152: ./a.out: No such file or directory
./configure: line 4152: ./b.out: No such file or directory
configure:4154: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:4227: gcc -m32 -O2 -fomit-frame-pointer conftest.c >&5
configure:4230: $? = 0
configure:4235: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 4236: ./a.out: No such file or directory
./configure: line 4236: ./b.out: No such file or directory
configure:4238: $? = 0
Test compile: __builtin_alloca availability
configure:4278: gcc -m32 -O2 -fomit-frame-pointer conftest.c >&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab): undefined reference to `_WinMain at 16'
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: line 4411: ./a.out: No such file or directory
./configure: line 4411: ./b.out: No such file or directory
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: line 4475: ./a.out: No such file or directory
./configure: line 4475: ./b.out: No such file or directory
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: line 4535: ./a.out: No such file or directory
./configure: line 4535: ./b.out: No such file or directory
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: line 4626: ./a.out: No such file or directory
./configure: line 4626: ./b.out: No such file or directory
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: line 4726: ./a.out: No such file or directory
./configure: line 4726: ./b.out: No such file or directory
configure:4728: $? = 0
Testing gcc GOT with eax emitted
configure:4776: gcc -m32 -O2 -fomit-frame-pointer -fPIC -S conftest.c >&5 2>&1
conftest.c:1: warning: -fPIC ignored for target (all code is position independent)
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=pentium3
Test compile:
configure:5357: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5360: $? = 0
configure:5365: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5366: ./a.out: No such file or directory
./configure: line 5366: ./b.out: No such file or directory
configure:5368: $? = 0
Test compile: function pointer return
configure:5411: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5414: $? = 0
configure:5419: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5420: ./a.out: No such file or directory
./configure: line 5420: ./b.out: No such file or directory
configure:5422: $? = 0
Test compile: cmov instruction
configure:5467: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5470: $? = 0
configure:5475: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5476: ./a.out: No such file or directory
./configure: line 5476: ./b.out: No such file or directory
configure:5478: $? = 0
Test compile: double -> ulong conversion
configure:5524: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5527: $? = 0
configure:5532: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5533: ./a.out: No such file or directory
./configure: line 5533: ./b.out: No such file or directory
configure:5535: $? = 0
Test compile: double negation
configure:5579: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5582: $? = 0
configure:5587: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5588: ./a.out: No such file or directory
./configure: line 5588: ./b.out: No such file or directory
configure:5590: $? = 0
Test compile: double -> float conversion
configure:5635: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5638: $? = 0
configure:5643: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5644: ./a.out: No such file or directory
./configure: line 5644: ./b.out: No such file or directory
configure:5646: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5719: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5722: $? = 0
configure:5727: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5728: ./a.out: No such file or directory
./configure: line 5728: ./b.out: No such file or directory
configure:5730: $? = 0
Test compile: __builtin_alloca availability
configure:5770: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab): undefined reference to `_WinMain at 16'
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=pentium3 conftest.c >&5
configure:5897: $? = 0
configure:5902: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5903: ./a.out: No such file or directory
./configure: line 5903: ./b.out: No such file or directory
configure:5905: $? = 0
Test compile: long long reliability test 1
configure:5958: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:5961: $? = 0
configure:5966: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5967: ./a.out: No such file or directory
./configure: line 5967: ./b.out: No such file or directory
configure:5969: $? = 0
Test compile: long long reliability test 2
configure:6018: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:6021: $? = 0
configure:6026: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 6027: ./a.out: No such file or directory
./configure: line 6027: ./b.out: No such file or directory
configure:6029: $? = 0
Test compile: mpn_lshift_com optimization
configure:6109: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:6112: $? = 0
configure:6117: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 6118: ./a.out: No such file or directory
./configure: line 6118: ./b.out: No such file or directory
configure:6120: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6209: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 conftest.c >&5
configure:6212: $? = 0
configure:6217: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 6218: ./a.out: No such file or directory
./configure: line 6218: ./b.out: No such file or directory
configure:6220: $? = 0
Testing gcc GOT with eax emitted
configure:6268: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -fPIC -S conftest.c >&5 2>&1
conftest.c:1: warning: -fPIC ignored for target (all code is position independent)
configure:6271: $? = 0
Result: no
configure:6366: result: yes
configure:5343: checking compiler gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3
Test compile:
configure:5357: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5360: $? = 0
configure:5365: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5366: ./a.out: No such file or directory
./configure: line 5366: ./b.out: No such file or directory
configure:5368: $? = 0
Test compile: function pointer return
configure:5411: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5414: $? = 0
configure:5419: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5420: ./a.out: No such file or directory
./configure: line 5420: ./b.out: No such file or directory
configure:5422: $? = 0
Test compile: cmov instruction
configure:5467: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5470: $? = 0
configure:5475: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5476: ./a.out: No such file or directory
./configure: line 5476: ./b.out: No such file or directory
configure:5478: $? = 0
Test compile: double -> ulong conversion
configure:5524: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5527: $? = 0
configure:5532: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5533: ./a.out: No such file or directory
./configure: line 5533: ./b.out: No such file or directory
configure:5535: $? = 0
Test compile: double negation
configure:5579: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5582: $? = 0
configure:5587: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5588: ./a.out: No such file or directory
./configure: line 5588: ./b.out: No such file or directory
configure:5590: $? = 0
Test compile: double -> float conversion
configure:5635: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5638: $? = 0
configure:5643: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5644: ./a.out: No such file or directory
./configure: line 5644: ./b.out: No such file or directory
configure:5646: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:5719: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5722: $? = 0
configure:5727: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5728: ./a.out: No such file or directory
./configure: line 5728: ./b.out: No such file or directory
configure:5730: $? = 0
Test compile: __builtin_alloca availability
configure:5770: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab): undefined reference to `_WinMain at 16'
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=pentium3 -march=pentium3 conftest.c >&5
configure:5897: $? = 0
configure:5902: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5903: ./a.out: No such file or directory
./configure: line 5903: ./b.out: No such file or directory
configure:5905: $? = 0
Test compile: long long reliability test 1
configure:5958: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:5961: $? = 0
configure:5966: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 5967: ./a.out: No such file or directory
./configure: line 5967: ./b.out: No such file or directory
configure:5969: $? = 0
Test compile: long long reliability test 2
configure:6018: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:6021: $? = 0
configure:6026: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 6027: ./a.out: No such file or directory
./configure: line 6027: ./b.out: No such file or directory
configure:6029: $? = 0
Test compile: mpn_lshift_com optimization
configure:6109: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:6112: $? = 0
configure:6117: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 6118: ./a.out: No such file or directory
./configure: line 6118: ./b.out: No such file or directory
configure:6120: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:6209: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:6212: $? = 0
configure:6217: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
./configure: line 6218: ./a.out: No such file or directory
./configure: line 6218: ./b.out: No such file or directory
configure:6220: $? = 0
Testing gcc GOT with eax emitted
configure:6268: gcc -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 -fPIC -S conftest.c >&5 2>&1
conftest.c:1: warning: -fPIC ignored for target (all code is position independent)
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) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 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
Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
Thread model: posix
gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
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=pentium3 -march=pentium3 conftest.c >&5
configure:6830: $? = 0
configure:6876: result: a.exe
configure:6881: checking whether the C compiler works
configure:6887: ./a.exe
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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:6924: $? = 0
configure:6949: result: .exe
configure:6955: checking for suffix of object files
configure:6976: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:2: error: parse error 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: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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=pentium3 -march=pentium3 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
configure:7789: $? = 0
./configure: line 7791: ./a.out: No such file or directory
./configure: line 7791: ./b.out: No such file or directory
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
configure:7872: $? = 0
configure:7888: result: .exe
configure:7894: checking whether build system compiler is ANSI
configure:7907: gcc conftest.c
configure:7910: $? = 0
configure:7919: result: yes
configure:7929: checking for build system compiler math library
configure:7948: gcc conftest.c -lm
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=pentium3 -march=pentium3 conftest.s >conftest.out 2>&1
configure:8864: $? = 0
configure:8888: result: yes
Decided:
ABI=32
CC=gcc
CFLAGS=-m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3
CPPFLAGS=
GMP_LDFLAGS=
CXX=
CXXFLAGS=
path= x86/p6/p3mmx x86/p6/mmx x86/p6 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=pentium3 -march=pentium3 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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:9210: $? = 0
configure:9212: ./conftest.exe
configure:9215: $? = 0
configure:9230: result: yes
configure:9254: checking for sys/types.h
configure:9270: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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: /usr/bin/sed
configure:9964: checking for ld used by gcc
configure:10031: result: /usr/i686-pc-cygwin/bin/ld.exe
configure:10040: checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld
configure:10055: result: yes
configure:10060: checking for /usr/i686-pc-cygwin/bin/ld.exe 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: file_magic ^x86 archive import|^x86 DLL
configure:10556: checking for dlltool
configure:10572: found /usr/bin/dlltool
configure:10583: result: dlltool
configure:10636: checking for as
configure:10652: found /usr/bin/as
configure:10663: result: as
configure:10716: checking for objdump
configure:10732: found /usr/bin/objdump
configure:10743: result: objdump
configure:10776: checking dlfcn.h usability
configure:10788: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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: 8192
configure:11279: checking command to parse /usr/bin/nm -B output from gcc object
configure:11384: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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
cannot find nm_test_var in conftest.nm
configure:11384: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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=pentium3 -march=pentium3 -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: -DDLL_EXPORT
configure:12345: checking if gcc PIC flag -DDLL_EXPORT works
configure:12363: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 -DDLL_EXPORT -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=pentium3 -march=pentium3 -o out/conftest2.o conftest.c >&5
configure:12471: $? = 0
configure:12493: result: yes
configure:12519: checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) 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=pentium3 -march=pentium3 conftest.c >&5
configure:13532: $? = 0
configure:13547: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:13550: $? = 1
configure:13562: result: yes
configure:13570: checking dynamic linker characteristics
configure:14172: result: Win32 ld.exe
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: no
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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:67:20: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:69:22: nl_types.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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
| /* 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 <nl_types.h>
configure:24748: result: no
configure:24752: checking nl_types.h presence
configure:24762: gcc -E conftest.c
conftest.c:35:22: nl_types.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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
| /* end confdefs.h. */
| #include <nl_types.h>
configure:24788: result: no
configure:24823: checking for nl_types.h
configure:24830: result: no
configure:24707: checking sys/attributes.h usability
configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
conftest.c:69:28: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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
| /* 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:35:28: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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
| /* 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:69:25: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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
| /* 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:35:25: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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
| /* 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:71:27: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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:37:27: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:71:23: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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:37:23: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:71:25: sys/sysinfo.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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/sysinfo.h>
configure:24748: result: no
configure:24752: checking sys/sysinfo.h presence
configure:24762: gcc -E conftest.c
conftest.c:37:25: sys/sysinfo.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h. */
| #include <sys/sysinfo.h>
configure:24788: result: no
configure:24823: checking for sys/sysinfo.h
configure:24830: result: no
configure:24707: checking sys/syssgi.h usability
configure:24719: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
conftest.c:71:24: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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/syssgi.h>
configure:24748: result: no
configure:24752: checking sys/syssgi.h presence
configure:24762: gcc -E conftest.c
conftest.c:37:24: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:71:27: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_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/systemcfg.h>
configure:24748: result: no
configure:24752: checking sys/systemcfg.h presence
configure:24762: gcc -E conftest.c
conftest.c:37:27: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c:44:24: sys/sysctl.h: No such file or directory
configure:24945: $? = 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h>
| #endif
|
| #include <sys/sysctl.h>
configure:24969: result: no
configure:24986: checking for machine/hal_sysinfo.h
configure:25004: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
conftest.c:44:33: 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c: In function `main':
conftest.c:89: error: `quad_t' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
conftest.c:89: error: parse error before ')' token
configure:25922: $? = 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 1
| #define HAVE_DECL_SYS_NERR 1
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #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
| int
| main ()
| {
| if ((quad_t *) 0)
| return 0;
| if (sizeof (quad_t))
| return 0;
| ;
| return 0;
| }
configure:25946: result: no
configure:25956: checking for uint_least32_t
configure:25980: gcc -c -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 -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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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:26780: checking for working alloca.h
configure:26801: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:26807: $? = 0
configure:26811: test -z
|| test ! -s conftest.err
configure:26814: $? = 0
configure:26817: test -s conftest.exe
configure:26820: $? = 0
configure:26832: result: yes
configure:26843: checking for alloca (via gmp-impl.h)
configure:26872: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:26878: $? = 0
configure:26882: test -z
|| test ! -s conftest.err
configure:26885: $? = 0
configure:26888: test -s conftest.exe
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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 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=pentium3 -march=pentium3 conftest.c >&5
conftest.c: In function `main':
conftest.c:69: error: `not' undeclared (first use in this function)
conftest.c:69: error: (Each undeclared identifier is reported only once
conftest.c:69: error: for each function it appears in.)
conftest.c:69: error: parse error 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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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_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=pentium3 -march=pentium3 -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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for attr_get
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccwqlFqC.o:conftest.c:(.text+0x20): undefined reference to `_attr_get'
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccwqlFqC.o:conftest.c:(.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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_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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for clock_gettime
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for cputime
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccY6NMsP.o:conftest.c:(.text+0x20): undefined reference to `_cputime'
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccY6NMsP.o:conftest.c:(.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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_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_CLOCK_GETTIME 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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for getrusage
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for gettimeofday
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for getsysinfo
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/cciw8yMr.o:conftest.c:(.text+0x20): undefined reference to `_getsysinfo'
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/cciw8yMr.o:conftest.c:(.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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_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_CLOCK_GETTIME 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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for memset
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
conftest.c:95: 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.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for mmap
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for mprotect
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for nl_langinfo
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for obstack_vprintf
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccXSCjbb.o:conftest.c:(.text+0x20): undefined reference to `_obstack_vprintf'
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccXSCjbb.o:conftest.c:(.data+0x0): undefined reference to `_obstack_vprintf'
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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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_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_CLOCK_GETTIME 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
| /* end confdefs.h. */
| /* Define obstack_vprintf to an innocuous variant, in case <limits.h> declares obstack_vprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define obstack_vprintf innocuous_obstack_vprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char obstack_vprintf (); 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 obstack_vprintf
|
| /* 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 obstack_vprintf ();
| /* 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_obstack_vprintf) || defined (__stub___obstack_vprintf)
| choke me
| #else
| char (*f) () = obstack_vprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != obstack_vprintf;
| ;
| return 0;
| }
configure:27693: result: no
configure:27605: checking for popen
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
configure:27668: $? = 0
configure:27672: test -z
|| test ! -s conftest.err
configure:27675: $? = 0
configure:27678: test -s conftest.exe
configure:27681: $? = 0
configure:27693: result: yes
configure:27605: checking for processor_info
configure:27662: gcc -o conftest.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/cc6CS2Og.o:conftest.c:(.text+0x20): undefined reference to `_processor_info'
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/cc6CS2Og.o:conftest.c:(.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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_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_CLOCK_GETTIME 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_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.exe -m32 -O2 -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccGKLga9.o:conftest.c:(.text+0x20): undefined reference to `_pstat_getprocessor'
/cygdrive/c/DOCUME~1/FRANCI~1/LOCALS~1/Temp/ccGKLga9.o:conftest.c:(.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 at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.2"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_pentium3 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_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_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
|<