//------------------------------------------------------------------------------------------ I have indeed turned off my firewall for a while, and have successfully completed ./contrib/download_prerequisites; which gives me gmp mpfr mpc directories. However, these 3 new directories are source code directories, which need the ./configure; make; make check; install; treatment. I find that I can't compile gmp, because it tells me eventually: configure: error: cannot determine how to define a 32 bit word How can I get past this error? Below is my config.log contents. //------------------------------------------------------------------------------------------ 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.3.2, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = User-PC uname -m = i686 uname -r = 1.0.17(0.48/3/2) uname -s = MINGW32_NT-6.1 uname -v = 2011-04-24 23:39 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/User/wget/ PATH: /home/User/bzip2/bin/ PATH: /home/User/ PATH: /home/User/nano PATH: . PATH: /usr/local/bin PATH: /mingw/bin PATH: /bin PATH: /c/Windows/system32 PATH: /c/Windows PATH: /c/Windows/System32/Wbem PATH: /c/Windows/System32/WindowsPowerShell/v1.0/ PATH: /c/Program Files (x86)/Common Files/Ulead Systems/MPEG PATH: /c/Program Files (x86)/QuickTime/QTSystem/ PATH: /c/Program Files (x86)/Microsoft SQL Server/110/Tools/Binn/ManagementStudio/ PATH: /c/Program Files (x86)/Microsoft SQL Server/110/Tools/Binn/ PATH: /c/Program Files (x86)/Microsoft SQL Server/110/DTS/Binn/ PATH: /c/Program Files (x86)/SlikSvn/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2123: checking build system type configure:2141: result: i686-pc-mingw32 configure:2163: checking host system type configure:2178: result: i686-pc-mingw32 configure:2215: checking for a BSD-compatible install configure:2271: result: /bin/install -c configure:2282: checking whether build environment is sane configure:2325: result: yes configure:2382: checking for gawk configure:2398: found /bin/gawk configure:2409: result: gawk configure:2420: checking whether make sets $(MAKE) configure:2441: result: yes configure:2623: checking whether to enable maintainer-specific portions of Makefiles configure:2632: result: no User: ABI= CC= CFLAGS=(unset) CPPFLAGS=(unset) MPN_PATH= GMP: abilist=32 cclist=gcc icc cc configure:4346: gcc 2>&1 | grep xlc >/dev/null configure:4349: $? = 1 configure:4403: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer Test compile: configure:4417: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4420: $? = 0 configure:4425: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4426: ./a.out: No such file or directory ./configure: line 4426: ./b.out: No such file or directory configure:4428: $? = 0 Test compile: function pointer return configure:4471: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4474: $? = 0 configure:4479: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4480: ./a.out: No such file or directory ./configure: line 4480: ./b.out: No such file or directory configure:4482: $? = 0 Test compile: cmov instruction configure:4527: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4530: $? = 0 configure:4535: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4536: ./a.out: No such file or directory ./configure: line 4536: ./b.out: No such file or directory configure:4538: $? = 0 Test compile: double -> ulong conversion configure:4584: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4587: $? = 0 configure:4592: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4593: ./a.out: No such file or directory ./configure: line 4593: ./b.out: No such file or directory configure:4595: $? = 0 Test compile: double negation configure:4639: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4642: $? = 0 configure:4647: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4648: ./a.out: No such file or directory ./configure: line 4648: ./b.out: No such file or directory configure:4650: $? = 0 Test compile: double -> float conversion configure:4695: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4698: $? = 0 configure:4703: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4704: ./a.out: No such file or directory ./configure: line 4704: ./b.out: No such file or directory configure:4706: $? = 0 Test compile: gnupro alpha ev6 char spilling configure:4780: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4783: $? = 0 configure:4788: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4789: ./a.out: No such file or directory ./configure: line 4789: ./b.out: No such file or directory configure:4791: $? = 0 Test compile: __builtin_alloca availability configure:4831: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../libmingw32.a(main.o): In function `main': C:\MinGW\msys\1.0\src\mingwrt/../mingw/main.c:73: undefined reference to `WinMain@16' collect2: ld returned 1 exit status configure:4834: $? = 1 failed program was: int k; int foo () { __builtin_alloca (k); } Test compile: abs int -> double conversion configure:4955: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:4958: $? = 0 configure:4963: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 4964: ./a.out: No such file or directory ./configure: line 4964: ./b.out: No such file or directory configure:4966: $? = 0 Test compile: long long reliability test 1 configure:5019: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] configure:5022: $? = 0 configure:5027: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5028: ./a.out: No such file or directory ./configure: line 5028: ./b.out: No such file or directory configure:5030: $? = 0 Test compile: long long reliability test 2 configure:5079: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 conftest.c: In function 'f': conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long] configure:5082: $? = 0 configure:5087: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5088: ./a.out: No such file or directory ./configure: line 5088: ./b.out: No such file or directory configure:5090: $? = 0 Test compile: mpn_lshift_com optimization configure:5178: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:5181: $? = 0 configure:5186: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5187: ./a.out: No such file or directory ./configure: line 5187: ./b.out: No such file or directory configure:5189: $? = 0 Test compile: mpn_lshift_com optimization 2 configure:5286: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 configure:5289: $? = 0 configure:5294: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5295: ./a.out: No such file or directory ./configure: line 5295: ./b.out: No such file or directory configure:5297: $? = 0 Testing gcc GOT with eax emitted configure:5345: gcc -m32 -O2 -pedantic -fomit-frame-pointer -fPIC -S conftest.c >&5 2>&1 conftest.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default] configure:5348: $? = 0 Result: no configure:5443: result: yes configure: testlist sizeof-long-4 configure:5618: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has sizeof(long)==4 configure:5631: gcc -m32 -O2 -pedantic -fomit-frame-pointer -c conftest.c >&5 configure:5634: $? = 0 configure:5639: result: yes configure:5912: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro Test compile: configure:5926: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:5929: $? = 0 configure:5934: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5935: ./a.out: No such file or directory ./configure: line 5935: ./b.out: No such file or directory configure:5937: $? = 0 Test compile: function pointer return configure:5980: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:5983: $? = 0 configure:5988: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5989: ./a.out: No such file or directory ./configure: line 5989: ./b.out: No such file or directory configure:5991: $? = 0 Test compile: cmov instruction configure:6036: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6039: $? = 0 configure:6044: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6045: ./a.out: No such file or directory ./configure: line 6045: ./b.out: No such file or directory configure:6047: $? = 0 Test compile: double -> ulong conversion configure:6093: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6096: $? = 0 configure:6101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6102: ./a.out: No such file or directory ./configure: line 6102: ./b.out: No such file or directory configure:6104: $? = 0 Test compile: double negation configure:6148: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6151: $? = 0 configure:6156: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6157: ./a.out: No such file or directory ./configure: line 6157: ./b.out: No such file or directory configure:6159: $? = 0 Test compile: double -> float conversion configure:6204: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6207: $? = 0 configure:6212: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6213: ./a.out: No such file or directory ./configure: line 6213: ./b.out: No such file or directory configure:6215: $? = 0 Test compile: gnupro alpha ev6 char spilling configure:6289: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6292: $? = 0 configure:6297: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6298: ./a.out: No such file or directory ./configure: line 6298: ./b.out: No such file or directory configure:6300: $? = 0 Test compile: __builtin_alloca availability configure:6340: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../libmingw32.a(main.o): In function `main': C:\MinGW\msys\1.0\src\mingwrt/../mingw/main.c:73: undefined reference to `WinMain@16' collect2: ld returned 1 exit status configure:6343: $? = 1 failed program was: int k; int foo () { __builtin_alloca (k); } Test compile: abs int -> double conversion configure:6464: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6467: $? = 0 configure:6472: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6473: ./a.out: No such file or directory ./configure: line 6473: ./b.out: No such file or directory configure:6475: $? = 0 Test compile: long long reliability test 1 configure:6528: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] configure:6531: $? = 0 configure:6536: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6537: ./a.out: No such file or directory ./configure: line 6537: ./b.out: No such file or directory configure:6539: $? = 0 Test compile: long long reliability test 2 configure:6588: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 conftest.c: In function 'f': conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long] configure:6591: $? = 0 configure:6596: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6597: ./a.out: No such file or directory ./configure: line 6597: ./b.out: No such file or directory configure:6599: $? = 0 Test compile: mpn_lshift_com optimization configure:6687: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6690: $? = 0 configure:6695: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6696: ./a.out: No such file or directory ./configure: line 6696: ./b.out: No such file or directory configure:6698: $? = 0 Test compile: mpn_lshift_com optimization 2 configure:6795: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro conftest.c >&5 configure:6798: $? = 0 configure:6803: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6804: ./a.out: No such file or directory ./configure: line 6804: ./b.out: No such file or directory configure:6806: $? = 0 Testing gcc GOT with eax emitted configure:6854: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -fPIC -S conftest.c >&5 2>&1 conftest.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default] configure:6857: $? = 0 Result: no configure:6952: result: yes configure:5912: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro Test compile: configure:5926: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:5929: $? = 0 configure:5934: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5935: ./a.out: No such file or directory ./configure: line 5935: ./b.out: No such file or directory configure:5937: $? = 0 Test compile: function pointer return configure:5980: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:5983: $? = 0 configure:5988: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 5989: ./a.out: No such file or directory ./configure: line 5989: ./b.out: No such file or directory configure:5991: $? = 0 Test compile: cmov instruction configure:6036: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6039: $? = 0 configure:6044: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6045: ./a.out: No such file or directory ./configure: line 6045: ./b.out: No such file or directory configure:6047: $? = 0 Test compile: double -> ulong conversion configure:6093: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6096: $? = 0 configure:6101: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6102: ./a.out: No such file or directory ./configure: line 6102: ./b.out: No such file or directory configure:6104: $? = 0 Test compile: double negation configure:6148: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6151: $? = 0 configure:6156: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6157: ./a.out: No such file or directory ./configure: line 6157: ./b.out: No such file or directory configure:6159: $? = 0 Test compile: double -> float conversion configure:6204: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6207: $? = 0 configure:6212: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6213: ./a.out: No such file or directory ./configure: line 6213: ./b.out: No such file or directory configure:6215: $? = 0 Test compile: gnupro alpha ev6 char spilling configure:6289: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6292: $? = 0 configure:6297: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6298: ./a.out: No such file or directory ./configure: line 6298: ./b.out: No such file or directory configure:6300: $? = 0 Test compile: __builtin_alloca availability configure:6340: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../libmingw32.a(main.o): In function `main': C:\MinGW\msys\1.0\src\mingwrt/../mingw/main.c:73: undefined reference to `WinMain@16' collect2: ld returned 1 exit status configure:6343: $? = 1 failed program was: int k; int foo () { __builtin_alloca (k); } Test compile: abs int -> double conversion configure:6464: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6467: $? = 0 configure:6472: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6473: ./a.out: No such file or directory ./configure: line 6473: ./b.out: No such file or directory configure:6475: $? = 0 Test compile: long long reliability test 1 configure:6528: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:6:23: warning: ISO C90 does not support 'long long' [-Wlong-long] configure:6531: $? = 0 configure:6536: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6537: ./a.out: No such file or directory ./configure: line 6537: ./b.out: No such file or directory configure:6539: $? = 0 Test compile: long long reliability test 2 configure:6588: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'f': conftest.c:6:21: warning: ISO C90 does not support 'long long' [-Wlong-long] configure:6591: $? = 0 configure:6596: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6597: ./a.out: No such file or directory ./configure: line 6597: ./b.out: No such file or directory configure:6599: $? = 0 Test compile: mpn_lshift_com optimization configure:6687: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6690: $? = 0 configure:6695: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6696: ./a.out: No such file or directory ./configure: line 6696: ./b.out: No such file or directory configure:6698: $? = 0 Test compile: mpn_lshift_com optimization 2 configure:6795: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:6798: $? = 0 configure:6803: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest ./configure: line 6804: ./a.out: No such file or directory ./configure: line 6804: ./b.out: No such file or directory configure:6806: $? = 0 Testing gcc GOT with eax emitted configure:6854: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -fPIC -S conftest.c >&5 2>&1 conftest.c:1:0: warning: -fPIC ignored for target (all code is position independent) [enabled by default] configure:6857: $? = 0 Result: no configure:6952: result: yes configure:5912: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -mno-cygwin Test compile: configure:5926: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -mno-cygwin conftest.c >&5 cc1.exe: error: unrecognized command line option '-mno-cygwin' configure:5929: $? = 1 failed program was: int main () { return 0; } configure:6952: result: no configure:7103: checking for gcc configure:7130: result: gcc configure:7368: checking for C compiler version configure:7375: gcc --version >&5 gcc.exe (GCC) 4.6.1 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:7378: $? = 0 configure:7385: gcc -v >&5 Using built-in specs. COLLECT_GCC=C:\MinGW\bin\gcc.exe COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.6.1/lto-wrapper.exe Target: mingw32 Configured with: ../gcc-4.6.1/configure --enable-languages=c,c++,fortran,objc,obj-c++ --disable-sjlj-exceptions --with-dwarf2 --enable-shared --enable-libgomp --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --build=mingw32 --prefix=/mingw Thread model: win32 gcc version 4.6.1 (GCC) configure:7388: $? = 0 configure:7395: gcc -V >&5 gcc.exe: error: unrecognized option '-V' gcc.exe: fatal error: no input files compilation terminated. configure:7398: $? = 1 configure:7421: checking for C compiler default output file name configure:7448: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:7451: $? = 0 configure:7489: result: a.exe configure:7506: checking whether the C compiler works configure:7516: ./a.exe configure:7519: $? = 0 configure:7536: result: yes configure:7543: checking whether we are cross compiling configure:7545: result: no configure:7548: checking for suffix of executables configure:7555: gcc -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:7558: $? = 0 configure:7582: result: .exe configure:7588: checking for suffix of object files configure:7614: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:7617: $? = 0 configure:7640: result: o configure:7644: checking whether we are using the GNU C compiler configure:7673: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:7679: $? = 0 configure:7696: result: yes configure:7701: checking whether gcc accepts -g configure:7731: gcc -c -g conftest.c >&5 configure:7737: $? = 0 configure:7836: result: yes configure:7853: checking for gcc option to accept ISO C89 configure:7927: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:7933: $? = 0 configure:7956: result: none needed configure:7976: checking for gcc option to accept ISO C99 configure:8135: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:20:1: warning: C++ style comments are not allowed in ISO C90 [enabled by default] conftest.c:20:1: warning: (this will be reported only once per input file) [enabled by default] conftest.c:21:15: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] conftest.c:22:18: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] conftest.c:23:21: warning: anonymous variadic macros were introduced in C99 [-Wvariadic-macros] conftest.c:39:6: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:39:6: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:39:6: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:42:5: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:42:5: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:42:5: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:46:13: warning: ISO C90 does not support 'long long' [-Wlong-long] conftest.c:46:32: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:47:22: warning: ISO C90 does not support 'long long' [-Wlong-long] conftest.c:47:41: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:52:10: warning: ISO C90 does not support flexible array members [-pedantic] conftest.c:64:29: error: expected ';', ',' or ')' before 'text' conftest.c: In function 'test_varargs': conftest.c:80:3: warning: ISO C90 forbids mixed declarations and code [-pedantic] conftest.c:83:3: warning: ISO C90 forbids mixed declarations and code [-pedantic] conftest.c: In function 'main': conftest.c:118:3: warning: ISO C forbids nested functions [-pedantic] conftest.c:118:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' conftest.c:118:3: warning: ISO C90 forbids mixed declarations and code [-pedantic] conftest.c:118:18: error: 'newvar' undeclared (first use in this function) conftest.c:118:18: note: each undeclared identifier is reported only once for each function it appears in conftest.c:125:3: warning: ISO C90 forbids mixed declarations and code [-pedantic] conftest.c:128:3: error: 'for' loop initial declarations are only allowed in C99 mode conftest.c:128:3: note: use option -std=c99 or -std=gnu99 to compile your code conftest.c:133:5: warning: ISO C90 forbids specifying subobject to initialize [-pedantic] conftest.c:134:5: warning: ISO C90 forbids specifying subobject to initialize [-pedantic] conftest.c:135:5: warning: ISO C90 forbids specifying subobject to initialize [-pedantic] conftest.c:132:3: warning: ISO C90 forbids mixed declarations and code [-pedantic] conftest.c:140:3: warning: ISO C90 forbids variable length array 'dynamic_array' [-Wvla] conftest.c:140:3: warning: ISO C90 forbids mixed declarations and code [-pedantic] conftest.c:144:33: warning: use of C99 long long integer constant [-Wlong-long] conftest.c:144:51: warning: use of C99 long long integer constant [-Wlong-long] configure:8141: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 1 | #define HAVE_SPEED_CYCLECOUNTER 2 | #define HAVE_CALLING_CONVENTIONS 1 | /* end confdefs.h. */ | #include <stdarg.h> | #include <stdbool.h> | #include <stdlib.h> | #include <wchar.h> | #include <stdio.h> | | // Check varargs macros. These examples are taken from C99 6.10.3.5. | #define debug(...) fprintf (stderr, __VA_ARGS__) | #define showlist(...) puts (#__VA_ARGS__) | #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) | static void | test_varargs_macros (void) | { | int x = 1234; | int y = 5678; | debug ("Flag"); | debug ("X = %d\n", x); | showlist (The first, second, and third items.); | report (x>y, "x is %d but y is %d", x, y); | } | | // Check long long types. | #define BIG64 18446744073709551615ull | #define BIG32 4294967295ul | #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) | #if !BIG_OK | your preprocessor is broken; | #endif | #if BIG_OK | #else | your preprocessor is broken; | #endif | static long long int bignum = -9223372036854775807LL; | static unsigned long long int ubignum = BIG64; | | struct incomplete_array | { | int datasize; | double data[]; | }; | | struct named_init { | int number; | const wchar_t *name; | double average; | }; | | typedef const char *ccp; | | static inline int | test_restrict (ccp restrict text) | { | // See if C++-style comments work. | // Iterate through items via the restricted pointer. | // Also check for declarations in for loops. | for (unsigned int i = 0; *(text+i) != '\0'; ++i) | continue; | return 0; | } | | // Check varargs and va_copy. | static void | test_varargs (const char *format, ...) | { | va_list args; | va_start (args, format); | va_list args_copy; | va_copy (args_copy, args); | | const char *str; | int number; | float fnumber; | | while (*format) | { | switch (*format++) | { | case 's': // string | str = va_arg (args_copy, const char *); | break; | case 'd': // int | number = va_arg (args_copy, int); | break; | case 'f': // float | fnumber = va_arg (args_copy, double); | break; | default: | break; | } | } | va_end (args_copy); | va_end (args); | } | | int | main () | { | | // Check bool. | _Bool success = false; | | // Check restrict. | if (test_restrict ("String literal") == 0) | success = true; | char *restrict newvar = "Another string"; | | // Check varargs. | test_varargs ("s, d' f .", "string", 65, 34.234); | test_varargs_macros (); | | // Check flexible array members. | struct incomplete_array *ia = | malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); | ia->datasize = 10; | for (int i = 0; i < ia->datasize; ++i) | ia->data[i] = i * 1.234; | | // Check named initializers. | struct named_init ni = { | .number = 34, | .name = L"Test wide string", | .average = 543.34343, | }; | | ni.number = 58; | | int dynamic_array[ni.number]; | dynamic_array[ni.number - 1] = 543; | | // work around unused variable warnings | return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' | || dynamic_array[ni.number - 1] != 543); | | ; | return 0; | } configure:8135: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:8141: $? = 0 configure:8171: result: -std=gnu99 configure:8301: checking for gcc -std=gnu99 option to accept ISO Standard C configure:8312: result: -std=gnu99 configure:8322: checking how to run the C preprocessor configure:8362: gcc -std=gnu99 -E conftest.c configure:8368: $? = 0 configure:8399: gcc -std=gnu99 -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:8405: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 1 | #define HAVE_SPEED_CYCLECOUNTER 2 | #define HAVE_CALLING_CONVENTIONS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8438: result: gcc -std=gnu99 -E configure:8467: gcc -std=gnu99 -E conftest.c configure:8473: $? = 0 configure:8504: gcc -std=gnu99 -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:8510: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 1 | #define HAVE_SPEED_CYCLECOUNTER 2 | #define HAVE_CALLING_CONVENTIONS 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:8584: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:8590: $? = 0 configure:8682: checking build system compiler gcc -std=gnu99 configure:8695: gcc -std=gnu99 conftest.c conftest.c: In function 'main': conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:8698: $? = 0 ./configure: line 8700: ./a.out: No such file or directory ./configure: line 8700: ./b.out: No such file or directory configure:8705: result: yes configure:8726: checking for build system preprocessor configure:8737: gcc -std=gnu99 -E conftest.c # 1 "conftest.c" # 1 "<built-in>" # 1 "<command-line>" # 1 "conftest.c" configure:8740: $? = 0 configure:8757: result: gcc -std=gnu99 -E configure:8764: checking for build system executable suffix configure:8778: gcc -std=gnu99 conftest.c -o conftest.exe conftest.c: In function 'main': conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:8781: $? = 0 configure:8797: result: .exe configure:8803: checking whether build system compiler is ANSI configure:8816: gcc -std=gnu99 conftest.c conftest.c: In function 'main': conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:8819: $? = 0 configure:8828: result: yes configure:8838: checking for build system compiler math library configure:8857: gcc -std=gnu99 conftest.c -lm conftest.c: In function 'main': conftest.c:4:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:4:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] conftest.c: In function 'foo': conftest.c:10:3: warning: implicit declaration of function 'log' [-Wimplicit-function-declaration] conftest.c:10:10: warning: incompatible implicit declaration of built-in function 'log' [enabled by default] configure:8860: $? = 0 configure:8869: result: -lm configure:9684: checking for grep that handles long lines and -e configure:9758: result: /bin/grep configure:9763: checking for egrep configure:9841: result: /bin/grep -E Decided: ABI=32 CC=gcc -std=gnu99 CFLAGS=-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro CPPFLAGS= GMP_LDFLAGS= CXX= CXXFLAGS= path= x86/p6 x86 generic configure:10115: checking for function prototypes configure:10118: result: yes configure:10135: checking for ANSI C header files configure:10165: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10171: $? = 0 configure:10270: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10273: $? = 0 configure:10279: ./conftest.exe configure:10282: $? = 0 configure:10299: result: yes configure:10323: checking for sys/types.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for sys/stat.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for stdlib.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for string.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for memory.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for strings.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for inttypes.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for stdint.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10323: checking for unistd.h configure:10344: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:10350: $? = 0 configure:10366: result: yes configure:10391: checking for string.h configure:10397: result: yes configure:10534: checking whether assembler supports --noexecstack option configure:10544: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -S -o conftest.s conftest.c >/dev/null configure:10547: $? = 0 configure:10564: result: no configure:10617: checking for ar configure:10633: found /mingw/bin/ar configure:10644: result: ar configure:10689: checking for BSD-compatible nm configure:10738: result: /mingw/bin/nm configure:11010: checking for a sed that does not truncate output configure:11066: result: /bin/sed configure:11080: checking for ld used by gcc -std=gnu99 configure:11147: result: c:/mingw/mingw32/bin/ld.exe configure:11156: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld configure:11171: result: yes configure:11176: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files configure:11183: result: -r configure:11201: checking whether ln -s works configure:11208: result: no, using cp -p configure:11212: checking how to recognize dependent libraries configure:11398: result: file_magic ^x86 archive import|^x86 DLL configure:11671: checking for dlltool configure:11687: found /mingw/bin/dlltool configure:11698: result: dlltool configure:11767: checking for as configure:11783: found /mingw/bin/as configure:11794: result: as configure:11863: checking for objdump configure:11879: found /mingw/bin/objdump configure:11890: result: objdump configure:11938: checking dlfcn.h usability configure:11955: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:60:19: fatal error: dlfcn.h: No such file or directory compilation terminated. configure:11961: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <dlfcn.h> configure:11975: result: no configure:11979: checking dlfcn.h presence configure:11994: gcc -std=gnu99 -E conftest.c conftest.c:27:19: fatal error: dlfcn.h: No such file or directory compilation terminated. configure:12000: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 | /* end confdefs.h. */ | #include <dlfcn.h> configure:12014: result: no configure:12047: checking for dlfcn.h configure:12055: result: no configure:12307: checking the maximum length of command line arguments configure:12419: result: 8192 configure:12431: checking command to parse /mingw/bin/nm output from gcc -std=gnu99 object configure:12536: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:12539: $? = 0 configure:12543: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' \> conftest.nm configure:12546: $? = 0 cannot run sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\) \{0,1\}$/\1 \2 \2/p' configure:12536: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:12539: $? = 0 configure:12543: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' \> conftest.nm configure:12546: $? = 0 cannot run sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\) \{0,1\}$/\1 _\2 \2/p' configure:12636: result: failed configure:12643: checking for objdir configure:12658: result: .libs configure:12750: checking for ar configure:12777: result: ar configure:12846: checking for ranlib configure:12862: found /mingw/bin/ranlib configure:12873: result: ranlib configure:12942: checking for strip configure:12958: found /mingw/bin/strip configure:12969: result: strip configure:13255: checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions configure:13273: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -fno-rtti -fno-exceptions conftest.c >&5 cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:13277: $? = 0 configure:13290: result: no configure:13305: checking for gcc -std=gnu99 option to produce PIC configure:13537: result: -DDLL_EXPORT configure:13545: checking if gcc -std=gnu99 PIC flag -DDLL_EXPORT works configure:13563: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -DDLL_EXPORT -DPIC conftest.c >&5 configure:13567: $? = 0 configure:13580: result: yes configure:13608: checking if gcc -std=gnu99 static flag -static works configure:13636: result: yes configure:13646: checking if gcc -std=gnu99 supports -c -o file.o configure:13667: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -o out/conftest2.o conftest.c >&5 configure:13671: $? = 0 configure:13693: result: yes configure:13719: checking whether the gcc -std=gnu99 linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries configure:14699: result: yes configure:14766: checking dynamic linker characteristics configure:15368: result: Win32 ld.exe configure:15377: checking how to hardcode library paths into programs configure:15402: result: immediate configure:15416: checking whether stripping libraries is possible configure:15438: result: no configure:16223: checking if libtool supports shared libraries configure:16225: result: yes configure:16228: checking whether to build shared libraries configure:16249: result: no configure:16252: checking whether to build static libraries configure:16256: result: yes configure:16349: creating libtool configure:25569: checking for ANSI C header files configure:25733: result: yes configure:25743: checking whether time.h and sys/time.h may both be included configure:25773: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:25779: $? = 0 configure:25794: result: yes configure:25861: checking fcntl.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:25884: $? = 0 configure:25898: result: yes configure:25902: checking fcntl.h presence configure:25917: gcc -std=gnu99 -E conftest.c configure:25923: $? = 0 configure:25937: result: yes configure:25970: checking for fcntl.h configure:25978: result: yes configure:25861: checking float.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:25884: $? = 0 configure:25898: result: yes configure:25902: checking float.h presence configure:25917: gcc -std=gnu99 -E conftest.c configure:25923: $? = 0 configure:25937: result: yes configure:25970: checking for float.h configure:25978: result: yes configure:25861: checking invent.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:64:20: fatal error: invent.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <invent.h> configure:25898: result: no configure:25902: checking invent.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:31:20: fatal error: invent.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 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:25937: result: no configure:25970: checking for invent.h configure:25978: result: no configure:25861: checking langinfo.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:64:22: fatal error: langinfo.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <langinfo.h> configure:25898: result: no configure:25902: checking langinfo.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:31:22: fatal error: langinfo.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include <langinfo.h> configure:25937: result: no configure:25970: checking for langinfo.h configure:25978: result: no configure:25861: checking locale.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:25884: $? = 0 configure:25898: result: yes configure:25902: checking locale.h presence configure:25917: gcc -std=gnu99 -E conftest.c configure:25923: $? = 0 configure:25937: result: yes configure:25970: checking for locale.h configure:25978: result: yes configure:25861: checking nl_types.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:65:22: fatal error: nl_types.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <nl_types.h> configure:25898: result: no configure:25902: checking nl_types.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:32:22: fatal error: nl_types.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <nl_types.h> configure:25937: result: no configure:25970: checking for nl_types.h configure:25978: result: no configure:25861: checking sys/attributes.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:65:28: fatal error: sys/attributes.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/attributes.h> configure:25898: result: no configure:25902: checking sys/attributes.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:32:28: fatal error: sys/attributes.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <sys/attributes.h> configure:25937: result: no configure:25970: checking for sys/attributes.h configure:25978: result: no configure:25861: checking sys/iograph.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:65:25: fatal error: sys/iograph.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/iograph.h> configure:25898: result: no configure:25902: checking sys/iograph.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:32:25: fatal error: sys/iograph.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <sys/iograph.h> configure:25937: result: no configure:25970: checking for sys/iograph.h configure:25978: result: no configure:25861: checking sys/mman.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:65:22: fatal error: sys/mman.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/mman.h> configure:25898: result: no configure:25902: checking sys/mman.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:32:22: fatal error: sys/mman.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | /* end confdefs.h. */ | #include <sys/mman.h> configure:25937: result: no configure:25970: checking for sys/mman.h configure:25978: result: no configure:25861: checking sys/param.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:25884: $? = 0 configure:25898: result: yes configure:25902: checking sys/param.h presence configure:25917: gcc -std=gnu99 -E conftest.c configure:25923: $? = 0 configure:25937: result: yes configure:25970: checking for sys/param.h configure:25978: result: yes configure:25861: checking sys/processor.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:66:27: fatal error: sys/processor.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/processor.h> configure:25898: result: no configure:25902: checking sys/processor.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:33:27: fatal error: sys/processor.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <sys/processor.h> configure:25937: result: no configure:25970: checking for sys/processor.h configure:25978: result: no configure:25861: checking sys/pstat.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:66:23: fatal error: sys/pstat.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/pstat.h> configure:25898: result: no configure:25902: checking sys/pstat.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:33:23: fatal error: sys/pstat.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <sys/pstat.h> configure:25937: result: no configure:25970: checking for sys/pstat.h configure:25978: result: no configure:25861: checking sys/sysinfo.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:66:25: fatal error: sys/sysinfo.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/sysinfo.h> configure:25898: result: no configure:25902: checking sys/sysinfo.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:33:25: fatal error: sys/sysinfo.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <sys/sysinfo.h> configure:25937: result: no configure:25970: checking for sys/sysinfo.h configure:25978: result: no configure:25861: checking sys/syssgi.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:66:24: fatal error: sys/syssgi.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/syssgi.h> configure:25898: result: no configure:25902: checking sys/syssgi.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:33:24: fatal error: sys/syssgi.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <sys/syssgi.h> configure:25937: result: no configure:25970: checking for sys/syssgi.h configure:25978: result: no configure:25861: checking sys/systemcfg.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:66:27: fatal error: sys/systemcfg.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/systemcfg.h> configure:25898: result: no configure:25902: checking sys/systemcfg.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:33:27: fatal error: sys/systemcfg.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | #include <sys/systemcfg.h> configure:25937: result: no configure:25970: checking for sys/systemcfg.h configure:25978: result: no configure:25861: checking sys/time.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:25884: $? = 0 configure:25898: result: yes configure:25902: checking sys/time.h presence configure:25917: gcc -std=gnu99 -E conftest.c configure:25923: $? = 0 configure:25937: result: yes configure:25970: checking for sys/time.h configure:25978: result: yes configure:25861: checking sys/times.h usability configure:25878: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:67:23: fatal error: sys/times.h: No such file or directory compilation terminated. configure:25884: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <sys/times.h> configure:25898: result: no configure:25902: checking sys/times.h presence configure:25917: gcc -std=gnu99 -E conftest.c conftest.c:34:23: fatal error: sys/times.h: No such file or directory compilation terminated. configure:25923: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #include <sys/times.h> configure:25937: result: no configure:25970: checking for sys/times.h configure:25978: result: no configure:25997: checking for sys/resource.h configure:26027: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:45:26: fatal error: sys/resource.h: No such file or directory compilation terminated. configure:26033: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #if TIME_WITH_SYS_TIME | # include <sys/time.h> | # include <time.h> | #else | # if HAVE_SYS_TIME_H | # include <sys/time.h> | # else | # include <time.h> | # endif | #endif | | #include <sys/resource.h> configure:26049: result: no configure:26066: checking for sys/sysctl.h configure:26089: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:38:24: fatal error: sys/sysctl.h: No such file or directory compilation terminated. configure:26095: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #if HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | | #include <sys/sysctl.h> configure:26111: result: no configure:26128: checking for machine/hal_sysinfo.h configure:26151: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:38:33: fatal error: machine/hal_sysinfo.h: No such file or directory compilation terminated. configure:26157: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_H 1 | /* end confdefs.h. */ | #if HAVE_SYS_SYSINFO_H | # include <sys/sysinfo.h> | #endif | | #include <machine/hal_sysinfo.h> configure:26173: result: no configure:26196: checking whether fgetc is declared configure:26225: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26231: $? = 0 configure:26246: result: yes configure:26262: checking whether fscanf is declared configure:26291: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26297: $? = 0 configure:26312: result: yes configure:26328: checking whether optarg is declared configure:26357: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26363: $? = 0 configure:26378: result: yes configure:26394: checking whether ungetc is declared configure:26423: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26429: $? = 0 configure:26444: result: yes configure:26460: checking whether vfprintf is declared configure:26489: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26495: $? = 0 configure:26510: result: yes configure:26528: checking whether sys_errlist is declared configure:26559: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'main': conftest.c:46:10: error: 'sys_errlist' undeclared (first use in this function) conftest.c:46:10: note: each undeclared identifier is reported only once for each function it appears in configure:26565: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 | /* end confdefs.h. */ | #include <stdio.h> | #include <errno.h> | | int | main () | { | #ifndef sys_errlist | (void) sys_errlist; | #endif | | ; | return 0; | } configure:26580: result: no configure:26596: checking whether sys_nerr is declared configure:26627: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'main': conftest.c:47:10: error: 'sys_nerr' undeclared (first use in this function) conftest.c:47:10: note: each undeclared identifier is reported only once for each function it appears in configure:26633: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | /* end confdefs.h. */ | #include <stdio.h> | #include <errno.h> | | int | main () | { | #ifndef sys_nerr | (void) sys_nerr; | #endif | | ; | return 0; | } configure:26648: result: no configure:26667: checking return type of signal handlers configure:26695: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'main': conftest.c:47:1: error: void value not ignored as it ought to be configure:26701: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | /* end confdefs.h. */ | #include <sys/types.h> | #include <signal.h> | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:26716: result: void configure:26735: checking for intmax_t configure:26765: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26771: $? = 0 configure:26786: result: yes configure:26796: checking for long double configure:26826: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26832: $? = 0 configure:26847: result: yes configure:26857: checking for long long configure:26887: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26893: $? = 0 configure:26908: result: yes configure:26918: checking for ptrdiff_t configure:26948: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:26954: $? = 0 configure:26969: result: yes configure:26979: checking for quad_t configure:27009: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:79:1: error: unknown type name 'quad_t' configure:27015: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #define RETSIGTYPE void | #define HAVE_INTMAX_T 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_LONG_LONG 1 | #define HAVE_PTRDIFF_T 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | typedef quad_t ac__type_new_; | int | main () | { | if ((ac__type_new_ *) 0) | return 0; | if (sizeof (ac__type_new_)) | return 0; | ; | return 0; | } configure:27030: result: no configure:27040: checking for uint_least32_t configure:27070: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27076: $? = 0 configure:27091: result: yes configure:27103: checking for preprocessor stringizing operator configure:27127: result: yes configure:27141: checking for working volatile configure:27170: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27176: $? = 0 configure:27191: result: yes configure:27202: checking for C/C++ restrict keyword configure:27238: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27244: $? = 0 configure:27262: result: restrict configure:27278: checking whether <stdarg.h> exists and works configure:27313: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27319: $? = 0 configure:27335: result: yes configure:27345: checking whether gcc __attribute__ ((const)) works configure:27371: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27377: $? = 0 configure:27393: result: yes configure:27403: checking whether gcc __attribute__ ((malloc)) works configure:27412: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -c conftest.c >conftest.out 2>&1 configure:27415: $? = 0 configure:27429: result: yes configure:27439: checking whether gcc __attribute__ ((mode (XX))) works configure:27465: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27471: $? = 0 configure:27487: result: yes configure:27497: checking whether gcc __attribute__ ((noreturn)) works configure:27523: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27529: $? = 0 configure:27545: result: yes configure:27556: checking for inline configure:27582: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27588: $? = 0 configure:27606: result: inline configure:27661: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:27667: $? = 0 configure:27829: checking for cos in -lm configure:27864: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c -lm >&5 conftest.c:60:6: warning: conflicting types for built-in function 'cos' [enabled by default] configure:27870: $? = 0 configure:27888: result: yes configure:27901: checking for working alloca.h configure:27927: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:53:20: fatal error: alloca.h: No such file or directory compilation terminated. configure:27933: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 | /* end confdefs.h. */ | #include <alloca.h> | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | ; | return 0; | } configure:27950: result: no configure:27961: checking for alloca (via gmp-impl.h) configure:27995: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28001: $? = 0 configure:28018: result: yes configure:28029: checking how to allocate temporary memory configure:28053: result: alloca configure:28135: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28141: $? = 0 configure:28158: checking whether byte ordering is bigendian configure:28191: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28197: $? = 0 configure:28229: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'main': conftest.c:62:2: error: unknown type name 'not' conftest.c:62:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' configure:28235: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 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:28375: result: no configure:28404: checking format of `double' floating point configure:28422: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -c conftest.c >&5 2>&1 configure:28425: $? = 0 configure:28592: result: IEEE little endian configure:28722: checking for alarm configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccwMlLJW.o:conftest.c:(.text.startup+0xc): undefined reference to `alarm' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | /* end confdefs.h. */ | /* Define alarm to an innocuous variant, in case <limits.h> declares alarm. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define alarm innocuous_alarm | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char alarm (); 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 alarm | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char alarm (); | /* 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_alarm || defined __stub___alarm | choke me | #endif | | int | main () | { | return alarm (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for attr_get configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccmGtMCZ.o:conftest.c:(.text.startup+0xc): undefined reference to `attr_get' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | /* end confdefs.h. */ | /* Define attr_get to an innocuous variant, in case <limits.h> declares attr_get. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define attr_get innocuous_attr_get | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char attr_get (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef attr_get | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char attr_get (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_attr_get || defined __stub___attr_get | choke me | #endif | | int | main () | { | return attr_get (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for clock configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for clock_gettime configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccDs5WKi.o:conftest.c:(.text.startup+0xc): undefined reference to `clock_gettime' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | /* end confdefs.h. */ | /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clock_gettime innocuous_clock_gettime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_gettime (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef clock_gettime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clock_gettime || defined __stub___clock_gettime | choke me | #endif | | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for cputime configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\cc43xTdp.o:conftest.c:(.text.startup+0xc): undefined reference to `cputime' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | /* end confdefs.h. */ | /* Define cputime to an innocuous variant, in case <limits.h> declares cputime. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define cputime innocuous_cputime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cputime (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef cputime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char cputime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_cputime || defined __stub___cputime | choke me | #endif | | int | main () | { | return cputime (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for getpagesize configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for getrusage configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccqY8aYC.o:conftest.c:(.text.startup+0xc): undefined reference to `getrusage' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | /* end confdefs.h. */ | /* Define getrusage to an innocuous variant, in case <limits.h> declares getrusage. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getrusage innocuous_getrusage | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getrusage (); 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 getrusage | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getrusage (); | /* 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_getrusage || defined __stub___getrusage | choke me | #endif | | int | main () | { | return getrusage (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for gettimeofday configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for getsysinfo configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccAVLao5.o:conftest.c:(.text.startup+0xc): undefined reference to `getsysinfo' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | /* end confdefs.h. */ | /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define getsysinfo innocuous_getsysinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getsysinfo (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef getsysinfo | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getsysinfo (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getsysinfo || defined __stub___getsysinfo | choke me | #endif | | int | main () | { | return getsysinfo (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for localeconv configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for memset configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:84:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for mmap configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\cc8r32vZ.o:conftest.c:(.text.startup+0xc): undefined reference to `mmap' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | /* end confdefs.h. */ | /* Define mmap to an innocuous variant, in case <limits.h> declares mmap. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define mmap innocuous_mmap | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mmap (); 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 mmap | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mmap (); | /* 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_mmap || defined __stub___mmap | choke me | #endif | | int | main () | { | return mmap (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for mprotect configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for nl_langinfo configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccMVhvne.o:conftest.c:(.text.startup+0xc): undefined reference to `nl_langinfo' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | /* end confdefs.h. */ | /* Define nl_langinfo to an innocuous variant, in case <limits.h> declares nl_langinfo. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define nl_langinfo innocuous_nl_langinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nl_langinfo (); 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 nl_langinfo | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char nl_langinfo (); | /* 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_nl_langinfo || defined __stub___nl_langinfo | choke me | #endif | | int | main () | { | return nl_langinfo (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for obstack_vprintf configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccnSwY7h.o:conftest.c:(.text.startup+0xc): undefined reference to `obstack_vprintf' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 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 GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char 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 | #endif | | int | main () | { | return obstack_vprintf (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for popen configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for processor_info configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccII5Dqx.o:conftest.c:(.text.startup+0xc): undefined reference to `processor_info' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | /* end confdefs.h. */ | /* Define processor_info to an innocuous variant, in case <limits.h> declares processor_info. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define processor_info innocuous_processor_info | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char processor_info (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef processor_info | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char processor_info (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_processor_info || defined __stub___processor_info | choke me | #endif | | int | main () | { | return processor_info (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for pstat_getprocessor configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccctqqqu.o:conftest.c:(.text.startup+0xc): undefined reference to `pstat_getprocessor' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | /* end confdefs.h. */ | /* Define pstat_getprocessor to an innocuous variant, in case <limits.h> declares pstat_getprocessor. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pstat_getprocessor innocuous_pstat_getprocessor | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pstat_getprocessor (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef pstat_getprocessor | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pstat_getprocessor (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pstat_getprocessor || defined __stub___pstat_getprocessor | choke me | #endif | | int | main () | { | return pstat_getprocessor (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for raise configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for read_real_time configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccmQoe6k.o:conftest.c:(.text.startup+0xc): undefined reference to `read_real_time' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define read_real_time to an innocuous variant, in case <limits.h> declares read_real_time. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define read_real_time innocuous_read_real_time | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char read_real_time (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef read_real_time | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char read_real_time (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_read_real_time || defined __stub___read_real_time | choke me | #endif | | int | main () | { | return read_real_time (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for sigaction configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccydsNWa.o:conftest.c:(.text.startup+0xc): undefined reference to `sigaction' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sigaction innocuous_sigaction | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sigaction (); 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 sigaction | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sigaction (); | /* 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_sigaction || defined __stub___sigaction | choke me | #endif | | int | main () | { | return sigaction (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for sigaltstack configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccQxIJL7.o:conftest.c:(.text.startup+0xc): undefined reference to `sigaltstack' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define sigaltstack to an innocuous variant, in case <limits.h> declares sigaltstack. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sigaltstack innocuous_sigaltstack | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sigaltstack (); 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 sigaltstack | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sigaltstack (); | /* 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_sigaltstack || defined __stub___sigaltstack | choke me | #endif | | int | main () | { | return sigaltstack (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for sigstack configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\cca1GzN0.o:conftest.c:(.text.startup+0xc): undefined reference to `sigstack' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define sigstack to an innocuous variant, in case <limits.h> declares sigstack. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sigstack innocuous_sigstack | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sigstack (); 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 sigstack | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sigstack (); | /* 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_sigstack || defined __stub___sigstack | choke me | #endif | | int | main () | { | return sigstack (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for syssgi configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccSgO1eQ.o:conftest.c:(.text.startup+0xc): undefined reference to `syssgi' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | /* end confdefs.h. */ | /* Define syssgi to an innocuous variant, in case <limits.h> declares syssgi. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define syssgi innocuous_syssgi | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char syssgi (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef syssgi | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char syssgi (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_syssgi || defined __stub___syssgi | choke me | #endif | | int | main () | { | return syssgi (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for strchr configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:88:6: warning: conflicting types for built-in function 'strchr' [enabled by default] configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for strerror configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for strnlen configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccsyBrxC.o:conftest.c:(.text.startup+0xc): undefined reference to `strnlen' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | /* end confdefs.h. */ | /* Define strnlen to an innocuous variant, in case <limits.h> declares strnlen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strnlen innocuous_strnlen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnlen (); 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 strnlen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strnlen (); | /* 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_strnlen || defined __stub___strnlen | choke me | #endif | | int | main () | { | return strnlen (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for strtol configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for strtoul configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 configure:28784: $? = 0 configure:28802: result: yes configure:28722: checking for sysconf configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccc5f4As.o:conftest.c:(.text.startup+0xc): undefined reference to `sysconf' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define sysconf to an innocuous variant, in case <limits.h> declares sysconf. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sysconf innocuous_sysconf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysconf (); 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 sysconf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sysconf (); | /* 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_sysconf || defined __stub___sysconf | choke me | #endif | | int | main () | { | return sysconf (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for sysctl configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccmj763r.o:conftest.c:(.text.startup+0xc): undefined reference to `sysctl' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sysctl innocuous_sysctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysctl (); 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 sysctl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sysctl (); | /* 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_sysctl || defined __stub___sysctl | choke me | #endif | | int | main () | { | return sysctl (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for sysctlbyname configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccQhXU2o.o:conftest.c:(.text.startup+0xc): undefined reference to `sysctlbyname' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sysctlbyname innocuous_sysctlbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysctlbyname (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef sysctlbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char sysctlbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_sysctlbyname || defined __stub___sysctlbyname | choke me | #endif | | int | main () | { | return sysctlbyname (); | ; | return 0; | } configure:28802: result: no configure:28722: checking for times configure:28778: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 C:\Users\User\AppData\Local\Temp\ccUS9nKk.o:conftest.c:(.text.startup+0xc): undefined reference to `times' collect2: ld returned 1 exit status configure:28784: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | /* end confdefs.h. */ | /* Define times to an innocuous variant, in case <limits.h> declares times. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define times innocuous_times | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char times (); 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 times | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char times (); | /* 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_times || defined __stub___times | choke me | #endif | | int | main () | { | return times (); | ; | return 0; | } configure:28802: result: no configure:28814: checking for vsnprintf configure:28870: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:92:6: warning: conflicting types for built-in function 'vsnprintf' [enabled by default] configure:28876: $? = 0 configure:28893: result: yes configure:28904: checking whether vsnprintf works configure:28976: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'check': conftest.c:102:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:102:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] conftest.c:106:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] conftest.c: In function 'main': conftest.c:115:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:28979: $? = 0 configure:28985: ./conftest.exe configure:28988: $? = 0 configure:28976: gcc -std=gnu99 -o conftest.exe -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c: In function 'check': conftest.c:102:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] conftest.c:102:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] conftest.c:106:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] conftest.c: In function 'main': conftest.c:115:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] configure:28979: $? = 0 configure:28985: ./conftest.exe configure:28988: $? = 0 configure:29006: result: yes configure:29021: checking whether sscanf needs writable input configure:29033: result: no configure:29051: checking for struct pst_processor.psp_iticksperclktick configure:29080: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:70:23: fatal error: sys/pstat.h: No such file or directory compilation terminated. configure:29086: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | #include <sys/pstat.h> | | int | main () | { | static struct pst_processor ac_aggr; | if (ac_aggr.psp_iticksperclktick) | return 0; | ; | return 0; | } configure:29120: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.c >&5 conftest.c:70:23: fatal error: sys/pstat.h: No such file or directory compilation terminated. configure:29126: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "GNU MP" | #define PACKAGE_TARNAME "gmp" | #define PACKAGE_VERSION "4.3.2" | #define PACKAGE_STRING "GNU MP 4.3.2" | #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" | #define PACKAGE "gmp" | #define VERSION "4.3.2" | #define WANT_FFT 1 | #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_TIME_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 0 | #define HAVE_DECL_SYS_NERR 0 | #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 1 | #define WANT_TMP_ALLOCA 1 | #define HAVE_LIMB_LITTLE_ENDIAN 1 | #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 | #define HAVE_CLOCK 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LOCALECONV 1 | #define HAVE_MEMSET 1 | #define HAVE_MPROTECT 1 | #define HAVE_POPEN 1 | #define HAVE_RAISE 1 | #define HAVE_STRCHR 1 | #define HAVE_STRERROR 1 | #define HAVE_STRTOL 1 | #define HAVE_STRTOUL 1 | #define HAVE_VSNPRINTF 1 | /* end confdefs.h. */ | #include <sys/pstat.h> | | int | main () | { | static struct pst_processor ac_aggr; | if (sizeof ac_aggr.psp_iticksperclktick) | return 0; | ; | return 0; | } configure:29144: result: no configure:29931: checking for suitable m4 trying m4 good configure:29975: result: m4 configure:29981: checking if m4wrap produces spurious output test input is changequote({,})define(x,)m4wrap({x})dnl produces 0 chars output configure:30003: result: no configure:30019: checking how to switch to text section trying .text configure:30030: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30033: $? = 0 configure:30055: result: .text configure:30059: checking how to switch to data section configure:30070: result: .data configure:30075: checking for assembler label suffix trying configure:30088: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30091: $? = 1 conftest.s: Assembler messages: conftest.s:2: Error: no such instruction: `somelabel' configure: failed program was: .text somelabel conftest.s: Assembler messages: conftest.s:2: Error: no such instruction: `somelabel' trying : configure:30088: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30091: $? = 0 configure:30113: result: : configure:30118: checking for assembler global directive configure:30130: result: .globl configure:30135: checking for assembler global directive attribute configure:30146: result: configure:30151: checking if globals are prefixed by underscore configure:30161: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -c conftest.c >&5 configure:30164: $? = 0 configure: /mingw/bin/nm doesn't have gurkmacka: configure:30182: result: unknown configure:30194: WARNING: +---------------------------------------------------------- configure:30196: WARNING: | Cannot determine global symbol prefix. configure:30198: WARNING: | /mingw/bin/nm output doesn't contain a global data symbol. configure:30200: WARNING: | Will proceed with no underscore. configure:30202: WARNING: | If this is wrong then you'll get link errors referring configure:30204: WARNING: | to ___gmpn_add_n (note three underscores). configure:30206: WARNING: | In this case do a fresh build with an override, configure:30208: WARNING: | ./configure gmp_cv_asm_underscore=yes configure:30210: WARNING: +---------------------------------------------------------- configure:30222: checking how to switch to read-only data section Test program: const int foo = 123; configure:30241: gcc -std=gnu99 -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro -S conftest.c >&5 configure:30244: $? = 0 Compiler output: .file "conftest.c" .globl _foo .section .rdata,"dr" .align 4 _foo: .long 123 Couldn't find label: ^foo: configure:30275: result: .data configure:30279: checking for assembler .type directive configure:30290: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30293: $? = 1 conftest.s: Assembler messages: conftest.s:1: Warning: .type pseudo-op used outside of .def/.endef ignored. conftest.s:1: Error: junk at end of line, first unrecognized character is `s' configure: failed program was: .type sym,@function configure:30290: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30293: $? = 1 conftest.s: Assembler messages: conftest.s:1: Warning: .type pseudo-op used outside of .def/.endef ignored. conftest.s:1: Error: junk at end of line, first unrecognized character is `s' configure: failed program was: .type sym,#function configure:30290: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30293: $? = 1 conftest.s: Assembler messages: conftest.s:1: Warning: .type pseudo-op used outside of .def/.endef ignored. conftest.s:1: Error: junk at end of line, first unrecognized character is `s' configure: failed program was: .type sym,%function configure:30313: result: configure:30317: checking for assembler .size directive configure:30327: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30330: $? = 1 conftest.s: Assembler messages: conftest.s:1: Warning: .size pseudo-op used outside of .def/.endef ignored. conftest.s:1: Error: junk at end of line, first unrecognized character is `s' configure: failed program was: .size sym,1 configure:30347: result: configure:30354: checking for assembler local label prefix Trying L configure:30368: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30371: $? = 0 L label doesn't appear in object file at all (good) Local label appears in object files: no configure:30417: result: L configure:30428: checking for assembler byte directive trying .byte configure:30441: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30444: $? = 0 configure:30466: result: .byte configure:30474: checking how to define a 32-bit word configure:30499: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30502: $? = 0 configure:30499: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30502: $? = 0 configure:30499: gcc -std=gnu99 -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro conftest.s >conftest.out 2>&1 configure:30502: $? = 1 conftest.s: Assembler messages: conftest.s:3: Error: no such instruction: `data4 0' configure: failed program was: .data .globl foo data4 0 foo: .byte 0 configure:30524: error: cannot determine how to define a 32-bit word ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-mingw32 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_inline=inline ac_cv_c_restrict=restrict ac_cv_c_stringize=yes ac_cv_c_volatile=yes ac_cv_env_ABI_set= ac_cv_env_ABI_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_FOR_BUILD_set= ac_cv_env_CC_FOR_BUILD_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_FOR_BUILD_set= ac_cv_env_CPP_FOR_BUILD_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_M4_set= ac_cv_env_M4_value= ac_cv_env_YACC_set= ac_cv_env_YACC_value= ac_cv_env_YFLAGS_set= ac_cv_env_YFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext=.exe ac_cv_func_alarm=no ac_cv_func_attr_get=no ac_cv_func_clock=yes ac_cv_func_clock_gettime=no ac_cv_func_cputime=no ac_cv_func_getpagesize=yes ac_cv_func_getrusage=no ac_cv_func_getsysinfo=no ac_cv_func_gettimeofday=yes ac_cv_func_localeconv=yes ac_cv_func_memset=yes ac_cv_func_mmap=no ac_cv_func_mprotect=yes ac_cv_func_nl_langinfo=no ac_cv_func_obstack_vprintf=no ac_cv_func_popen=yes ac_cv_func_processor_info=no ac_cv_func_pstat_getprocessor=no ac_cv_func_raise=yes ac_cv_func_read_real_time=no ac_cv_func_sigaction=no ac_cv_func_sigaltstack=no ac_cv_func_sigstack=no ac_cv_func_strchr=yes ac_cv_func_strerror=yes ac_cv_func_strnlen=no ac_cv_func_strtol=yes ac_cv_func_strtoul=yes ac_cv_func_sysconf=no ac_cv_func_sysctl=no ac_cv_func_sysctlbyname=no ac_cv_func_syssgi=no ac_cv_func_times=no ac_cv_func_vsnprintf=yes ac_cv_have_decl_fgetc=yes ac_cv_have_decl_fscanf=yes ac_cv_have_decl_optarg=yes ac_cv_have_decl_sys_errlist=no ac_cv_have_decl_sys_nerr=no ac_cv_have_decl_ungetc=yes ac_cv_have_decl_vfprintf=yes ac_cv_header_dlfcn_h=no ac_cv_header_fcntl_h=yes ac_cv_header_float_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_invent_h=no ac_cv_header_langinfo_h=no ac_cv_header_locale_h=yes ac_cv_header_machine_hal_sysinfo_h=no ac_cv_header_memory_h=yes ac_cv_header_nl_types_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_attributes_h=no ac_cv_header_sys_iograph_h=no ac_cv_header_sys_mman_h=no ac_cv_header_sys_param_h=yes ac_cv_header_sys_processor_h=no ac_cv_header_sys_pstat_h=no ac_cv_header_sys_resource_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_sysctl_h=no ac_cv_header_sys_sysinfo_h=no ac_cv_header_sys_syssgi_h=no ac_cv_header_sys_systemcfg_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_times_h=no ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-mingw32 ac_cv_lib_m_cos=yes ac_cv_member_struct_pst_processor_psp_iticksperclktick=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_GREP=/bin/grep ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -std=gnu99 -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_AS=as ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_DLLTOOL=dlltool ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99=-std=gnu99 ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc=-std=gnu99 ac_cv_prog_make_make_set=yes ac_cv_type_intmax_t=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_quad_t=no ac_cv_type_signal=void ac_cv_type_uint_least32_t=yes cl_cv_as_noexecstack=no gmp_cv_asm_byte=.byte gmp_cv_asm_data=.data gmp_cv_asm_globl=.globl gmp_cv_asm_globl_attr= gmp_cv_asm_label_suffix=: gmp_cv_asm_lsym_prefix=L gmp_cv_asm_rodata=.data gmp_cv_asm_size= gmp_cv_asm_text=.text gmp_cv_asm_type= gmp_cv_asm_underscore=unknown gmp_cv_c_attribute_const=yes gmp_cv_c_attribute_malloc=yes gmp_cv_c_attribute_mode=yes gmp_cv_c_attribute_noreturn=yes gmp_cv_c_double_format='IEEE little endian' gmp_cv_c_for_build_ansi=yes gmp_cv_c_stdarg=yes gmp_cv_check_libm_for_build=-lm gmp_cv_func_alloca=yes gmp_cv_func_sscanf_writable_input=no gmp_cv_func_vsnprintf=yes gmp_cv_header_alloca=no gmp_cv_m4_m4wrap_spurious=no gmp_cv_option_alloca=alloca gmp_cv_prog_cpp_for_build='gcc -std=gnu99 -E' gmp_cv_prog_exeext_for_build=.exe gmp_cv_prog_m4=m4 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' lt_cv_file_magic_cmd=func_win32_libid lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe lt_cv_path_NM=/mingw/bin/nm lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len=8192 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_sys_global_symbol_pipe='""' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='""' ## ----------------- ## ## Output variables. ## ## ----------------- ## ABI='32' ACLOCAL='${SHELL} /home/User/gmp/missing --run aclocal-1.8' AMTAR='${SHELL} /home/User/gmp/missing --run tar' ANSI2KNR='' AR='ar' AS='as' ASMFLAGS='' AUTOCONF='${SHELL} /home/User/gmp/missing --run autoconf' AUTOHEADER='${SHELL} /home/User/gmp/missing --run autoheader' AUTOMAKE='${SHELL} /home/User/gmp/missing --run automake-1.8' AWK='gawk' BITS_PER_MP_LIMB='' CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo' CC='gcc -std=gnu99' CCAS='gcc -std=gnu99 -c' CC_FOR_BUILD='gcc -std=gnu99' CFLAGS='-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentiumpro -march=pentiumpro' CPP='gcc -std=gnu99 -E' CPPFLAGS='' CPP_FOR_BUILD='gcc -std=gnu99 -E' CXX='' CXXCPP='' CXXFLAGS='' CYGPATH_W='echo' DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */' DEFS='' DLLTOOL='dlltool' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_STATIC_FALSE='#' ENABLE_STATIC_TRUE='' EXEEXT='.exe' EXEEXT_FOR_BUILD='.exe' GMP_LDFLAGS='' GMP_NAIL_BITS='0' GREP='/bin/grep' HAVE_CLOCK_01='' HAVE_CPUTIME_01='' HAVE_GETRUSAGE_01='' HAVE_GETTIMEOFDAY_01='' HAVE_HOST_CPU_FAMILY_power='0' HAVE_HOST_CPU_FAMILY_powerpc='0' HAVE_SIGACTION_01='' HAVE_SIGALTSTACK_01='' HAVE_SIGSTACK_01='' HAVE_STACK_T_01='' HAVE_SYS_RESOURCE_H_01='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBCURSES='' LIBGMPXX_LDFLAGS='' LIBGMP_DLL='0' LIBGMP_LDFLAGS='' LIBM='-lm' LIBM_FOR_BUILD='-lm' LIBOBJS='' LIBREADLINE='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='cp -p' LTLIBOBJS='' M4='m4' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /home/User/gmp/missing --run makeinfo' OBJDUMP='objdump' OBJEXT='o' PACKAGE='gmp' PACKAGE_BUGREPORT='gmp-bugs@xxxxxxxxxx' PACKAGE_NAME='GNU MP' PACKAGE_STRING='GNU MP 4.3.2' PACKAGE_TARNAME='gmp' PACKAGE_VERSION='4.3.2' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' SPEED_CYCLECOUNTER_OBJ='pentium.lo' STRIP='strip' TAL_OBJECT='tal-reent.lo' TUNE_SQR_OBJ='' U='' U_FOR_BUILD='' VERSION='4.3.2' WANT_CXX_FALSE='' WANT_CXX_TRUE='#' WANT_MPBSD_FALSE='' WANT_MPBSD_TRUE='#' WITH_READLINE_01='' YACC='' YFLAGS='' ac_ct_CC='gcc' ac_ct_CXX='' am__leading_dot='.' bindir='${exec_prefix}/bin' build='i686-pc-mingw32' build_alias='' build_cpu='i686' build_os='mingw32' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' gmp_srclinks=' mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/neg_n.c mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.asm mpn/diveby3.c mpn/divis.c mpn/divrem.c mpn/divrem_1.asm mpn/divrem_2.asm mpn/fib2_ui.c mpn/mod_1.asm mpn/mod_34lsub1.asm mpn/mode1o.asm mpn/pre_divrem_1.c mpn/dump.c mpn/mod_1_1.c mpn/mod_1_2.c mpn/mod_1_3.c mpn/mod_1_4.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.asm mpn/sqr_basecase.asm mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.c mpn/hamdist.c mpn/cmp.c mpn/perfsqr.c mpn/bdivmod.c mpn/gcd_1.c mpn/gcd.c mpn/gcdext_1.c mpn/gcdext.c mpn/gcd_lehmer.c mpn/gcd_subdiv_step.c mpn/gcdext_lehmer.c mpn/gcdext_subdiv_step.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/matrix22_mul.c mpn/hgcd2.c mpn/hgcd.c mpn/mullow_n.c mpn/mullow_basecase.c mpn/toom22_mul.c mpn/toom33_mul.c mpn/toom44_mul.c mpn/toom32_mul.c mpn/toom42_mul.c mpn/toom62_mul.c mpn/toom53_mul.c mpn/toom2_sqr.c mpn/toom3_sqr.c mpn/toom4_sqr.c mpn/toom_interpolate_5pts.c mpn/toom_interpolate_7pts.c mpn/invert.c mpn/binvert.c mpn/sb_div_qr.c mpn/sb_divappr_q.c mpn/sb_div_q.c mpn/dc_div_qr.c mpn/dc_divappr_q.c mpn/dc_div_q.c mpn/mu_div_qr.c mpn/mu_divappr_q.c mpn/mu_div_q.c mpn/sb_bdiv_q.c mpn/sb_bdiv_qr.c mpn/dc_bdiv_q.c mpn/dc_bdiv_qr.c mpn/mu_bdiv_q.c mpn/mu_bdiv_qr.c mpn/divexact.c mpn/bdiv_dbm1c.asm mpn/redc_1.c mpn/redc_2.c mpn/powm.c mpn/powlo.c mpn/powm_sec.c mpn/subcnd_n.c mpn/umul.asm mpn/udiv.asm mpn/copyi.asm mpn/copyd.asm mpn/addsub_n.c' host='i686-pc-mingw32' host_alias='' host_cpu='i686' host_os='mingw32' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='/home/User/gmp/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='mkdir -p -- .' mpn_objects=' add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo neg_n$U.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1.lo diveby3$U.lo divis$U.lo divrem$U.lo divrem_1.lo divrem_2.lo fib2_ui$U.lo mod_1.lo mod_34lsub1.lo mode1o.lo pre_divrem_1$U.lo dump$U.lo mod_1_1$U.lo mod_1_2$U.lo mod_1_3$U.lo mod_1_4$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo mul_basecase.lo sqr_basecase.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount$U.lo hamdist$U.lo cmp$U.lo perfsqr$U.lo bdivmod$U.lo gcd_1$U.lo gcd$U.lo gcdext_1$U.lo gcdext$U.lo gcd_lehmer$U.lo gcd_subdiv_step$U.lo gcdext_lehmer$U.lo gcdext_subdiv_step$U.lo tdiv_qr$U.lo dc_divrem_n$U.lo sb_divrem_mn$U.lo jacbase$U.lo get_d$U.lo matrix22_mul$U.lo hgcd2$U.lo hgcd$U.lo mullow_n$U.lo mullow_basecase$U.lo toom22_mul$U.lo toom33_mul$U.lo toom44_mul$U.lo toom32_mul$U.lo toom42_mul$U.lo toom62_mul$U.lo toom53_mul$U.lo toom2_sqr$U.lo toom3_sqr$U.lo toom4_sqr$U.lo toom_interpolate_5pts$U.lo toom_interpolate_7pts$U.lo invert$U.lo binvert$U.lo sb_div_qr$U.lo sb_divappr_q$U.lo sb_div_q$U.lo dc_div_qr$U.lo dc_divappr_q$U.lo dc_div_q$U.lo mu_div_qr$U.lo mu_divappr_q$U.lo mu_div_q$U.lo sb_bdiv_q$U.lo sb_bdiv_qr$U.lo dc_bdiv_q$U.lo dc_bdiv_qr$U.lo mu_bdiv_q$U.lo mu_bdiv_qr$U.lo divexact$U.lo bdiv_dbm1c.lo redc_1$U.lo redc_2$U.lo powm$U.lo powlo$U.lo powm_sec$U.lo subcnd_n$U.lo umul.lo udiv.lo copyi.lo copyd.lo addsub_n$U.lo' mpn_objs_in_libgmp=' mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/neg_n$U.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1.lo mpn/divrem_2.lo mpn/fib2_ui$U.lo mpn/mod_1.lo mpn/mod_34lsub1.lo mpn/mode1o.lo mpn/pre_divrem_1$U.lo mpn/dump$U.lo mpn/mod_1_1$U.lo mpn/mod_1_2$U.lo mpn/mod_1_3$U.lo mpn/mod_1_4$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase.lo mpn/sqr_basecase.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount$U.lo mpn/hamdist$U.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext_1$U.lo mpn/gcdext$U.lo mpn/gcd_lehmer$U.lo mpn/gcd_subdiv_step$U.lo mpn/gcdext_lehmer$U.lo mpn/gcdext_subdiv_step$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/matrix22_mul$U.lo mpn/hgcd2$U.lo mpn/hgcd$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/toom22_mul$U.lo mpn/toom33_mul$U.lo mpn/toom44_mul$U.lo mpn/toom32_mul$U.lo mpn/toom42_mul$U.lo mpn/toom62_mul$U.lo mpn/toom53_mul$U.lo mpn/toom2_sqr$U.lo mpn/toom3_sqr$U.lo mpn/toom4_sqr$U.lo mpn/toom_interpolate_5pts$U.lo mpn/toom_interpolate_7pts$U.lo mpn/invert$U.lo mpn/binvert$U.lo mpn/sb_div_qr$U.lo mpn/sb_divappr_q$U.lo mpn/sb_div_q$U.lo mpn/dc_div_qr$U.lo mpn/dc_divappr_q$U.lo mpn/dc_div_q$U.lo mpn/mu_div_qr$U.lo mpn/mu_divappr_q$U.lo mpn/mu_div_q$U.lo mpn/sb_bdiv_q$U.lo mpn/sb_bdiv_qr$U.lo mpn/dc_bdiv_q$U.lo mpn/dc_bdiv_qr$U.lo mpn/mu_bdiv_q$U.lo mpn/mu_bdiv_qr$U.lo mpn/divexact$U.lo mpn/bdiv_dbm1c.lo mpn/redc_1$U.lo mpn/redc_2$U.lo mpn/powm$U.lo mpn/powlo$U.lo mpn/powm_sec$U.lo mpn/subcnd_n$U.lo mpn/umul.lo mpn/udiv.lo mpn/copyi.lo mpn/copyd.lo mpn/addsub_n$U.lo' mpn_objs_in_libmp='' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "GNU MP" #define PACKAGE_TARNAME "gmp" #define PACKAGE_VERSION "4.3.2" #define PACKAGE_STRING "GNU MP 4.3.2" #define PACKAGE_BUGREPORT "gmp-bugs@xxxxxxxxxx" #define PACKAGE "gmp" #define VERSION "4.3.2" #define WANT_FFT 1 #define HAVE_HOST_CPU_i686 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 STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_FCNTL_H 1 #define HAVE_FLOAT_H 1 #define HAVE_LOCALE_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_TIME_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 0 #define HAVE_DECL_SYS_NERR 0 #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 1 #define WANT_TMP_ALLOCA 1 #define HAVE_LIMB_LITTLE_ENDIAN 1 #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1 #define HAVE_CLOCK 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LOCALECONV 1 #define HAVE_MEMSET 1 #define HAVE_MPROTECT 1 #define HAVE_POPEN 1 #define HAVE_RAISE 1 #define HAVE_STRCHR 1 #define HAVE_STRERROR 1 #define HAVE_STRTOL 1 #define HAVE_STRTOUL 1 #define HAVE_VSNPRINTF 1 #define HAVE_NATIVE_mpn_add_n 1 #define HAVE_NATIVE_mpn_add_nc 1 #define HAVE_NATIVE_mpn_sub_n 1 #define HAVE_NATIVE_mpn_sub_nc 1 #define HAVE_NATIVE_func 1 #define HAVE_NATIVE_func_nc 1 #define HAVE_NATIVE_mpn_add_n 1 #define HAVE_NATIVE_mpn_add_nc 1 #define HAVE_NATIVE_mpn_sub_n 1 #define HAVE_NATIVE_mpn_sub_nc 1 #define HAVE_NATIVE_func 1 #define HAVE_NATIVE_func_nc 1 #define HAVE_NATIVE_mpn_mul_1 1 #define HAVE_NATIVE_mpn_addmul_1 1 #define HAVE_NATIVE_mpn_addmul_1c 1 #define HAVE_NATIVE_mpn_submul_1 1 #define HAVE_NATIVE_mpn_submul_1c 1 #define HAVE_NATIVE_M4_function_1c 1 #define HAVE_NATIVE_M4_function_1 1 #define HAVE_NATIVE_mpn_addmul_1 1 #define HAVE_NATIVE_mpn_addmul_1c 1 #define HAVE_NATIVE_mpn_submul_1 1 #define HAVE_NATIVE_mpn_submul_1c 1 #define HAVE_NATIVE_M4_function_1c 1 #define HAVE_NATIVE_M4_function_1 1 #define HAVE_NATIVE_mpn_lshift 1 #define HAVE_NATIVE_mpn_rshift 1 #define HAVE_NATIVE_mpn_divexact_1 1 #define HAVE_NATIVE_mpn_divrem_1c 1 #define HAVE_NATIVE_mpn_divrem_1 1 #define HAVE_NATIVE_mpn_divrem_2 1 #define HAVE_NATIVE_mpn_preinv_mod_1 1 #define HAVE_NATIVE_mpn_mod_1c 1 #define HAVE_NATIVE_mpn_mod_1 1 #define HAVE_NATIVE_mpn_mod_34lsub1 1 #define HAVE_NATIVE_mpn_modexact_1c_odd 1 #define HAVE_NATIVE_mpn_modexact_1_odd 1 #define HAVE_NATIVE_mpn_mul_basecase 1 #define HAVE_NATIVE_mpn_sqr_basecase 1 #define HAVE_NATIVE_mpn_bdiv_dbm1c 1 #define HAVE_NATIVE_mpn_umul_ppmm 1 #define HAVE_NATIVE_mpn_udiv_qrnnd 1 #define HAVE_NATIVE_mpn_copyi 1 #define HAVE_NATIVE_mpn_copyd 1 #define LSYM_PREFIX "L" configure: exit 1 //------------------------------------------------------------------------------------------