From 11da511c784eca003deb90c23570f0873954e0de Mon Sep 17 00:00:00 2001 From: Duncan Wilkie Date: Sat, 18 Nov 2023 06:11:09 -0600 Subject: Initial commit. --- gmp-6.3.0/config.log | 737 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 737 insertions(+) create mode 100644 gmp-6.3.0/config.log (limited to 'gmp-6.3.0/config.log') diff --git a/gmp-6.3.0/config.log b/gmp-6.3.0/config.log new file mode 100644 index 0000000..52fb45f --- /dev/null +++ b/gmp-6.3.0/config.log @@ -0,0 +1,737 @@ +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 6.3.0, which was +generated by GNU Autoconf 2.69. Invocation command line was + + $ ./configure --prefix=/home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/bin + +## --------- ## +## Platform. ## +## --------- ## + +hostname = arete +uname -m = i686 +uname -r = 6.3.3-gnu-1 +uname -s = Linux +uname -v = #1 SMP PREEMPT_DYNAMIC Mon, 22 May 2023 01:48:28 +0000 + +/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/dnw/Code/bin +PATH: /home/dnw/go/bin +PATH: /usr/local/sbin +PATH: /usr/local/bin +PATH: /usr/bin +PATH: /usr/lib/jvm/default/bin +PATH: /usr/bin/site_perl +PATH: /usr/bin/vendor_perl +PATH: /usr/bin/core_perl +PATH: /usr/lib/rustup/bin +PATH: /usr/lib/jvm/default/bin +PATH: /usr/lib/rustup/bin + + +## ----------- ## +## Core tests. ## +## ----------- ## + +configure:3056: checking build system type +configure:3070: result: pentiumm-pc-linux-gnu +configure:3090: checking host system type +configure:3103: result: pentiumm-pc-linux-gnu +configure:3140: checking for a BSD-compatible install +configure:3208: result: /usr/bin/install -c +configure:3219: checking whether build environment is sane +configure:3274: result: yes +configure:3425: checking for a thread-safe mkdir -p +configure:3464: result: /usr/bin/mkdir -p +configure:3471: checking for gawk +configure:3487: found /usr/bin/gawk +configure:3498: result: gawk +configure:3509: checking whether make sets $(MAKE) +configure:3531: result: yes +configure:3560: checking whether make supports nested variables +configure:3577: result: yes +configure:3706: checking whether to enable maintainer-specific portions of Makefiles +configure:3715: result: no +User: +ABI= +CC= +CFLAGS=(unset) +CPPFLAGS=(unset) +MPN_PATH= +GMP: +abilist=32 +cclist=gcc icc cc +configure:5911: gcc 2>&1 | grep xlc >/dev/null +configure:5914: $? = 1 +configure:5968: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer +Test compile: +configure:5982: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:5985: $? = 0 +configure:5990: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:5993: $? = 0 +Test compile: function pointer return +configure:6036: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6039: $? = 0 +configure:6044: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6047: $? = 0 +Test compile: cmov instruction +configure:6092: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6095: $? = 0 +configure:6100: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6103: $? = 0 +Test compile: double -> ulong conversion +configure:6149: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6152: $? = 0 +configure:6157: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6160: $? = 0 +Test compile: double negation +configure:6204: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6207: $? = 0 +configure:6212: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6215: $? = 0 +Test compile: double -> float conversion +configure:6260: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6263: $? = 0 +configure:6268: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6271: $? = 0 +Test compile: gnupro alpha ev6 char spilling +configure:6345: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6348: $? = 0 +configure:6353: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6356: $? = 0 +Test compile: __builtin_alloca availability +configure:6396: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +conftest.c: In function 'foo': +conftest.c:1:21: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] + 1 | int k; int foo () { __builtin_alloca (k); } + | ^~~~~~~~~~~~~~~~~~~~ +/usr/bin/ld: /usr/lib/gcc/i686-pc-linux-gnu/12.2.1/../../../Scrt1.o: in function `_start': +(.text+0x22): undefined reference to `main' +collect2: error: ld returned 1 exit status +configure:6399: $? = 1 +failed program was: +int k; int foo () { __builtin_alloca (k); } +Test compile: abs int -> double conversion +configure:6520: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6523: $? = 0 +configure:6528: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6531: $? = 0 +Test compile: long long reliability test 1 +configure:6585: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6588: $? = 0 +configure:6593: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6596: $? = 0 +Test compile: long long reliability test 2 +configure:6646: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6649: $? = 0 +configure:6654: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6657: $? = 0 +Test compile: freebsd hacked gcc +configure:6707: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6710: $? = 0 +configure:6715: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6718: $? = 0 +Test compile: mpn_lshift_com optimization +configure:6806: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6809: $? = 0 +configure:6814: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6817: $? = 0 +Test compile: mpn_lshift_com optimization 2 +configure:6915: gcc -m32 -O2 -pedantic -fomit-frame-pointer conftest.c >&5 +configure:6918: $? = 0 +configure:6923: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:6926: $? = 0 +Testing gcc GOT with eax emitted +configure:6974: gcc -m32 -O2 -pedantic -fomit-frame-pointer -fPIC -S conftest.c >&5 2>&1 +configure:6977: $? = 0 +Result: yes +Testing gas GOT with eax good +configure:7048: gcc -m32 -O2 -pedantic -fomit-frame-pointer -fPIC -o conftest.o -c conftest.s >&5 2>&1 +configure:7051: $? = 0 +Result: yes +configure:7072: result: yes +configure: testlist sizeof-long-4 +configure:7247: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer has sizeof(long)==4 +configure:7260: gcc -m32 -O2 -pedantic -fomit-frame-pointer -c conftest.c >&5 +configure:7263: $? = 0 +configure:7268: result: yes +configure:7587: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 +Test compile: +configure:7601: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7604: $? = 0 +configure:7609: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7612: $? = 0 +Test compile: function pointer return +configure:7655: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7658: $? = 0 +configure:7663: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7666: $? = 0 +Test compile: cmov instruction +configure:7711: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7714: $? = 0 +configure:7719: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7722: $? = 0 +Test compile: double -> ulong conversion +configure:7768: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7771: $? = 0 +configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7779: $? = 0 +Test compile: double negation +configure:7823: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7826: $? = 0 +configure:7831: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7834: $? = 0 +Test compile: double -> float conversion +configure:7879: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7882: $? = 0 +configure:7887: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7890: $? = 0 +Test compile: gnupro alpha ev6 char spilling +configure:7964: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:7967: $? = 0 +configure:7972: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7975: $? = 0 +Test compile: __builtin_alloca availability +configure:8015: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +conftest.c: In function 'foo': +conftest.c:1:21: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] + 1 | int k; int foo () { __builtin_alloca (k); } + | ^~~~~~~~~~~~~~~~~~~~ +/usr/bin/ld: /usr/lib/gcc/i686-pc-linux-gnu/12.2.1/../../../Scrt1.o: in function `_start': +(.text+0x22): undefined reference to `main' +collect2: error: ld returned 1 exit status +configure:8018: $? = 1 +failed program was: +int k; int foo () { __builtin_alloca (k); } +Test compile: abs int -> double conversion +configure:8139: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:8142: $? = 0 +configure:8147: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8150: $? = 0 +Test compile: long long reliability test 1 +configure:8204: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:8207: $? = 0 +configure:8212: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8215: $? = 0 +Test compile: long long reliability test 2 +configure:8265: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:8268: $? = 0 +configure:8273: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8276: $? = 0 +Test compile: freebsd hacked gcc +configure:8326: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:8329: $? = 0 +configure:8334: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8337: $? = 0 +Test compile: mpn_lshift_com optimization +configure:8425: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:8428: $? = 0 +configure:8433: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8436: $? = 0 +Test compile: mpn_lshift_com optimization 2 +configure:8534: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 conftest.c >&5 +configure:8537: $? = 0 +configure:8542: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8545: $? = 0 +Testing gcc GOT with eax emitted +configure:8593: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -fPIC -S conftest.c >&5 2>&1 +configure:8596: $? = 0 +Result: yes +Testing gas GOT with eax good +configure:8667: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -fPIC -o conftest.o -c conftest.s >&5 2>&1 +configure:8670: $? = 0 +Result: yes +configure:8691: result: yes +configure:7587: checking compiler gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 +Test compile: +configure:7601: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7604: $? = 0 +configure:7609: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7612: $? = 0 +Test compile: function pointer return +configure:7655: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7658: $? = 0 +configure:7663: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7666: $? = 0 +Test compile: cmov instruction +configure:7711: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7714: $? = 0 +configure:7719: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7722: $? = 0 +Test compile: double -> ulong conversion +configure:7768: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7771: $? = 0 +configure:7776: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7779: $? = 0 +Test compile: double negation +configure:7823: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7826: $? = 0 +configure:7831: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7834: $? = 0 +Test compile: double -> float conversion +configure:7879: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7882: $? = 0 +configure:7887: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7890: $? = 0 +Test compile: gnupro alpha ev6 char spilling +configure:7964: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:7967: $? = 0 +configure:7972: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:7975: $? = 0 +Test compile: __builtin_alloca availability +configure:8015: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +conftest.c: In function 'foo': +conftest.c:1:21: warning: ignoring return value of '__builtin_alloca' declared with attribute 'warn_unused_result' [-Wunused-result] + 1 | int k; int foo () { __builtin_alloca (k); } + | ^~~~~~~~~~~~~~~~~~~~ +/usr/bin/ld: /usr/lib/gcc/i686-pc-linux-gnu/12.2.1/../../../Scrt1.o: in function `_start': +(.text+0x22): undefined reference to `main' +collect2: error: ld returned 1 exit status +configure:8018: $? = 1 +failed program was: +int k; int foo () { __builtin_alloca (k); } +Test compile: abs int -> double conversion +configure:8139: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:8142: $? = 0 +configure:8147: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8150: $? = 0 +Test compile: long long reliability test 1 +configure:8204: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:8207: $? = 0 +configure:8212: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8215: $? = 0 +Test compile: long long reliability test 2 +configure:8265: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:8268: $? = 0 +configure:8273: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8276: $? = 0 +Test compile: freebsd hacked gcc +configure:8326: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:8329: $? = 0 +configure:8334: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8337: $? = 0 +Test compile: mpn_lshift_com optimization +configure:8425: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:8428: $? = 0 +configure:8433: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8436: $? = 0 +Test compile: mpn_lshift_com optimization 2 +configure:8534: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:8537: $? = 0 +configure:8542: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest +configure:8545: $? = 0 +Testing gcc GOT with eax emitted +configure:8593: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 -fPIC -S conftest.c >&5 2>&1 +configure:8596: $? = 0 +Result: yes +Testing gas GOT with eax good +configure:8667: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 -fPIC -o conftest.o -c conftest.s >&5 2>&1 +configure:8670: $? = 0 +Result: yes +configure:8691: result: yes +configure:8844: checking for gcc +configure:8871: result: gcc +configure:9100: checking for C compiler version +configure:9109: gcc --version >&5 +gcc (GCC) 12.2.1 20230111 +Copyright (C) 2022 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:9120: $? = 0 +configure:9109: gcc -v >&5 +Using built-in specs. +COLLECT_GCC=gcc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-pc-linux-gnu/12.2.1/lto-wrapper +Target: i686-pc-linux-gnu +Configured with: /build/gcc/src/gcc/configure --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++,d --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror --build=i686-pc-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.1 20230111 (GCC) +configure:9120: $? = 0 +configure:9109: gcc -V >&5 +gcc: error: unrecognized command-line option '-V' +gcc: fatal error: no input files +compilation terminated. +configure:9120: $? = 1 +configure:9109: gcc -qversion >&5 +gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? +gcc: fatal error: no input files +compilation terminated. +configure:9120: $? = 1 +configure:9140: checking whether the C compiler works +configure:9162: gcc -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9166: $? = 0 +configure:9214: result: yes +configure:9217: checking for C compiler default output file name +configure:9219: result: a.out +configure:9225: checking for suffix of executables +configure:9232: gcc -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9236: $? = 0 +configure:9258: result: +configure:9280: checking whether we are cross compiling +configure:9288: gcc -o conftest -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9292: $? = 0 +configure:9299: ./conftest +configure:9303: $? = 0 +configure:9318: result: no +configure:9323: checking for suffix of object files +configure:9345: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9349: $? = 0 +configure:9370: result: o +configure:9374: checking whether we are using the GNU C compiler +configure:9393: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9393: $? = 0 +configure:9402: result: yes +configure:9411: checking whether gcc accepts -g +configure:9431: gcc -c -g conftest.c >&5 +configure:9431: $? = 0 +configure:9472: result: yes +configure:9489: checking for gcc option to accept ISO C89 +configure:9552: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9552: $? = 0 +configure:9565: result: none needed +configure:9590: checking whether gcc understands -c and -o together +configure:9612: gcc -c conftest.c -o conftest2.o +configure:9615: $? = 0 +configure:9612: gcc -c conftest.c -o conftest2.o +configure:9615: $? = 0 +configure:9627: result: yes +configure:9644: checking for gcc option to accept ISO C99 +configure:9793: gcc -c -m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3 conftest.c >&5 +configure:9793: $? = 0 +configure:9806: result: none needed +configure:9826: checking how to run the C preprocessor +configure:9857: gcc -E conftest.c +configure:9857: $? = 0 +configure:9871: gcc -E conftest.c +conftest.c:15:10: fatal error: ac_nonexistent.h: No such file or directory + 15 | #include + | ^~~~~~~~~~~~~~~~~~ +compilation terminated. +configure:9871: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "GNU MP" +| #define PACKAGE_TARNAME "gmp" +| #define PACKAGE_VERSION "6.3.0" +| #define PACKAGE_STRING "GNU MP 6.3.0" +| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)" +| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" +| #define PACKAGE "gmp" +| #define VERSION "6.3.0" +| #define WANT_FFT 1 +| #define HAVE_HOST_CPU_pentiumm 1 +| #define HAVE_SPEED_CYCLECOUNTER 2 +| #define HAVE_CALLING_CONVENTIONS 1 +| /* end confdefs.h. */ +| #include +configure:9896: result: gcc -E +configure:9916: gcc -E conftest.c +configure:9916: $? = 0 +configure:9930: gcc -E conftest.c +conftest.c:15:10: fatal error: ac_nonexistent.h: No such file or directory + 15 | #include + | ^~~~~~~~~~~~~~~~~~ +compilation terminated. +configure:9930: $? = 1 +configure: failed program was: +| /* confdefs.h */ +| #define PACKAGE_NAME "GNU MP" +| #define PACKAGE_TARNAME "gmp" +| #define PACKAGE_VERSION "6.3.0" +| #define PACKAGE_STRING "GNU MP 6.3.0" +| #define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)" +| #define PACKAGE_URL "http://www.gnu.org/software/gmp/" +| #define PACKAGE "gmp" +| #define VERSION "6.3.0" +| #define WANT_FFT 1 +| #define HAVE_HOST_CPU_pentiumm 1 +| #define HAVE_SPEED_CYCLECOUNTER 2 +| #define HAVE_CALLING_CONVENTIONS 1 +| /* end confdefs.h. */ +| #include +configure:10031: checking build system compiler gcc +configure:10044: gcc conftest.c +configure:10047: $? = 0 +configure:10054: result: yes +configure:10073: checking for build system preprocessor +configure:10084: gcc -E conftest.c +# 0 "conftest.c" +# 0 "" +# 0 "" +# 1 "/usr/include/stdc-predef.h" 1 3 4 +# 0 "" 2 +# 1 "conftest.c" +configure:10087: $? = 0 +configure:10102: result: gcc -E +configure:10109: checking for build system executable suffix +configure:10123: gcc conftest.c -o conftest.exe +configure:10126: $? = 0 +./configure: line 10128: ./conftest: No such file or directory +configure:10123: gcc conftest.c -o conftest,ff8 +configure:10126: $? = 0 +./configure: line 10128: ./conftest: No such file or directory +configure:10123: gcc conftest.c -o conftest + +## ---------------- ## +## Cache variables. ## +## ---------------- ## + +ac_cv_build=pentiumm-pc-linux-gnu +ac_cv_c_compiler_gnu=yes +ac_cv_env_ABI_set= +ac_cv_env_ABI_value= +ac_cv_env_CCC_set= +ac_cv_env_CCC_value= +ac_cv_env_CC_FOR_BUILD_set= +ac_cv_env_CC_FOR_BUILD_value= +ac_cv_env_CC_set= +ac_cv_env_CC_value= +ac_cv_env_CFLAGS_set= +ac_cv_env_CFLAGS_value= +ac_cv_env_CPPFLAGS_set= +ac_cv_env_CPPFLAGS_value= +ac_cv_env_CPP_FOR_BUILD_set= +ac_cv_env_CPP_FOR_BUILD_value= +ac_cv_env_CPP_set= +ac_cv_env_CPP_value= +ac_cv_env_CXXCPP_set= +ac_cv_env_CXXCPP_value= +ac_cv_env_CXXFLAGS_set= +ac_cv_env_CXXFLAGS_value= +ac_cv_env_CXX_set= +ac_cv_env_CXX_value= +ac_cv_env_LDFLAGS_set= +ac_cv_env_LDFLAGS_value= +ac_cv_env_LIBS_set= +ac_cv_env_LIBS_value= +ac_cv_env_LT_SYS_LIBRARY_PATH_set= +ac_cv_env_LT_SYS_LIBRARY_PATH_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_host=pentiumm-pc-linux-gnu +ac_cv_objext=o +ac_cv_path_install='/usr/bin/install -c' +ac_cv_path_mkdir=/usr/bin/mkdir +ac_cv_prog_AWK=gawk +ac_cv_prog_CPP='gcc -E' +ac_cv_prog_ac_ct_CC=gcc +ac_cv_prog_cc_c89= +ac_cv_prog_cc_c99= +ac_cv_prog_cc_g=yes +ac_cv_prog_make_make_set=yes +am_cv_make_support_nested_variables=yes +am_cv_prog_cc_c_o=yes +gmp_cv_prog_cpp_for_build='gcc -E' + +## ----------------- ## +## Output variables. ## +## ----------------- ## + +ABI='32' +ACLOCAL='${SHELL} /home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/missing aclocal-1.15' +AMTAR='$${TAR-tar}' +AM_BACKSLASH='\' +AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +AM_DEFAULT_VERBOSITY='1' +AM_V='$(V)' +AR='' +AS='' +ASMFLAGS='' +AUTOCONF='${SHELL} /home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/missing autoconf' +AUTOHEADER='${SHELL} /home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/missing autoheader' +AUTOMAKE='${SHELL} /home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/missing automake-1.15' +AWK='gawk' +CALLING_CONVENTIONS_OBJS='x86call.lo x86check$U.lo' +CC='gcc' +CCAS='' +CC_FOR_BUILD='gcc' +CFLAGS='-m32 -O2 -pedantic -fomit-frame-pointer -mtune=pentium3 -march=pentium3' +CPP='gcc -E' +CPPFLAGS='' +CPP_FOR_BUILD='gcc -E' +CXX='' +CXXCPP='' +CXXFLAGS='' +CYGPATH_W='echo' +DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */' +DEFS='' +DLLTOOL='' +DSYMUTIL='' +DUMPBIN='' +ECHO_C='' +ECHO_N='-n' +ECHO_T='' +EGREP='' +ENABLE_STATIC_FALSE='' +ENABLE_STATIC_TRUE='' +EXEEXT='' +EXEEXT_FOR_BUILD='' +FGREP='' +GMP_LDFLAGS='' +GMP_LIMB_BITS='' +GMP_NAIL_BITS='0' +GREP='' +HAVE_CLOCK_01='' +HAVE_CPUTIME_01='' +HAVE_GETRUSAGE_01='' +HAVE_GETTIMEOFDAY_01='' +HAVE_HOST_CPU_FAMILY_power='0' +HAVE_HOST_CPU_FAMILY_powerpc='0' +HAVE_SIGACTION_01='' +HAVE_SIGALTSTACK_01='' +HAVE_SIGSTACK_01='' +HAVE_STACK_T_01='' +HAVE_SYS_RESOURCE_H_01='' +INSTALL_DATA='${INSTALL} -m 644' +INSTALL_PROGRAM='${INSTALL}' +INSTALL_SCRIPT='${INSTALL}' +INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' +LD='' +LDFLAGS='' +LEX='' +LEXLIB='' +LEX_OUTPUT_ROOT='' +LIBCURSES='' +LIBGMPXX_LDFLAGS='' +LIBGMP_DLL='' +LIBGMP_LDFLAGS='' +LIBM='' +LIBM_FOR_BUILD='' +LIBOBJS='' +LIBREADLINE='' +LIBS='' +LIBTOOL='' +LIPO='' +LN_S='' +LTLIBOBJS='' +LT_SYS_LIBRARY_PATH='' +M4='' +MAINT='#' +MAINTAINER_MODE_FALSE='' +MAINTAINER_MODE_TRUE='#' +MAKEINFO='${SHELL} /home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/missing makeinfo' +MANIFEST_TOOL='' +MKDIR_P='/usr/bin/mkdir -p' +NM='' +NMEDIT='' +OBJDUMP='' +OBJEXT='o' +OTOOL64='' +OTOOL='' +PACKAGE='gmp' +PACKAGE_BUGREPORT='gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)' +PACKAGE_NAME='GNU MP' +PACKAGE_STRING='GNU MP 6.3.0' +PACKAGE_TARNAME='gmp' +PACKAGE_URL='http://www.gnu.org/software/gmp/' +PACKAGE_VERSION='6.3.0' +PATH_SEPARATOR=':' +RANLIB='' +SED='' +SET_MAKE='' +SHELL='/bin/sh' +SPEED_CYCLECOUNTER_OBJ='pentium.lo' +STRIP='' +TAL_OBJECT='' +TUNE_LIBS='' +TUNE_SQR_OBJ='' +U_FOR_BUILD='' +VERSION='6.3.0' +WANT_CXX_FALSE='' +WANT_CXX_TRUE='' +WITH_READLINE_01='' +YACC='' +YFLAGS='' +ac_ct_AR='' +ac_ct_CC='gcc' +ac_ct_CXX='' +ac_ct_DUMPBIN='' +am__EXEEXT_FALSE='' +am__EXEEXT_TRUE='' +am__isrc='' +am__leading_dot='.' +am__tar='$${TAR-tar} chof - "$$tardir"' +am__untar='$${TAR-tar} xf -' +bindir='${exec_prefix}/bin' +build='pentiumm-pc-linux-gnu' +build_alias='' +build_cpu='pentiumm' +build_os='linux-gnu' +build_vendor='pc' +datadir='${datarootdir}' +datarootdir='${prefix}/share' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +dvidir='${docdir}' +exec_prefix='NONE' +gmp_srclinks='' +host='pentiumm-pc-linux-gnu' +host_alias='' +host_cpu='pentiumm' +host_os='linux-gnu' +host_vendor='pc' +htmldir='${docdir}' +includedir='${prefix}/include' +infodir='${datarootdir}/info' +install_sh='${SHELL} /home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/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='' +mpn_objs_in_libgmp='' +oldincludedir='/usr/include' +pdfdir='${docdir}' +prefix='/home/dnw/Code/ERA-calc/c-src/gmp-6.3.0/bin' +program_transform_name='s,x,x,' +psdir='${docdir}' +sbindir='${exec_prefix}/sbin' +sharedstatedir='${prefix}/com' +sysconfdir='${prefix}/etc' +target_alias='' + +## ----------- ## +## confdefs.h. ## +## ----------- ## + +/* confdefs.h */ +#define PACKAGE_NAME "GNU MP" +#define PACKAGE_TARNAME "gmp" +#define PACKAGE_VERSION "6.3.0" +#define PACKAGE_STRING "GNU MP 6.3.0" +#define PACKAGE_BUGREPORT "gmp-bugs@gmplib.org (see https://gmplib.org/manual/Reporting-Bugs.html)" +#define PACKAGE_URL "http://www.gnu.org/software/gmp/" +#define PACKAGE "gmp" +#define VERSION "6.3.0" +#define WANT_FFT 1 +#define HAVE_HOST_CPU_pentiumm 1 +#define HAVE_SPEED_CYCLECOUNTER 2 +#define HAVE_CALLING_CONVENTIONS 1 + +configure: caught signal 2 +configure: exit 1 -- cgit v1.2.3