This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by mpc configure 1.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure i386-pc-msdosdjgpp ## --------- ## ## Platform. ## ## --------- ## hostname = W10-32 uname -m = i686 uname -r = 5 uname -s = MS-DOS uname -v = 50 /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: /dev/c/djgpp/bin PATH: /dev/c/windows/system32 PATH: /dev/c/windows PATH: /dev/c/windows/system32/wbem PATH: /dev/c/windows/system32/window~1/v1.0/ PATH: /dev/c/progra~1/git/cmd PATH: /dev/c/users/andris/appdata/local/micros~1/window~1 ## ----------- ## ## Core tests. ## ## ----------- ## configure:2203: loading site script c:/djgpp/share/config.site | #! /bin/sh | | # Sanity check | if test "x${DJDIR}" = "x"; then | echo "Your DJGPP installation is not set up correctly (DJDIR is not set)." | exit 1 | fi | | # The root of the DJGPP tree serves as the default prefix. | # | # IMHO, this is not needed, as this file is supposed to be loaded | # exactly because the user gave --prefix /dev/env/DJDIR -- tvh | if test "x$ac_default_prefix" = "x/usr/local"; then | ac_default_prefix="/dev/env/DJDIR" | fi | | # The root of the DJGPP tree serves as the default prefix | # for all paths that are hardcoded in the binaries. | # When installing the installation prefix must be supplied. | test "x$prefix" = xNONE && prefix='/dev/env/DJDIR' | | # This is here for backward compatibility with 2.13 configures; the conditional | # ensures it's disabled in the DJGPP package of autoconf 2.50 and above. | # FIXME: This conditional may change as autoconf evolves - autoconf should | # really have some version variables. | if test -z "$as_ln_s"; then | | echo "Warning: This configure script was generated using an old version of autoconf" | echo "Warning: Newer versions have much better DJGPP compatibility" | | else # autoconf 2.50 or higher | | # Feel free to add others (.com, .btm, .sh, .pl, ...) to this list if you | # need configure scripts to find such files. Try to limit it to things | # you need to avoid false positives. | ac_executable_extensions=".exe .bat" | | fi | | # Uncomment these to avoid typical portability problems | # FIXME: Can these be enabled by default? | #ac_cv_func_fork=no | #ac_cv_func_mkfifo=no | #ac_cv_func_mknod=no | #ac_cv_func_mmap=no | #ac_cv_func_pipe=no | #ac_cv_func_vfork=no | | # By using this, results of configure's program checks will be more portable | # FIXME: In order to save environment space, it might be useful to strip | # existing $DJDIR/bin entries from the path first. | | PATH="/dev/env/DJDIR/bin`if [ -z $PATH_SEPARATOR ] ; then echo ";" ; else echo $PATH_SEPARATOR; fi`$PATH" | | # This is REQUIRED: using simply "/bin/(ba)sh" will NOT work (programs need | # need this to be a full path with executable suffix for enhanced shell | # support) | export SHELL=/dev/env/DJDIR/bin/bash.exe | | # This is required for config.status script to be run, since | # ./configure runs it by invoking ${CONFIG_SHELL-/bin/sh} | export CONFIG_SHELL=$SHELL | | # $INSTALL must be an absolute path name, otherwise config.status | # will try to prepend ./ and ../ to it when it goes into subdirs. | | export INSTALL=${INSTALL='/dev/env/DJDIR/bin/ginstall -c'} | | export PATH_SEPARATOR=: | | # In 2.5x, replaced by ac_executable_extensions | export TEST_FINDS_EXE=y | | # Help out libtool | ac_exeext=".exe" | export lt_cv_sys_max_cmd_len=12288 | export lt_cv_prog_cc_pic_works=no | | # Force the test for 'ln -s' to report no. | export LN_S="cp -p" | ac_cv_prog_LN_S="cp -p" | | configure:2348: checking for a BSD-compatible install configure:2416: result: /dev/env/DJDIR/bin/ginstall -c configure:2427: checking whether build environment is sane configure:2482: result: yes configure:2633: checking for a thread-safe mkdir -p configure:2672: result: /dev/env/DJDIR/bin/mkdir -p configure:2679: checking for gawk configure:2695: found /dev/env/DJDIR/bin/gawk configure:2706: result: gawk configure:2717: checking whether make sets $(MAKE) configure:2739: result: yes configure:2768: checking whether make supports nested variables configure:2785: result: yes configure:2912: checking whether to enable maintainer-specific portions of Makefiles configure:2921: result: no configure:2942: checking build system type configure:2956: result: i386-pc-msdosdjgpp configure:2976: checking host system type configure:2989: result: i386-pc-msdosdjgpp configure:3174: checking for grep that handles long lines and -e configure:3232: result: /dev/env/DJDIR/bin/grep configure:3237: checking for egrep configure:3299: result: /dev/env/DJDIR/bin/grep -E configure:3304: checking for a sed that does not truncate output configure:3368: result: /dev/env/DJDIR/bin/sed configure:3375: checking for CC and CFLAGS in gmp.h configure:3397: result: no configure:3430: checking for i386-pc-msdosdjgpp-gcc configure:3460: result: no configure:3470: checking for gcc configure:3486: found /dev/env/DJDIR/bin/gcc configure:3497: result: gcc configure:3726: checking for C compiler version configure:3735: gcc --version >&5 gcc.exe (GCC) 7.2.0 Copyright (C) 2017 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:3746: $? = 0 configure:3735: gcc -v >&5 Using built-in specs. COLLECT_GCC=c:/djgpp/bin/gcc.exe COLLECT_LTO_WRAPPER=c:/djgpp/bin/../libexec/gcc/djgpp/7/lto-wrapper.exe Target: djgpp Configured with: /gcc-7.20/configure djgpp --prefix=/dev/env/DJDIR --disable-werror --enable-languages=c,c++,fortran,objc,obj-c++,ada --with-gcc-major-version-only --enable-libquadmath-support --enable-lto --disable-libstdcxx-pch --enable-libstdcxx-filesystem-ts Thread model: single gcc version 7.2.0 (GCC) configure:3746: $? = 0 configure:3735: gcc -V >&5 gcc.exe: error: unrecognized command line option '-V' gcc.exe: fatal error: no input files compilation terminated. configure:3746: $? = 1 configure:3735: gcc -qversion >&5 gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'? gcc.exe: fatal error: no input files compilation terminated. configure:3746: $? = 1 configure:3766: checking whether the C compiler works configure:3788: gcc conftest.c >&5 configure:3792: $? = 0 configure:3840: result: yes configure:3843: checking for C compiler default output file name configure:3845: result: a.out configure:3851: checking for suffix of executables configure:3858: gcc -o conftest conftest.c >&5 configure:3862: $? = 0 configure:3884: result: .exe configure:3906: checking whether we are cross compiling configure:3914: gcc -o conftest.exe conftest.c >&5 configure:3918: $? = 0 configure:3925: ./conftest.exe configure:3929: $? = 0 configure:3944: result: no configure:3949: checking for suffix of object files configure:3971: gcc -c conftest.c >&5 configure:3975: $? = 0 configure:3996: result: o configure:4000: checking whether we are using the GNU C compiler configure:4019: gcc -c conftest.c >&5 configure:4019: $? = 0 configure:4028: result: yes configure:4037: checking whether gcc accepts -g configure:4057: gcc -c -g conftest.c >&5 configure:4057: $? = 0 configure:4098: result: yes configure:4115: checking for gcc option to accept ISO C89 configure:4178: gcc -c -g -O2 conftest.c >&5 configure:4178: $? = 0 configure:4191: result: none needed configure:4216: checking whether gcc understands -c and -o together configure:4238: gcc -c conftest.c -o conftest2.o configure:4241: $? = 0 configure:4238: gcc -c conftest.c -o conftest2.o configure:4241: $? = 0 configure:4253: result: yes configure:4281: checking for style of include used by make configure:4309: result: GNU configure:4335: checking dependency style of gcc configure:4446: result: gcc3 configure:4475: checking for i386-pc-msdosdjgpp-ar configure:4505: result: no configure:4475: checking for i386-pc-msdosdjgpp-lib configure:4505: result: no configure:4475: checking for i386-pc-msdosdjgpp-link configure:4505: result: no configure:4519: checking for ar configure:4535: found /dev/env/DJDIR/bin/ar configure:4546: result: ar configure:4572: checking the archiver (ar) interface configure:4588: gcc -c -g -O2 conftest.c >&5 configure:4588: $? = 0 configure:4590: ar cru libconftest.a conftest.o >&5 configure:4593: $? = 0 configure:4621: result: ar configure:4689: checking how to print strings configure:4716: result: printf configure:4737: checking for a sed that does not truncate output configure:4801: result: /dev/env/DJDIR/bin/sed configure:4819: checking for fgrep configure:4881: result: /dev/env/DJDIR/bin/grep -F configure:4916: checking for ld used by gcc configure:4983: result: c:/djgpp/bin/ld.exe configure:4990: checking if the linker (c:/djgpp/bin/ld.exe) is GNU ld configure:5005: result: yes configure:5017: checking for BSD- or MS-compatible name lister (nm) configure:5071: result: /dev/env/DJDIR/bin/nm -B configure:5201: checking the name lister (/dev/env/DJDIR/bin/nm -B) interface configure:5208: gcc -c -g -O2 conftest.c >&5 configure:5211: /dev/env/DJDIR/bin/nm -B "conftest.o" configure:5214: output 00000000 b .bss 00000000 N .comment 00000000 d .data 00000000 N .debug_abbrev 00000000 N .debug_aranges 00000000 N .debug_info 00000000 N .debug_line 00000000 t .text 00000000 B _some_variable configure:5221: result: BSD nm configure:5224: checking whether ln -s works configure:5228: result: yes configure:5236: checking the maximum length of command line arguments configure:5367: result: 12288 configure:5415: checking how to convert i386-pc-msdosdjgpp file names to i386-pc-msdosdjgpp format configure:5455: result: func_convert_file_noop configure:5462: checking how to convert i386-pc-msdosdjgpp file names to toolchain format configure:5482: result: func_convert_file_noop configure:5489: checking for c:/djgpp/bin/ld.exe option to reload object files configure:5496: result: -r configure:5530: checking for i386-pc-msdosdjgpp-objdump configure:5560: result: no configure:5570: checking for objdump configure:5586: found /dev/env/DJDIR/bin/objdump configure:5597: result: objdump configure:5629: checking how to recognize dependent libraries configure:5829: result: unknown configure:5874: checking for i386-pc-msdosdjgpp-dlltool configure:5904: result: no configure:5914: checking for dlltool configure:5944: result: no configure:5974: checking how to associate runtime and link libraries configure:6001: result: printf %s\n configure:6017: checking for i386-pc-msdosdjgpp-ar configure:6044: result: ar configure:6125: checking for archiver @FILE support configure:6142: gcc -c -g -O2 conftest.c >&5 configure:6142: $? = 0 configure:6145: ar cru libconftest.a @conftest.lst >&5 configure:6148: $? = 0 configure:6153: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory (ENOENT) configure:6156: $? = 1 configure:6168: result: @ configure:6186: checking for i386-pc-msdosdjgpp-strip configure:6216: result: no configure:6226: checking for strip configure:6242: found /dev/env/DJDIR/bin/strip configure:6253: result: strip configure:6285: checking for i386-pc-msdosdjgpp-ranlib configure:6315: result: no configure:6325: checking for ranlib configure:6341: found /dev/env/DJDIR/bin/ranlib configure:6352: result: ranlib configure:6454: checking command to parse /dev/env/DJDIR/bin/nm -B output from gcc object configure:6607: gcc -c -g -O2 conftest.c >&5 configure:6610: $? = 0 configure:6614: /dev/env/DJDIR/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6617: $? = 0 cannot find nm_test_var in conftest.nm configure:6607: gcc -c -g -O2 conftest.c >&5 configure:6610: $? = 0 configure:6614: /dev/env/DJDIR/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:6617: $? = 0 configure:6683: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5 configure:6686: $? = 0 configure:6724: result: ok configure:6771: checking for sysroot configure:6801: result: no configure:6808: checking for a working dd configure:6846: result: /dev/env/DJDIR/bin/dd configure:6850: checking how to truncate binary pipes configure:6865: result: /dev/env/DJDIR/bin/dd bs=4096 count=1 configure:7154: checking for i386-pc-msdosdjgpp-mt configure:7184: result: no configure:7194: checking for mt configure:7224: result: no configure:7244: checking if : is a manifest tool configure:7250: : '-?' configure:7258: result: no configure:7935: checking how to run the C preprocessor configure:7966: gcc -E conftest.c configure:7966: $? = 0 configure:7980: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory (ENOENT) #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:7980: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mpc" | #define PACKAGE_TARNAME "mpc" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "mpc 1.1.0" | #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define PACKAGE "mpc" | #define VERSION "1.1.0" | /* end confdefs.h. */ | #include configure:8005: result: gcc -E configure:8025: gcc -E conftest.c configure:8025: $? = 0 configure:8039: gcc -E conftest.c conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory (ENOENT) #include ^~~~~~~~~~~~~~~~~~ compilation terminated. configure:8039: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mpc" | #define PACKAGE_TARNAME "mpc" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "mpc 1.1.0" | #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define PACKAGE "mpc" | #define VERSION "1.1.0" | /* end confdefs.h. */ | #include configure:8068: checking for ANSI C header files configure:8088: gcc -c -g -O2 conftest.c >&5 configure:8088: $? = 0 configure:8158: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:8158: $? = 0 configure:8158: ./conftest.exe configure:8158: $? = 0 configure:8169: result: yes configure:8182: checking for sys/types.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for sys/stat.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for stdlib.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for string.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for memory.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for strings.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for inttypes.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for stdint.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8182: checking for unistd.h configure:8182: gcc -c -g -O2 conftest.c >&5 configure:8182: $? = 0 configure:8182: result: yes configure:8196: checking for dlfcn.h configure:8196: gcc -c -g -O2 conftest.c >&5 configure:8196: $? = 0 configure:8196: result: yes configure:8452: checking for objdir configure:8467: result: .libs configure:8731: checking if gcc supports -fno-rtti -fno-exceptions configure:8749: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:8753: $? = 0 configure:8766: result: no configure:9124: checking for gcc option to produce PIC configure:9131: result: configure:9203: checking if gcc static flag -static works configure:9231: result: yes configure:9246: checking if gcc supports -c -o file.o configure:9267: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:9271: $? = 0 configure:9293: result: yes configure:9301: checking if gcc supports -c -o file.o configure:9348: result: yes configure:9381: checking whether the gcc linker (c:/djgpp/bin/ld.exe) supports shared libraries configure:10640: result: no configure:10880: checking dynamic linker characteristics configure:11698: result: no configure:11820: checking how to hardcode library paths into programs configure:11845: result: unsupported configure:12393: checking whether stripping libraries is possible configure:12398: result: yes configure:12433: checking if libtool supports shared libraries configure:12435: result: no configure:12438: checking whether to build shared libraries configure:12463: result: no configure:12466: checking whether to build static libraries configure:12470: result: yes configure:12509: checking for gmp.h configure:12517: gcc -c -g -O2 conftest.c >&5 configure:12517: $? = 0 configure:12518: result: yes configure:13461: checking for ANSI C header files configure:13562: result: yes configure:13573: checking locale.h usability configure:13573: gcc -c -g -O2 conftest.c >&5 configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking locale.h presence configure:13573: gcc -E conftest.c configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking for locale.h configure:13573: result: yes configure:13573: checking for inttypes.h configure:13573: result: yes configure:13573: checking for stdint.h configure:13573: result: yes configure:13573: checking limits.h usability configure:13573: gcc -c -g -O2 conftest.c >&5 configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking limits.h presence configure:13573: gcc -E conftest.c configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking for limits.h configure:13573: result: yes configure:13573: checking for unistd.h configure:13573: result: yes configure:13573: checking sys/time.h usability configure:13573: gcc -c -g -O2 conftest.c >&5 configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking sys/time.h presence configure:13573: gcc -E conftest.c configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking for sys/time.h configure:13573: result: yes configure:13573: checking sys/resource.h usability configure:13573: gcc -c -g -O2 conftest.c >&5 configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking sys/resource.h presence configure:13573: gcc -E conftest.c configure:13573: $? = 0 configure:13573: result: yes configure:13573: checking for sys/resource.h configure:13573: result: yes configure:13583: checking whether time.h and sys/time.h may both be included configure:13603: gcc -c -g -O2 conftest.c >&5 configure:13603: $? = 0 configure:13610: result: yes configure:13619: checking complex.h usability configure:13619: gcc -c -g -O2 conftest.c >&5 conftest.c:65:10: fatal error: complex.h: No such file or directory (ENOENT) #include ^~~~~~~~~~~ compilation terminated. configure:13619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mpc" | #define PACKAGE_TARNAME "mpc" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "mpc 1.1.0" | #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define PACKAGE "mpc" | #define VERSION "1.1.0" | #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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_LOCALE_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:13619: result: no configure:13619: checking complex.h presence configure:13619: gcc -E conftest.c conftest.c:32:10: fatal error: complex.h: No such file or directory (ENOENT) #include ^~~~~~~~~~~ compilation terminated. configure:13619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mpc" | #define PACKAGE_TARNAME "mpc" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "mpc 1.1.0" | #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define PACKAGE "mpc" | #define VERSION "1.1.0" | #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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_LOCALE_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include configure:13619: result: no configure:13619: checking for complex.h configure:13619: result: no configure:13723: checking for an ANSI C-conforming const configure:13789: gcc -c -g -O2 conftest.c >&5 configure:13789: $? = 0 configure:13796: result: yes configure:13804: checking for size_t configure:13804: gcc -c -g -O2 conftest.c >&5 configure:13804: $? = 0 configure:13804: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:68:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:13804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "mpc" | #define PACKAGE_TARNAME "mpc" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "mpc 1.1.0" | #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr" | #define PACKAGE_URL "" | #define PACKAGE "mpc" | #define VERSION "1.1.0" | #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_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define STDC_HEADERS 1 | #define HAVE_LOCALE_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define TIME_WITH_SYS_TIME 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:13804: result: yes configure:13820: checking for gettimeofday configure:13820: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:13820: $? = 0 configure:13820: result: yes configure:13820: checking for localeconv configure:13820: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:13820: $? = 0 configure:13820: result: yes configure:13820: checking for setlocale configure:13820: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:13820: $? = 0 configure:13820: result: yes configure:13820: checking for getrusage configure:13820: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:13820: $? = 0 configure:13820: result: yes configure:13832: checking for dup configure:13832: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:13832: $? = 0 configure:13832: result: yes configure:13832: checking for dup2 configure:13832: gcc -o conftest.exe -g -O2 conftest.c >&5 configure:13832: $? = 0 configure:13832: result: yes configure:13846: checking for __gmpz_init in -lgmp configure:13871: gcc -o conftest.exe -g -O2 conftest.c -lgmp >&5 configure:13871: $? = 0 configure:13880: result: yes configure:13889: checking for MPFR configure:13904: gcc -o conftest.exe -g -O2 conftest.c -lmpfr -lgmp >&5 configure:13904: $? = 0 configure:13905: result: yes configure:13917: checking for mpfr_fmma configure:13932: gcc -o conftest.exe -g -O2 conftest.c -lmpfr -lmpfr -lgmp >&5 configure:13932: $? = 0 configure:13934: result: yes configure:13958: checking for recent GMP configure:13970: gcc -c -g -O2 conftest.c >&5 configure:13970: $? = 0 configure:13971: result: yes configure:13984: checking for recent MPFR configure:13996: gcc -c -g -O2 conftest.c >&5 configure:13996: $? = 0 configure:13997: result: yes configure:14518: checking if gcc accepts -dumpversion option configure:14543: cat conftest.c 1>&5 int main() { return 0; } configure:14546: $? = 0 configure:14550: gcc -dumpversion -c conftest.c 1>&5 7 configure:14553: $? = 0 configure:14556: result: yes configure:14583: checking gcc version configure:14597: result: 7 configure:14788: checking that generated files are newer than configure configure:14794: result: done configure:14821: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by mpc config.status 1.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on W10-32 config.status:1116: creating Makefile config.status:1116: creating src/Makefile config.status:1116: creating tests/Makefile config.status:1116: creating doc/Makefile config.status:1116: creating tools/Makefile config.status:1116: creating tools/bench/Makefile config.status:1116: creating config.h config.status:1345: executing depfiles commands config.status:1345: executing libtool commands ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-msdosdjgpp ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes 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_set= ac_cv_env_CPP_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_build_alias_set=set ac_cv_env_build_alias_value=i386-pc-msdosdjgpp ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-pc-msdosdjgpp ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-pc-msdosdjgpp ac_cv_exeext=.exe ac_cv_func_dup2=yes ac_cv_func_dup=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_localeconv=yes ac_cv_func_setlocale=yes ac_cv_header_complex_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_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_resource_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-pc-msdosdjgpp ac_cv_lib_gmp___gmpz_init=yes ac_cv_objext=o ac_cv_path_EGREP='/dev/env/DJDIR/bin/grep -E' ac_cv_path_FGREP='/dev/env/DJDIR/bin/grep -F' ac_cv_path_GREP=/dev/env/DJDIR/bin/grep ac_cv_path_SED=/dev/env/DJDIR/bin/sed ac_cv_path_lt_DD=/dev/env/DJDIR/bin/dd ac_cv_path_mkdir=/dev/env/DJDIR/bin/mkdir ac_cv_prog_AR=ar ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_LN_S='cp -p' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc 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_g=yes ac_cv_prog_make_make_set=yes ac_cv_type_size_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes ax_cv_gcc_version=7 lt_cv_ar_at_file=@ lt_cv_deplibs_check_method=unknown lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=c:/djgpp/bin/ld.exe lt_cv_path_NM='/dev/env/DJDIR/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_cc_pic_works=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic= lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_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/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\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/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_global_symbol_to_import= lt_cv_sys_max_cmd_len=12288 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop lt_cv_truncate_bin='/dev/env/DJDIR/bin/dd bs=4096 count=1' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /dev/d/djdev/mpc/gnu/mpc-1.10/missing aclocal-1.15' 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' AS='as' AUTOCONF='${SHELL} /dev/d/djdev/mpc/gnu/mpc-1.10/missing autoconf' AUTOHEADER='${SHELL} /dev/d/djdev/mpc/gnu/mpc-1.10/missing autoheader' AUTOMAKE='${SHELL} /dev/d/djdev/mpc/gnu/mpc-1.10/missing automake-1.15' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' CPP='gcc -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/dev/env/DJDIR/bin/grep -E' EXEEXT='.exe' FGREP='/dev/env/DJDIR/bin/grep -F' GCC_VERSION='7' GITVERSION='' GREP='/dev/env/DJDIR/bin/grep' HASGIT='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='c:/djgpp/bin/ld.exe' LDFLAGS='' LIBOBJS='' LIBS='-lmpfr -lmpfr -lgmp ' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' LT_SYS_LIBRARY_PATH='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /dev/d/djdev/mpc/gnu/mpc-1.10/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/dev/env/DJDIR/bin/mkdir -p' MPC_LDFLAGS='' MPC_LOG_H='' NM='/dev/env/DJDIR/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='mpc' PACKAGE_BUGREPORT='mpc-discuss@lists.gforge.inria.fr' PACKAGE_NAME='mpc' PACKAGE_STRING='mpc 1.1.0' PACKAGE_TARNAME='mpc' PACKAGE_URL='' PACKAGE_VERSION='1.1.0' PATH_SEPARATOR=':' RANLIB='ranlib' SED='/dev/env/DJDIR/bin/sed' SET_MAKE='' SHELL='/dev/env/DJDIR/bin/bash.exe' STRIP='strip' VALGRIND='' VALGRIND_OPTS='' VERSION='1.1.0' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' am__EXEEXT_FALSE='#' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_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='i386-pc-msdosdjgpp' build_alias='i386-pc-msdosdjgpp' build_cpu='i386' build_os='msdosdjgpp' build_vendor='pc' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i386-pc-msdosdjgpp' host_alias='i386-pc-msdosdjgpp' host_cpu='i386' host_os='msdosdjgpp' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /dev/d/djdev/mpc/gnu/mpc-1.10/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/dev/env/DJDIR' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-pc-msdosdjgpp' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "mpc" #define PACKAGE_TARNAME "mpc" #define PACKAGE_VERSION "1.1.0" #define PACKAGE_STRING "mpc 1.1.0" #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr" #define PACKAGE_URL "" #define PACKAGE "mpc" #define VERSION "1.1.0" #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_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define STDC_HEADERS 1 #define HAVE_LOCALE_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_RESOURCE_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LOCALECONV 1 #define HAVE_SETLOCALE 1 #define HAVE_GETRUSAGE 1 #define HAVE_DUP 1 #define HAVE_DUP2 1 #define HAVE_MPFR_FMMA 1 #define MPC_GCC "yes" #define MPC_CC "gcc" #define MPC_GCC_VERSION "7" configure: exit 0