This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Guile configure 2.2.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/opt/guile-2.2.4 ## --------- ## ## Platform. ## ## --------- ## hostname = psn008 uname -m = x86_64 uname -r = 2.6.32-754.3.5.el6.x86_64 uname -s = Linux uname -v = #1 SMP Tue Aug 14 20:46:41 UTC 2018 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:4147: checking for a BSD-compatible install configure:4215: result: /usr/bin/install -c configure:4226: checking whether build environment is sane configure:4281: result: yes configure:4432: checking for a thread-safe mkdir -p configure:4471: result: /bin/mkdir -p configure:4478: checking for gawk configure:4494: found /bin/gawk configure:4505: result: gawk configure:4516: checking whether make sets $(MAKE) configure:4538: result: yes configure:4567: checking whether make supports nested variables configure:4584: result: yes configure:4712: checking whether make supports nested variables configure:4729: result: yes configure:4766: checking build system type configure:4780: result: x86_64-pc-linux-gnu configure:4800: checking host system type configure:4813: result: x86_64-pc-linux-gnu configure:5187: checking for gcc configure:5203: found /usr/bin/gcc configure:5214: result: gcc configure:5443: checking for C compiler version configure:5452: gcc --version >&5 gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23) Copyright (C) 2010 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:5463: $? = 0 configure:5452: gcc -v >&5 Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux Thread model: posix gcc version 4.4.7 20120313 (Red Hat 4.4.7-23) (GCC) configure:5463: $? = 0 configure:5452: gcc -V >&5 gcc: '-V' option must have argument configure:5463: $? = 1 configure:5452: gcc -qversion >&5 gcc: unrecognized option '-qversion' gcc: no input files configure:5463: $? = 1 configure:5483: checking whether the C compiler works configure:5505: gcc conftest.c >&5 configure:5509: $? = 0 configure:5557: result: yes configure:5560: checking for C compiler default output file name configure:5562: result: a.out configure:5568: checking for suffix of executables configure:5575: gcc -o conftest conftest.c >&5 configure:5579: $? = 0 configure:5601: result: configure:5623: checking whether we are cross compiling configure:5631: gcc -o conftest conftest.c >&5 configure:5635: $? = 0 configure:5642: ./conftest configure:5646: $? = 0 configure:5661: result: no configure:5666: checking for suffix of object files configure:5688: gcc -c conftest.c >&5 configure:5692: $? = 0 configure:5713: result: o configure:5717: checking whether we are using the GNU C compiler configure:5736: gcc -c conftest.c >&5 configure:5736: $? = 0 configure:5745: result: yes configure:5754: checking whether gcc accepts -g configure:5774: gcc -c -g conftest.c >&5 configure:5774: $? = 0 configure:5815: result: yes configure:5832: checking for gcc option to accept ISO C89 configure:5895: gcc -c -g -O2 conftest.c >&5 configure:5895: $? = 0 configure:5908: result: none needed configure:5933: checking whether gcc understands -c and -o together configure:5955: gcc -c conftest.c -o conftest2.o configure:5958: $? = 0 configure:5955: gcc -c conftest.c -o conftest2.o configure:5958: $? = 0 configure:5970: result: yes configure:5990: checking whether make supports the include directive configure:6005: make -f confmf.GNU && cat confinc.out this is the am__doit target configure:6008: $? = 0 configure:6027: result: yes (GNU style) configure:6052: checking dependency style of gcc configure:6163: result: gcc3 configure:6182: checking how to enable C11 support configure:6185: result: -std=gnu11 configure:6199: checking how to run the C preprocessor configure:6230: gcc -std=gnu11 -E conftest.c cc1: error: unrecognized command line option "-std=gnu11" configure:6230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:6230: gcc -std=gnu11 -E conftest.c cc1: error: unrecognized command line option "-std=gnu11" configure:6230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:6230: gcc -std=gnu11 -E -traditional-cpp conftest.c cc1: error: unrecognized command line option "-std=gnu11" configure:6230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:6230: gcc -std=gnu11 -E -traditional-cpp conftest.c cc1: error: unrecognized command line option "-std=gnu11" configure:6230: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #ifdef __STDC__ | # include | #else | # include | #endif | Syntax error configure:6230: /lib/cpp conftest.c configure:6230: $? = 0 configure:6244: /lib/cpp conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:6244: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #include configure:6269: result: /lib/cpp configure:6289: /lib/cpp conftest.c configure:6289: $? = 0 configure:6303: /lib/cpp conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:6303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #include configure:6332: checking for grep that handles long lines and -e configure:6390: result: /bin/grep configure:6395: checking for egrep configure:6457: result: /bin/grep -E configure:6462: checking for ANSI C header files configure:6482: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6482: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #include | #include | #include | #include | | int | main () | { | | ; | return 0; | } configure:6566: result: no configure:6579: checking for sys/types.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for sys/stat.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for stdlib.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for string.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for memory.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for strings.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for inttypes.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for stdint.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6579: checking for unistd.h configure:6579: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6579: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6579: result: no configure:6592: checking minix/config.h usability configure:6592: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6592: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* 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:6592: result: no configure:6592: checking minix/config.h presence configure:6592: /lib/cpp conftest.c conftest.c:9:26: error: minix/config.h: No such file or directory configure:6592: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #include configure:6592: result: no configure:6592: checking for minix/config.h configure:6592: result: no configure:6616: checking whether it is safe to define __EXTENSIONS__ configure:6634: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6634: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | | # define __EXTENSIONS__ 1 | #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 () | { | | ; | return 0; | } configure:6641: result: no configure:6670: checking whether _XOPEN_SOURCE should be defined configure:6689: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6689: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | #include | mbstate_t x; | int | main () | { | | ; | return 0; | } configure:6706: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6706: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | #define _XOPEN_SOURCE 500 | #include | mbstate_t x; | int | main () | { | | ; | return 0; | } configure:6713: result: no configure:6728: checking for Minix Amsterdam compiler configure:6752: result: no configure:6812: checking for ar configure:6828: found /usr/bin/ar configure:6839: result: ar configure:6865: checking the archiver (ar) interface configure:6881: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:6881: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | int some_variable = 0; configure:6914: result: ar configure:6979: checking for ar configure:7006: result: ar configure:7081: checking for ranlib configure:7097: found /usr/bin/ranlib configure:7108: result: ranlib configure:7170: checking for special C compiler options needed for large files configure:7215: result: no configure:7221: checking for _FILE_OFFSET_BITS value needed for large files configure:7246: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:7246: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:7270: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:7270: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #define _FILE_OFFSET_BITS 64 | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:7278: result: unknown configure:7290: checking for _LARGE_FILES value needed for large files configure:7315: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:7315: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:7339: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:7339: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #define _LARGE_FILES 1 | #include | /* Check that off_t can represent 2**63 - 1 correctly. | We can't simply define LARGE_OFF_T to be 9223372036854775807, | since some C++ compilers masquerading as C compilers | incorrectly reject 9223372036854775807. */ | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | && LARGE_OFF_T % 2147483647 == 1) | ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:7347: result: unknown configure:7388: autobuild project... GNU Guile configure:7394: autobuild revision... 2.2.4 configure:7399: autobuild hostname... psn008 configure:7410: autobuild timestamp... 20180905T025932Z configure:7614: checking how to run the C preprocessor configure:7684: result: /lib/cpp configure:7704: /lib/cpp conftest.c configure:7704: $? = 0 configure:7718: /lib/cpp conftest.c conftest.c:22:28: error: ac_nonexistent.h: No such file or directory configure:7718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include configure:7746: checking for a sed that does not truncate output configure:7810: result: /bin/sed configure:7819: checking for gawk configure:7846: result: gawk configure:7857: checking whether ln -s works configure:7861: result: yes configure:7970: checking the archiver (ar) interface configure:8019: result: ar configure:8076: checking for sys/socket.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for arpa/inet.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for features.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/param.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for dirent.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for xlocale.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for unistd.h configure:8076: result: no configure:8076: checking for sys/stat.h configure:8076: result: no configure:8076: checking for netdb.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for netinet/in.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/time.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for iconv.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for langinfo.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for limits.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for math.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for poll.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/ioctl.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/filio.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for malloc.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/select.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for wchar.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for stdint.h configure:8076: result: no configure:8076: checking for sys/file.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/times.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/uio.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for sys/mman.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8076: checking for wctype.h configure:8076: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8076: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8076: result: no configure:8093: checking ws2tcpip.h usability configure:8093: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8093: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8093: result: no configure:8093: checking ws2tcpip.h presence configure:8093: /lib/cpp conftest.c conftest.c:22:22: error: ws2tcpip.h: No such file or directory configure:8093: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include configure:8093: result: no configure:8093: checking for ws2tcpip.h configure:8093: result: no configure:8107: checking whether the preprocessor supports include_next configure:8145: gcc -std=gnu11 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8145: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include configure:8153: gcc -std=gnu11 -c -g -O2 -Iconftestd1a -Iconftestd2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8153: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include configure:8166: result: no configure:8187: checking whether system header files limit the line length configure:8210: result: no configure:8358: checking whether is self-contained configure:8375: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8375: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include | int | main () | { | | ; | return 0; | } configure:8383: result: no configure:8445: checking absolute name of configure:8494: result: configure:8525: checking for struct sockaddr_storage configure:8525: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8525: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | if (sizeof (struct sockaddr_storage)) | return 0; | ; | return 0; | } configure:8525: result: no configure:8546: checking for sa_family_t configure:8546: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8546: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | if (sizeof (sa_family_t)) | return 0; | ; | return 0; | } configure:8546: result: no configure:8607: checking winsock2.h usability configure:8607: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8607: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8607: result: no configure:8607: checking winsock2.h presence configure:8607: /lib/cpp conftest.c conftest.c:22:22: error: winsock2.h: No such file or directory configure:8607: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include configure:8607: result: no configure:8607: checking for winsock2.h configure:8607: result: no configure:8631: checking whether socket is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef socket | (void) socket; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether connect is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef connect | (void) connect; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether accept is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef accept | (void) accept; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether bind is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef bind | (void) bind; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether getpeername is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef getpeername | (void) getpeername; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether getsockname is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef getsockname | (void) getsockname; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether getsockopt is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef getsockopt | (void) getsockopt; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether listen is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef listen | (void) listen; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether recv is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef recv | (void) recv; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether send is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef send | (void) send; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether recvfrom is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef recvfrom | (void) recvfrom; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether sendto is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef sendto | (void) sendto; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether setsockopt is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef setsockopt | (void) setsockopt; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether shutdown is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef shutdown | (void) shutdown; | ; | return 0; | } configure:8660: result: no configure:8631: checking whether accept4 is declared without a macro configure:8652: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #include | | int | main () | { | #undef accept4 | (void) accept4; | ; | return 0; | } configure:8660: result: no configure:8678: checking for accept4 configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define accept4 to an innocuous variant, in case declares accept4. | For example, HP-UX 11i declares gettimeofday. */ | #define accept4 innocuous_accept4 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char accept4 (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef accept4 | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char accept4 (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_accept4 || defined __stub___accept4 | choke me | #endif | | int | main () | { | return accept4 (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for canonicalize_file_name configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define canonicalize_file_name to an innocuous variant, in case declares canonicalize_file_name. | For example, HP-UX 11i declares gettimeofday. */ | #define canonicalize_file_name innocuous_canonicalize_file_name | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char canonicalize_file_name (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef canonicalize_file_name | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char canonicalize_file_name (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name | choke me | #endif | | int | main () | { | return canonicalize_file_name (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for getcwd configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define getcwd to an innocuous variant, in case declares getcwd. | For example, HP-UX 11i declares gettimeofday. */ | #define getcwd innocuous_getcwd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getcwd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getcwd | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getcwd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getcwd || defined __stub___getcwd | choke me | #endif | | int | main () | { | return getcwd (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for readlink configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define readlink to an innocuous variant, in case declares readlink. | For example, HP-UX 11i declares gettimeofday. */ | #define readlink innocuous_readlink | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char readlink (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef readlink | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char readlink (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_readlink || defined __stub___readlink | choke me | #endif | | int | main () | { | return readlink (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for realpath configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define realpath to an innocuous variant, in case declares realpath. | For example, HP-UX 11i declares gettimeofday. */ | #define realpath innocuous_realpath | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char realpath (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef realpath | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char realpath (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_realpath || defined __stub___realpath | choke me | #endif | | int | main () | { | return realpath (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for _set_invalid_parameter_handler configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define _set_invalid_parameter_handler to an innocuous variant, in case declares _set_invalid_parameter_handler. | For example, HP-UX 11i declares gettimeofday. */ | #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _set_invalid_parameter_handler (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _set_invalid_parameter_handler | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _set_invalid_parameter_handler (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler | choke me | #endif | | int | main () | { | return _set_invalid_parameter_handler (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for duplocale configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define duplocale to an innocuous variant, in case declares duplocale. | For example, HP-UX 11i declares gettimeofday. */ | #define duplocale innocuous_duplocale | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char duplocale (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef duplocale | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char duplocale (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_duplocale || defined __stub___duplocale | choke me | #endif | | int | main () | { | return duplocale (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for symlink configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define symlink to an innocuous variant, in case declares symlink. | For example, HP-UX 11i declares gettimeofday. */ | #define symlink innocuous_symlink | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char symlink (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef symlink | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char symlink (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_symlink || defined __stub___symlink | choke me | #endif | | int | main () | { | return symlink (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for flock configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define flock to an innocuous variant, in case declares flock. | For example, HP-UX 11i declares gettimeofday. */ | #define flock innocuous_flock | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char flock (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef flock | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char flock (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_flock || defined __stub___flock | choke me | #endif | | int | main () | { | return flock (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for fcntl configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define fcntl to an innocuous variant, in case declares fcntl. | For example, HP-UX 11i declares gettimeofday. */ | #define fcntl innocuous_fcntl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fcntl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fcntl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fcntl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_fcntl || defined __stub___fcntl | choke me | #endif | | int | main () | { | return fcntl (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for fsync configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define fsync to an innocuous variant, in case declares fsync. | For example, HP-UX 11i declares gettimeofday. */ | #define fsync innocuous_fsync | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fsync (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef fsync | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char fsync (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_fsync || defined __stub___fsync | choke me | #endif | | int | main () | { | return fsync (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for getlogin configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define getlogin to an innocuous variant, in case declares getlogin. | For example, HP-UX 11i declares gettimeofday. */ | #define getlogin innocuous_getlogin | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getlogin (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getlogin | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getlogin (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getlogin || defined __stub___getlogin | choke me | #endif | | int | main () | { | return getlogin (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for gettimeofday configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define gettimeofday to an innocuous variant, in case declares gettimeofday. | For example, HP-UX 11i declares gettimeofday. */ | #define gettimeofday innocuous_gettimeofday | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gettimeofday (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gettimeofday | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gettimeofday (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_gettimeofday || defined __stub___gettimeofday | choke me | #endif | | int | main () | { | return gettimeofday (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for link configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define link to an innocuous variant, in case declares link. | For example, HP-UX 11i declares gettimeofday. */ | #define link innocuous_link | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char link (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef link | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char link (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_link || defined __stub___link | choke me | #endif | | int | main () | { | return link (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for lstat configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define lstat to an innocuous variant, in case declares lstat. | For example, HP-UX 11i declares gettimeofday. */ | #define lstat innocuous_lstat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char lstat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef lstat | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char lstat (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_lstat || defined __stub___lstat | choke me | #endif | | int | main () | { | return lstat (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for mkostemp configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define mkostemp to an innocuous variant, in case declares mkostemp. | For example, HP-UX 11i declares gettimeofday. */ | #define mkostemp innocuous_mkostemp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mkostemp (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mkostemp | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mkostemp (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mkostemp || defined __stub___mkostemp | choke me | #endif | | int | main () | { | return mkostemp (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for nl_langinfo configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define nl_langinfo to an innocuous variant, in case declares nl_langinfo. | For example, HP-UX 11i declares gettimeofday. */ | #define nl_langinfo innocuous_nl_langinfo | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char nl_langinfo (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef nl_langinfo | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char nl_langinfo (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_nl_langinfo || defined __stub___nl_langinfo | choke me | #endif | | int | main () | { | return nl_langinfo (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for pipe configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define pipe to an innocuous variant, in case declares pipe. | For example, HP-UX 11i declares gettimeofday. */ | #define pipe innocuous_pipe | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pipe (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pipe | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pipe (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pipe || defined __stub___pipe | choke me | #endif | | int | main () | { | return pipe (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for pipe2 configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define pipe2 to an innocuous variant, in case declares pipe2. | For example, HP-UX 11i declares gettimeofday. */ | #define pipe2 innocuous_pipe2 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pipe2 (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef pipe2 | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char pipe2 (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_pipe2 || defined __stub___pipe2 | choke me | #endif | | int | main () | { | return pipe2 (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for isblank configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define isblank to an innocuous variant, in case declares isblank. | For example, HP-UX 11i declares gettimeofday. */ | #define isblank innocuous_isblank | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char isblank (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef isblank | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char isblank (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_isblank || defined __stub___isblank | choke me | #endif | | int | main () | { | return isblank (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for iswctype configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define iswctype to an innocuous variant, in case declares iswctype. | For example, HP-UX 11i declares gettimeofday. */ | #define iswctype innocuous_iswctype | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char iswctype (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef iswctype | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char iswctype (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_iswctype || defined __stub___iswctype | choke me | #endif | | int | main () | { | return iswctype (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for setenv configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define setenv to an innocuous variant, in case declares setenv. | For example, HP-UX 11i declares gettimeofday. */ | #define setenv innocuous_setenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setenv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef setenv | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char setenv (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_setenv || defined __stub___setenv | choke me | #endif | | int | main () | { | return setenv (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for tzset configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define tzset to an innocuous variant, in case declares tzset. | For example, HP-UX 11i declares gettimeofday. */ | #define tzset innocuous_tzset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char tzset (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef tzset | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tzset (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_tzset || defined __stub___tzset | choke me | #endif | | int | main () | { | return tzset (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for times configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define times to an innocuous variant, in case declares times. | For example, HP-UX 11i declares gettimeofday. */ | #define times innocuous_times | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char times (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef times | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char times (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_times || defined __stub___times | choke me | #endif | | int | main () | { | return times (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for snprintf configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define snprintf to an innocuous variant, in case declares snprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define snprintf innocuous_snprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char snprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef snprintf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char snprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_snprintf || defined __stub___snprintf | choke me | #endif | | int | main () | { | return snprintf (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for btowc configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define btowc to an innocuous variant, in case declares btowc. | For example, HP-UX 11i declares gettimeofday. */ | #define btowc innocuous_btowc | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char btowc (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef btowc | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char btowc (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_btowc || defined __stub___btowc | choke me | #endif | | int | main () | { | return btowc (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for mbsinit configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define mbsinit to an innocuous variant, in case declares mbsinit. | For example, HP-UX 11i declares gettimeofday. */ | #define mbsinit innocuous_mbsinit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbsinit (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mbsinit | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mbsinit (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mbsinit || defined __stub___mbsinit | choke me | #endif | | int | main () | { | return mbsinit (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for mbrtowc configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define mbrtowc to an innocuous variant, in case declares mbrtowc. | For example, HP-UX 11i declares gettimeofday. */ | #define mbrtowc innocuous_mbrtowc | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mbrtowc (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mbrtowc | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mbrtowc (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mbrtowc || defined __stub___mbrtowc | choke me | #endif | | int | main () | { | return mbrtowc (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for mprotect configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define mprotect to an innocuous variant, in case declares mprotect. | For example, HP-UX 11i declares gettimeofday. */ | #define mprotect innocuous_mprotect | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mprotect (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mprotect | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mprotect (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mprotect || defined __stub___mprotect | choke me | #endif | | int | main () | { | return mprotect (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for secure_getenv configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define secure_getenv to an innocuous variant, in case declares secure_getenv. | For example, HP-UX 11i declares gettimeofday. */ | #define secure_getenv innocuous_secure_getenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char secure_getenv (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef secure_getenv | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char secure_getenv (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_secure_getenv || defined __stub___secure_getenv | choke me | #endif | | int | main () | { | return secure_getenv (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for getuid configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define getuid to an innocuous variant, in case declares getuid. | For example, HP-UX 11i declares gettimeofday. */ | #define getuid innocuous_getuid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getuid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getuid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getuid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getuid || defined __stub___getuid | choke me | #endif | | int | main () | { | return getuid (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for geteuid configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define geteuid to an innocuous variant, in case declares geteuid. | For example, HP-UX 11i declares gettimeofday. */ | #define geteuid innocuous_geteuid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char geteuid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef geteuid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char geteuid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_geteuid || defined __stub___geteuid | choke me | #endif | | int | main () | { | return geteuid (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for getgid configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define getgid to an innocuous variant, in case declares getgid. | For example, HP-UX 11i declares gettimeofday. */ | #define getgid innocuous_getgid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getgid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getgid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getgid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getgid || defined __stub___getgid | choke me | #endif | | int | main () | { | return getgid (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for getegid configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define getegid to an innocuous variant, in case declares getegid. | For example, HP-UX 11i declares gettimeofday. */ | #define getegid innocuous_getegid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getegid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getegid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getegid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getegid || defined __stub___getegid | choke me | #endif | | int | main () | { | return getegid (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for strdup configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define strdup to an innocuous variant, in case declares strdup. | For example, HP-UX 11i declares gettimeofday. */ | #define strdup innocuous_strdup | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strdup (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strdup | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strdup (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strdup || defined __stub___strdup | choke me | #endif | | int | main () | { | return strdup (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for localtime_r configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define localtime_r to an innocuous variant, in case declares localtime_r. | For example, HP-UX 11i declares gettimeofday. */ | #define localtime_r innocuous_localtime_r | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char localtime_r (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef localtime_r | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char localtime_r (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_localtime_r || defined __stub___localtime_r | choke me | #endif | | int | main () | { | return localtime_r (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for timegm configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define timegm to an innocuous variant, in case declares timegm. | For example, HP-UX 11i declares gettimeofday. */ | #define timegm innocuous_timegm | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char timegm (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef timegm | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char timegm (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_timegm || defined __stub___timegm | choke me | #endif | | int | main () | { | return timegm (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for vasnprintf configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define vasnprintf to an innocuous variant, in case declares vasnprintf. | For example, HP-UX 11i declares gettimeofday. */ | #define vasnprintf innocuous_vasnprintf | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char vasnprintf (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef vasnprintf | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char vasnprintf (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_vasnprintf || defined __stub___vasnprintf | choke me | #endif | | int | main () | { | return vasnprintf (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for wcrtomb configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define wcrtomb to an innocuous variant, in case declares wcrtomb. | For example, HP-UX 11i declares gettimeofday. */ | #define wcrtomb innocuous_wcrtomb | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wcrtomb (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wcrtomb | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char wcrtomb (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_wcrtomb || defined __stub___wcrtomb | choke me | #endif | | int | main () | { | return wcrtomb (); | ; | return 0; | } configure:8678: result: no configure:8678: checking for iswcntrl configure:8678: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | /* Define iswcntrl to an innocuous variant, in case declares iswcntrl. | For example, HP-UX 11i declares gettimeofday. */ | #define iswcntrl innocuous_iswcntrl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char iswcntrl (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef iswcntrl | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char iswcntrl (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_iswcntrl || defined __stub___iswcntrl | choke me | #endif | | int | main () | { | return iswcntrl (); | ; | return 0; | } configure:8678: result: no configure:8689: checking for size_t configure:8689: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8689: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 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:8689: result: no configure:8702: checking for working alloca.h configure:8719: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | if (p) return 0; | ; | return 0; | } configure:8727: result: no configure:8735: checking for alloca configure:8772: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8772: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | /* end confdefs.h. */ | #ifdef __GNUC__ | # define alloca __builtin_alloca | #else | # ifdef _MSC_VER | # include | # define alloca _alloca | # else | # ifdef HAVE_ALLOCA_H | # include | # else | # ifdef _AIX | #pragma alloca | # else | # ifndef alloca /* predefined by HP cc +Olibcalls */ | void *alloca (size_t); | # endif | # endif | # endif | # endif | #endif | | int | main () | { | char *p = (char *) alloca (1); | if (p) return 0; | ; | return 0; | } configure:8780: result: no configure:8802: checking whether `alloca.c' needs Cray hooks configure:8825: result: no configure:8843: checking stack direction for C alloca configure:8871: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:8871: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 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 | find_stack_direction (int *addr, int depth) | { | int dir, dummy = 0; | if (! addr) | addr = &dummy; | *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1; | dir = depth ? find_stack_direction (addr, depth - 1) : 0; | return dir + dummy; | } | | int | main (int argc, char **argv) | { | return find_stack_direction (0, argc + !argv + 20) < 0; | } configure:8881: result: -1 configure:9000: checking whether // is distinct from / configure:9029: result: no configure:9041: checking whether realpath works configure:9217: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9217: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | | | | #include | #if defined __MACH__ && defined __APPLE__ | /* Avoid a crash on Mac OS X. */ | #include | #include | #include | #include | #include | #include | /* The exception port on which our thread listens. */ | static mach_port_t our_exception_port; | /* The main function of the thread listening for exceptions of type | EXC_BAD_ACCESS. */ | static void * | mach_exception_thread (void *arg) | { | /* Buffer for a message to be received. */ | struct { | mach_msg_header_t head; | mach_msg_body_t msgh_body; | char data[1024]; | } msg; | mach_msg_return_t retval; | /* Wait for a message on the exception port. */ | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg), | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL); | if (retval != MACH_MSG_SUCCESS) | abort (); | exit (1); | } | static void | nocrash_init (void) | { | mach_port_t self = mach_task_self (); | /* Allocate a port on which the thread shall listen for exceptions. */ | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port) | == KERN_SUCCESS) { | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */ | if (mach_port_insert_right (self, our_exception_port, our_exception_port, | MACH_MSG_TYPE_MAKE_SEND) | == KERN_SUCCESS) { | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting | for us. */ | exception_mask_t mask = EXC_MASK_BAD_ACCESS; | /* Create the thread listening on the exception port. */ | pthread_attr_t attr; | pthread_t thread; | if (pthread_attr_init (&attr) == 0 | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0 | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) { | pthread_attr_destroy (&attr); | /* Replace the exception port info for these exceptions with our own. | Note that we replace the exception port for the entire task, not only | for a particular thread. This has the effect that when our exception | port gets the message, the thread specific exception port has already | been asked, and we don't need to bother about it. | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */ | task_set_exception_ports (self, mask, our_exception_port, | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE); | } | } | } | } | #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | /* Avoid a crash on native Windows. */ | #define WIN32_LEAN_AND_MEAN | #include | #include | static LONG WINAPI | exception_filter (EXCEPTION_POINTERS *ExceptionInfo) | { | switch (ExceptionInfo->ExceptionRecord->ExceptionCode) | { | case EXCEPTION_ACCESS_VIOLATION: | case EXCEPTION_IN_PAGE_ERROR: | case EXCEPTION_STACK_OVERFLOW: | case EXCEPTION_GUARD_PAGE: | case EXCEPTION_PRIV_INSTRUCTION: | case EXCEPTION_ILLEGAL_INSTRUCTION: | case EXCEPTION_DATATYPE_MISALIGNMENT: | case EXCEPTION_ARRAY_BOUNDS_EXCEEDED: | case EXCEPTION_NONCONTINUABLE_EXCEPTION: | exit (1); | } | return EXCEPTION_CONTINUE_SEARCH; | } | static void | nocrash_init (void) | { | SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter); | } | #else | /* Avoid a crash on POSIX systems. */ | #include | #include | /* A POSIX signal handler. */ | static void | exception_handler (int sig) | { | _exit (1); | } | static void | nocrash_init (void) | { | #ifdef SIGSEGV | signal (SIGSEGV, exception_handler); | #endif | #ifdef SIGBUS | signal (SIGBUS, exception_handler); | #endif | } | #endif | | #include | #include | | int | main () | { | | int result = 0; | { | char *name = realpath ("conftest.a", NULL); | if (!(name && *name == '/')) | result |= 1; | free (name); | } | { | char *name = realpath ("conftest.b/../conftest.a", NULL); | if (name != NULL) | result |= 2; | free (name); | } | { | char *name = realpath ("conftest.a/", NULL); | if (name != NULL) | result |= 4; | free (name); | } | { | char *name1 = realpath (".", NULL); | char *name2 = realpath ("conftest.d//./..", NULL); | if (! name1 || ! name2 || strcmp (name1, name2)) | result |= 8; | free (name1); | free (name2); | } | return result; | | ; | return 0; | } | configure:9229: result: no configure:9573: checking for wchar_t configure:9590: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9590: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | wchar_t foo = (wchar_t)'\0'; | int | main () | { | | ; | return 0; | } configure:9597: result: no configure:9609: checking for max_align_t configure:9609: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9609: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | | | int | main () | { | if (sizeof (max_align_t)) | return 0; | ; | return 0; | } configure:9609: result: no configure:9622: checking whether NULL can be used in arbitrary expressions configure:9640: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9640: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | int test[2 * (sizeof NULL == sizeof (void *)) -1]; | | int | main () | { | | ; | return 0; | } configure:9647: result: no configure:9674: checking absolute name of configure:9717: result: "///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h" configure:9754: checking whether locale.h conforms to POSIX:2001 configure:9772: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9772: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | int x = LC_MESSAGES; | int y = sizeof (((struct lconv *) 0)->decimal_point); | int | main () | { | | ; | return 0; | } configure:9779: result: no configure:9823: checking whether struct lconv is properly defined configure:9842: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9842: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | struct lconv l; | int x = sizeof (l.decimal_point); | int y = sizeof (l.int_p_cs_precedes); | int | main () | { | | ; | return 0; | } configure:9850: result: no configure:9867: checking absolute name of configure:9910: result: "///usr/include/locale.h" configure:9931: checking whether setlocale is declared without a macro configure:9953: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9953: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | /* Some systems provide declarations in a non-standard header. */ | #if HAVE_XLOCALE_H | # include | #endif | | int | main () | { | #undef setlocale | (void) setlocale; | ; | return 0; | } configure:9961: result: no configure:9931: checking whether duplocale is declared without a macro configure:9953: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:9953: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #include | /* Some systems provide declarations in a non-standard header. */ | #if HAVE_XLOCALE_H | # include | #endif | | int | main () | { | #undef duplocale | (void) duplocale; | ; | return 0; | } configure:9961: result: no configure:9982: checking if environ is properly declared configure:10005: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10005: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | /* end confdefs.h. */ | #if HAVE_UNISTD_H | #include | #endif | /* mingw, BeOS, Haiku declare environ in , not in . */ | #include | | extern struct { int foo; } environ; | int | main () | { | environ.foo = 1; | ; | return 0; | } configure:10013: result: yes configure:10028: checking for complete errno.h configure:10101: result: yes configure:10423: checking for working fcntl.h configure:10526: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10526: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | /* end confdefs.h. */ | #include | #include | #if HAVE_UNISTD_H | # include | #else /* on Windows with MSVC */ | # include | # include | # defined sleep(n) _sleep ((n) * 1000) | #endif | #include | #ifndef O_NOATIME | #define O_NOATIME 0 | #endif | #ifndef O_NOFOLLOW | #define O_NOFOLLOW 0 | #endif | static int const constants[] = | { | O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND, | O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY | }; | | int | main () | { | | int result = !constants; | #if HAVE_SYMLINK | { | static char const sym[] = "conftest.sym"; | if (symlink ("/dev/null", sym) != 0) | result |= 2; | else | { | int fd = open (sym, O_WRONLY | O_NOFOLLOW | O_CREAT, 0); | if (fd >= 0) | { | close (fd); | result |= 4; | } | } | if (unlink (sym) != 0 || symlink (".", sym) != 0) | result |= 2; | else | { | int fd = open (sym, O_RDONLY | O_NOFOLLOW); | if (fd >= 0) | { | close (fd); | result |= 4; | } | } | unlink (sym); | } | #endif | { | static char const file[] = "confdefs.h"; | int fd = open (file, O_RDONLY | O_NOATIME); | if (fd < 0) | result |= 8; | else | { | struct stat st0; | if (fstat (fd, &st0) != 0) | result |= 16; | else | { | char c; | sleep (1); | if (read (fd, &c, 1) != 1) | result |= 24; | else | { | if (close (fd) != 0) | result |= 32; | else | { | struct stat st1; | if (stat (file, &st1) != 0) | result |= 40; | else | if (st0.st_atime != st1.st_atime) | result |= 64; | } | } | } | } | } | return result; | ; | return 0; | } configure:10541: result: no configure:10564: checking for pid_t configure:10564: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10564: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | /* 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 (pid_t)) | return 0; | ; | return 0; | } configure:10564: result: no configure:10575: checking for mode_t configure:10575: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10575: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | /* 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 (mode_t)) | return 0; | ; | return 0; | } configure:10575: result: no configure:10595: checking whether frexp() can be used without linking with libm configure:10613: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10613: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | /* end confdefs.h. */ | #include | double x; | int | main () | { | int e; return frexp (x, &e) > 0; | ; | return 0; | } configure:10622: result: no configure:10625: checking whether alarm is declared configure:10625: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10625: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | /* 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 () | { | #ifndef alarm | #ifdef __cplusplus | (void) alarm; | #else | (void) alarm; | #endif | #endif | | ; | return 0; | } configure:10625: result: no configure:10641: checking whether frexp() can be used with libm configure:10661: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10661: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | /* end confdefs.h. */ | #include | double x; | int | main () | { | int e; return frexp (x, &e) > 0; | ; | return 0; | } configure:10671: result: no configure:10828: checking whether stat file-mode macros are broken configure:10855: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:10855: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | /* end confdefs.h. */ | #include | #include | | #if defined S_ISBLK && defined S_IFDIR | extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1]; | #endif | | #if defined S_ISBLK && defined S_IFCHR | extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1]; | #endif | | #if defined S_ISLNK && defined S_IFREG | extern char c3[S_ISLNK (S_IFREG) ? -1 : 1]; | #endif | | #if defined S_ISSOCK && defined S_IFREG | extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1]; | #endif | configure:10862: result: yes configure:10934: checking absolute name of configure:10983: result: configure:11013: checking for nlink_t configure:11013: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11013: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | if (sizeof (nlink_t)) | return 0; | ; | return 0; | } configure:11013: result: no configure:11028: checking whether fchmodat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef fchmodat | (void) fchmodat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether fstat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef fstat | (void) fstat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether fstatat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef fstatat | (void) fstatat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether futimens is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef futimens | (void) futimens; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether lchmod is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef lchmod | (void) lchmod; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether lstat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef lstat | (void) lstat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether mkdirat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef mkdirat | (void) mkdirat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether mkfifo is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef mkfifo | (void) mkfifo; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether mkfifoat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef mkfifoat | (void) mkfifoat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether mknod is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef mknod | (void) mknod; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether mknodat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef mknodat | (void) mknodat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether stat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef stat | (void) stat; | ; | return 0; | } configure:11054: result: no configure:11028: checking whether utimensat is declared without a macro configure:11046: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11046: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | | int | main () | { | #undef utimensat | (void) utimensat; | ; | return 0; | } configure:11054: result: no configure:11093: checking absolute name of configure:11142: result: configure:11169: checking whether getaddrinfo is declared without a macro configure:11186: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | int | main () | { | #undef getaddrinfo | (void) getaddrinfo; | ; | return 0; | } configure:11194: result: no configure:11169: checking whether freeaddrinfo is declared without a macro configure:11186: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | int | main () | { | #undef freeaddrinfo | (void) freeaddrinfo; | ; | return 0; | } configure:11194: result: no configure:11169: checking whether gai_strerror is declared without a macro configure:11186: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | int | main () | { | #undef gai_strerror | (void) gai_strerror; | ; | return 0; | } configure:11194: result: no configure:11169: checking whether getnameinfo is declared without a macro configure:11186: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11186: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | #include | int | main () | { | #undef getnameinfo | (void) getnameinfo; | ; | return 0; | } configure:11194: result: no configure:11209: checking for library containing gethostbyname configure:11240: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:11240: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnsl >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:11240: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnetwork >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:11240: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnet >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11240: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:11257: result: no configure:11271: checking for gethostbyname configure:11271: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11271: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | /* Define gethostbyname to an innocuous variant, in case declares gethostbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define gethostbyname innocuous_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef gethostbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_gethostbyname || defined __stub___gethostbyname | choke me | #endif | | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:11271: result: no configure:11279: checking for gethostbyname in winsock2.h and -lws2_32 configure:11303: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lws2_32 >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11303: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | #ifdef HAVE_WINSOCK2_H | #include | #endif | #include | | int | main () | { | gethostbyname(NULL); | ; | return 0; | } configure:11311: result: no configure:11326: checking for library containing getservbyname configure:11357: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getservbyname (); | int | main () | { | return getservbyname (); | ; | return 0; | } configure:11357: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lsocket >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getservbyname (); | int | main () | { | return getservbyname (); | ; | return 0; | } configure:11357: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnetwork >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getservbyname (); | int | main () | { | return getservbyname (); | ; | return 0; | } configure:11357: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnet >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11357: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getservbyname (); | int | main () | { | return getservbyname (); | ; | return 0; | } configure:11374: result: no configure:11388: checking for getservbyname configure:11388: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11388: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | /* Define getservbyname to an innocuous variant, in case declares getservbyname. | For example, HP-UX 11i declares gettimeofday. */ | #define getservbyname innocuous_getservbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char getservbyname (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef getservbyname | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getservbyname (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_getservbyname || defined __stub___getservbyname | choke me | #endif | | int | main () | { | return getservbyname (); | ; | return 0; | } configure:11388: result: no configure:11396: checking for getservbyname in winsock2.h and -lws2_32 configure:11420: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lws2_32 >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11420: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | | #ifdef HAVE_WINSOCK2_H | #include | #endif | #include | | int | main () | { | getservbyname(NULL,NULL); | ; | return 0; | } configure:11428: result: no configure:11440: checking for C/C++ restrict keyword configure:11467: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | typedef int *int_ptr; | int foo (int_ptr __restrict ip) { return ip[0]; } | int bar (int [__restrict]); /* Catch GCC bug 14050. */ | int bar (int ip[__restrict]) { return ip[0]; } | | int | main () | { | int s[1]; | int *__restrict t = s; | t[0] = 0; | return foo (t) + bar (t); | | ; | return 0; | } configure:11467: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | typedef int *int_ptr; | int foo (int_ptr __restrict__ ip) { return ip[0]; } | int bar (int [__restrict__]); /* Catch GCC bug 14050. */ | int bar (int ip[__restrict__]) { return ip[0]; } | | int | main () | { | int s[1]; | int *__restrict__ t = s; | t[0] = 0; | return foo (t) + bar (t); | | ; | return 0; | } configure:11467: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | typedef int *int_ptr; | int foo (int_ptr _Restrict ip) { return ip[0]; } | int bar (int [_Restrict]); /* Catch GCC bug 14050. */ | int bar (int ip[_Restrict]) { return ip[0]; } | | int | main () | { | int s[1]; | int *_Restrict t = s; | t[0] = 0; | return foo (t) + bar (t); | | ; | return 0; | } configure:11467: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11467: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | /* end confdefs.h. */ | typedef int *int_ptr; | int foo (int_ptr restrict ip) { return ip[0]; } | int bar (int [restrict]); /* Catch GCC bug 14050. */ | int bar (int ip[restrict]) { return ip[0]; } | | int | main () | { | int s[1]; | int *restrict t = s; | t[0] = 0; | return foo (t) + bar (t); | | ; | return 0; | } configure:11475: result: no configure:11504: checking for winsock2.h configure:11504: result: no configure:11546: checking for library containing inet_ntop configure:11577: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11577: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_ntop (); | int | main () | { | return inet_ntop (); | ; | return 0; | } configure:11577: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnsl >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11577: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_ntop (); | int | main () | { | return inet_ntop (); | ; | return 0; | } configure:11577: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lresolv >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11577: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_ntop (); | int | main () | { | return inet_ntop (); | ; | return 0; | } configure:11594: result: no configure:11603: checking for inet_ntop configure:11603: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11603: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | /* end confdefs.h. */ | /* Define inet_ntop to an innocuous variant, in case declares inet_ntop. | For example, HP-UX 11i declares gettimeofday. */ | #define inet_ntop innocuous_inet_ntop | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_ntop (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef inet_ntop | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_ntop (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_inet_ntop || defined __stub___inet_ntop | choke me | #endif | | int | main () | { | return inet_ntop (); | ; | return 0; | } configure:11603: result: no configure:11626: checking whether inet_ntop is declared configure:11626: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11626: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | /* end confdefs.h. */ | #include | #if HAVE_NETDB_H | # include | #endif | | | int | main () | { | #ifndef inet_ntop | #ifdef __cplusplus | (void) inet_ntop; | #else | (void) inet_ntop; | #endif | #endif | | ; | return 0; | } configure:11626: result: no configure:11654: checking for IPv4 sockets configure:11680: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11680: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_WINSOCK2_H | #include | #endif | int | main () | { | int x = AF_INET; struct in_addr y; struct sockaddr_in z; | if (&x && &y && &z) return 0; | ; | return 0; | } configure:11688: result: no configure:11696: checking for IPv6 sockets configure:11725: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11725: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETINET_IN_H | #include | #endif | #ifdef HAVE_WINSOCK2_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | int | main () | { | int x = AF_INET6; struct in6_addr y; struct sockaddr_in6 z; | if (&x && &y && &z) return 0; | ; | return 0; | } configure:11733: result: no configure:11741: checking whether getlogin is declared configure:11741: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | /* 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 () | { | #ifndef getlogin | #ifdef __cplusplus | (void) getlogin; | #else | (void) getlogin; | #endif | #endif | | ; | return 0; | } configure:11741: result: no configure:11791: checking absolute name of configure:11840: result: configure:11869: checking for winsock2.h configure:11869: result: no configure:11889: checking for struct timeval configure:11912: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11912: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | /* end confdefs.h. */ | #if HAVE_SYS_TIME_H | #include | #endif | #include | #if HAVE_WINSOCK2_H | # include | #endif | | int | main () | { | static struct timeval x; x.tv_sec = x.tv_usec; | ; | return 0; | } configure:11920: result: no configure:11970: checking whether gettimeofday is declared without a macro configure:11992: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:11992: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | /* end confdefs.h. */ | | #if HAVE_SYS_TIME_H | # include | #endif | #include | | int | main () | { | #undef gettimeofday | (void) gettimeofday; | ; | return 0; | } configure:12000: result: no configure:12058: checking for ld used by gcc -std=gnu11 configure:12125: result: /usr/bin/ld configure:12132: checking if the linker (/usr/bin/ld) is GNU ld configure:12147: result: yes configure:12154: checking for shared library run path origin configure:12167: result: done configure:12761: checking for iconv configure:12785: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:12785: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:12809: gcc -std=gnu11 -o conftest -g -O2 conftest.c -liconv >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:12809: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:12819: result: no, consider installing GNU libiconv configure:13051: checking whether byte ordering is bigendian configure:13066: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13066: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:13111: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13111: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | /* end confdefs.h. */ | #include | #include | | int | main () | { | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) | bogus endian macros | #endif | | ; | return 0; | } configure:13155: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13155: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | /* end confdefs.h. */ | #include | | int | main () | { | #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) | bogus endian macros | #endif | | ; | return 0; | } configure:13246: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13246: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | /* 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 () | { | | /* Are we little or big endian? From Harbison&Steele. */ | union | { | long int l; | char c[sizeof (long int)]; | } u; | u.l = 1; | return u.c[sizeof (long int) - 1] == 1; | | ; | return 0; | } configure:13257: result: yes configure:13277: checking whether long double and double are the same configure:13298: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13298: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | int | main () | { | typedef int check[sizeof (long double) == sizeof (double) | && LDBL_MANT_DIG == DBL_MANT_DIG | && LDBL_MAX_EXP == DBL_MAX_EXP | && LDBL_MIN_EXP == DBL_MIN_EXP | ? 1 : -1]; | | ; | return 0; | } configure:13306: result: no configure:13319: checking where to find the exponent in a 'float' configure:13396: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13396: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #define NWORDS ((sizeof (float) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | typedef union { float value; unsigned int word[NWORDS]; } memory_float; | static unsigned int ored_words[NWORDS]; | static unsigned int anded_words[NWORDS]; | static void add_to_ored_words (float x) | { | memory_float m; | size_t i; | /* Clear it first, in case | sizeof (float) < sizeof (memory_float). */ | memset (&m, 0, sizeof (memory_float)); | m.value = x; | for (i = 0; i < NWORDS; i++) | { | ored_words[i] |= m.word[i]; | anded_words[i] &= m.word[i]; | } | } | int main () | { | size_t j; | FILE *fp = fopen ("conftest.out", "w"); | if (fp == NULL) | return 1; | for (j = 0; j < NWORDS; j++) | anded_words[j] = ~ (unsigned int) 0; | add_to_ored_words (0.25f); | add_to_ored_words (0.5f); | add_to_ored_words (1.0f); | add_to_ored_words (2.0f); | add_to_ored_words (4.0f); | /* Remove bits that are common (e.g. if representation of the first mantissa | bit is explicit). */ | for (j = 0; j < NWORDS; j++) | ored_words[j] &= ~anded_words[j]; | /* Now find the nonzero word. */ | for (j = 0; j < NWORDS; j++) | if (ored_words[j] != 0) | break; | if (j < NWORDS) | { | size_t i; | for (i = j + 1; i < NWORDS; i++) | if (ored_words[i] != 0) | { | fprintf (fp, "unknown"); | return (fclose (fp) != 0); | } | for (i = 0; ; i++) | if ((ored_words[j] >> i) & 1) | { | fprintf (fp, "word %d bit %d", (int) j, (int) i); | return (fclose (fp) != 0); | } | } | fprintf (fp, "unknown"); | return (fclose (fp) != 0); | } | configure:13408: result: unknown configure:13431: checking whether isnan(float) can be used without linking with libm configure:13456: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13456: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | #if __GNUC__ >= 4 | # undef isnanf | # define isnanf(x) __builtin_isnanf ((float)(x)) | #elif defined isnan | # undef isnanf | # define isnanf(x) isnan ((float)(x)) | #endif | float x; | int | main () | { | return isnanf (x); | ; | return 0; | } configure:13465: result: no configure:13470: checking whether isnan(float) can be used with libm configure:13497: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13497: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | #if __GNUC__ >= 4 | # undef isnanf | # define isnanf(x) __builtin_isnanf ((float)(x)) | #elif defined isnan | # undef isnanf | # define isnanf(x) isnan ((float)(x)) | #endif | float x; | int | main () | { | return isnanf (x); | ; | return 0; | } configure:13507: result: no configure:13620: checking whether isnan(double) can be used without linking with libm configure:13645: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13645: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | #if __GNUC__ >= 4 | # undef isnand | # define isnand(x) __builtin_isnan ((double)(x)) | #else | # undef isnand | # define isnand(x) isnan ((double)(x)) | #endif | double x; | int | main () | { | return isnand (x); | ; | return 0; | } configure:13654: result: no configure:13659: checking whether isnan(double) can be used with libm configure:13686: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13686: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | #if __GNUC__ >= 4 | # undef isnand | # define isnand(x) __builtin_isnan ((double)(x)) | #elif defined isnan | # undef isnand | # define isnand(x) isnan ((double)(x)) | #endif | double x; | int | main () | { | return isnand (x); | ; | return 0; | } configure:13696: result: no configure:13716: checking whether isnan(long double) can be used without linking with libm configure:13741: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | #if __GNUC__ >= 4 | # undef isnanl | # define isnanl(x) __builtin_isnanl ((long double)(x)) | #elif defined isnan | # undef isnanl | # define isnanl(x) isnan ((long double)(x)) | #endif | long double x; | int | main () | { | return isnanl (x); | ; | return 0; | } configure:13750: result: no configure:13755: checking whether isnan(long double) can be used with libm configure:13782: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:13782: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | #if __GNUC__ >= 4 | # undef isnanl | # define isnanl(x) __builtin_isnanl ((long double)(x)) | #elif defined isnan | # undef isnanl | # define isnanl(x) isnan ((long double)(x)) | #endif | long double x; | int | main () | { | return isnanl (x); | ; | return 0; | } configure:13792: result: no configure:13957: checking where to find the exponent in a 'double' configure:14271: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:14271: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #define NWORDS ((sizeof (double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | typedef union { double value; unsigned int word[NWORDS]; } memory_double; | static unsigned int ored_words[NWORDS]; | static unsigned int anded_words[NWORDS]; | static void add_to_ored_words (double x) | { | memory_double m; | size_t i; | /* Clear it first, in case sizeof (double) < sizeof (memory_double). */ | memset (&m, 0, sizeof (memory_double)); | m.value = x; | for (i = 0; i < NWORDS; i++) | { | ored_words[i] |= m.word[i]; | anded_words[i] &= m.word[i]; | } | } | int main () | { | size_t j; | FILE *fp = fopen ("conftest.out", "w"); | if (fp == NULL) | return 1; | for (j = 0; j < NWORDS; j++) | anded_words[j] = ~ (unsigned int) 0; | add_to_ored_words (0.25); | add_to_ored_words (0.5); | add_to_ored_words (1.0); | add_to_ored_words (2.0); | add_to_ored_words (4.0); | /* Remove bits that are common (e.g. if representation of the first mantissa | bit is explicit). */ | for (j = 0; j < NWORDS; j++) | ored_words[j] &= ~anded_words[j]; | /* Now find the nonzero word. */ | for (j = 0; j < NWORDS; j++) | if (ored_words[j] != 0) | break; | if (j < NWORDS) | { | size_t i; | for (i = j + 1; i < NWORDS; i++) | if (ored_words[i] != 0) | { | fprintf (fp, "unknown"); | return (fclose (fp) != 0); | } | for (i = 0; ; i++) | if ((ored_words[j] >> i) & 1) | { | fprintf (fp, "word %d bit %d", (int) j, (int) i); | return (fclose (fp) != 0); | } | } | fprintf (fp, "unknown"); | return (fclose (fp) != 0); | } | configure:14283: result: unknown configure:14310: checking whether ldexp() can be used without linking with libm configure:14332: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:14332: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double (*funcptr) (double, int) = ldexp; | double x; | int | main () | { | return ldexp (x, -1) > 0; | ; | return 0; | } configure:14341: result: no configure:15956: checking for libunistring configure:15978: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lunistring >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:15978: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | int | main () | { | u8_strconv_from_locale((char*)0); | ; | return 0; | } configure:15988: result: no, consider installing GNU libunistring configure:16134: checking absolute name of configure:16183: result: configure:16201: checking whether limits.h has ULLONG_WIDTH etc. configure:16221: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16221: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #ifndef __STDC_WANT_IEC_60559_BFP_EXT__ | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #endif | #include | int ullw = ULLONG_WIDTH; | int | main () | { | | ; | return 0; | } configure:16228: result: no configure:16248: checking for nl_langinfo and CODESET configure:16264: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16264: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | /* end confdefs.h. */ | #include | int | main () | { | char* cs = nl_langinfo(CODESET); return !cs; | ; | return 0; | } configure:16273: result: no configure:16281: checking whether getc_unlocked is declared configure:16281: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16281: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 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 () | { | #ifndef getc_unlocked | #ifdef __cplusplus | (void) getc_unlocked; | #else | (void) getc_unlocked; | #endif | #endif | | ; | return 0; | } configure:16281: result: no configure:16293: checking whether we are using the GNU C Library >= 2.1 or uClibc configure:16323: result: yes configure:16335: checking whether pow can be used without linking with libm configure:16364: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16364: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | | double (*funcptr) (double, double) = pow; | int i_ret; | float f_ret; | double d_ret; | long double l_ret; | int | main () | { | double y = funcptr (1.6180339887, 1.6180339887) + pow (1.6180339887, 1.6180339887); | | return y < 0.3 || y > 1.7; | | ; | return 0; | } configure:16373: result: no configure:16376: checking whether pow can be used with libm configure:16407: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16407: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | | double (*funcptr) (double, double) = pow; | int i_ret; | float f_ret; | double d_ret; | long double l_ret; | int | main () | { | double y = funcptr (1.6180339887, 1.6180339887) + pow (1.6180339887, 1.6180339887); | | return y < 0.3 || y > 1.7; | | ; | return 0; | } configure:16417: result: no configure:16445: checking whether log works configure:16474: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16474: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | | #include | volatile double x; | double y; | int main () | { | x = -0.0; | y = log (x); | if (!(y + y == y)) | return 1; | return 0; | } | configure:16485: result: no configure:16529: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | extern | #ifdef __cplusplus | "C" | #endif | double round (double); | | double x; | int | main () | { | x = round (x); | ; | return 0; | } configure:16529: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16529: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | extern | #ifdef __cplusplus | "C" | #endif | double round (double); | | double x; | int | main () | { | x = round (x); | ; | return 0; | } configure:16651: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16651: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double x; | int | main () | { | x = floor(x); | ; | return 0; | } configure:16674: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16674: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double x; | int | main () | { | x = floor(x); | ; | return 0; | } configure:16712: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16712: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double x; | int | main () | { | x = ceil(x); | ; | return 0; | } configure:16735: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16735: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double x; | int | main () | { | x = ceil(x); | ; | return 0; | } configure:16764: checking whether lstat correctly handles trailing slash configure:16800: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16800: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* 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 () | { | struct stat sbuf; | if (symlink ("conftest.file", "conftest.sym") != 0) | return 1; | /* Linux will dereference the symlink and fail, as required by | POSIX. That is better in the sense that it means we will not | have to compile and use the lstat wrapper. */ | return lstat ("conftest.sym/", &sbuf) == 0; | | ; | return 0; | } configure:16812: result: no configure:16825: checking whether malloc, realloc, calloc are POSIX compliant configure:16845: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16845: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | | int | main () | { | #if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | choke me | #endif | | ; | return 0; | } configure:16853: result: no configure:16860: checking for stdlib.h configure:16860: result: no configure:16870: checking for GNU libc compatible malloc configure:16906: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16906: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | /* end confdefs.h. */ | #if defined STDC_HEADERS || defined HAVE_STDLIB_H | # include | #else | char *malloc (); | #endif | | int | main () | { | char *p = malloc (0); | int result = !p; | free (p); | return result; | ; | return 0; | } | configure:16917: result: no configure:16932: checking for unsigned long long int configure:16971: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:16971: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | /* end confdefs.h. */ | | /* For now, do not test the preprocessor; as of 2007 there are too many | implementations with broken preprocessors. Perhaps this can | be revisited in 2012. In the meantime, code should not expect | #if to work with literals wider than 32 bits. */ | /* Test literals. */ | long long int ll = 9223372036854775807ll; | long long int nll = -9223372036854775807LL; | unsigned long long int ull = 18446744073709551615ULL; | /* Test constant expressions. */ | typedef int a[((-9223372036854775807LL < 0 && 0 < 9223372036854775807ll) | ? 1 : -1)]; | typedef int b[(18446744073709551615ULL <= (unsigned long long int) -1 | ? 1 : -1)]; | int i = 63; | int | main () | { | /* Test availability of runtime routines for shift and division. */ | long long int llmax = 9223372036854775807ll; | unsigned long long int ullmax = 18446744073709551615ull; | return ((ll << 63) | (ll >> 63) | (ll < i) | (ll > i) | | (llmax / ll) | (llmax % ll) | | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i) | | (ullmax / ull) | (ullmax % ull)); | ; | return 0; | } | configure:16980: result: no configure:16990: checking for long long int configure:17040: result: no configure:17065: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17065: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:17101: checking for promoted mode_t type configure:17118: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17118: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | /* end confdefs.h. */ | #include | int | main () | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:17126: result: mode_t configure:17168: checking absolute name of configure:17217: result: configure:17238: checking whether poll is declared without a macro configure:17255: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17255: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | /* end confdefs.h. */ | #include | int | main () | { | #undef poll | (void) poll; | ; | return 0; | } configure:17263: result: no configure:17275: checking for inline configure:17291: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17291: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:17291: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17291: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline__ foo_t static_foo () {return 0; } | __inline__ foo_t foo () {return 0; } | #endif | configure:17291: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17291: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static __inline foo_t static_foo () {return 0; } | __inline foo_t foo () {return 0; } | #endif | configure:17299: result: no configure:17325: checking for winsock2.h configure:17325: result: no configure:17391: checking for library containing setsockopt configure:17413: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17413: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | extern | #ifdef __cplusplus | "C" | #endif | char setsockopt(); | int | main () | { | setsockopt(); | ; | return 0; | } configure:17433: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lsocket >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17433: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | extern | #ifdef __cplusplus | "C" | #endif | char setsockopt(); | int | main () | { | setsockopt(); | ; | return 0; | } configure:17455: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnetwork >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17455: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | extern | #ifdef __cplusplus | "C" | #endif | char setsockopt(); | int | main () | { | setsockopt(); | ; | return 0; | } configure:17477: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnet >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | /* end confdefs.h. */ | extern | #ifdef __cplusplus | "C" | #endif | char setsockopt(); | int | main () | { | setsockopt(); | ; | return 0; | } configure:17494: result: none needed configure:17517: checking for mbstate_t configure:17541: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17541: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | /* 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 | /* Tru64 with Desktop Toolkit C has a bug: must be included before | . | BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #include | #include | int | main () | { | mbstate_t x; return sizeof x; | ; | return 0; | } configure:17548: result: no configure:17668: checking for ssize_t configure:17685: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | /* end confdefs.h. */ | #include | int | main () | { | int x = sizeof (ssize_t *) + sizeof (ssize_t); | return !x; | ; | return 0; | } configure:17692: result: no configure:17712: checking whether is self-contained configure:17729: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17729: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | /* end confdefs.h. */ | #include | int | main () | { | struct timeval b; | ; | return 0; | } configure:17791: result: no configure:17805: checking absolute name of configure:17854: result: configure:17884: checking for winsock2.h configure:17884: result: no configure:17908: checking whether pselect is declared without a macro configure:17932: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H | # include | #endif | #include | | int | main () | { | #undef pselect | (void) pselect; | ; | return 0; | } configure:17940: result: no configure:17908: checking whether select is declared without a macro configure:17932: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17932: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include | #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H | # include | #endif | #include | | int | main () | { | #undef select | (void) select; | ; | return 0; | } configure:17940: result: no configure:17952: checking whether setenv is declared configure:17952: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17952: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | /* 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 () | { | #ifndef setenv | #ifdef __cplusplus | (void) setenv; | #else | (void) setenv; | #endif | #endif | | ; | return 0; | } configure:17952: result: no configure:17978: checking search.h usability configure:17978: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17978: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* 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:17978: result: no configure:17978: checking search.h presence configure:17978: /lib/cpp conftest.c configure:17978: $? = 0 configure:17978: result: yes configure:17978: WARNING: search.h: present but cannot be compiled configure:17978: WARNING: search.h: check for missing prerequisite headers? configure:17978: WARNING: search.h: see the Autoconf documentation configure:17978: WARNING: search.h: section "Present But Cannot Be Compiled" configure:17978: WARNING: search.h: proceeding with the compiler's result configure:17978: checking for search.h configure:17978: result: no configure:17990: checking for tsearch configure:17990: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:17990: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* end confdefs.h. */ | /* Define tsearch to an innocuous variant, in case declares tsearch. | For example, HP-UX 11i declares gettimeofday. */ | #define tsearch innocuous_tsearch | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char tsearch (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef tsearch | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char tsearch (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_tsearch || defined __stub___tsearch | choke me | #endif | | int | main () | { | return tsearch (); | ; | return 0; | } configure:17990: result: no configure:18022: checking for sigset_t configure:18022: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18022: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* end confdefs.h. */ | | #include | /* Mingw defines sigset_t not in , but in . */ | #include | | | int | main () | { | if (sizeof (sigset_t)) | return 0; | ; | return 0; | } configure:18022: result: no configure:18043: checking for uid_t in sys/types.h configure:18062: result: yes configure:18073: checking for stdbool.h that conforms to C99 configure:18148: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18148: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* end confdefs.h. */ | | #include | | #ifdef __cplusplus | typedef bool Bool; | #else | typedef _Bool Bool; | #ifndef bool | "error: bool is not defined" | #endif | #ifndef false | "error: false is not defined" | #endif | #if false | "error: false is not 0" | #endif | #ifndef true | "error: true is not defined" | #endif | #if true != 1 | "error: true is not 1" | #endif | #endif | | #ifndef __bool_true_false_are_defined | "error: __bool_true_false_are_defined is not defined" | #endif | | struct s { Bool s: 1; Bool t; bool u: 1; bool v; } s; | | char a[true == 1 ? 1 : -1]; | char b[false == 0 ? 1 : -1]; | char c[__bool_true_false_are_defined == 1 ? 1 : -1]; | char d[(bool) 0.5 == true ? 1 : -1]; | /* See body of main program for 'e'. */ | char f[(Bool) 0.0 == false ? 1 : -1]; | char g[true]; | char h[sizeof (Bool)]; | char i[sizeof s.t]; | enum { j = false, k = true, l = false * true, m = true * 256 }; | /* The following fails for | HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */ | Bool n[m]; | char o[sizeof n == m * sizeof n[0] ? 1 : -1]; | char p[-1 - (Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1]; | /* Catch a bug in an HP-UX C compiler. See | http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html | http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html | */ | Bool q = true; | Bool *pq = &q; | bool *qq = &q; | | int | main () | { | | bool e = &s; | *pq |= q; *pq |= ! q; | *qq |= q; *qq |= ! q; | /* Refer to every declared value, to avoid compiler optimizations. */ | return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l | + !m + !n + !o + !p + !q + !pq + !qq); | | ; | return 0; | } configure:18155: result: no configure:18157: checking for _Bool configure:18157: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18157: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* 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 (_Bool)) | return 0; | ; | return 0; | } configure:18157: result: no configure:18169: checking for wint_t configure:18194: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: must be included before | . | BSD/OS 4.0.1 has a bug: , and must be included | before . */ | #include | #include | #include | #include | wint_t foo = (wchar_t)'\0'; | int | main () | { | | ; | return 0; | } configure:18201: result: no configure:18313: checking absolute name of configure:18362: result: configure:18773: checking sys/inttypes.h usability configure:18773: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* 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:18773: result: no configure:18773: checking sys/inttypes.h presence configure:18773: /lib/cpp conftest.c conftest.c:47:26: error: sys/inttypes.h: No such file or directory configure:18773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* end confdefs.h. */ | #include configure:18773: result: no configure:18773: checking for sys/inttypes.h configure:18773: result: no configure:18773: checking sys/bitypes.h usability configure:18773: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18773: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* 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:18773: result: no configure:18773: checking sys/bitypes.h presence configure:18773: /lib/cpp conftest.c configure:18773: $? = 0 configure:18773: result: yes configure:18773: WARNING: sys/bitypes.h: present but cannot be compiled configure:18773: WARNING: sys/bitypes.h: check for missing prerequisite headers? configure:18773: WARNING: sys/bitypes.h: see the Autoconf documentation configure:18773: WARNING: sys/bitypes.h: section "Present But Cannot Be Compiled" configure:18773: WARNING: sys/bitypes.h: proceeding with the compiler's result configure:18773: checking for sys/bitypes.h configure:18773: result: no configure:18795: checking for bit size of ptrdiff_t configure:18800: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18800: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | #include | static long int longval () { return sizeof (ptrdiff_t) * CHAR_BIT; } | static unsigned long int ulongval () { return sizeof (ptrdiff_t) * CHAR_BIT; } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if ((sizeof (ptrdiff_t) * CHAR_BIT) < 0) | { | long int i = longval (); | if (i != (sizeof (ptrdiff_t) * CHAR_BIT)) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != (sizeof (ptrdiff_t) * CHAR_BIT)) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:18821: result: unknown configure:18795: checking for bit size of size_t configure:18800: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18800: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | #include | static long int longval () { return sizeof (size_t) * CHAR_BIT; } | static unsigned long int ulongval () { return sizeof (size_t) * CHAR_BIT; } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if ((sizeof (size_t) * CHAR_BIT) < 0) | { | long int i = longval (); | if (i != (sizeof (size_t) * CHAR_BIT)) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != (sizeof (size_t) * CHAR_BIT)) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:18821: result: unknown configure:18840: checking for bit size of sig_atomic_t configure:18845: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18845: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | #include | static long int longval () { return sizeof (sig_atomic_t) * CHAR_BIT; } | static unsigned long int ulongval () { return sizeof (sig_atomic_t) * CHAR_BIT; } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if ((sizeof (sig_atomic_t) * CHAR_BIT) < 0) | { | long int i = longval (); | if (i != (sizeof (sig_atomic_t) * CHAR_BIT)) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != (sizeof (sig_atomic_t) * CHAR_BIT)) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:18866: result: unknown configure:18840: checking for bit size of wchar_t configure:18845: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18845: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | #include | static long int longval () { return sizeof (wchar_t) * CHAR_BIT; } | static unsigned long int ulongval () { return sizeof (wchar_t) * CHAR_BIT; } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if ((sizeof (wchar_t) * CHAR_BIT) < 0) | { | long int i = longval (); | if (i != (sizeof (wchar_t) * CHAR_BIT)) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != (sizeof (wchar_t) * CHAR_BIT)) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:18866: result: unknown configure:18840: checking for bit size of wint_t configure:18845: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18845: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | #include | static long int longval () { return sizeof (wint_t) * CHAR_BIT; } | static unsigned long int ulongval () { return sizeof (wint_t) * CHAR_BIT; } | #include | #include | int | main () | { | | FILE *f = fopen ("conftest.val", "w"); | if (! f) | return 1; | if ((sizeof (wint_t) * CHAR_BIT) < 0) | { | long int i = longval (); | if (i != (sizeof (wint_t) * CHAR_BIT)) | return 1; | fprintf (f, "%ld", i); | } | else | { | unsigned long int i = ulongval (); | if (i != (sizeof (wint_t) * CHAR_BIT)) | return 1; | fprintf (f, "%lu", i); | } | /* Do not output a trailing newline, as this causes \r\n confusion | on some platforms. */ | return ferror (f) || fclose (f) != 0; | | ; | return 0; | } configure:18866: result: unknown configure:18884: checking whether sig_atomic_t is signed configure:18911: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | int verify[2 * ((sig_atomic_t) -1 < (sig_atomic_t) 0) - 1]; | int | main () | { | | ; | return 0; | } configure:18921: result: no configure:18884: checking whether wchar_t is signed configure:18911: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | int verify[2 * ((wchar_t) -1 < (wchar_t) 0) - 1]; | int | main () | { | | ; | return 0; | } configure:18921: result: no configure:18884: checking whether wint_t is signed configure:18911: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18911: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | int verify[2 * ((wint_t) -1 < (wint_t) 0) - 1]; | int | main () | { | | ; | return 0; | } configure:18921: result: no configure:18943: checking for ptrdiff_t integer literal suffix configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern ptrdiff_t foo; | extern int foo; | int | main () | { | | ; | return 0; | } configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern ptrdiff_t foo; | extern long int foo; | int | main () | { | | ; | return 0; | } configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern ptrdiff_t foo; | extern long long int foo; | int | main () | { | | ; | return 0; | } configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern ptrdiff_t foo; | extern __int64 foo; | int | main () | { | | ; | return 0; | } configure:18998: result: no configure:18943: checking for size_t integer literal suffix configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern size_t foo; | extern unsigned int foo; | int | main () | { | | ; | return 0; | } configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern size_t foo; | extern unsigned long int foo; | int | main () | { | | ; | return 0; | } configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern size_t foo; | extern unsigned long long int foo; | int | main () | { | | ; | return 0; | } configure:18989: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:18989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern size_t foo; | extern unsigned __int64 foo; | int | main () | { | | ; | return 0; | } configure:18998: result: no configure:19015: checking for sig_atomic_t integer literal suffix configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern sig_atomic_t foo; | extern unsigned int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern sig_atomic_t foo; | extern unsigned long int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern sig_atomic_t foo; | extern unsigned long long int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern sig_atomic_t foo; | extern unsigned __int64 foo; | int | main () | { | | ; | return 0; | } configure:19070: result: no configure:19015: checking for wchar_t integer literal suffix configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wchar_t foo; | extern unsigned int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wchar_t foo; | extern unsigned long int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wchar_t foo; | extern unsigned long long int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wchar_t foo; | extern unsigned __int64 foo; | int | main () | { | | ; | return 0; | } configure:19070: result: no configure:19015: checking for wint_t integer literal suffix configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wint_t foo; | extern unsigned int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wint_t foo; | extern unsigned long int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wint_t foo; | extern unsigned long long int foo; | int | main () | { | | ; | return 0; | } configure:19061: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19061: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | /* end confdefs.h. */ | | /* BSD/OS 4.0.1 has a bug: , and must be | included before . */ | #include | #include | #if HAVE_WCHAR_H | # include | # include | # include | #endif | | extern wint_t foo; | extern unsigned __int64 foo; | int | main () | { | | ; | return 0; | } configure:19070: result: no configure:19113: checking whether struct tm is in sys/time.h or time.h configure:19133: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19133: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | /* end confdefs.h. */ | #include | #include | | int | main () | { | struct tm tm; | int *p = &tm.tm_sec; | return !p; | ; | return 0; | } configure:19140: result: sys/time.h configure:19148: checking for struct tm.tm_zone configure:19148: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19148: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:19148: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19148: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | #include | | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:19148: result: no configure:19166: checking whether tzname is declared configure:19166: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef tzname | #ifdef __cplusplus | (void) tzname; | #else | (void) tzname; | #endif | #endif | | ; | return 0; | } configure:19166: result: no configure:19178: checking for tzname configure:19198: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19198: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | #if !HAVE_DECL_TZNAME | extern char *tzname[]; | #endif | | int | main () | { | return tzname[0][0]; | ; | return 0; | } configure:19206: result: no configure:19216: checking for struct tm.tm_gmtoff configure:19216: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19216: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_gmtoff) | return 0; | ; | return 0; | } configure:19216: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19216: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_gmtoff) | return 0; | ; | return 0; | } configure:19216: result: no configure:19316: checking absolute name of configure:19359: result: "///usr/include/string.h" configure:19380: checking whether ffsl is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef ffsl | (void) ffsl; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether ffsll is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef ffsll | (void) ffsll; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether memmem is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef memmem | (void) memmem; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether mempcpy is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef mempcpy | (void) mempcpy; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether memrchr is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef memrchr | (void) memrchr; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether rawmemchr is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef rawmemchr | (void) rawmemchr; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether stpcpy is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef stpcpy | (void) stpcpy; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether stpncpy is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef stpncpy | (void) stpncpy; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strchrnul is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strchrnul | (void) strchrnul; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strdup is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strdup | (void) strdup; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strncat is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strncat | (void) strncat; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strndup is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strndup | (void) strndup; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strnlen is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strnlen | (void) strnlen; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strpbrk is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strpbrk | (void) strpbrk; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strsep is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strsep | (void) strsep; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strcasestr is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strcasestr | (void) strcasestr; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strtok_r is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strtok_r | (void) strtok_r; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strerror_r is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strerror_r | (void) strerror_r; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strsignal is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strsignal | (void) strsignal; | ; | return 0; | } configure:19406: result: no configure:19380: checking whether strverscmp is declared without a macro configure:19398: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19398: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | #undef strverscmp | (void) strverscmp; | ; | return 0; | } configure:19406: result: no configure:19448: checking absolute name of configure:19491: result: "///usr/include/sys/types.h" configure:19541: checking for struct timespec in configure:19558: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19558: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | static struct timespec x; x.tv_sec = x.tv_nsec; | ; | return 0; | } configure:19565: result: no configure:19575: checking for struct timespec in configure:19592: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19592: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | static struct timespec x; x.tv_sec = x.tv_nsec; | ; | return 0; | } configure:19599: result: no configure:19604: checking for struct timespec in configure:19621: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | static struct timespec x; x.tv_sec = x.tv_nsec; | ; | return 0; | } configure:19628: result: no configure:19633: checking for struct timespec in configure:19650: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19650: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | #include | | int | main () | { | static struct timespec x; x.tv_sec = x.tv_nsec; | ; | return 0; | } configure:19657: result: no configure:19684: checking absolute name of configure:19727: result: "///usr/include/time.h" configure:19756: checking whether snprintf returns a byte count as in C99 configure:19826: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19826: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* end confdefs.h. */ | | #include | #include | #if HAVE_SNPRINTF | # define my_snprintf snprintf | #else | # include | static int my_snprintf (char *buf, int size, const char *format, ...) | { | va_list args; | int ret; | va_start (args, format); | ret = vsnprintf (buf, size, format, args); | va_end (args); | return ret; | } | #endif | static char buf[100]; | int main () | { | strcpy (buf, "ABCDEF"); | if (my_snprintf (buf, 3, "%d %d", 4567, 89) != 7) | return 1; | if (my_snprintf (buf, 0, "%d %d", 4567, 89) != 7) | return 2; | if (my_snprintf (NULL, 0, "%d %d", 4567, 89) != 7) | return 3; | return 0; | } configure:19837: result: no configure:19840: checking whether vsnprintf is declared configure:19840: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:19840: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | /* 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 () | { | #ifndef vsnprintf | #ifdef __cplusplus | (void) vsnprintf; | #else | (void) vsnprintf; | #endif | #endif | | ; | return 0; | } configure:19840: result: no configure:19945: checking whether uses 'inline' correctly configure:19969: gcc -std=gnu11 -c -g -O2 conftest1.c >&5 gcc: conftest1.c: No such file or directory gcc: no input files configure:19972: $? = 1 configure:20006: result: yes configure:20025: checking for a traditional french locale configure:20093: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20096: $? = 1 configure:20152: result: configure:20164: checking for a traditional japanese locale configure:20234: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20237: $? = 1 configure:20295: result: configure:20303: checking for a transitional chinese locale configure:20374: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20377: $? = 1 configure:20428: result: none configure:20435: checking for a french Unicode locale configure:20507: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20510: $? = 1 configure:20556: result: configure:20572: checking for mmap configure:20572: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20572: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | /* end confdefs.h. */ | /* Define mmap to an innocuous variant, in case declares mmap. | For example, HP-UX 11i declares gettimeofday. */ | #define mmap innocuous_mmap | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char mmap (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef mmap | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char mmap (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_mmap || defined __stub___mmap | choke me | #endif | | int | main () | { | return mmap (); | ; | return 0; | } configure:20572: result: no configure:20642: checking whether memchr works configure:20705: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20705: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | /* end confdefs.h. */ | | #include | #if HAVE_SYS_MMAN_H | # include | # include | # include | # include | # ifndef MAP_FILE | # define MAP_FILE 0 | # endif | #endif | | int | main () | { | | int result = 0; | char *fence = NULL; | #if HAVE_SYS_MMAN_H && HAVE_MPROTECT | # if HAVE_MAP_ANONYMOUS | const int flags = MAP_ANONYMOUS | MAP_PRIVATE; | const int fd = -1; | # else /* !HAVE_MAP_ANONYMOUS */ | const int flags = MAP_FILE | MAP_PRIVATE; | int fd = open ("/dev/zero", O_RDONLY, 0666); | if (fd >= 0) | # endif | { | int pagesize = getpagesize (); | char *two_pages = | (char *) mmap (NULL, 2 * pagesize, PROT_READ | PROT_WRITE, | flags, fd, 0); | if (two_pages != (char *)(-1) | && mprotect (two_pages + pagesize, pagesize, PROT_NONE) == 0) | fence = two_pages + pagesize; | } | #endif | if (fence) | { | if (memchr (fence, 0, 0)) | result |= 1; | strcpy (fence - 9, "12345678"); | if (memchr (fence - 9, 0, 79) != fence - 1) | result |= 2; | if (memchr (fence - 1, 0, 3) != fence - 1) | result |= 4; | } | return result; | | ; | return 0; | } configure:20715: result: no configure:20723: checking whether time_t is signed configure:20740: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20740: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | /* end confdefs.h. */ | #include | char time_t_signed[(time_t) -1 < 0 ? 1 : -1]; | int | main () | { | | ; | return 0; | } configure:20747: result: no configure:20765: checking whether snprintf is declared configure:20765: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20765: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | /* 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 () | { | #ifndef snprintf | #ifdef __cplusplus | (void) snprintf; | #else | (void) snprintf; | #endif | #endif | | ; | return 0; | } configure:20765: result: no configure:20778: checking whether strdup is declared configure:20778: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20778: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | /* 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 () | { | #ifndef strdup | #ifdef __cplusplus | (void) strdup; | #else | (void) strdup; | #endif | #endif | | ; | return 0; | } configure:20778: result: no configure:20793: checking whether unsetenv is declared configure:20793: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20793: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | /* 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 () | { | #ifndef unsetenv | #ifdef __cplusplus | (void) unsetenv; | #else | (void) unsetenv; | #endif | #endif | | ; | return 0; | } configure:20793: result: no configure:20807: checking for inttypes.h configure:20826: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20826: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | /* end confdefs.h. */ | | #include | #include | | int | main () | { | uintmax_t i = (uintmax_t) -1; return !i; | ; | return 0; | } configure:20833: result: no configure:20844: checking for stdint.h configure:20861: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20861: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | /* end confdefs.h. */ | #include | #include | int | main () | { | uintmax_t i = (uintmax_t) -1; return !i; | ; | return 0; | } configure:20868: result: no configure:20881: checking for intmax_t configure:20906: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20906: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | /* end confdefs.h. */ | | #include | #include | #if HAVE_STDINT_H_WITH_UINTMAX | #include | #endif | #if HAVE_INTTYPES_H_WITH_UINTMAX | #include | #endif | | int | main () | { | intmax_t x = -1; return !x; | ; | return 0; | } configure:20913: result: no configure:20939: checking for snprintf configure:20939: result: no configure:20939: checking for strnlen configure:20939: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | /* end confdefs.h. */ | /* Define strnlen to an innocuous variant, in case declares strnlen. | For example, HP-UX 11i declares gettimeofday. */ | #define strnlen innocuous_strnlen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strnlen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strnlen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char strnlen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_strnlen || defined __stub___strnlen | choke me | #endif | | int | main () | { | return strnlen (); | ; | return 0; | } configure:20939: result: no configure:20939: checking for wcslen configure:20939: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | /* end confdefs.h. */ | /* Define wcslen to an innocuous variant, in case declares wcslen. | For example, HP-UX 11i declares gettimeofday. */ | #define wcslen innocuous_wcslen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wcslen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wcslen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char wcslen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_wcslen || defined __stub___wcslen | choke me | #endif | | int | main () | { | return wcslen (); | ; | return 0; | } configure:20939: result: no configure:20939: checking for wcsnlen configure:20939: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | /* end confdefs.h. */ | /* Define wcsnlen to an innocuous variant, in case declares wcsnlen. | For example, HP-UX 11i declares gettimeofday. */ | #define wcsnlen innocuous_wcsnlen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char wcsnlen (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef wcsnlen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char wcsnlen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_wcsnlen || defined __stub___wcsnlen | choke me | #endif | | int | main () | { | return wcsnlen (); | ; | return 0; | } configure:20939: result: no configure:20939: checking for mbrtowc configure:20939: result: no configure:20939: checking for wcrtomb configure:20939: result: no configure:20948: checking whether _snprintf is declared configure:20948: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:20948: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef _snprintf | #ifdef __cplusplus | (void) _snprintf; | #else | (void) _snprintf; | #endif | #endif | | ; | return 0; | } configure:20948: result: no configure:21138: checking absolute name of configure:21187: result: configure:21210: checking whether inet_ntop is declared without a macro configure:21236: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21236: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | /* end confdefs.h. */ | | /* On some systems, this header is not self-consistent. */ | #if !(defined __GLIBC__ || defined __UCLIBC__) | # include | #endif | #ifdef __TANDEM | # include | #endif | #include | | int | main () | { | #undef inet_ntop | (void) inet_ntop; | ; | return 0; | } configure:21244: result: no configure:21210: checking whether inet_pton is declared without a macro configure:21236: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21236: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | /* end confdefs.h. */ | | /* On some systems, this header is not self-consistent. */ | #if !(defined __GLIBC__ || defined __UCLIBC__) | # include | #endif | #ifdef __TANDEM | # include | #endif | #include | | int | main () | { | #undef inet_pton | (void) inet_pton; | ; | return 0; | } configure:21244: result: no configure:21288: checking byteswap.h usability configure:21288: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21288: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 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:21288: result: no configure:21288: checking byteswap.h presence configure:21288: /lib/cpp conftest.c configure:21288: $? = 0 configure:21288: result: yes configure:21288: WARNING: byteswap.h: present but cannot be compiled configure:21288: WARNING: byteswap.h: check for missing prerequisite headers? configure:21288: WARNING: byteswap.h: see the Autoconf documentation configure:21288: WARNING: byteswap.h: section "Present But Cannot Be Compiled" configure:21288: WARNING: byteswap.h: proceeding with the compiler's result configure:21288: checking for byteswap.h configure:21288: result: no configure:21499: checking for library containing clock_gettime configure:21530: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21530: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21530: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lrt >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21530: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21530: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lposix4 >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21530: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21547: result: no configure:21621: checking for clock_gettime configure:21621: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | /* end confdefs.h. */ | /* Define clock_gettime to an innocuous variant, in case declares clock_gettime. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_gettime innocuous_clock_gettime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_gettime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_gettime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clock_gettime || defined __stub___clock_gettime | choke me | #endif | | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:21621: result: no configure:21621: checking for clock_settime configure:21621: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | /* end confdefs.h. */ | /* Define clock_settime to an innocuous variant, in case declares clock_settime. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_settime innocuous_clock_settime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_settime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_settime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_settime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clock_settime || defined __stub___clock_settime | choke me | #endif | | int | main () | { | return clock_settime (); | ; | return 0; | } configure:21621: result: no configure:21621: checking for clock_getcpuclockid configure:21621: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21621: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | /* end confdefs.h. */ | /* Define clock_getcpuclockid to an innocuous variant, in case declares clock_getcpuclockid. | For example, HP-UX 11i declares gettimeofday. */ | #define clock_getcpuclockid innocuous_clock_getcpuclockid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_getcpuclockid (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef clock_getcpuclockid | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_getcpuclockid (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clock_getcpuclockid || defined __stub___clock_getcpuclockid | choke me | #endif | | int | main () | { | return clock_getcpuclockid (); | ; | return 0; | } configure:21621: result: no configure:21646: checking for winsock2.h configure:21646: result: no configure:21776: checking whether copysign can be used without linking with libm configure:21805: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21805: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | | double (*funcptr) (double, double) = copysign; | int i_ret; | float f_ret; | double d_ret; | long double l_ret; | int | main () | { | double y = funcptr (1.6180339887, 1.6180339887) + copysign (1.6180339887, 1.6180339887); | | return y < 0.3 || y > 1.7; | | ; | return 0; | } configure:21814: result: no configure:21817: checking whether copysign can be used with libm configure:21848: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:21848: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | | double (*funcptr) (double, double) = copysign; | int i_ret; | float f_ret; | double d_ret; | long double l_ret; | int | main () | { | double y = funcptr (1.6180339887, 1.6180339887) + copysign (1.6180339887, 1.6180339887); | | return y < 0.3 || y > 1.7; | | ; | return 0; | } configure:21858: result: no configure:21918: checking absolute name of configure:21967: result: configure:21994: checking whether alphasort is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef alphasort | (void) alphasort; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether closedir is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef closedir | (void) closedir; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether dirfd is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef dirfd | (void) dirfd; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether fdopendir is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef fdopendir | (void) fdopendir; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether opendir is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef opendir | (void) opendir; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether readdir is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef readdir | (void) readdir; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether rewinddir is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef rewinddir | (void) rewinddir; | ; | return 0; | } configure:22020: result: no configure:21994: checking whether scandir is declared without a macro configure:22012: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22012: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef scandir | (void) scandir; | ; | return 0; | } configure:22020: result: no configure:22039: checking for dirfd configure:22039: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22039: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | /* Define dirfd to an innocuous variant, in case declares dirfd. | For example, HP-UX 11i declares gettimeofday. */ | #define dirfd innocuous_dirfd | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dirfd (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef dirfd | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dirfd (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dirfd || defined __stub___dirfd | choke me | #endif | | int | main () | { | return dirfd (); | ; | return 0; | } configure:22039: result: no configure:22048: checking whether dirfd is declared configure:22048: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22048: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include | #include | | int | main () | { | #ifndef dirfd | #ifdef __cplusplus | (void) dirfd; | #else | (void) dirfd; | #endif | #endif | | ; | return 0; | } configure:22048: result: no configure:22065: checking whether dirfd is a macro configure:22088: result: no configure:22115: checking how to get the file descriptor associated with an open DIR* configure:22138: gcc -std=gnu11 -c -g -O2 -DDIR_FD_MEMBER_NAME=d_fd conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22138: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | /* end confdefs.h. */ | | #include | #include | int | main () | { | DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; | ; | return 0; | } configure:22138: gcc -std=gnu11 -c -g -O2 -DDIR_FD_MEMBER_NAME=dd_fd conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22138: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | /* end confdefs.h. */ | | #include | #include | int | main () | { | DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; | ; | return 0; | } configure:22152: result: no_such_member configure:22185: checking whether // is distinct from / configure:22214: result: no configure:22362: checking absolute name of configure:22405: result: "///usr/include/fcntl.h" configure:22430: checking whether fcntl is declared without a macro configure:22448: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef fcntl | (void) fcntl; | ; | return 0; | } configure:22456: result: no configure:22430: checking whether openat is declared without a macro configure:22448: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef openat | (void) openat; | ; | return 0; | } configure:22456: result: no configure:22519: checking whether conversion from 'int' to 'long double' works configure:22560: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22560: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | /* end confdefs.h. */ | | int i = -1; | volatile long double ld; | int main () | { | ld += i * 1.0L; | if (ld > 0) | return 1; | return 0; | } configure:22571: result: no configure:22592: checking absolute name of configure:22635: result: "///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h" configure:22710: checking for struct flock.l_type configure:22710: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22710: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct flock ac_aggr; | if (ac_aggr.l_type) | return 0; | ; | return 0; | } configure:22710: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22710: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | /* end confdefs.h. */ | #include | | int | main () | { | static struct flock ac_aggr; | if (sizeof ac_aggr.l_type) | return 0; | ; | return 0; | } configure:22710: result: no configure:22940: checking whether __func__ is available configure:22956: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:22956: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | /* end confdefs.h. */ | | int | main () | { | const char *str = __func__; | ; | return 0; | } configure:22963: result: no configure:22972: checking how to do getaddrinfo, freeaddrinfo and getnameinfo configure:22977: checking for library containing getaddrinfo configure:23008: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23008: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo (); | int | main () | { | return getaddrinfo (); | ; | return 0; | } configure:23008: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lsocket >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23008: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo (); | int | main () | { | return getaddrinfo (); | ; | return 0; | } configure:23008: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnetwork >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23008: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo (); | int | main () | { | return getaddrinfo (); | ; | return 0; | } configure:23008: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnet >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23008: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo (); | int | main () | { | return getaddrinfo (); | ; | return 0; | } configure:23025: result: no configure:23038: checking for getaddrinfo configure:23064: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23064: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #include | | int | main () | { | getaddrinfo("", "", NULL, NULL); | ; | return 0; | } configure:23072: result: no configure:23075: checking for getaddrinfo in ws2tcpip.h and -lws2_32 configure:23100: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lws2_32 >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23100: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | #ifdef HAVE_WS2TCPIP_H | #include | #endif | #include | | int | main () | { | getaddrinfo(NULL, NULL, NULL, NULL); | ; | return 0; | } configure:23108: result: no configure:23121: checking whether gai_strerror is declared configure:23121: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23121: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | #include | | | int | main () | { | #ifndef gai_strerror | #ifdef __cplusplus | (void) gai_strerror; | #else | (void) gai_strerror; | #endif | #endif | | ; | return 0; | } configure:23121: result: no configure:23219: checking for struct sockaddr.sa_len configure:23219: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23219: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | /* end confdefs.h. */ | | #include | #include | | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:23219: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23219: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | /* end confdefs.h. */ | | #include | #include | | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:23219: result: no configure:23236: checking whether getaddrinfo is declared configure:23236: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23236: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | #ifndef getaddrinfo | #ifdef __cplusplus | (void) getaddrinfo; | #else | (void) getaddrinfo; | #endif | #endif | | ; | return 0; | } configure:23236: result: no configure:23261: checking whether freeaddrinfo is declared configure:23261: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23261: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | #ifndef freeaddrinfo | #ifdef __cplusplus | (void) freeaddrinfo; | #else | (void) freeaddrinfo; | #endif | #endif | | ; | return 0; | } configure:23261: result: no configure:23286: checking whether getnameinfo is declared configure:23286: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23286: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | #ifndef getnameinfo | #ifdef __cplusplus | (void) getnameinfo; | #else | (void) getnameinfo; | #endif | #endif | | ; | return 0; | } configure:23286: result: no configure:23325: checking for struct addrinfo configure:23325: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23325: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | /* end confdefs.h. */ | | #include | #ifdef HAVE_SYS_SOCKET_H | #include | #endif | #ifdef HAVE_NETDB_H | #include | #endif | #ifdef HAVE_WS2TCPIP_H | #include | #endif | | | int | main () | { | if (sizeof (struct addrinfo)) | return 0; | ; | return 0; | } configure:23325: result: no configure:23694: checking sys/timeb.h usability configure:23694: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23694: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | /* 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:23694: result: no configure:23694: checking sys/timeb.h presence configure:23694: /lib/cpp conftest.c configure:23694: $? = 0 configure:23694: result: yes configure:23694: WARNING: sys/timeb.h: present but cannot be compiled configure:23694: WARNING: sys/timeb.h: check for missing prerequisite headers? configure:23694: WARNING: sys/timeb.h: see the Autoconf documentation configure:23694: WARNING: sys/timeb.h: section "Present But Cannot Be Compiled" configure:23694: WARNING: sys/timeb.h: proceeding with the compiler's result configure:23694: checking for sys/timeb.h configure:23694: result: no configure:23706: checking for _ftime configure:23706: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:23706: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | /* end confdefs.h. */ | /* Define _ftime to an innocuous variant, in case declares _ftime. | For example, HP-UX 11i declares gettimeofday. */ | #define _ftime innocuous__ftime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _ftime (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _ftime | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char _ftime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub__ftime || defined __stub____ftime | choke me | #endif | | int | main () | { | return _ftime (); | ; | return 0; | } configure:23706: result: no configure:23766: checking absolute name of configure:23815: result: configure:24205: checking for winsock2.h configure:24205: result: no configure:24247: checking for library containing inet_ntop configure:24295: result: no configure:24304: checking for inet_ntop configure:24304: result: no configure:24327: checking whether inet_ntop is declared configure:24327: result: no configure:24390: checking for winsock2.h configure:24390: result: no configure:24432: checking for library containing inet_pton configure:24463: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24463: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_pton (); | int | main () | { | return inet_pton (); | ; | return 0; | } configure:24463: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lnsl >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24463: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_pton (); | int | main () | { | return inet_pton (); | ; | return 0; | } configure:24463: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lresolv >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24463: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_pton (); | int | main () | { | return inet_pton (); | ; | return 0; | } configure:24480: result: no configure:24489: checking for inet_pton configure:24489: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24489: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | /* Define inet_pton to an innocuous variant, in case declares inet_pton. | For example, HP-UX 11i declares gettimeofday. */ | #define inet_pton innocuous_inet_pton | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char inet_pton (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef inet_pton | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_pton (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_inet_pton || defined __stub___inet_pton | choke me | #endif | | int | main () | { | return inet_pton (); | ; | return 0; | } configure:24489: result: no configure:24512: checking whether inet_pton is declared configure:24512: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24512: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | /* end confdefs.h. */ | #include | #if HAVE_NETDB_H | # include | #endif | | | int | main () | { | #ifndef inet_pton | #ifdef __cplusplus | (void) inet_pton; | #else | (void) inet_pton; | #endif | #endif | | ; | return 0; | } configure:24512: result: no configure:24562: checking whether isfinite is declared configure:24562: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24562: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | /* end confdefs.h. */ | #include | | int | main () | { | #ifndef isfinite | #ifdef __cplusplus | (void) isfinite; | #else | (void) isfinite; | #endif | #endif | | ; | return 0; | } configure:24562: result: no configure:24780: checking whether isinf is declared configure:24780: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:24780: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | /* end confdefs.h. */ | #include | #ifndef isinf | #error "isinf must be a macro, not a function" | #endif | | | int | main () | { | #ifndef isinf | #ifdef __cplusplus | (void) isinf; | #else | (void) isinf; | #endif | #endif | | ; | return 0; | } configure:24780: result: no configure:25010: checking whether isnan macro works configure:25031: result: no configure:25057: checking whether isnan(double) can be used without linking with libm configure:25091: result: no configure:25096: checking whether isnan(double) can be used with libm configure:25133: result: no configure:25186: checking whether isnan(float) can be used without linking with libm configure:25220: result: no configure:25225: checking whether isnan(float) can be used with libm configure:25262: result: no configure:25387: checking where to find the exponent in a 'float' configure:25476: result: unknown configure:25516: checking whether isnan(long double) can be used without linking with libm configure:25550: result: no configure:25555: checking whether isnan(long double) can be used with libm configure:25592: result: no configure:25773: checking where to find the exponent in a 'long double' configure:25853: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:25853: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | /* end confdefs.h. */ | | #include | #include | #include | #include | #define NWORDS ((sizeof (long double) + sizeof (unsigned int) - 1) / sizeof (unsigned int)) | typedef union { long double value; unsigned int word[NWORDS]; } | memory_long_double; | static unsigned int ored_words[NWORDS]; | static unsigned int anded_words[NWORDS]; | static void add_to_ored_words (long double x) | { | memory_long_double m; | size_t i; | /* Clear it first, in case | sizeof (long double) < sizeof (memory_long_double). */ | memset (&m, 0, sizeof (memory_long_double)); | m.value = x; | for (i = 0; i < NWORDS; i++) | { | ored_words[i] |= m.word[i]; | anded_words[i] &= m.word[i]; | } | } | int main () | { | size_t j; | FILE *fp = fopen ("conftest.out", "w"); | if (fp == NULL) | return 1; | for (j = 0; j < NWORDS; j++) | anded_words[j] = ~ (unsigned int) 0; | add_to_ored_words (0.25L); | add_to_ored_words (0.5L); | add_to_ored_words (1.0L); | add_to_ored_words (2.0L); | add_to_ored_words (4.0L); | /* Remove bits that are common (e.g. if representation of the first mantissa | bit is explicit). */ | for (j = 0; j < NWORDS; j++) | ored_words[j] &= ~anded_words[j]; | /* Now find the nonzero word. */ | for (j = 0; j < NWORDS; j++) | if (ored_words[j] != 0) | break; | if (j < NWORDS) | { | size_t i; | for (i = j + 1; i < NWORDS; i++) | if (ored_words[i] != 0) | { | fprintf (fp, "unknown"); | return (fclose (fp) != 0); | } | for (i = 0; ; i++) | if ((ored_words[j] >> i) & 1) | { | fprintf (fp, "word %d bit %d", (int) j, (int) i); | return (fclose (fp) != 0); | } | } | fprintf (fp, "unknown"); | return (fclose (fp) != 0); | } | configure:25865: result: unknown configure:25919: checking absolute name of configure:25968: result: configure:26129: checking whether nl_langinfo is declared without a macro configure:26147: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26147: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | /* end confdefs.h. */ | #include | | int | main () | { | #undef nl_langinfo | (void) nl_langinfo; | ; | return 0; | } configure:26155: result: no configure:26172: checking whether ldexp() can be used with libm configure:26196: gcc -std=gnu11 -o conftest -g -O2 conftest.c -lm >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include | double (*funcptr) (double, int) = ldexp; | double x; | int | main () | { | return ldexp (x, -1) > 0; | ; | return 0; | } configure:26206: result: no configure:26219: checking if LD -Wl,--version-script works configure:26239: gcc -std=gnu11 -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26239: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:26262: gcc -std=gnu11 -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26262: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:26273: result: no configure:26292: checking whether the -Werror option is usable configure:26311: gcc -std=gnu11 -c -g -O2 -Werror conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26311: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:26320: result: no configure:26322: checking for simple visibility declarations configure:26349: gcc -std=gnu11 -c -g -O2 -fvisibility=hidden conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26349: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | /* end confdefs.h. */ | extern __attribute__((__visibility__("hidden"))) int hiddenvar; | extern __attribute__((__visibility__("default"))) int exportedvar; | extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); | extern __attribute__((__visibility__("default"))) int exportedfunc (void); | void dummyfunc (void) {} | | int | main () | { | | ; | return 0; | } configure:26358: result: no configure:26527: checking whether locale.h conforms to POSIX:2001 configure:26552: result: no configure:26596: checking whether struct lconv is properly defined configure:26623: result: no configure:26640: checking absolute name of configure:26683: result: "///usr/include/locale.h" configure:26704: checking whether setlocale is declared without a macro configure:26734: result: no configure:26704: checking whether duplocale is declared without a macro configure:26734: result: no configure:26764: checking for log1p configure:26764: gcc -std=gnu11 -o conftest -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:26764: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | /* end confdefs.h. */ | /* Define log1p to an innocuous variant, in case declares log1p. | For example, HP-UX 11i declares gettimeofday. */ | #define log1p innocuous_log1p | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char log1p (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef log1p | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char log1p (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_log1p || defined __stub___log1p | choke me | #endif | | int | main () | { | return log1p (); | ; | return 0; | } configure:26764: result: no configure:26875: checking for stdlib.h configure:26875: result: no configure:26885: checking for GNU libc compatible malloc configure:26932: result: no configure:27021: checking absolute name of configure:27070: result: configure:27088: checking whether NAN macro works configure:27111: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27111: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | /* Solaris 10 has a broken definition of NAN. Other platforms | fail to provide NAN, or provide it only in C99 mode; this | test only needs to fail when NAN is provided but wrong. */ | float f = 1.0f; | #ifdef NAN | f = NAN; | #endif | return f == 0; | ; | return 0; | } configure:27118: result: no configure:27123: checking whether HUGE_VAL works configure:27141: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27141: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | /* Solaris 10 has a broken definition of HUGE_VAL. */ | double d = HUGE_VAL; | return d == 0; | ; | return 0; | } configure:27148: result: no configure:27157: checking whether acosf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef acosf | (void) acosf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether acosl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef acosl | (void) acosl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether asinf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef asinf | (void) asinf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether asinl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef asinl | (void) asinl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether atanf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef atanf | (void) atanf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether atanl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef atanl | (void) atanl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether cbrt is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef cbrt | (void) cbrt; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether cbrtf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef cbrtf | (void) cbrtf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether cbrtl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef cbrtl | (void) cbrtl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ceilf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ceilf | (void) ceilf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ceill is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ceill | (void) ceill; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether copysign is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef copysign | (void) copysign; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether copysignf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef copysignf | (void) copysignf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether copysignl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef copysignl | (void) copysignl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether cosf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef cosf | (void) cosf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether cosl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef cosl | (void) cosl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether coshf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef coshf | (void) coshf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether expf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef expf | (void) expf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether expl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef expl | (void) expl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether exp2 is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef exp2 | (void) exp2; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether exp2f is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef exp2f | (void) exp2f; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether exp2l is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef exp2l | (void) exp2l; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether expm1 is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef expm1 | (void) expm1; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether expm1f is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef expm1f | (void) expm1f; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether expm1l is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef expm1l | (void) expm1l; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fabsf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fabsf | (void) fabsf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fabsl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fabsl | (void) fabsl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether floorf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef floorf | (void) floorf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether floorl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef floorl | (void) floorl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fma is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fma | (void) fma; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fmaf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fmaf | (void) fmaf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fmal is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fmal | (void) fmal; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fmod is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fmod | (void) fmod; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fmodf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fmodf | (void) fmodf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether fmodl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef fmodl | (void) fmodl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether frexpf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef frexpf | (void) frexpf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether frexpl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef frexpl | (void) frexpl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether hypotf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef hypotf | (void) hypotf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether hypotl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef hypotl | (void) hypotl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ilogb is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ilogb | (void) ilogb; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ilogbf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ilogbf | (void) ilogbf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ilogbl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ilogbl | (void) ilogbl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ldexpf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ldexpf | (void) ldexpf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether ldexpl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef ldexpl | (void) ldexpl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log | (void) log; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether logf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef logf | (void) logf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether logl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef logl | (void) logl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log10 is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log10 | (void) log10; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log10f is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log10f | (void) log10f; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log10l is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log10l | (void) log10l; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log1p is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log1p | (void) log1p; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log1pf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log1pf | (void) log1pf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log1pl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log1pl | (void) log1pl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log2 is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log2 | (void) log2; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log2f is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log2f | (void) log2f; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether log2l is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef log2l | (void) log2l; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether logb is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef logb | (void) logb; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether logbf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef logbf | (void) logbf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether logbl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef logbl | (void) logbl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether modf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef modf | (void) modf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether modff is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef modff | (void) modff; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether modfl is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef modfl | (void) modfl; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether powf is declared without a macro configure:27174: gcc -std=gnu11 -c -g -O2 conftest.c >&5 cc1: error: unrecognized command line option "-std=gnu11" configure:27174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.2.4" | #define PACKAGE_STRING "GNU Guile 2.2.4" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 | #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 | #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 | #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 | #define __STDC_WANT_LIB_EXT2__ 1 | #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define size_t unsigned int | #define C_ALLOCA 1 | #define STACK_DIRECTION -1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define pid_t int | #define mode_t int | #define HAVE_DECL_ALARM 0 | #define STAT_MACROS_BROKEN 1 | #define nlink_t int | #define restrict /**/ | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_GETLOGIN 0 | #define ICONV_CONST | #define WORDS_BIGENDIAN 1 | #define HAVE_DECL_GETC_UNLOCKED 0 | #define MALLOC_0_IS_NONNULL 0 | #define PROMOTED_MODE_T mode_t | #ifndef __cplusplus | #define inline | #endif | #define mbstate_t int | #define ssize_t int | #define HAVE_DECL_SETENV 0 | #define BITSIZEOF_PTRDIFF_T 0 | #define BITSIZEOF_SIZE_T 0 | #define BITSIZEOF_SIG_ATOMIC_T 0 | #define BITSIZEOF_WCHAR_T 0 | #define BITSIZEOF_WINT_T 0 | #define PTRDIFF_T_SUFFIX | #define SIZE_T_SUFFIX | #define SIG_ATOMIC_T_SUFFIX | #define WCHAR_T_SUFFIX | #define WINT_T_SUFFIX | #define TM_IN_SYS_TIME 1 | #define HAVE_DECL_TZNAME 0 | #define HAVE_DECL_VSNPRINTF 0 | #define HAVE_DECL_SNPRINTF 0 | #define HAVE_DECL_STRDUP 0 | #define HAVE_DECL_UNSETENV 0 | #define intmax_t long | #define HAVE_DECL__SNPRINTF 0 | #define GNULIB_TEST_ACCEPT 1 | #define GNULIB_TEST_ACCEPT4 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_DECL_DIRFD 0 | #define GNULIB_TEST_DIRFD 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define GNULIB_TEST_FLOOR 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define __func__ "" | #define HAVE_DECL_GAI_STRERROR 0 | #define HAVE_DECL_GETADDRINFO 0 | #define HAVE_DECL_FREEADDRINFO 0 | #define HAVE_DECL_GETNAMEINFO 0 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_TIMEZONE void | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 0 | #define HAVE_DECL_INET_PTON 0 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define GNULIB_TEST_ISNANF 1 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_MALLOC_GNU 0 | #define GNULIB_MALLOC_GNU 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include | int | main () | { | #undef powf | (void) powf; | ; | return 0; | } configure:27182: result: no configure:27157: checking whether remainder is declared without a macro configure:27174: gcc -st