On Tuesday, September 1, 2020 at 9:52:37 PM UTC-7 Matthias Koeppe wrote:
> On Tuesday, September 1, 2020 at 8:59:14 PM UTC-7, John H Palmieri wrote: > >> If I do install Python 3.7, then gf2x and ecm both fail to build. The >> gf2x log file says "configure: error: Cannot find a build system compiler >> ". The ecm log file says "checking if globals are prefixed by >> underscore... configure: error: Test program links neither with nor without >> underscore." >> >>> >>>> > gf2x was just upgraded in https://trac.sagemath.org/ticket/30412 - merged > in 9.2.beta11. Did you test with this beta or an earlier one? > I tried with 9.2.beta10, and just now I tried with this new version of gf2x. Same error either way. Here is the gf2x config.log. > > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/b0fbaff1-916e-4d15-95a5-268077b8b08dn%40googlegroups.com.
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gf2x configure 1.3.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/Users/palmieri/Sage/sage-9.2.beta10/local --libdir=/Users/palmieri/Sage/sage-9.2.beta10/local/lib ## --------- ## ## Platform. ## ## --------- ## hostname = johnpalierisair.lan uname -m = x86_64 uname -r = 20.0.0 uname -s = Darwin uname -v = Darwin Kernel Version 20.0.0: Fri Aug 14 00:25:13 PDT 2020; root:xnu-7195.40.44.151.1~4/RELEASE_X86_64 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = Mach kernel version: Darwin Kernel Version 20.0.0: Fri Aug 14 00:25:13 PDT 2020; root:xnu-7195.40.44.151.1~4/RELEASE_X86_64 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: x86_64h (Intel x86-64h Haswell) Processors active: 0 1 2 3 Primary memory available: 8.00 gigabytes Default processor set: 474 tasks, 1601 threads, 4 processors Load average: 66.11, Mach factor: 0.09 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /Users/palmieri/Sage/sage-9.2.beta10/build/bin PATH: /Users/palmieri/Sage/sage-9.2.beta10/src/bin PATH: /Users/palmieri/Sage/sage-9.2.beta10/local/bin PATH: /Users/palmieri/Sage/sage-9.2.beta10/build/bin PATH: /Users/palmieri/Sage/sage-9.2.beta10/src/bin PATH: /Users/palmieri/Sage/sage-9.2.beta10/local/bin PATH: /usr/local/opt/python@3.7/bin PATH: /usr/local/opt/gettext/bin PATH: /Users/palmieri/.local/bin PATH: /Users/palmieri/Dropbox/bin PATH: /Users/palmieri/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /Library/TeX/texbin PATH: /Library/Apple/usr/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2621: checking build system type configure:2635: result: x86_64-apple-darwin20.0.0 configure:2655: checking host system type configure:2668: result: x86_64-apple-darwin20.0.0 configure:2688: checking target system type configure:2701: result: x86_64-apple-darwin20.0.0 configure:2786: checking for gcc configure:2813: result: gcc configure:3042: checking for C compiler version configure:3051: gcc --version >&5 Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 configure:3062: $? = 0 configure:3051: gcc -v >&5 Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:3062: $? = 0 configure:3051: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:3062: $? = 1 configure:3051: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:3062: $? = 1 configure:3082: checking whether the C compiler works configure:3104: gcc -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c >&5 configure:3108: $? = 0 configure:3156: result: yes configure:3159: checking for C compiler default output file name configure:3161: result: a.out configure:3167: checking for suffix of executables configure:3174: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c >&5 configure:3178: $? = 0 configure:3200: result: configure:3222: checking whether we are cross compiling configure:3230: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c >&5 configure:3234: $? = 0 configure:3241: ./conftest configure:3245: $? = 0 configure:3260: result: no configure:3265: checking for suffix of object files configure:3287: gcc -c -O2 -g conftest.c >&5 configure:3291: $? = 0 configure:3312: result: o configure:3316: checking whether we are using the GNU C compiler configure:3335: gcc -c -O2 -g conftest.c >&5 configure:3335: $? = 0 configure:3344: result: yes configure:3353: checking whether gcc accepts -g configure:3373: gcc -c -g conftest.c >&5 configure:3373: $? = 0 configure:3414: result: yes configure:3431: checking for gcc option to accept ISO C89 configure:3494: gcc -c -O2 -g conftest.c >&5 configure:3494: $? = 0 configure:3507: result: none needed configure:3532: checking whether gcc understands -c and -o together configure:3554: gcc -c conftest.c -o conftest2.o configure:3557: $? = 0 configure:3554: gcc -c conftest.c -o conftest2.o configure:3557: $? = 0 configure:3569: result: yes configure:3592: checking how to run the C preprocessor configure:3623: gcc -E conftest.c configure:3623: $? = 0 configure:3637: gcc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3637: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gf2x" | #define PACKAGE_TARNAME "gf2x" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "gf2x 1.3.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3662: result: gcc -E configure:3682: gcc -E conftest.c configure:3682: $? = 0 configure:3696: gcc -E conftest.c conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:3696: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gf2x" | #define PACKAGE_TARNAME "gf2x" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "gf2x 1.3.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3725: checking for grep that handles long lines and -e configure:3783: result: /usr/bin/grep configure:3788: checking for egrep configure:3850: result: /usr/bin/grep -E configure:3855: checking for ANSI C header files configure:3875: gcc -c -O2 -g conftest.c >&5 configure:3875: $? = 0 configure:3948: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c >&5 configure:3948: $? = 0 configure:3948: ./conftest configure:3948: $? = 0 configure:3959: result: yes configure:3972: checking for sys/types.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for sys/stat.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for stdlib.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for string.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for memory.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for strings.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for inttypes.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for stdint.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3972: checking for unistd.h configure:3972: gcc -c -O2 -g conftest.c >&5 configure:3972: $? = 0 configure:3972: result: yes configure:3984: checking for size_t configure:3984: gcc -c -O2 -g conftest.c >&5 configure:3984: $? = 0 configure:3984: gcc -c -O2 -g conftest.c >&5 conftest.c:55:21: error: expected expression if (sizeof ((size_t))) ^ 1 error generated. configure:3984: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gf2x" | #define PACKAGE_TARNAME "gf2x" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "gf2x 1.3.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:3984: result: yes configure:3997: checking for working alloca.h configure:4014: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c >&5 configure:4014: $? = 0 configure:4022: result: yes configure:4030: checking for alloca configure:4067: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c >&5 configure:4067: $? = 0 configure:4075: result: yes configure:4210: checking for a BSD-compatible install configure:4278: result: /usr/bin/install -c configure:4289: checking whether build environment is sane configure:4344: result: yes configure:4492: checking for a thread-safe mkdir -p configure:4531: result: config/install-sh -c -d configure:4538: checking for gawk configure:4568: result: no configure:4538: checking for mawk configure:4568: result: no configure:4538: checking for nawk configure:4568: result: no configure:4538: checking for awk configure:4554: found /usr/bin/awk configure:4565: result: awk configure:4576: checking whether make sets $(MAKE) configure:4598: result: yes configure:4620: checking whether make supports the include directive configure:4635: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:4638: $? = 0 configure:4657: result: yes (GNU style) configure:4690: checking whether make supports nested variables configure:4707: result: yes configure:4792: checking dependency style of gcc configure:4903: result: gcc3 configure:4964: checking whether to enable maintainer-specific portions of Makefiles configure:4973: result: yes configure:5033: checking how to print strings configure:5060: result: printf configure:5081: checking for a sed that does not truncate output configure:5145: result: /usr/bin/sed configure:5163: checking for fgrep configure:5225: result: /usr/bin/grep -F configure:5260: checking for ld used by gcc configure:5327: result: /Library/Developer/CommandLineTools/usr/bin/ld configure:5334: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld configure:5349: result: no configure:5361: checking for BSD- or MS-compatible name lister (nm) configure:5415: result: /usr/bin/nm -B configure:5545: checking the name lister (/usr/bin/nm -B) interface configure:5552: gcc -c -O2 -g conftest.c >&5 configure:5555: /usr/bin/nm -B "conftest.o" configure:5558: output 0000000000000248 S _some_variable configure:5565: result: BSD nm configure:5568: checking whether ln -s works configure:5572: result: yes configure:5580: checking the maximum length of command line arguments configure:5711: result: 786432 configure:5759: checking how to convert x86_64-apple-darwin20.0.0 file names to x86_64-apple-darwin20.0.0 format configure:5799: result: func_convert_file_noop configure:5806: checking how to convert x86_64-apple-darwin20.0.0 file names to toolchain format configure:5826: result: func_convert_file_noop configure:5833: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files configure:5840: result: -r configure:5914: checking for objdump configure:5930: found /usr/bin/objdump configure:5941: result: objdump configure:5973: checking how to recognize dependent libraries configure:6173: result: pass_all configure:6258: checking for dlltool configure:6288: result: no configure:6318: checking how to associate runtime and link libraries configure:6345: result: printf %s\n configure:6469: checking for archiver @FILE support configure:6486: gcc -c -O2 -g conftest.c >&5 configure:6486: $? = 0 configure:6489: ar cru libconftest.a @conftest.lst >&5 ar: @conftest.lst: No such file or directory configure:6492: $? = 1 configure:6512: result: no configure:6570: checking for strip configure:6586: found /usr/bin/strip configure:6597: result: strip configure:6669: checking for ranlib configure:6696: result: ranlib configure:6798: checking command to parse /usr/bin/nm -B output from gcc object configure:6951: gcc -c -O2 -g conftest.c >&5 configure:6954: $? = 0 configure:6958: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm cannot find nm_test_var in conftest.nm configure:6951: gcc -c -O2 -g conftest.c >&5 configure:6954: $? = 0 configure:6958: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' > conftest.nm configure:7024: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib conftest.c conftstm.o >&5 warning: (x86_64) could not find object file symbol for symbol _main configure:7027: $? = 0 configure:7065: result: ok configure:7112: checking for sysroot configure:7142: result: no configure:7149: checking for a working dd configure:7187: result: /bin/dd configure:7191: checking how to truncate binary pipes configure:7206: result: /bin/dd bs=4096 count=1 configure:7535: checking for mt configure:7565: result: no configure:7585: checking if : is a manifest tool configure:7591: : '-?' configure:7599: result: no configure:7655: checking for dsymutil configure:7671: found /usr/bin/dsymutil configure:7682: result: dsymutil configure:7747: checking for nmedit configure:7763: found /usr/bin/nmedit configure:7774: result: nmedit configure:7839: checking for lipo configure:7855: found /usr/bin/lipo configure:7866: result: lipo configure:7931: checking for otool configure:7947: found /usr/bin/otool configure:7958: result: otool configure:8023: checking for otool64 configure:8053: result: no configure:8098: checking for -single_module linker flag gcc -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c configure:8131: result: yes configure:8134: checking for -exported_symbols_list linker flag configure:8154: gcc -o conftest -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:8154: $? = 0 configure:8164: result: yes configure:8167: checking for -force_load linker flag gcc -O2 -g -c -o conftest.o conftest.c ar cru libconftest.a conftest.o ranlib libconftest.a gcc -O2 -g -L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib -o conftest conftest.c -Wl,-force_load,./libconftest.a configure:8199: result: yes configure:8273: checking for dlfcn.h configure:8273: gcc -c -O2 -g conftest.c >&5 configure:8273: $? = 0 configure:8273: result: yes configure:8529: checking for objdir configure:8544: result: .libs configure:8808: checking if gcc supports -fno-rtti -fno-exceptions configure:8826: gcc -c -O2 -g -fno-rtti -fno-exceptions conftest.c >&5 configure:8830: $? = 0 configure:8843: result: yes configure:9201: checking for gcc option to produce PIC configure:9208: result: -fno-common -DPIC configure:9216: checking if gcc PIC flag -fno-common -DPIC works configure:9234: gcc -c -O2 -g -fno-common -DPIC -DPIC conftest.c >&5 configure:9238: $? = 0 configure:9251: result: yes configure:9280: checking if gcc static flag -static works configure:9308: result: no configure:9323: checking if gcc supports -c -o file.o configure:9344: gcc -c -O2 -g -o out/conftest2.o conftest.c >&5 configure:9348: $? = 0 configure:9370: result: yes configure:9378: checking if gcc supports -c -o file.o configure:9425: result: yes configure:9458: checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries configure:10721: result: yes configure:10961: checking dynamic linker characteristics configure:11791: result: darwin20.0.0 dyld configure:11913: checking how to hardcode library paths into programs configure:11938: result: immediate configure:12486: checking whether stripping libraries is possible configure:12500: result: yes configure:12526: checking if libtool supports shared libraries configure:12528: result: yes configure:12531: checking whether to build shared libraries configure:12556: result: yes configure:12559: checking whether to build static libraries configure:12563: result: yes configure:12705: checking for gcc configure:12732: result: gcc configure:12961: checking for C compiler version configure:12970: gcc --version >&5 Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 configure:12981: $? = 0 configure:12970: gcc -v >&5 Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/4.2.1 Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:12981: $? = 0 configure:12970: gcc -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:12981: $? = 1 configure:12970: gcc -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:12981: $? = 1 configure:12985: checking whether we are using the GNU C compiler configure:13013: result: yes configure:13022: checking whether gcc accepts -g configure:13083: result: yes configure:13100: checking for gcc option to accept ISO C89 configure:13176: result: none needed configure:13201: checking whether gcc understands -c and -o together configure:13238: result: yes configure:13367: checking for C++ compiler version configure:13376: g++ -std=gnu++11 --version >&5 Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin configure:13387: $? = 0 configure:13376: g++ -std=gnu++11 -v >&5 Apple clang version 12.0.0 (clang-1200.0.31.1) Target: x86_64-apple-darwin20.0.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin clang: warning: argument unused during compilation: '-std=gnu++11' [-Wunused-command-line-argument] configure:13387: $? = 0 configure:13376: g++ -std=gnu++11 -V >&5 clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files configure:13387: $? = 1 configure:13376: g++ -std=gnu++11 -qversion >&5 clang: error: unknown argument '-qversion'; did you mean '--version'? clang: error: no input files configure:13387: $? = 1 configure:13391: checking whether we are using the GNU C++ compiler configure:13410: g++ -std=gnu++11 -c conftest.cpp >&5 configure:13410: $? = 0 configure:13419: result: yes configure:13428: checking whether g++ -std=gnu++11 accepts -g configure:13448: g++ -std=gnu++11 -c -g conftest.cpp >&5 configure:13448: $? = 0 configure:13489: result: yes configure:13514: checking dependency style of g++ -std=gnu++11 configure:13625: result: gcc3 configure:13658: checking how to run the C++ preprocessor configure:13685: g++ -std=gnu++11 -E conftest.cpp configure:13685: $? = 0 configure:13699: g++ -std=gnu++11 -E conftest.cpp conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:13699: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gf2x" | #define PACKAGE_TARNAME "gf2x" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "gf2x 1.3.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define PACKAGE "gf2x" | #define VERSION "1.3.0" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:13724: result: g++ -std=gnu++11 -E configure:13744: g++ -std=gnu++11 -E conftest.cpp configure:13744: $? = 0 configure:13758: g++ -std=gnu++11 -E conftest.cpp conftest.cpp:25:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:13758: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gf2x" | #define PACKAGE_TARNAME "gf2x" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "gf2x 1.3.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define PACKAGE "gf2x" | #define VERSION "1.3.0" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:13920: checking for ld used by g++ -std=gnu++11 configure:13987: result: /Library/Developer/CommandLineTools/usr/bin/ld configure:13994: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld configure:14009: result: no configure:14064: checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries configure:15137: result: yes configure:15173: g++ -std=gnu++11 -c -g -O2 conftest.cpp >&5 configure:15176: $? = 0 configure:15657: checking for g++ -std=gnu++11 option to produce PIC configure:15664: result: -fno-common -DPIC configure:15672: checking if g++ -std=gnu++11 PIC flag -fno-common -DPIC works configure:15690: g++ -std=gnu++11 -c -g -O2 -fno-common -DPIC -DPIC conftest.cpp >&5 configure:15694: $? = 0 configure:15707: result: yes configure:15730: checking if g++ -std=gnu++11 static flag -static works configure:15758: result: no configure:15770: checking if g++ -std=gnu++11 supports -c -o file.o configure:15791: g++ -std=gnu++11 -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:15795: $? = 0 configure:15817: result: yes configure:15822: checking if g++ -std=gnu++11 supports -c -o file.o configure:15869: result: yes configure:15899: checking whether the g++ -std=gnu++11 linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries configure:15942: result: yes configure:16083: checking dynamic linker characteristics configure:16840: result: darwin20.0.0 dyld configure:16905: checking how to hardcode library paths into programs configure:16930: result: immediate configure:16971: checking warning verbosity option configure:17009: result: -Wall -W for C++ -Wall -W for C configure:17014: checking for gcc option to accept ISO C99 configure:17163: gcc -c -O2 -g -Wall -W conftest.c >&5 configure:17163: $? = 0 configure:17176: result: none needed configure:17196: checking how to run the C preprocessor configure:17266: result: gcc -E configure:17286: gcc -E conftest.c configure:17286: $? = 0 configure:17300: gcc -E conftest.c conftest.c:25:10: fatal error: 'ac_nonexistent.h' file not found #include <ac_nonexistent.h> ^~~~~~~~~~~~~~~~~~ 1 error generated. configure:17300: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "gf2x" | #define PACKAGE_TARNAME "gf2x" | #define PACKAGE_VERSION "1.3.0" | #define PACKAGE_STRING "gf2x 1.3.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #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_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define PACKAGE "gf2x" | #define VERSION "1.3.0" | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:17396: checking build system compiler gcc configure:17409: gcc conftest.c conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] exit(0); ^ conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 error generated. configure:17412: $? = 1 configure:17419: result: no configure:17396: checking build system compiler gcc -O2 -g -Wall -W configure:17409: gcc -O2 -g -Wall -W conftest.c conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] exit(0); ^ conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 error generated. configure:17412: $? = 1 configure:17419: result: no configure:17396: checking build system compiler cc configure:17409: cc conftest.c conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] exit(0); ^ conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 error generated. configure:17412: $? = 1 configure:17419: result: no configure:17396: checking build system compiler gcc configure:17409: gcc conftest.c conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] exit(0); ^ conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 error generated. configure:17412: $? = 1 configure:17419: result: no configure:17396: checking build system compiler c89 configure:17409: c89 conftest.c conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] exit(0); ^ conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 error generated. configure:17412: $? = 1 configure:17419: result: no configure:17396: checking build system compiler c99 configure:17409: c99 conftest.c conftest.c:4:3: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration] exit(0); ^ conftest.c:4:3: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit' 1 error generated. configure:17412: $? = 1 configure:17419: result: no configure:17430: error: Cannot find a build system compiler ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-apple-darwin20.0.0 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes 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=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -g ' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_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=set ac_cv_env_CXX_value='g++ -std=gnu++11' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib ' 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_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_func_alloca_works=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=x86_64-apple-darwin20.0.0 ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_path_SED=/usr/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_lt_DD=/bin/dd ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -std=gnu++11 -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_DSYMUTIL=dsymutil ac_cv_prog_ac_ct_LIPO=lipo ac_cv_prog_ac_ct_NMEDIT=nmedit ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_OTOOL=otool ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_c99= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_target=x86_64-apple-darwin20.0.0 ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_apple_cc_single_mod=yes lt_cv_ar_at_file=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_exported_symbols_list=yes lt_cv_ld_force_load=yes lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld lt_cv_path_LDCXX=/Library/Developer/CommandLineTools/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fno-common -DPIC' lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=yes lt_cv_prog_compiler_static_works=no lt_cv_prog_compiler_static_works_CXX=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST][BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=786432 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /Users/palmieri/Sage/sage-9.2.beta10/local/var/tmp/sage/build/gf2x-1.3.0/src/config/missing aclocal-1.16' ALLOCA='' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AR='ar' AUTOCONF='${SHELL} /Users/palmieri/Sage/sage-9.2.beta10/local/var/tmp/sage/build/gf2x-1.3.0/src/config/missing autoconf' AUTOHEADER='${SHELL} /Users/palmieri/Sage/sage-9.2.beta10/local/var/tmp/sage/build/gf2x-1.3.0/src/config/missing autoheader' AUTOMAKE='${SHELL} /Users/palmieri/Sage/sage-9.2.beta10/local/var/tmp/sage/build/gf2x-1.3.0/src/config/missing automake-1.16' AWK='awk' CC='gcc' CCDEPMODE='depmode=gcc3' CC_FOR_BUILD='' CFLAGS='-O2 -g -Wall -W' CPP='gcc -E' CPPFLAGS='' CXX='g++ -std=gnu++11' CXXCPP='g++ -std=gnu++11 -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2 -Wall -W' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='dsymutil' DUMPBIN='' ECHO_C='\c' ECHO_N='' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLE_FFT_INTERFACE_FALSE='' ENABLE_FFT_INTERFACE_TRUE='#' EXEEXT='' EXEEXT_FOR_BUILD='' FGREP='/usr/bin/grep -F' GF2X_32BIT_SOURCES_FALSE='' GF2X_32BIT_SOURCES_TRUE='' GF2X_64BIT_SOURCES_FALSE='' GF2X_64BIT_SOURCES_TRUE='' GF2X_FFT_VERSION_MAJOR='GF2X_VERSION_MAJOR' GF2X_FFT_VERSION_MINOR='GF2X_VERSION_MINOR' GF2X_FFT_VERSION_PATCHLEVEL='GF2X_VERSION_PATCHLEVEL' GF2X_PCLMUL_AVAILABLE_FALSE='' GF2X_PCLMUL_AVAILABLE_TRUE='' GF2X_SSE2_AVAILABLE_FALSE='' GF2X_SSE2_AVAILABLE_TRUE='' GF2X_VERSION_MAJOR='1' GF2X_VERSION_MINOR='3' GF2X_VERSION_PATCHLEVEL='0' GF2X_WORDSIZE='' GPL_CODE_PRESENT_FALSE='' GPL_CODE_PRESENT_TRUE='' GREP='/usr/bin/grep' HAVE_HIDDEN_VISIBILITY_ATTRIBUTE_FALSE='' HAVE_HIDDEN_VISIBILITY_ATTRIBUTE_TRUE='' HAVE_NONCONSTANT_CLOCK_FALSE='' HAVE_NONCONSTANT_CLOCK_TRUE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/Library/Developer/CommandLineTools/usr/bin/ld' LDFLAGS='-L/Users/palmieri/Sage/sage-9.2.beta10/local/lib -Wl,-rpath,/Users/palmieri/Sage/sage-9.2.beta10/local/lib ' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='lipo' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAINT='' MAINTAINER_MODE_FALSE='#' MAINTAINER_MODE_TRUE='' MAKEINFO='${SHELL} /Users/palmieri/Sage/sage-9.2.beta10/local/var/tmp/sage/build/gf2x-1.3.0/src/config/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='config/install-sh -c -d' NM='/usr/bin/nm -B' NMEDIT='nmedit' OBJDUMP='objdump' OBJEXT='o' OTOOL64=':' OTOOL='otool' PACKAGE='gf2x' PACKAGE_BUGREPORT='' PACKAGE_NAME='gf2x' PACKAGE_STRING='gf2x 1.3.0' PACKAGE_TARNAME='gf2x' PACKAGE_URL='' PACKAGE_VERSION='1.3.0' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/usr/bin/sed' SET_MAKE='' SHELL='/bin/bash' STRIP='strip' VERSION='1.3.0' WORDSIZE_IS_64_FALSE='' WORDSIZE_IS_64_TRUE='' ac_ct_AR='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-apple-darwin20.0.0' build_alias='' build_cpu='x86_64' build_os='darwin20.0.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' gf2x_fft_lib_version='3:0:0' gf2x_lib_version='3:0:0' host='x86_64-apple-darwin20.0.0' host_alias='' host_cpu='x86_64' host_os='darwin20.0.0' host_vendor='apple' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /Users/palmieri/Sage/sage-9.2.beta10/local/var/tmp/sage/build/gf2x-1.3.0/src/config/install-sh' libdir='/Users/palmieri/Sage/sage-9.2.beta10/local/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/Users/palmieri/Sage/sage-9.2.beta10/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target='x86_64-apple-darwin20.0.0' target_alias='' target_cpu='x86_64' target_os='darwin20.0.0' target_vendor='apple' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "gf2x" #define PACKAGE_TARNAME "gf2x" #define PACKAGE_VERSION "1.3.0" #define PACKAGE_STRING "gf2x 1.3.0" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #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_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define PACKAGE "gf2x" #define VERSION "1.3.0" #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" configure: exit 1