unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Problem when compile guile-2.2.4 on CentOS 6.10/6.8
@ 2018-09-02  5:02 An Liu
  2018-09-04 19:50 ` Alex Vong
  0 siblings, 1 reply; 6+ messages in thread
From: An Liu @ 2018-09-02  5:02 UTC (permalink / raw)
  To: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

Hi, List

I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed

- why guile-2.2.4?
I want to try artanis which requires guile-2.2+, and yum repos only
have guile-1.8, so i decide to compile install myself

- CentOS release
# cat /etc/centos-release
 CentOS release 6.10 (Final)
# uname -a
Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux

- guile release
# curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz

- configure error
# ./configure --prefix=/opt/guile-2.2.4
...
checking whether sigpending is declared without a macro... no
checking whether sigprocmask is declared without a macro... no
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a
type to use in place of socklen_t


it stops at socklen_t, as config_log attached

I've no idea of this as /usr/include/sys/socket.h exists there and
socklen_t should have be defined.

I've google for this error but hardly got any solutions.
Any suggestion on this?  I don't think trying to modify the
"sys/socket.h" is a good idea.

or is there guile-2.2+ rpm release for centos 6

BTW, how long would it take for me to build guile from source code (i7
6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
take quite a long time even seem like halt.

Thank you in advance.

[-- Attachment #2: config_log --]
[-- Type: application/octet-stream, Size: 29720 bytes --]

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to enable C11 support... -std=gnu11
checking how to run the C preprocessor... /lib/cpp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... no
checking for sys/types.h... no
checking for sys/stat.h... no
checking for stdlib.h... no
checking for string.h... no
checking for memory.h... no
checking for strings.h... no
checking for inttypes.h... no
checking for stdint.h... no
checking for unistd.h... no
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for ar... (cached) ar
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... unknown
checking for _LARGE_FILES value needed for large files... unknown
configure: autobuild project... GNU Guile
configure: autobuild revision... 2.2.4
configure: autobuild hostname... psn008
configure: autobuild timestamp... 20180902T044522Z
checking how to run the C preprocessor... /lib/cpp
checking for a sed that does not truncate output... /bin/sed
checking for gawk... (cached) gawk
checking whether ln -s works... yes
checking the archiver (ar) interface... (cached) ar
checking for sys/socket.h... no
checking for arpa/inet.h... no
checking for features.h... no
checking for sys/param.h... no
checking for dirent.h... no
checking for xlocale.h... no
checking for unistd.h... (cached) no
checking for sys/stat.h... (cached) no
checking for netdb.h... no
checking for netinet/in.h... no
checking for sys/time.h... no
checking for iconv.h... no
checking for langinfo.h... no
checking for limits.h... no
checking for math.h... no
checking for poll.h... no
checking for sys/ioctl.h... no
checking for sys/filio.h... no
checking for malloc.h... no
checking for sys/select.h... no
checking for wchar.h... no
checking for stdint.h... (cached) no
checking for sys/file.h... no
checking for sys/times.h... no
checking for sys/uio.h... no
checking for sys/mman.h... no
checking for wctype.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking whether the preprocessor supports include_next... no
checking whether system header files limit the line length... no
checking whether <sys/socket.h> is self-contained... no
checking absolute name of <sys/socket.h>... <sys/socket.h>
checking for struct sockaddr_storage... no
checking for sa_family_t... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking whether socket is declared without a macro... no
checking whether connect is declared without a macro... no
checking whether accept is declared without a macro... no
checking whether bind is declared without a macro... no
checking whether getpeername is declared without a macro... no
checking whether getsockname is declared without a macro... no
checking whether getsockopt is declared without a macro... no
checking whether listen is declared without a macro... no
checking whether recv is declared without a macro... no
checking whether send is declared without a macro... no
checking whether recvfrom is declared without a macro... no
checking whether sendto is declared without a macro... no
checking whether setsockopt is declared without a macro... no
checking whether shutdown is declared without a macro... no
checking whether accept4 is declared without a macro... no
checking for accept4... no
checking for canonicalize_file_name... no
checking for getcwd... no
checking for readlink... no
checking for realpath... no
checking for _set_invalid_parameter_handler... no
checking for duplocale... no
checking for symlink... no
checking for flock... no
checking for fcntl... no
checking for fsync... no
checking for getlogin... no
checking for gettimeofday... no
checking for link... no
checking for lstat... no
checking for mkostemp... no
checking for nl_langinfo... no
checking for pipe... no
checking for pipe2... no
checking for isblank... no
checking for iswctype... no
checking for setenv... no
checking for tzset... no
checking for times... no
checking for snprintf... no
checking for btowc... no
checking for mbsinit... no
checking for mbrtowc... no
checking for mprotect... no
checking for secure_getenv... no
checking for getuid... no
checking for geteuid... no
checking for getgid... no
checking for getegid... no
checking for strdup... no
checking for localtime_r... no
checking for timegm... no
checking for vasnprintf... no
checking for wcrtomb... no
checking for iswcntrl... no
checking for size_t... no
checking for working alloca.h... no
checking for alloca... no
checking whether `alloca.c' needs Cray hooks... no
checking stack direction for C alloca... -1
checking whether // is distinct from /... no
checking whether realpath works... no
checking for wchar_t... no
checking for max_align_t... no
checking whether NULL can be used in arbitrary expressions... no
checking absolute name of <stddef.h>... "///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h"
checking whether locale.h conforms to POSIX:2001... no
checking whether struct lconv is properly defined... no
checking absolute name of <locale.h>... "///usr/include/locale.h"
checking whether setlocale is declared without a macro... no
checking whether duplocale is declared without a macro... no
checking if environ is properly declared... yes
checking for complete errno.h... yes
checking for working fcntl.h... no
checking for pid_t... no
checking for mode_t... no
checking whether frexp() can be used without linking with libm... no
checking whether alarm is declared... no
checking whether frexp() can be used with libm... no
checking whether stat file-mode macros are broken... yes
checking absolute name of <sys/stat.h>... <sys/stat.h>
checking for nlink_t... no
checking whether fchmodat is declared without a macro... no
checking whether fstat is declared without a macro... no
checking whether fstatat is declared without a macro... no
checking whether futimens is declared without a macro... no
checking whether lchmod is declared without a macro... no
checking whether lstat is declared without a macro... no
checking whether mkdirat is declared without a macro... no
checking whether mkfifo is declared without a macro... no
checking whether mkfifoat is declared without a macro... no
checking whether mknod is declared without a macro... no
checking whether mknodat is declared without a macro... no
checking whether stat is declared without a macro... no
checking whether utimensat is declared without a macro... no
checking absolute name of <netdb.h>... <netdb.h>
checking whether getaddrinfo is declared without a macro... no
checking whether freeaddrinfo is declared without a macro... no
checking whether gai_strerror is declared without a macro... no
checking whether getnameinfo is declared without a macro... no
checking for library containing gethostbyname... no
checking for gethostbyname... no
checking for gethostbyname in winsock2.h and -lws2_32... no
checking for library containing getservbyname... no
checking for getservbyname... no
checking for getservbyname in winsock2.h and -lws2_32... no
checking for C/C++ restrict keyword... no
checking for winsock2.h... (cached) no
checking for library containing inet_ntop... no
checking for inet_ntop... no
checking whether inet_ntop is declared... no
checking for IPv4 sockets... no
checking for IPv6 sockets... no
checking whether getlogin is declared... no
checking absolute name of <sys/time.h>... <sys/time.h>
checking for winsock2.h... (cached) no
checking for struct timeval... no
checking whether gettimeofday is declared without a macro... no
checking for ld used by gcc -std=gnu11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... no, consider installing GNU libiconv
checking whether byte ordering is bigendian... yes
checking whether long double and double are the same... no
checking where to find the exponent in a 'float'... unknown
checking whether isnan(float) can be used without linking with libm... no
checking whether isnan(float) can be used with libm... no
checking whether isnan(double) can be used without linking with libm... no
checking whether isnan(double) can be used with libm... no
checking whether isnan(long double) can be used without linking with libm... no
checking whether isnan(long double) can be used with libm... no
checking where to find the exponent in a 'double'... unknown
checking whether ldexp() can be used without linking with libm... no
checking for libunistring... no, consider installing GNU libunistring
checking absolute name of <limits.h>... <limits.h>
checking whether limits.h has ULLONG_WIDTH etc.... no
checking for nl_langinfo and CODESET... no
checking whether getc_unlocked is declared... no
checking whether we are using the GNU C Library >= 2.1 or uClibc... yes
checking whether pow can be used without linking with libm... no
checking whether pow can be used with libm... no
checking whether log works... no
checking whether lstat correctly handles trailing slash... no
checking whether malloc, realloc, calloc are POSIX compliant... no
checking for stdlib.h... (cached) no
checking for GNU libc compatible malloc... no
checking for unsigned long long int... no
checking for long long int... no
checking for promoted mode_t type... mode_t
checking absolute name of <poll.h>... <poll.h>
checking whether poll is declared without a macro... no
checking for inline... no
checking for winsock2.h... (cached) no
checking for library containing setsockopt... none needed
checking for mbstate_t... no
checking for ssize_t... no
checking whether <sys/select.h> is self-contained... no
checking absolute name of <sys/select.h>... <sys/select.h>
checking for winsock2.h... (cached) no
checking whether pselect is declared without a macro... no
checking whether select is declared without a macro... no
checking whether setenv is declared... no
checking search.h usability... no
checking search.h presence... yes
configure: WARNING: search.h: present but cannot be compiled
configure: WARNING: search.h:     check for missing prerequisite headers?
configure: WARNING: search.h: see the Autoconf documentation
configure: WARNING: search.h:     section "Present But Cannot Be Compiled"
configure: WARNING: search.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for search.h... no
checking for tsearch... no
checking for sigset_t... no
checking for uid_t in sys/types.h... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... no
checking for wint_t... no
checking absolute name of <stdint.h>... <stdint.h>
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/bitypes.h usability... no
checking sys/bitypes.h presence... yes
configure: WARNING: sys/bitypes.h: present but cannot be compiled
configure: WARNING: sys/bitypes.h:     check for missing prerequisite headers?
configure: WARNING: sys/bitypes.h: see the Autoconf documentation
configure: WARNING: sys/bitypes.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/bitypes.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for sys/bitypes.h... no
checking for bit size of ptrdiff_t... unknown
checking for bit size of size_t... unknown
checking for bit size of sig_atomic_t... unknown
checking for bit size of wchar_t... unknown
checking for bit size of wint_t... unknown
checking whether sig_atomic_t is signed... no
checking whether wchar_t is signed... no
checking whether wint_t is signed... no
checking for ptrdiff_t integer literal suffix... no
checking for size_t integer literal suffix... no
checking for sig_atomic_t integer literal suffix... no
checking for wchar_t integer literal suffix... no
checking for wint_t integer literal suffix... no
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking for struct tm.tm_zone... no
checking whether tzname is declared... no
checking for tzname... no
checking for struct tm.tm_gmtoff... no
checking absolute name of <string.h>... "///usr/include/string.h"
checking whether ffsl is declared without a macro... no
checking whether ffsll is declared without a macro... no
checking whether memmem is declared without a macro... no
checking whether mempcpy is declared without a macro... no
checking whether memrchr is declared without a macro... no
checking whether rawmemchr is declared without a macro... no
checking whether stpcpy is declared without a macro... no
checking whether stpncpy is declared without a macro... no
checking whether strchrnul is declared without a macro... no
checking whether strdup is declared without a macro... no
checking whether strncat is declared without a macro... no
checking whether strndup is declared without a macro... no
checking whether strnlen is declared without a macro... no
checking whether strpbrk is declared without a macro... no
checking whether strsep is declared without a macro... no
checking whether strcasestr is declared without a macro... no
checking whether strtok_r is declared without a macro... no
checking whether strerror_r is declared without a macro... no
checking whether strsignal is declared without a macro... no
checking whether strverscmp is declared without a macro... no
checking absolute name of <sys/types.h>... "///usr/include/sys/types.h"
checking for struct timespec in <time.h>... no
checking for struct timespec in <sys/time.h>... no
checking for struct timespec in <pthread.h>... no
checking for struct timespec in <unistd.h>... no
checking absolute name of <time.h>... "///usr/include/time.h"
checking whether snprintf returns a byte count as in C99... no
checking whether vsnprintf is declared... no
checking whether <wchar.h> uses 'inline' correctly... yes
checking for a traditional french locale... 
checking for a traditional japanese locale... 
checking for a transitional chinese locale... none
checking for a french Unicode locale... 
checking for mmap... no
checking whether memchr works... no
checking whether time_t is signed... no
checking whether snprintf is declared... no
checking whether strdup is declared... no
checking whether unsetenv is declared... no
checking for inttypes.h... no
checking for stdint.h... no
checking for intmax_t... no
checking for snprintf... (cached) no
checking for strnlen... no
checking for wcslen... no
checking for wcsnlen... no
checking for mbrtowc... (cached) no
checking for wcrtomb... (cached) no
checking whether _snprintf is declared... no
checking absolute name of <arpa/inet.h>... <arpa/inet.h>
checking whether inet_ntop is declared without a macro... no
checking whether inet_pton is declared without a macro... no
checking byteswap.h usability... no
checking byteswap.h presence... yes
configure: WARNING: byteswap.h: present but cannot be compiled
configure: WARNING: byteswap.h:     check for missing prerequisite headers?
configure: WARNING: byteswap.h: see the Autoconf documentation
configure: WARNING: byteswap.h:     section "Present But Cannot Be Compiled"
configure: WARNING: byteswap.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for byteswap.h... no
checking for library containing clock_gettime... no
checking for clock_gettime... no
checking for clock_settime... no
checking for clock_getcpuclockid... no
checking for winsock2.h... (cached) no
checking whether copysign can be used without linking with libm... no
checking whether copysign can be used with libm... no
checking absolute name of <dirent.h>... <dirent.h>
checking whether alphasort is declared without a macro... no
checking whether closedir is declared without a macro... no
checking whether dirfd is declared without a macro... no
checking whether fdopendir is declared without a macro... no
checking whether opendir is declared without a macro... no
checking whether readdir is declared without a macro... no
checking whether rewinddir is declared without a macro... no
checking whether scandir is declared without a macro... no
checking for dirfd... no
checking whether dirfd is declared... no
checking whether dirfd is a macro... no
checking how to get the file descriptor associated with an open DIR*... no_such_member
checking whether // is distinct from /... (cached) no
checking absolute name of <fcntl.h>... "///usr/include/fcntl.h"
checking whether fcntl is declared without a macro... no
checking whether openat is declared without a macro... no
checking whether conversion from 'int' to 'long double' works... no
checking absolute name of <float.h>... "///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h"
checking for struct flock.l_type... no
checking whether __func__ is available... no
checking how to do getaddrinfo, freeaddrinfo and getnameinfo... checking for library containing getaddrinfo... no
checking for getaddrinfo... no
checking for getaddrinfo in ws2tcpip.h and -lws2_32... no
checking whether gai_strerror is declared... no
checking for struct sockaddr.sa_len... no
checking whether getaddrinfo is declared... no
checking whether freeaddrinfo is declared... no
checking whether getnameinfo is declared... no
checking for struct addrinfo... no
checking sys/timeb.h usability... no
checking sys/timeb.h presence... yes
configure: WARNING: sys/timeb.h: present but cannot be compiled
configure: WARNING: sys/timeb.h:     check for missing prerequisite headers?
configure: WARNING: sys/timeb.h: see the Autoconf documentation
configure: WARNING: sys/timeb.h:     section "Present But Cannot Be Compiled"
configure: WARNING: sys/timeb.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for sys/timeb.h... no
checking for _ftime... no
checking absolute name of <iconv.h>... <iconv.h>
checking for winsock2.h... (cached) no
checking for library containing inet_ntop... (cached) no
checking for inet_ntop... (cached) no
checking whether inet_ntop is declared... (cached) no
checking for winsock2.h... (cached) no
checking for library containing inet_pton... no
checking for inet_pton... no
checking whether inet_pton is declared... no
checking whether isfinite is declared... no
checking whether isinf is declared... no
checking whether isnan macro works... no
checking whether isnan(double) can be used without linking with libm... (cached) no
checking whether isnan(double) can be used with libm... (cached) no
checking whether isnan(float) can be used without linking with libm... (cached) no
checking whether isnan(float) can be used with libm... (cached) no
checking where to find the exponent in a 'float'... (cached) unknown
checking whether isnan(long double) can be used without linking with libm... (cached) no
checking whether isnan(long double) can be used with libm... (cached) no
checking where to find the exponent in a 'long double'... unknown
checking absolute name of <langinfo.h>... <langinfo.h>
checking whether nl_langinfo is declared without a macro... no
checking whether ldexp() can be used with libm... no
checking if LD -Wl,--version-script works... no
checking whether the -Werror option is usable... no
checking for simple visibility declarations... no
checking whether locale.h conforms to POSIX:2001... (cached) no
checking whether struct lconv is properly defined... (cached) no
checking absolute name of <locale.h>... (cached) "///usr/include/locale.h"
checking whether setlocale is declared without a macro... (cached) no
checking whether duplocale is declared without a macro... (cached) no
checking for log1p... no
checking for stdlib.h... (cached) no
checking for GNU libc compatible malloc... (cached) no
checking absolute name of <math.h>... <math.h>
checking whether NAN macro works... no
checking whether HUGE_VAL works... no
checking whether acosf is declared without a macro... no
checking whether acosl is declared without a macro... no
checking whether asinf is declared without a macro... no
checking whether asinl is declared without a macro... no
checking whether atanf is declared without a macro... no
checking whether atanl is declared without a macro... no
checking whether cbrt is declared without a macro... no
checking whether cbrtf is declared without a macro... no
checking whether cbrtl is declared without a macro... no
checking whether ceilf is declared without a macro... no
checking whether ceill is declared without a macro... no
checking whether copysign is declared without a macro... no
checking whether copysignf is declared without a macro... no
checking whether copysignl is declared without a macro... no
checking whether cosf is declared without a macro... no
checking whether cosl is declared without a macro... no
checking whether coshf is declared without a macro... no
checking whether expf is declared without a macro... no
checking whether expl is declared without a macro... no
checking whether exp2 is declared without a macro... no
checking whether exp2f is declared without a macro... no
checking whether exp2l is declared without a macro... no
checking whether expm1 is declared without a macro... no
checking whether expm1f is declared without a macro... no
checking whether expm1l is declared without a macro... no
checking whether fabsf is declared without a macro... no
checking whether fabsl is declared without a macro... no
checking whether floorf is declared without a macro... no
checking whether floorl is declared without a macro... no
checking whether fma is declared without a macro... no
checking whether fmaf is declared without a macro... no
checking whether fmal is declared without a macro... no
checking whether fmod is declared without a macro... no
checking whether fmodf is declared without a macro... no
checking whether fmodl is declared without a macro... no
checking whether frexpf is declared without a macro... no
checking whether frexpl is declared without a macro... no
checking whether hypotf is declared without a macro... no
checking whether hypotl is declared without a macro... no
checking whether ilogb is declared without a macro... no
checking whether ilogbf is declared without a macro... no
checking whether ilogbl is declared without a macro... no
checking whether ldexpf is declared without a macro... no
checking whether ldexpl is declared without a macro... no
checking whether log is declared without a macro... no
checking whether logf is declared without a macro... no
checking whether logl is declared without a macro... no
checking whether log10 is declared without a macro... no
checking whether log10f is declared without a macro... no
checking whether log10l is declared without a macro... no
checking whether log1p is declared without a macro... no
checking whether log1pf is declared without a macro... no
checking whether log1pl is declared without a macro... no
checking whether log2 is declared without a macro... no
checking whether log2f is declared without a macro... no
checking whether log2l is declared without a macro... no
checking whether logb is declared without a macro... no
checking whether logbf is declared without a macro... no
checking whether logbl is declared without a macro... no
checking whether modf is declared without a macro... no
checking whether modff is declared without a macro... no
checking whether modfl is declared without a macro... no
checking whether powf is declared without a macro... no
checking whether remainder is declared without a macro... no
checking whether remainderf is declared without a macro... no
checking whether remainderl is declared without a macro... no
checking whether rint is declared without a macro... no
checking whether rintf is declared without a macro... no
checking whether rintl is declared without a macro... no
checking whether round is declared without a macro... no
checking whether roundf is declared without a macro... no
checking whether roundl is declared without a macro... no
checking whether sinf is declared without a macro... no
checking whether sinl is declared without a macro... no
checking whether sinhf is declared without a macro... no
checking whether sqrtf is declared without a macro... no
checking whether sqrtl is declared without a macro... no
checking whether tanf is declared without a macro... no
checking whether tanl is declared without a macro... no
checking whether tanhf is declared without a macro... no
checking whether trunc is declared without a macro... no
checking whether truncf is declared without a macro... no
checking whether truncl is declared without a macro... no
checking whether mkdir handles trailing slash... no
checking whether mkdir handles trailing dot... no
checking absolute name of <netdb.h>... (cached) <netdb.h>
checking whether getaddrinfo is declared without a macro... (cached) no
checking whether freeaddrinfo is declared without a macro... (cached) no
checking whether gai_strerror is declared without a macro... (cached) no
checking whether getnameinfo is declared without a macro... (cached) no
checking whether <netinet/in.h> is self-contained... no
checking for netinet/in.h... (cached) no
checking absolute name of <netinet/in.h>... <netinet/in.h>
checking for sys/pstat.h... no
checking for sys/sysmp.h... no
checking for sys/param.h... (cached) no
checking for sys/sysctl.h... no
checking for sched_getaffinity... no
checking for sched_getaffinity_np... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for sysctl... no
checking whether open recognizes a trailing slash... no
checking for poll... (cached) no
checking absolute name of <poll.h>... (cached) <poll.h>
checking whether poll is declared without a macro... (cached) no
checking for putenv compatible with GNU and SVID... no
checking whether _putenv is declared... no
checking for working re_compile_pattern... no
checking libintl.h usability... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h:     check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the compiler's result
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to bug-guile@gnu.org ##
configure: WARNING:     ## -------------------------------- ##
checking for libintl.h... no
checking whether isblank is declared... no
checking whether rename honors trailing slash on destination... no
checking whether rename honors trailing slash on source... no
checking whether rename manages hard links correctly... yes
checking whether rename manages existing destinations correctly... no
checking whether rmdir works... no
checking whether select supports a 0 argument... no
checking whether select detects invalid fds... no
checking absolute name of <signal.h>... "///usr/include/signal.h"
checking for volatile sig_atomic_t... no
checking for sighandler_t... no
checking whether pthread_sigmask is declared without a macro... no
checking whether sigaction is declared without a macro... no
checking whether sigaddset is declared without a macro... no
checking whether sigdelset is declared without a macro... no
checking whether sigemptyset is declared without a macro... no
checking whether sigfillset is declared without a macro... no
checking whether sigismember is declared without a macro... no
checking whether sigpending is declared without a macro... no
checking whether sigprocmask is declared without a macro... no
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem when compile guile-2.2.4 on CentOS 6.10/6.8
  2018-09-02  5:02 Problem when compile guile-2.2.4 on CentOS 6.10/6.8 An Liu
@ 2018-09-04 19:50 ` Alex Vong
  2018-09-05  3:07   ` An Liu
  0 siblings, 1 reply; 6+ messages in thread
From: Alex Vong @ 2018-09-04 19:50 UTC (permalink / raw)
  To: An Liu; +Cc: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1588 bytes --]

Hello An,

Can you also upload the 'config.log' file? As it may contain some hints
on why it is failing.

Cheers,
Alex

An Liu <sourceonly@gmail.com> writes:

> Hi, List
>
> I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed
>
> - why guile-2.2.4?
> I want to try artanis which requires guile-2.2+, and yum repos only
> have guile-1.8, so i decide to compile install myself
>
> - CentOS release
> # cat /etc/centos-release
>  CentOS release 6.10 (Final)
> # uname -a
> Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
> 2018 x86_64 x86_64 x86_64 GNU/Linux
>
> - guile release
> # curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz
>
> - configure error
> # ./configure --prefix=/opt/guile-2.2.4
> ...
> checking whether sigpending is declared without a macro... no
> checking whether sigprocmask is declared without a macro... no
> checking for socklen_t... no
> checking for socklen_t equivalent... configure: error: Cannot find a
> type to use in place of socklen_t
>
>
> it stops at socklen_t, as config_log attached
>
> I've no idea of this as /usr/include/sys/socket.h exists there and
> socklen_t should have be defined.
>
> I've google for this error but hardly got any solutions.
> Any suggestion on this?  I don't think trying to modify the
> "sys/socket.h" is a good idea.
>
> or is there guile-2.2+ rpm release for centos 6
>
> BTW, how long would it take for me to build guile from source code (i7
> 6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
> take quite a long time even seem like halt.
>
> Thank you in advance.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem when compile guile-2.2.4 on CentOS 6.10/6.8
  2018-09-04 19:50 ` Alex Vong
@ 2018-09-05  3:07   ` An Liu
  2018-09-05  6:17     ` An Liu
  0 siblings, 1 reply; 6+ messages in thread
From: An Liu @ 2018-09-05  3:07 UTC (permalink / raw)
  To: alexvong1995; +Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 2862 bytes --]

Hi, Alex
Thank you for the hint

attached is the config.log after run ./configure --prefix=/opt/guile-2.2.4

It seems the version of gcc  is too old to use --std=c11
# gcc -v
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)




i would like to test a higher version gcc , and get back  if i have any updates


On Tue, Sep 4, 2018 at 1:51 PM Alex Vong <alexvong1995@gmail.com> wrote:
>
> Hello An,
>
> Can you also upload the 'config.log' file? As it may contain some hints
> on why it is failing.
>
> Cheers,
> Alex
>
> An Liu <sourceonly@gmail.com> writes:
>
> > Hi, List
> >
> > I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed
> >
> > - why guile-2.2.4?
> > I want to try artanis which requires guile-2.2+, and yum repos only
> > have guile-1.8, so i decide to compile install myself
> >
> > - CentOS release
> > # cat /etc/centos-release
> >  CentOS release 6.10 (Final)
> > # uname -a
> > Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
> > 2018 x86_64 x86_64 x86_64 GNU/Linux
> >
> > - guile release
> > # curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz
> >
> > - configure error
> > # ./configure --prefix=/opt/guile-2.2.4
> > ...
> > checking whether sigpending is declared without a macro... no
> > checking whether sigprocmask is declared without a macro... no
> > checking for socklen_t... no
> > checking for socklen_t equivalent... configure: error: Cannot find a
> > type to use in place of socklen_t
> >
> >
> > it stops at socklen_t, as config_log attached
> >
> > I've no idea of this as /usr/include/sys/socket.h exists there and
> > socklen_t should have be defined.
> >
> > I've google for this error but hardly got any solutions.
> > Any suggestion on this?  I don't think trying to modify the
> > "sys/socket.h" is a good idea.
> >
> > or is there guile-2.2+ rpm release for centos 6
> >
> > BTW, how long would it take for me to build guile from source code (i7
> > 6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
> > take quite a long time even seem like halt.
> >
> > Thank you in advance.



-- 
Liu An

[-- Attachment #2: config.log --]
[-- Type: text/x-log, Size: 1424901 bytes --]

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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <stdarg.h>
| #include <string.h>
| #include <float.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/types.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/stat.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdlib.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <string.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <memory.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <strings.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <inttypes.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <unistd.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| #include <minix/config.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| /* end confdefs.h.  */
| 
| #         define __EXTENSIONS__ 1
|           #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
|   ;
|   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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 <wchar.h>
|           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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 <wchar.h>
|              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 <sys/types.h>
|  /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 <sys/types.h>
|  /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 <sys/types.h>
|  /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __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 <sys/types.h>
|  /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <ac_nonexistent.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/socket.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <arpa/inet.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <features.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/param.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dirent.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <xlocale.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <netdb.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <netinet/in.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/time.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <iconv.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <langinfo.h>
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <limits.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <math.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <poll.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/ioctl.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/filio.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <malloc.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/select.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <wchar.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/file.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/times.h>
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/uio.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/mman.h>
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <wctype.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ws2tcpip.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <ws2tcpip.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <conftest.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <conftest.h>
configure:8166: result: no
configure:8187: checking whether system header files limit the line length
configure:8210: result: no
configure:8358: checking whether <sys/socket.h> 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/socket.h>
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:8383: result: no
configure:8445: checking absolute name of <sys/socket.h>
configure:8494: result: <sys/socket.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <winsock2.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <winsock2.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <sys/types.h>
| #include <sys/socket.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares accept4.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define accept4 innocuous_accept4
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char accept4 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares canonicalize_file_name.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares getcwd.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getcwd innocuous_getcwd
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getcwd (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares readlink.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define readlink innocuous_readlink
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char readlink (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares realpath.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define realpath innocuous_realpath
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char realpath (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares _set_invalid_parameter_handler.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares duplocale.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define duplocale innocuous_duplocale
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char duplocale (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares symlink.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define symlink innocuous_symlink
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char symlink (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares flock.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define flock innocuous_flock
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char flock (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares fcntl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fcntl innocuous_fcntl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fcntl (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares fsync.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define fsync innocuous_fsync
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fsync (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares getlogin.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getlogin innocuous_getlogin
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getlogin (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares gettimeofday.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gettimeofday innocuous_gettimeofday
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gettimeofday (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares link.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define link innocuous_link
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char link (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares lstat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lstat innocuous_lstat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lstat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares mkostemp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mkostemp innocuous_mkostemp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mkostemp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares nl_langinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nl_langinfo innocuous_nl_langinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nl_langinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nl_langinfo
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nl_langinfo ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nl_langinfo || defined __stub___nl_langinfo
| choke me
| #endif
| 
| int
| main ()
| {
| return nl_langinfo ();
|   ;
|   return 0;
| }
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares pipe.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pipe innocuous_pipe
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pipe (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares pipe2.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pipe2 innocuous_pipe2
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pipe2 (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares isblank.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define isblank innocuous_isblank
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char isblank (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares iswctype.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define iswctype innocuous_iswctype
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char iswctype (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares setenv.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define setenv innocuous_setenv
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setenv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares tzset.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define tzset innocuous_tzset
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char tzset (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares times.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define times innocuous_times
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char times (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef times
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char times ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_times || defined __stub___times
| choke me
| #endif
| 
| int
| main ()
| {
| return times ();
|   ;
|   return 0;
| }
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares snprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define snprintf innocuous_snprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char snprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares btowc.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define btowc innocuous_btowc
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char btowc (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares mbsinit.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mbsinit innocuous_mbsinit
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mbsinit (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares mbrtowc.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mbrtowc innocuous_mbrtowc
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mbrtowc (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares mprotect.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mprotect innocuous_mprotect
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mprotect (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares secure_getenv.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares getuid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getuid innocuous_getuid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getuid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares geteuid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define geteuid innocuous_geteuid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char geteuid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares getgid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getgid innocuous_getgid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getgid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares getegid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getegid innocuous_getegid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getegid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares strdup.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strdup innocuous_strdup
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strdup (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares localtime_r.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares timegm.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define timegm innocuous_timegm
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char timegm (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares vasnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasnprintf innocuous_vasnprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares wcrtomb.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define wcrtomb innocuous_wcrtomb
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char wcrtomb (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <limits.h> declares iswcntrl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define iswcntrl innocuous_iswcntrl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char iswcntrl (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (size_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 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 <alloca.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 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 <malloc.h>
| #  define alloca _alloca
| # else
| #  ifdef HAVE_ALLOCA_H
| #   include <alloca.h>
| #  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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X.  */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* 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 <windows.h>
| #include <winerror.h>
| 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 <signal.h>
| #include <unistd.h>
| /* 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 <stdlib.h>
|         #include <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <stddef.h>
|             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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <stddef.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <stddef.h>
|       int test[2 * (sizeof NULL == sizeof (void *)) -1];
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:9647: result: no
configure:9674: checking absolute name of <stddef.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <locale.h>
|             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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <locale.h>
|             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 <locale.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <locale.h>
| /* Some systems provide declarations in a non-standard header.  */
| #if HAVE_XLOCALE_H
| # include <xlocale.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <locale.h>
| /* Some systems provide declarations in a non-standard header.  */
| #if HAVE_XLOCALE_H
| # include <xlocale.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #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 <unistd.h>
|      #endif
|      /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>.  */
|      #include <stdlib.h>
| 
|            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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _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 <sys/types.h>
|            #include <sys/stat.h>
|            #if HAVE_UNISTD_H
|            # include <unistd.h>
|            #else /* on Windows with MSVC */
|            # include <io.h>
|            # include <stdlib.h>
|            # defined sleep(n) _sleep ((n) * 1000)
|            #endif
|            #include <fcntl.h>
|            #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define 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 <math.h>
|              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define 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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define 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 <math.h>
|                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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define 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 <sys/types.h>
| #include <sys/stat.h>
| 
| #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 <sys/stat.h>
configure:10983: result: <sys/stat.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #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 <sys/types.h>
|      #include <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <sys/stat.h>
| 
| int
| main ()
| {
| #undef utimensat
|   (void) utimensat;
|   ;
|   return 0;
| }
configure:11054: result: no
configure:11093: checking absolute name of <netdb.h>
configure:11142: result: <netdb.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <netdb.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <netdb.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <netdb.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <netdb.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <limits.h> declares gethostbyname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gethostbyname innocuous_gethostbyname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gethostbyname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <winsock2.h>
| #endif
| #include <stddef.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <limits.h> declares getservbyname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getservbyname innocuous_getservbyname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getservbyname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 <winsock2.h>
| #endif
| #include <stddef.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #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 <limits.h> declares inet_ntop.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #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 <arpa/inet.h>
|         #if HAVE_NETDB_H
|         # include <netdb.h>
|         #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| #ifdef HAVE_WINSOCK2_H
| #include <winsock2.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef getlogin
| #ifdef __cplusplus
|   (void) getlogin;
| #else
|   (void) getlogin;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:11741: result: no
configure:11791: checking absolute name of <sys/time.h>
configure:11840: result: <sys/time.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/time.h>
|             #endif
|             #include <time.h>
|             #if HAVE_WINSOCK2_H
|             # include <winsock2.h>
|             #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/time.h>
| #endif
| #include <time.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdlib.h>
| #include <iconv.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdlib.h>
| #include <iconv.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| 	     #include <sys/param.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	     /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <float.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <float.h>
| #include <stddef.h>
| #include <stdio.h>
| #include <string.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <float.h>
| #include <stddef.h>
| #include <stdio.h>
| #include <string.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|                            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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <uniconv.h>
| int
| main ()
| {
| u8_strconv_from_locale((char*)0);
|   ;
|   return 0;
| }
configure:15988: result: no, consider installing GNU libunistring
configure:16134: checking absolute name of <limits.h>
configure:16183: result: <limits.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h>
|                           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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <langinfo.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
| 
|              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
| 
|                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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|          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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|          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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|            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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|            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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
|              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdlib.h>
|             #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| 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 <poll.h>
configure:17217: result: <poll.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <poll.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before
|    <wchar.h>.
|    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
|    included before <wchar.h>.  */
| #include <stddef.h>
| #include <stdio.h>
| #include <time.h>
| #include <wchar.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| int
| main ()
| {
| int x = sizeof (ssize_t *) + sizeof (ssize_t);
|             return !x;
|   ;
|   return 0;
| }
configure:17692: result: no
configure:17712: checking whether <sys/select.h> 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/select.h>
| int
| main ()
| {
| struct timeval b;
|   ;
|   return 0;
| }
configure:17791: result: no
configure:17805: checking absolute name of <sys/select.h>
configure:17854: result: <sys/select.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <search.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares tsearch.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define tsearch innocuous_tsearch
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char tsearch (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <signal.h>
|       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
|       #include <sys/types.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdbool.h>
| 
|              #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stdio.h> must be included before
|    <wchar.h>.
|    BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be included
|    before <wchar.h>.  */
| #include <stddef.h>
| #include <stdio.h>
| #include <time.h>
| #include <wchar.h>
|             wint_t foo = (wchar_t)'\0';
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18201: result: no
configure:18313: checking absolute name of <stdint.h>
configure:18362: result: <stdint.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/inttypes.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/inttypes.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
| #include <limits.h>
| static long int longval () { return sizeof (ptrdiff_t) * CHAR_BIT; }
| static unsigned long int ulongval () { return sizeof (ptrdiff_t) * CHAR_BIT; }
| #include <stdio.h>
| #include <stdlib.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
| #include <limits.h>
| static long int longval () { return sizeof (size_t) * CHAR_BIT; }
| static unsigned long int ulongval () { return sizeof (size_t) * CHAR_BIT; }
| #include <stdio.h>
| #include <stdlib.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
| #include <limits.h>
| static long int longval () { return sizeof (sig_atomic_t) * CHAR_BIT; }
| static unsigned long int ulongval () { return sizeof (sig_atomic_t) * CHAR_BIT; }
| #include <stdio.h>
| #include <stdlib.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
| #include <limits.h>
| static long int longval () { return sizeof (wchar_t) * CHAR_BIT; }
| static unsigned long int ulongval () { return sizeof (wchar_t) * CHAR_BIT; }
| #include <stdio.h>
| #include <stdlib.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #endif
| 
| #include <limits.h>
| static long int longval () { return sizeof (wint_t) * CHAR_BIT; }
| static unsigned long int ulongval () { return sizeof (wint_t) * CHAR_BIT; }
| #include <stdio.h>
| #include <stdlib.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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: <stddef.h>, <stdio.h> and <time.h> must be
|      included before <wchar.h>.  */
|   #include <stddef.h>
|   #include <signal.h>
|   #if HAVE_WCHAR_H
|   # include <stdio.h>
|   # include <time.h>
|   # include <wchar.h>
|   #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| #include <time.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| #include <sys/time.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| #include <sys/time.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <time.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <time.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <time.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <time.h>
| 
| 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 <string.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| 
| int
| main ()
| {
| #undef strverscmp
|   (void) strverscmp;
|   ;
|   return 0;
| }
configure:19406: result: no
configure:19448: checking absolute name of <sys/types.h>
configure:19491: result: "///usr/include/sys/types.h"
configure:19541: checking for struct timespec in <time.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <time.h>
| 
| 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 <sys/time.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/time.h>
| 
| 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 <pthread.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <pthread.h>
| 
| 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 <unistd.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <unistd.h>
| 
| int
| main ()
| {
| static struct timespec x; x.tv_sec = x.tv_nsec;
|   ;
|   return 0;
| }
configure:19657: result: no
configure:19684: checking absolute name of <time.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #include <string.h>
| #if HAVE_SNPRINTF
| # define my_snprintf snprintf
| #else
| # include <stdarg.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef vsnprintf
| #ifdef __cplusplus
|   (void) vsnprintf;
| #else
|   (void) vsnprintf;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:19840: result: no
configure:19945: checking whether <wchar.h> 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares mmap.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define mmap innocuous_mmap
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mmap (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef mmap
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char mmap ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_mmap || defined __stub___mmap
| choke me
| #endif
| 
| int
| main ()
| {
| return mmap ();
|   ;
|   return 0;
| }
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <string.h>
| #if HAVE_SYS_MMAN_H
| # include <fcntl.h>
| # include <unistd.h>
| # include <sys/types.h>
| # include <sys/mman.h>
| # 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <time.h>
|                           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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
| #include <inttypes.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
|             #include <stdint.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stddef.h>
| #include <stdlib.h>
| #if HAVE_STDINT_H_WITH_UINTMAX
| #include <stdint.h>
| #endif
| #if HAVE_INTTYPES_H_WITH_UINTMAX
| #include <inttypes.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares strnlen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strnlen innocuous_strnlen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strnlen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strnlen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char strnlen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_strnlen || defined __stub___strnlen
| choke me
| #endif
| 
| int
| main ()
| {
| return strnlen ();
|   ;
|   return 0;
| }
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares wcslen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define wcslen innocuous_wcslen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char wcslen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares wcsnlen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define wcsnlen innocuous_wcsnlen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char wcsnlen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| 
| 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 <arpa/inet.h>
configure:21187: result: <arpa/inet.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/socket.h>
| #endif
| #ifdef __TANDEM
| # include <netdb.h>
| #endif
| #include <arpa/inet.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/socket.h>
| #endif
| #ifdef __TANDEM
| # include <netdb.h>
| #endif
| #include <arpa/inet.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <byteswap.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure: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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares clock_settime.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares clock_getcpuclockid.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
| 
|              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <math.h>
| 
|                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 <dirent.h>
configure:21967: result: <dirent.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <limits.h> declares dirfd.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dirfd innocuous_dirfd
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dirfd (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
|       #include <dirent.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
|            #include <dirent.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <sys/types.h>
|            #include <dirent.h>
| 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 <fcntl.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <fcntl.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <fcntl.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <float.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <fcntl.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 <fcntl.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #include <stddef.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* end confdefs.h.  */
| 
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #include <stddef.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
| #include <stddef.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #define HAVE_DECL_GAI_STRERROR 0
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #define HAVE_DECL_GAI_STRERROR 0
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/socket.h>
| 
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETDB_H
| #include <netdb.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/timeb.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <limits.h> declares _ftime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _ftime innocuous__ftime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _ftime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _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 <iconv.h>
configure:23815: result: <iconv.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <limits.h> declares inet_pton.
|    For example, HP-UX 11i <limits.h> 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 <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <arpa/inet.h>
|         #if HAVE_NETDB_H
|         # include <netdb.h>
|         #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
|       #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <float.h>
| #include <stddef.h>
| #include <stdio.h>
| #include <string.h>
| #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 <langinfo.h>
configure:25968: result: <langinfo.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <langinfo.h>
| 
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
|                              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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <locale.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <limits.h> declares log1p.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define log1p innocuous_log1p
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char log1p (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef 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 <math.h>
configure:27070: result: <math.h>
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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| 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 -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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef remainder
|   (void) remainder;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether remainderf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef remainderf
|   (void) remainderf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether remainderl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef remainderl
|   (void) remainderl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether rint 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef rint
|   (void) rint;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether rintf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef rintf
|   (void) rintf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether rintl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef rintl
|   (void) rintl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether round 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef round
|   (void) round;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether roundf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef roundf
|   (void) roundf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether roundl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef roundl
|   (void) roundl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether sinf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef sinf
|   (void) sinf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether sinl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef sinl
|   (void) sinl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether sinhf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef sinhf
|   (void) sinhf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether sqrtf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef sqrtf
|   (void) sqrtf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether sqrtl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef sqrtl
|   (void) sqrtl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether tanf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef tanf
|   (void) tanf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether tanl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef tanl
|   (void) tanl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether tanhf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef tanhf
|   (void) tanhf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether trunc 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef trunc
|   (void) trunc;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether truncf 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef truncf
|   (void) truncf;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27157: checking whether truncl 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <math.h>
| int
| main ()
| {
| #undef truncl
|   (void) truncl;
|   ;
|   return 0;
| }
configure:27182: result: no
configure:27196: checking whether mkdir handles trailing slash
configure:27225: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27225: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <sys/types.h>
| #       include <sys/stat.h>
| 
| int
| main ()
| {
| return mkdir ("conftest.dir/", 0700);
|   ;
|   return 0;
| }
configure:27238: result: no
configure:27247: checking whether mkdir handles trailing dot
configure:27276: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27276: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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 <sys/types.h>
| #       include <sys/stat.h>
| 
| int
| main ()
| {
| return !mkdir ("conftest.dir/./", 0700);
|   ;
|   return 0;
| }
configure:27289: result: no
configure:27400: checking absolute name of <netdb.h>
configure:27449: result: <netdb.h>
configure:27476: checking whether getaddrinfo is declared without a macro
configure:27501: result: no
configure:27476: checking whether freeaddrinfo is declared without a macro
configure:27501: result: no
configure:27476: checking whether gai_strerror is declared without a macro
configure:27501: result: no
configure:27476: checking whether getnameinfo is declared without a macro
configure:27501: result: no
configure:27514: checking whether <netinet/in.h> is self-contained
configure:27531: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27531: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| /* end confdefs.h.  */
| #include <netinet/in.h>
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:27539: result: no
configure:27547: checking for netinet/in.h
configure:27547: result: no
configure:27569: checking absolute name of <netinet/in.h>
configure:27618: result: <netinet/in.h>
configure:27756: checking for sys/pstat.h
configure:27756: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/pstat.h>
configure:27756: result: no
configure:27756: checking for sys/sysmp.h
configure:27756: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27756: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/sysmp.h>
configure:27756: result: no
configure:27756: checking for sys/param.h
configure:27756: result: no
configure:27769: checking for sys/sysctl.h
configure:27769: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27769: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|      #if HAVE_SYS_PARAM_H
|      # include <sys/param.h>
|      #endif
| 
| 
| #include <sys/sysctl.h>
configure:27769: result: no
configure:27789: checking for sched_getaffinity
configure:27789: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define sched_getaffinity to an innocuous variant, in case <limits.h> declares sched_getaffinity.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sched_getaffinity innocuous_sched_getaffinity
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sched_getaffinity (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sched_getaffinity
| 
| /* 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 sched_getaffinity ();
| /* 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_sched_getaffinity || defined __stub___sched_getaffinity
| choke me
| #endif
| 
| int
| main ()
| {
| return sched_getaffinity ();
|   ;
|   return 0;
| }
configure:27789: result: no
configure:27789: checking for sched_getaffinity_np
configure:27789: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define sched_getaffinity_np to an innocuous variant, in case <limits.h> declares sched_getaffinity_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sched_getaffinity_np innocuous_sched_getaffinity_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sched_getaffinity_np (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sched_getaffinity_np
| 
| /* 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 sched_getaffinity_np ();
| /* 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_sched_getaffinity_np || defined __stub___sched_getaffinity_np
| choke me
| #endif
| 
| int
| main ()
| {
| return sched_getaffinity_np ();
|   ;
|   return 0;
| }
configure:27789: result: no
configure:27789: checking for pstat_getdynamic
configure:27789: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define pstat_getdynamic to an innocuous variant, in case <limits.h> declares pstat_getdynamic.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getdynamic innocuous_pstat_getdynamic
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getdynamic (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pstat_getdynamic
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pstat_getdynamic ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pstat_getdynamic || defined __stub___pstat_getdynamic
| choke me
| #endif
| 
| int
| main ()
| {
| return pstat_getdynamic ();
|   ;
|   return 0;
| }
configure:27789: result: no
configure:27789: checking for sysmp
configure:27789: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define sysmp to an innocuous variant, in case <limits.h> declares sysmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysmp innocuous_sysmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sysmp
| 
| /* 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 sysmp ();
| /* 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_sysmp || defined __stub___sysmp
| choke me
| #endif
| 
| int
| main ()
| {
| return sysmp ();
|   ;
|   return 0;
| }
configure:27789: result: no
configure:27789: checking for sysctl
configure:27789: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27789: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysctl innocuous_sysctl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysctl (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sysctl
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sysctl ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sysctl || defined __stub___sysctl
| choke me
| #endif
| 
| int
| main ()
| {
| return sysctl ();
|   ;
|   return 0;
| }
configure:27789: result: no
configure:27843: checking whether open recognizes a trailing slash
configure:27882: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:27882: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| /* end confdefs.h.  */
| 
| #include <fcntl.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int main ()
| {
|   int result = 0;
| #if HAVE_LSTAT
|   if (open ("conftest.lnk/", O_RDONLY) != -1)
|     result |= 1;
| #endif
|   if (open ("conftest.sl/", O_CREAT, 0600) >= 0)
|     result |= 2;
|   return result;
| }
configure:27894: result: no
configure:28077: checking for poll
configure:28077: result: no
configure:28179: checking absolute name of <poll.h>
configure:28228: result: <poll.h>
configure:28249: checking whether poll is declared without a macro
configure:28274: result: no
configure:28288: checking for putenv compatible with GNU and SVID
configure:28327: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:28327: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
|     /* Put it in env.  */
|     if (putenv ("CONFTEST_putenv=val"))
|       return 1;
| 
|     /* Try to remove it.  */
|     if (putenv ("CONFTEST_putenv"))
|       return 2;
| 
|     /* Make sure it was deleted.  */
|     if (getenv ("CONFTEST_putenv") != 0)
|       return 3;
| 
|     return 0;
| 
|   ;
|   return 0;
| }
configure:28338: result: no
configure:28359: checking whether _putenv is declared
configure:28359: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:28359: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef _putenv
| #ifdef __cplusplus
|   (void) _putenv;
| #else
|   (void) _putenv;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:28359: result: no
configure:28618: checking for working re_compile_pattern
configure:28828: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:28828: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| /* end confdefs.h.  */
| #include <regex.h>
| 
|             #include <locale.h>
|             #include <limits.h>
|             #include <string.h>
| 
|             #if defined M_CHECK_ACTION || HAVE_DECL_ALARM
|             # include <signal.h>
|             # include <unistd.h>
|             #endif
| 
|             #if HAVE_MALLOC_H
|             # include <malloc.h>
|             #endif
| 
|             #ifdef M_CHECK_ACTION
|             /* Exit with distinguishable exit code.  */
|             static void sigabrt_no_core (int sig) { raise (SIGTERM); }
|             #endif
| 
| int
| main ()
| {
| int result = 0;
|             static struct re_pattern_buffer regex;
|             unsigned char folded_chars[UCHAR_MAX + 1];
|             int i;
|             const char *s;
|             struct re_registers regs;
| 
|             /* Some builds of glibc go into an infinite loop on this
|                test.  Use alarm to force death, and mallopt to avoid
|                malloc recursion in diagnosing the corrupted heap. */
| #if HAVE_DECL_ALARM
|             signal (SIGALRM, SIG_DFL);
|             alarm (2);
| #endif
| #ifdef M_CHECK_ACTION
|             signal (SIGABRT, sigabrt_no_core);
|             mallopt (M_CHECK_ACTION, 2);
| #endif
| 
|             if (setlocale (LC_ALL, "en_US.UTF-8"))
|               {
|                 {
|                   /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html
|                      This test needs valgrind to catch the bug on Debian
|                      GNU/Linux 3.1 x86, but it might catch the bug better
|                      on other platforms and it shouldn't hurt to try the
|                      test here.  */
|                   static char const pat[] = "insert into";
|                   static char const data[] =
|                     "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK";
|                   re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE
|                                  | RE_ICASE);
|                   memset (&regex, 0, sizeof regex);
|                   s = re_compile_pattern (pat, sizeof pat - 1, &regex);
|                   if (s)
|                     result |= 1;
|                   else if (re_search (&regex, data, sizeof data - 1,
|                                       0, sizeof data - 1, &regs)
|                            != -1)
|                     result |= 1;
|                   regfree (&regex);
|                 }
| 
|                 {
|                   /* This test is from glibc bug 15078.
|                      The test case is from Andreas Schwab in
|                      <http://www.sourceware.org/ml/libc-alpha/2013-01/msg00967.html>.
|                      */
|                   static char const pat[] = "[^x]x";
|                   static char const data[] =
|                     /* <U1000><U103B><U103D><U1014><U103A><U102F><U1015><U103A> */
|                     "\xe1\x80\x80"
|                     "\xe1\x80\xbb"
|                     "\xe1\x80\xbd"
|                     "\xe1\x80\x94"
|                     "\xe1\x80\xba"
|                     "\xe1\x80\xaf"
|                     "\xe1\x80\x95"
|                     "\xe1\x80\xba"
|                     "x";
|                   re_set_syntax (0);
|                   memset (&regex, 0, sizeof regex);
|                   s = re_compile_pattern (pat, sizeof pat - 1, &regex);
|                   if (s)
|                     result |= 1;
|                   else
|                     {
|                       i = re_search (&regex, data, sizeof data - 1,
|                                      0, sizeof data - 1, 0);
|                       if (i != 0 && i != 21)
|                         result |= 1;
|                     }
|                   regfree (&regex);
|                 }
| 
|                 if (! setlocale (LC_ALL, "C"))
|                   return 1;
|               }
| 
|             /* This test is from glibc bug 3957, reported by Andrew Mackey.  */
|             re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("a[^x]b", 6, &regex);
|             if (s)
|               result |= 2;
|             /* This should fail, but succeeds for glibc-2.5.  */
|             else if (re_search (&regex, "a\nb", 3, 0, 3, &regs) != -1)
|               result |= 2;
| 
|             /* This regular expression is from Spencer ere test number 75
|                in grep-2.3.  */
|             re_set_syntax (RE_SYNTAX_POSIX_EGREP);
|             memset (&regex, 0, sizeof regex);
|             for (i = 0; i <= UCHAR_MAX; i++)
|               folded_chars[i] = i;
|             regex.translate = folded_chars;
|             s = re_compile_pattern ("a[[:]:]]b\n", 11, &regex);
|             /* This should fail with _Invalid character class name_ error.  */
|             if (!s)
|               result |= 4;
| 
|             /* Ensure that [b-a] is diagnosed as invalid, when
|                using RE_NO_EMPTY_RANGES. */
|             re_set_syntax (RE_SYNTAX_POSIX_EGREP | RE_NO_EMPTY_RANGES);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("a[b-a]", 6, &regex);
|             if (s == 0)
|               result |= 8;
| 
|             /* This should succeed, but does not for glibc-2.1.3.  */
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("{1", 2, &regex);
|             if (s)
|               result |= 8;
| 
|             /* The following example is derived from a problem report
|                against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>.  */
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("[an\371]*n", 7, &regex);
|             if (s)
|               result |= 8;
|             /* This should match, but does not for glibc-2.2.1.  */
|             else if (re_match (&regex, "an", 2, 0, &regs) != 2)
|               result |= 8;
| 
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("x", 1, &regex);
|             if (s)
|               result |= 8;
|             /* glibc-2.2.93 does not work with a negative RANGE argument.  */
|             else if (re_search (&regex, "wxy", 3, 2, -2, &regs) != 1)
|               result |= 8;
| 
|             /* The version of regex.c in older versions of gnulib
|                ignored RE_ICASE.  Detect that problem too.  */
|             re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("x", 1, &regex);
|             if (s)
|               result |= 16;
|             else if (re_search (&regex, "WXY", 3, 0, 3, &regs) < 0)
|               result |= 16;
| 
|             /* Catch a bug reported by Vin Shelton in
|                http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html
|                */
|             re_set_syntax (RE_SYNTAX_POSIX_BASIC
|                            & ~RE_CONTEXT_INVALID_DUP
|                            & ~RE_NO_EMPTY_RANGES);
|             memset (&regex, 0, sizeof regex);
|             s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, &regex);
|             if (s)
|               result |= 32;
| 
|             /* REG_STARTEND was added to glibc on 2004-01-15.
|                Reject older versions.  */
|             if (! REG_STARTEND)
|               result |= 64;
| 
| #if 0
|             /* It would be nice to reject hosts whose regoff_t values are too
|                narrow (including glibc on hosts with 64-bit ptrdiff_t and
|                32-bit int), but we should wait until glibc implements this
|                feature.  Otherwise, support for equivalence classes and
|                multibyte collation symbols would always be broken except
|                when compiling --without-included-regex.   */
|             if (sizeof (regoff_t) < sizeof (ptrdiff_t)
|                 || sizeof (regoff_t) < sizeof (ssize_t))
|               result |= 64;
| #endif
| 
|             return result;
| 
|   ;
|   return 0;
| }
configure:28838: result: no
configure:28923: checking libintl.h usability
configure:28923: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:28923: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:28923: result: no
configure:28923: checking libintl.h presence
configure:28923: /lib/cpp  conftest.c
configure:28923: $? = 0
configure:28923: result: yes
configure:28923: WARNING: libintl.h: present but cannot be compiled
configure:28923: WARNING: libintl.h:     check for missing prerequisite headers?
configure:28923: WARNING: libintl.h: see the Autoconf documentation
configure:28923: WARNING: libintl.h:     section "Present But Cannot Be Compiled"
configure:28923: WARNING: libintl.h: proceeding with the compiler's result
configure:28923: checking for libintl.h
configure:28923: result: no
configure:28934: checking whether isblank is declared
configure:28934: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:28934: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| /* end confdefs.h.  */
| #include <ctype.h>
| 
| int
| main ()
| {
| #ifndef isblank
| #ifdef __cplusplus
|   (void) isblank;
| #else
|   (void) isblank;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:28934: result: no
configure:28953: checking whether rename honors trailing slash on destination
configure:28998: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:28998: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| /* end confdefs.h.  */
| 
| #        include <stdio.h>
| #        include <stdlib.h>
| 
| int
| main ()
| {
| int result = 0;
|            if (rename ("conftest.f1", "conftest.f2/") == 0)
|              result |= 1;
|            if (rename ("conftest.d1", "conftest.d2/") != 0)
|              result |= 2;
| #if HAVE_LSTAT
|            if (rename ("conftest.f", "conftest.lnk/") == 0)
|              result |= 4;
| #endif
|            return result;
| 
|   ;
|   return 0;
| }
configure:29010: result: no
configure:29022: checking whether rename honors trailing slash on source
configure:29067: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29067: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| /* end confdefs.h.  */
| 
| #        include <stdio.h>
| #        include <stdlib.h>
| 
| int
| main ()
| {
| int result = 0;
|            if (rename ("conftest.f1/", "conftest.d3") == 0)
|              result |= 1;
|            if (rename ("conftest.d1/", "conftest.d2") != 0)
|              result |= 2;
| #if HAVE_LSTAT
|            if (rename ("conftest.lnk/", "conftest.f") == 0)
|              result |= 4;
| #endif
|            return result;
| 
|   ;
|   return 0;
| }
configure:29079: result: no
configure:29092: checking whether rename manages hard links correctly
configure:29153: result: yes
configure:29165: checking whether rename manages existing destinations correctly
configure:29202: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29202: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| /* end confdefs.h.  */
| 
| #        include <stdio.h>
| #        include <stdlib.h>
| 
| int
| main ()
| {
| int result = 0;
|            if (rename ("conftest.d1", "conftest.d2") != 0)
|              result |= 1;
|            if (rename ("conftest.d2", "conftest.f") == 0)
|              result |= 2;
|            return result;
| 
|   ;
|   return 0;
| }
configure:29214: result: no
configure:29256: checking whether rmdir works
configure:29298: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29298: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| /* end confdefs.h.  */
| #include <stdio.h>
|            #include <errno.h>
|            #if HAVE_UNISTD_H
|            # include <unistd.h>
|            #else /* on Windows with MSVC */
|            # include <direct.h>
|            #endif
| 
| int
| main ()
| {
| int result = 0;
|       if (!rmdir ("conftest.file/"))
|         result |= 1;
|       else if (errno != ENOTDIR)
|         result |= 2;
|       if (!rmdir ("conftest.dir/./"))
|         result |= 4;
|       return result;
| 
|   ;
|   return 0;
| }
configure:29309: result: no
configure:29361: checking whether select supports a 0 argument
configure:29393: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29393: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/time.h>
| #if HAVE_SYS_SELECT_H
| #include <sys/select.h>
| #endif
| int main ()
| {
|   struct timeval timeout;
|   timeout.tv_sec = 0;
|   timeout.tv_usec = 5;
|   return select (0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &timeout) < 0;
| }
configure:29404: result: no
configure:29411: checking whether select detects invalid fds
configure:29456: gcc -std=gnu11 -o conftest -g -O2   conftest.c  >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29456: $? = 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 "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/time.h>
| #if HAVE_SYS_SELECT_H
| # include <sys/select.h>
| #endif
| #include <unistd.h>
| #include <errno.h>
| 
| int
| main ()
| {
| 
|   fd_set set;
|   dup2(0, 16);
|   FD_ZERO(&set);
|   FD_SET(16, &set);
|   close(16);
|   struct timeval timeout;
|   timeout.tv_sec = 0;
|   timeout.tv_usec = 5;
|   return select (17, &set, NULL, NULL, &timeout) != -1 || errno != EBADF;
| 
|   ;
|   return 0;
| }
configure:29467: result: no
configure:29752: checking absolute name of <signal.h>
configure:29795: result: "///usr/include/signal.h"
configure:29815: checking for volatile sig_atomic_t
configure:29815: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29815: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof (volatile sig_atomic_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:29815: result: no
configure:29831: checking for sighandler_t
configure:29831: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29831: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof (sighandler_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:29831: result: no
configure:29845: checking whether pthread_sigmask is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef pthread_sigmask
|   (void) pthread_sigmask;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigaction is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigaction
|   (void) sigaction;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigaddset is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigaddset
|   (void) sigaddset;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigdelset is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigdelset
|   (void) sigdelset;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigemptyset is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigemptyset
|   (void) sigemptyset;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigfillset is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigfillset
|   (void) sigfillset;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigismember is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigismember
|   (void) sigismember;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigpending is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigpending
|   (void) sigpending;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29845: checking whether sigprocmask is declared without a macro
configure:29863: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <signal.h>
| 
| int
| main ()
| {
| #undef sigprocmask
|   (void) sigprocmask;
|   ;
|   return 0;
| }
configure:29871: result: no
configure:29921: checking for socklen_t
configure:29921: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29921: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 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 <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof (socklen_t))
| 	 return 0;
|   ;
|   return 0;
| }
configure:29921: result: no
configure:29936: checking for socklen_t equivalent
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, struct sockaddr *, int *);
| int
| main ()
| {
| int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, struct sockaddr *, size_t *);
| int
| main ()
| {
| size_t len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, struct sockaddr *, unsigned int *);
| int
| main ()
| {
| unsigned int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, struct sockaddr *, long int *);
| int
| main ()
| {
| long int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, struct sockaddr *, unsigned long int *);
| int
| main ()
| {
| unsigned long int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, void *, int *);
| int
| main ()
| {
| int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, void *, size_t *);
| int
| main ()
| {
| size_t len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, void *, unsigned int *);
| int
| main ()
| {
| unsigned int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, void *, long int *);
| int
| main ()
| {
| long int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29961: gcc -std=gnu11 -c -g -O2  conftest.c >&5
cc1: error: unrecognized command line option "-std=gnu11"
configure:29961: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "2.2.4"
| #define PACKAGE_STRING "GNU Guile 2.2.4"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/guile/"
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
| #define __STDC_WANT_LIB_EXT2__ 1
| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
| #define _TANDEM_SOURCE 1
| #define _DARWIN_USE_64_BIT_INODE 1
| #define size_t unsigned int
| #define C_ALLOCA 1
| #define STACK_DIRECTION -1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_WORKING_O_NOATIME 0
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define pid_t int
| #define mode_t int
| #define HAVE_DECL_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__ "<unknown function>"
| #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
| #define FUNC_MKDIR_DOT_BUG 1
| #define GNULIB_MKOSTEMP 1
| #define GNULIB_TEST_MKOSTEMP 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define OPEN_TRAILING_SLASH_BUG 1
| #define GNULIB_TEST_OPEN 1
| #define GNULIB_TEST_PIPE 1
| #define GNULIB_TEST_PIPE2 1
| #define GNULIB_TEST_POLL 1
| #define HAVE_DECL__PUTENV 0
| #define GNULIB_TEST_PUTENV 1
| #define GNULIB_TEST_READ 1
| #define GNULIB_TEST_READLINK 1
| #define GNULIB_TEST_RECV 1
| #define GNULIB_TEST_RECVFROM 1
| #define _REGEX_INCLUDE_LIMITS_H 1
| #define _REGEX_LARGE_OFFSETS 1
| #define re_syntax_options rpl_re_syntax_options
| #define re_set_syntax rpl_re_set_syntax
| #define re_compile_pattern rpl_re_compile_pattern
| #define re_compile_fastmap rpl_re_compile_fastmap
| #define re_search rpl_re_search
| #define re_search_2 rpl_re_search_2
| #define re_match rpl_re_match
| #define re_match_2 rpl_re_match_2
| #define re_set_registers rpl_re_set_registers
| #define re_comp rpl_re_comp
| #define re_exec rpl_re_exec
| #define regcomp rpl_regcomp
| #define regexec rpl_regexec
| #define regerror rpl_regerror
| #define regfree rpl_regfree
| #define HAVE_DECL_ISBLANK 0
| #define RENAME_TRAILING_SLASH_DEST_BUG 1
| #define RENAME_TRAILING_SLASH_SOURCE_BUG 1
| #define RENAME_DEST_EXISTS_BUG 1
| #define GNULIB_TEST_RENAME 1
| #define GNULIB_TEST_RMDIR 1
| #define GNULIB_TEST_SELECT 1
| #define GNULIB_TEST_SEND 1
| #define GNULIB_TEST_SENDTO 1
| #define GNULIB_TEST_SETENV 1
| #define GNULIB_TEST_SETSOCKOPT 1
| #define GNULIB_TEST_SHUTDOWN 1
| #define GNULIB_TEST_SOCKET 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|                    #include <sys/socket.h>
| 
|                    int getpeername (int, void *, unsigned long int *);
| int
| main ()
| {
| unsigned long int len;
|                   getpeername (0, 0, &len);
|   ;
|   return 0;
| }
configure:29973: error: Cannot find a type to use in place of socklen_t

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=no
ac_cv_c_restrict=no
ac_cv_c_stack_direction=-1
ac_cv_env_BDW_GC_CFLAGS_set=
ac_cv_env_BDW_GC_CFLAGS_value=
ac_cv_env_BDW_GC_LIBS_set=
ac_cv_env_BDW_GC_LIBS_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_GUILE_FOR_BUILD_set=
ac_cv_env_GUILE_FOR_BUILD_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBFFI_CFLAGS_set=
ac_cv_env_LIBFFI_CFLAGS_value=
ac_cv_env_LIBFFI_LIBS_set=
ac_cv_env_LIBFFI_LIBS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__ftime=no
ac_cv_func__set_invalid_parameter_handler=no
ac_cv_func_accept4=no
ac_cv_func_alloca_works=no
ac_cv_func_btowc=no
ac_cv_func_canonicalize_file_name=no
ac_cv_func_clock_getcpuclockid=no
ac_cv_func_clock_gettime=no
ac_cv_func_clock_settime=no
ac_cv_func_dirfd=no
ac_cv_func_duplocale=no
ac_cv_func_fcntl=no
ac_cv_func_flock=no
ac_cv_func_fsync=no
ac_cv_func_getcwd=no
ac_cv_func_getegid=no
ac_cv_func_geteuid=no
ac_cv_func_getgid=no
ac_cv_func_gethostbyname=no
ac_cv_func_getlogin=no
ac_cv_func_getservbyname=no
ac_cv_func_gettimeofday=no
ac_cv_func_getuid=no
ac_cv_func_inet_ntop=no
ac_cv_func_inet_pton=no
ac_cv_func_isblank=no
ac_cv_func_iswcntrl=no
ac_cv_func_iswctype=no
ac_cv_func_link=no
ac_cv_func_localtime_r=no
ac_cv_func_log1p=no
ac_cv_func_lstat=no
ac_cv_func_malloc_0_nonnull=no
ac_cv_func_mbrtowc=no
ac_cv_func_mbsinit=no
ac_cv_func_mkostemp=no
ac_cv_func_mmap=no
ac_cv_func_mprotect=no
ac_cv_func_nl_langinfo=no
ac_cv_func_pipe2=no
ac_cv_func_pipe=no
ac_cv_func_poll=no
ac_cv_func_pstat_getdynamic=no
ac_cv_func_readlink=no
ac_cv_func_realpath=no
ac_cv_func_sched_getaffinity=no
ac_cv_func_sched_getaffinity_np=no
ac_cv_func_secure_getenv=no
ac_cv_func_setenv=no
ac_cv_func_snprintf=no
ac_cv_func_strdup=no
ac_cv_func_strnlen=no
ac_cv_func_symlink=no
ac_cv_func_sysctl=no
ac_cv_func_sysmp=no
ac_cv_func_timegm=no
ac_cv_func_times=no
ac_cv_func_tsearch=no
ac_cv_func_tzset=no
ac_cv_func_vasnprintf=no
ac_cv_func_wcrtomb=no
ac_cv_func_wcslen=no
ac_cv_func_wcsnlen=no
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl__putenv=no
ac_cv_have_decl__snprintf=no
ac_cv_have_decl_alarm=no
ac_cv_have_decl_dirfd=no
ac_cv_have_decl_freeaddrinfo=no
ac_cv_have_decl_gai_strerror=no
ac_cv_have_decl_getaddrinfo=no
ac_cv_have_decl_getc_unlocked=no
ac_cv_have_decl_getlogin=no
ac_cv_have_decl_getnameinfo=no
ac_cv_have_decl_inet_ntop=no
ac_cv_have_decl_inet_pton=no
ac_cv_have_decl_isblank=no
ac_cv_have_decl_isfinite=no
ac_cv_have_decl_isinf=no
ac_cv_have_decl_setenv=no
ac_cv_have_decl_snprintf=no
ac_cv_have_decl_strdup=no
ac_cv_have_decl_tzname=no
ac_cv_have_decl_unsetenv=no
ac_cv_have_decl_vsnprintf=no
ac_cv_header_arpa_inet_h=no
ac_cv_header_byteswap_h=no
ac_cv_header_dirent_h=no
ac_cv_header_features_h=no
ac_cv_header_iconv_h=no
ac_cv_header_inttypes_h=no
ac_cv_header_langinfo_h=no
ac_cv_header_libintl_h=no
ac_cv_header_limits_h=no
ac_cv_header_malloc_h=no
ac_cv_header_math_h=no
ac_cv_header_memory_h=no
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=no
ac_cv_header_netinet_in_h=no
ac_cv_header_poll_h=no
ac_cv_header_search_h=no
ac_cv_header_stat_broken=yes
ac_cv_header_stdbool_h=no
ac_cv_header_stdc=no
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=no
ac_cv_header_string_h=no
ac_cv_header_strings_h=no
ac_cv_header_sys_bitypes_h=no
ac_cv_header_sys_file_h=no
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_inttypes_h=no
ac_cv_header_sys_ioctl_h=no
ac_cv_header_sys_mman_h=no
ac_cv_header_sys_param_h=no
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_select_h=no
ac_cv_header_sys_socket_h=no
ac_cv_header_sys_stat_h=no
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_sysmp_h=no
ac_cv_header_sys_time_h=no
ac_cv_header_sys_timeb_h=no
ac_cv_header_sys_times_h=no
ac_cv_header_sys_types_h=no
ac_cv_header_sys_uio_h=no
ac_cv_header_unistd_h=no
ac_cv_header_wchar_h=no
ac_cv_header_wctype_h=no
ac_cv_header_winsock2_h=no
ac_cv_header_ws2tcpip_h=no
ac_cv_header_xlocale_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_libunistring='no, consider installing GNU libunistring'
ac_cv_member_struct_flock_l_type=no
ac_cv_member_struct_sockaddr_sa_len=no
ac_cv_member_struct_tm_tm_gmtoff=no
ac_cv_member_struct_tm_tm_zone=no
ac_cv_objext=o
ac_cv_os_cray=no
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=no
ac_cv_search_clock_gettime=no
ac_cv_search_getaddrinfo=no
ac_cv_search_gethostbyname=no
ac_cv_search_getservbyname=no
ac_cv_search_inet_ntop=no
ac_cv_search_inet_pton=no
ac_cv_should_define__xopen_source=no
ac_cv_struct_tm=sys/time.h
ac_cv_sys_file_offset_bits=unknown
ac_cv_sys_large_files=unknown
ac_cv_sys_largefile_CC=no
ac_cv_type__Bool=no
ac_cv_type_long_long_int=no
ac_cv_type_max_align_t=no
ac_cv_type_mbstate_t=no
ac_cv_type_mode_t=no
ac_cv_type_nlink_t=no
ac_cv_type_pid_t=no
ac_cv_type_sa_family_t=no
ac_cv_type_sighandler_t=no
ac_cv_type_sigset_t=no
ac_cv_type_size_t=no
ac_cv_type_socklen_t=no
ac_cv_type_struct_addrinfo=no
ac_cv_type_struct_sockaddr_storage=no
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long_int=no
ac_cv_type_volatile_sig_atomic_t=no
ac_cv_var_tzname=no
ac_cv_working_alloca_h=no
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_func_iconv='no, consider installing GNU libiconv'
am_cv_langinfo_codeset=no
am_cv_lib_iconv=no
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_proto_iconv_arg1=
gl_cv_absolute_fcntl_h=///usr/include/fcntl.h
gl_cv_absolute_float_h=///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h
gl_cv_absolute_locale_h=///usr/include/locale.h
gl_cv_absolute_signal_h=///usr/include/signal.h
gl_cv_absolute_stddef_h=///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h
gl_cv_absolute_string_h=///usr/include/string.h
gl_cv_absolute_sys_types_h=///usr/include/sys/types.h
gl_cv_absolute_time_h=///usr/include/time.h
gl_cv_bitsizeof_ptrdiff_t=unknown
gl_cv_bitsizeof_sig_atomic_t=unknown
gl_cv_bitsizeof_size_t=unknown
gl_cv_bitsizeof_wchar_t=unknown
gl_cv_bitsizeof_wint_t=unknown
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_cc_double_expbit0=unknown
gl_cv_cc_float_expbit0=unknown
gl_cv_cc_long_double_expbit0=unknown
gl_cv_cc_vis_werror=no
gl_cv_cc_visibility=no
gl_cv_decl_null_works=no
gl_cv_double_slash_root=no
gl_cv_func_ceil_libm='?'
gl_cv_func_copysign_in_libm=no
gl_cv_func_copysign_no_libm=no
gl_cv_func_dirfd_macro=no
gl_cv_func_floor_libm='?'
gl_cv_func_frexp_in_libm=no
gl_cv_func_frexp_no_libm=no
gl_cv_func_getaddrinfo=no
gl_cv_func_isnand_in_libm=no
gl_cv_func_isnand_no_libm=no
gl_cv_func_isnanf_in_libm=no
gl_cv_func_isnanf_no_libm=no
gl_cv_func_isnanl_in_libm=no
gl_cv_func_isnanl_no_libm=no
gl_cv_func_itold_works=no
gl_cv_func_ldexp_in_libm=no
gl_cv_func_ldexp_no_libm=no
gl_cv_func_log_works=no
gl_cv_func_lstat_dereferences_slashed_symlink=no
gl_cv_func_malloc_0_nonnull=0
gl_cv_func_malloc_posix=no
gl_cv_func_memchr_works=no
gl_cv_func_mkdir_trailing_dot_works=no
gl_cv_func_mkdir_trailing_slash_works=no
gl_cv_func_open_slash=no
gl_cv_func_poll=no
gl_cv_func_pow_in_libm=no
gl_cv_func_pow_no_libm=no
gl_cv_func_re_compile_pattern_working=no
gl_cv_func_realpath_works=no
gl_cv_func_rename_dest_works=no
gl_cv_func_rename_link_works=yes
gl_cv_func_rename_slash_dst_works=no
gl_cv_func_rename_slash_src_works=no
gl_cv_func_rmdir_works=no
gl_cv_func_select_detects_ebadf=no
gl_cv_func_select_supports0=no
gl_cv_func_snprintf_retval_c99=no
gl_cv_func_svid_putenv=no
gl_cv_have_include_next=no
gl_cv_have_raw_decl_accept4=no
gl_cv_have_raw_decl_accept=no
gl_cv_have_raw_decl_acosf=no
gl_cv_have_raw_decl_acosl=no
gl_cv_have_raw_decl_alphasort=no
gl_cv_have_raw_decl_asinf=no
gl_cv_have_raw_decl_asinl=no
gl_cv_have_raw_decl_atanf=no
gl_cv_have_raw_decl_atanl=no
gl_cv_have_raw_decl_bind=no
gl_cv_have_raw_decl_cbrt=no
gl_cv_have_raw_decl_cbrtf=no
gl_cv_have_raw_decl_cbrtl=no
gl_cv_have_raw_decl_ceilf=no
gl_cv_have_raw_decl_ceill=no
gl_cv_have_raw_decl_closedir=no
gl_cv_have_raw_decl_connect=no
gl_cv_have_raw_decl_copysign=no
gl_cv_have_raw_decl_copysignf=no
gl_cv_have_raw_decl_copysignl=no
gl_cv_have_raw_decl_cosf=no
gl_cv_have_raw_decl_coshf=no
gl_cv_have_raw_decl_cosl=no
gl_cv_have_raw_decl_dirfd=no
gl_cv_have_raw_decl_duplocale=no
gl_cv_have_raw_decl_exp2=no
gl_cv_have_raw_decl_exp2f=no
gl_cv_have_raw_decl_exp2l=no
gl_cv_have_raw_decl_expf=no
gl_cv_have_raw_decl_expl=no
gl_cv_have_raw_decl_expm1=no
gl_cv_have_raw_decl_expm1f=no
gl_cv_have_raw_decl_expm1l=no
gl_cv_have_raw_decl_fabsf=no
gl_cv_have_raw_decl_fabsl=no
gl_cv_have_raw_decl_fchmodat=no
gl_cv_have_raw_decl_fcntl=no
gl_cv_have_raw_decl_fdopendir=no
gl_cv_have_raw_decl_ffsl=no
gl_cv_have_raw_decl_ffsll=no
gl_cv_have_raw_decl_floorf=no
gl_cv_have_raw_decl_floorl=no
gl_cv_have_raw_decl_fma=no
gl_cv_have_raw_decl_fmaf=no
gl_cv_have_raw_decl_fmal=no
gl_cv_have_raw_decl_fmod=no
gl_cv_have_raw_decl_fmodf=no
gl_cv_have_raw_decl_fmodl=no
gl_cv_have_raw_decl_freeaddrinfo=no
gl_cv_have_raw_decl_frexpf=no
gl_cv_have_raw_decl_frexpl=no
gl_cv_have_raw_decl_fstat=no
gl_cv_have_raw_decl_fstatat=no
gl_cv_have_raw_decl_futimens=no
gl_cv_have_raw_decl_gai_strerror=no
gl_cv_have_raw_decl_getaddrinfo=no
gl_cv_have_raw_decl_getnameinfo=no
gl_cv_have_raw_decl_getpeername=no
gl_cv_have_raw_decl_getsockname=no
gl_cv_have_raw_decl_getsockopt=no
gl_cv_have_raw_decl_gettimeofday=no
gl_cv_have_raw_decl_hypotf=no
gl_cv_have_raw_decl_hypotl=no
gl_cv_have_raw_decl_ilogb=no
gl_cv_have_raw_decl_ilogbf=no
gl_cv_have_raw_decl_ilogbl=no
gl_cv_have_raw_decl_inet_ntop=no
gl_cv_have_raw_decl_inet_pton=no
gl_cv_have_raw_decl_lchmod=no
gl_cv_have_raw_decl_ldexpf=no
gl_cv_have_raw_decl_ldexpl=no
gl_cv_have_raw_decl_listen=no
gl_cv_have_raw_decl_log10=no
gl_cv_have_raw_decl_log10f=no
gl_cv_have_raw_decl_log10l=no
gl_cv_have_raw_decl_log1p=no
gl_cv_have_raw_decl_log1pf=no
gl_cv_have_raw_decl_log1pl=no
gl_cv_have_raw_decl_log2=no
gl_cv_have_raw_decl_log2f=no
gl_cv_have_raw_decl_log2l=no
gl_cv_have_raw_decl_log=no
gl_cv_have_raw_decl_logb=no
gl_cv_have_raw_decl_logbf=no
gl_cv_have_raw_decl_logbl=no
gl_cv_have_raw_decl_logf=no
gl_cv_have_raw_decl_logl=no
gl_cv_have_raw_decl_lstat=no
gl_cv_have_raw_decl_memmem=no
gl_cv_have_raw_decl_mempcpy=no
gl_cv_have_raw_decl_memrchr=no
gl_cv_have_raw_decl_mkdirat=no
gl_cv_have_raw_decl_mkfifo=no
gl_cv_have_raw_decl_mkfifoat=no
gl_cv_have_raw_decl_mknod=no
gl_cv_have_raw_decl_mknodat=no
gl_cv_have_raw_decl_modf=no
gl_cv_have_raw_decl_modff=no
gl_cv_have_raw_decl_modfl=no
gl_cv_have_raw_decl_nl_langinfo=no
gl_cv_have_raw_decl_openat=no
gl_cv_have_raw_decl_opendir=no
gl_cv_have_raw_decl_poll=no
gl_cv_have_raw_decl_powf=no
gl_cv_have_raw_decl_pselect=no
gl_cv_have_raw_decl_pthread_sigmask=no
gl_cv_have_raw_decl_rawmemchr=no
gl_cv_have_raw_decl_readdir=no
gl_cv_have_raw_decl_recv=no
gl_cv_have_raw_decl_recvfrom=no
gl_cv_have_raw_decl_remainder=no
gl_cv_have_raw_decl_remainderf=no
gl_cv_have_raw_decl_remainderl=no
gl_cv_have_raw_decl_rewinddir=no
gl_cv_have_raw_decl_rint=no
gl_cv_have_raw_decl_rintf=no
gl_cv_have_raw_decl_rintl=no
gl_cv_have_raw_decl_round=no
gl_cv_have_raw_decl_roundf=no
gl_cv_have_raw_decl_roundl=no
gl_cv_have_raw_decl_scandir=no
gl_cv_have_raw_decl_select=no
gl_cv_have_raw_decl_send=no
gl_cv_have_raw_decl_sendto=no
gl_cv_have_raw_decl_setlocale=no
gl_cv_have_raw_decl_setsockopt=no
gl_cv_have_raw_decl_shutdown=no
gl_cv_have_raw_decl_sigaction=no
gl_cv_have_raw_decl_sigaddset=no
gl_cv_have_raw_decl_sigdelset=no
gl_cv_have_raw_decl_sigemptyset=no
gl_cv_have_raw_decl_sigfillset=no
gl_cv_have_raw_decl_sigismember=no
gl_cv_have_raw_decl_sigpending=no
gl_cv_have_raw_decl_sigprocmask=no
gl_cv_have_raw_decl_sinf=no
gl_cv_have_raw_decl_sinhf=no
gl_cv_have_raw_decl_sinl=no
gl_cv_have_raw_decl_socket=no
gl_cv_have_raw_decl_sqrtf=no
gl_cv_have_raw_decl_sqrtl=no
gl_cv_have_raw_decl_stat=no
gl_cv_have_raw_decl_stpcpy=no
gl_cv_have_raw_decl_stpncpy=no
gl_cv_have_raw_decl_strcasestr=no
gl_cv_have_raw_decl_strchrnul=no
gl_cv_have_raw_decl_strdup=no
gl_cv_have_raw_decl_strerror_r=no
gl_cv_have_raw_decl_strncat=no
gl_cv_have_raw_decl_strndup=no
gl_cv_have_raw_decl_strnlen=no
gl_cv_have_raw_decl_strpbrk=no
gl_cv_have_raw_decl_strsep=no
gl_cv_have_raw_decl_strsignal=no
gl_cv_have_raw_decl_strtok_r=no
gl_cv_have_raw_decl_strverscmp=no
gl_cv_have_raw_decl_tanf=no
gl_cv_have_raw_decl_tanhf=no
gl_cv_have_raw_decl_tanl=no
gl_cv_have_raw_decl_trunc=no
gl_cv_have_raw_decl_truncf=no
gl_cv_have_raw_decl_truncl=no
gl_cv_have_raw_decl_utimensat=no
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=no
gl_cv_header_limits_width=no
gl_cv_header_locale_h_needs_xlocale_h=no
gl_cv_header_locale_h_posix2001=no
gl_cv_header_math_huge_val_works=no
gl_cv_header_math_nan_works=no
gl_cv_header_netinet_in_h_selfcontained=no
gl_cv_header_stdint_h=no
gl_cv_header_sys_select_h_selfcontained=no
gl_cv_header_sys_socket_h_selfcontained=no
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_header_working_fcntl_h=no
gl_cv_lib_socket='none needed'
gl_cv_long_double_equals_double=no
gl_cv_next_arpa_inet_h='<arpa/inet.h>'
gl_cv_next_dirent_h='<dirent.h>'
gl_cv_next_fcntl_h='"///usr/include/fcntl.h"'
gl_cv_next_float_h='"///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h"'
gl_cv_next_iconv_h='<iconv.h>'
gl_cv_next_langinfo_h='<langinfo.h>'
gl_cv_next_limits_h='<limits.h>'
gl_cv_next_locale_h='"///usr/include/locale.h"'
gl_cv_next_math_h='<math.h>'
gl_cv_next_netdb_h='<netdb.h>'
gl_cv_next_netinet_in_h='<netinet/in.h>'
gl_cv_next_poll_h='<poll.h>'
gl_cv_next_signal_h='"///usr/include/signal.h"'
gl_cv_next_stddef_h='"///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h"'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_string_h='"///usr/include/string.h"'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_socket_h='<sys/socket.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_sys_types_h='"///usr/include/sys/types.h"'
gl_cv_next_time_h='"///usr/include/time.h"'
gl_cv_pragma_columns=no
gl_cv_promoted_mode_t=mode_t
gl_cv_socket_ipv4=no
gl_cv_socket_ipv6=no
gl_cv_socklen_t_equiv=
gl_cv_sys_dir_fd_member_name=no_such_member
gl_cv_sys_ld_version_script=no
gl_cv_sys_struct_lconv_ok=no
gl_cv_sys_struct_timespec_in_pthread_h=no
gl_cv_sys_struct_timespec_in_sys_time_h=no
gl_cv_sys_struct_timespec_in_time_h=no
gl_cv_sys_struct_timespec_in_unistd_h=no
gl_cv_sys_struct_timeval=no
gl_cv_time_t_is_signed=no
gl_cv_type_ptrdiff_t_signed=yes
gl_cv_type_ptrdiff_t_suffix=no
gl_cv_type_sig_atomic_t_signed=no
gl_cv_type_sig_atomic_t_suffix=no
gl_cv_type_sigset_t=no
gl_cv_type_size_t_signed=no
gl_cv_type_size_t_suffix=no
gl_cv_type_wchar_t_signed=no
gl_cv_type_wchar_t_suffix=no
gl_cv_type_wint_t_signed=no
gl_cv_type_wint_t_suffix=no
gl_cv_var_func=no
gl_cv_w32_getaddrinfo=no
gl_cv_w32_gethostbyname=no
gl_cv_w32_getservbyname=no
gt_cv_c_intmax_t=no
gt_cv_c_wchar_t=no
gt_cv_c_wint_t=no
gt_cv_locale_zh_CN=none
gt_cv_ssize_t=no
gt_cv_var_environ_declaration=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /root/guile-2.2.4/build-aux/missing aclocal-1.16'
ALLOCA='${LIBOBJDIR}alloca.o'
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cr'
AS='as'
AUTOCONF='${SHELL} /root/guile-2.2.4/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /root/guile-2.2.4/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /root/guile-2.2.4/build-aux/missing automake-1.16'
AWK='gawk'
BDW_GC_CFLAGS=''
BDW_GC_LIBS=''
BITSIZEOF_PTRDIFF_T='0'
BITSIZEOF_SIG_ATOMIC_T='0'
BITSIZEOF_SIZE_T='0'
BITSIZEOF_WCHAR_T='0'
BITSIZEOF_WINT_T='0'
BUILD_PTHREAD_SUPPORT_FALSE=''
BUILD_PTHREAD_SUPPORT_TRUE=''
BYTESWAP_H='byteswap.h'
CC='gcc -std=gnu11'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD=''
CC_FOR_BUILD=''
CEIL_LIBM=''
CFLAGS='-g -O2'
CFLAG_VISIBILITY=''
CONFIG_INCLUDE=''
COPYSIGN_LIBM=''
CPP='/lib/cpp'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS=''
EMACSLOADPATH=''
EMULTIHOP_HIDDEN=''
EMULTIHOP_VALUE=''
ENOLINK_HIDDEN=''
ENOLINK_VALUE=''
EOVERFLOW_HIDDEN=''
EOVERFLOW_VALUE=''
ERRNO_H=''
EXEEXT=''
EXTRA_DEFS=''
EXTRA_DOT_DOC_FILES=''
EXTRA_DOT_X_FILES=''
FGREP=''
FLOAT_H='float.h'
FLOOR_LIBM=''
FREXP_LIBM=''
GCC_CFLAGS=''
GETADDRINFO_LIB=''
GETTEXT_MACRO_VERSION=''
GLIBC21='yes'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_BYTESWAP_H_FALSE='#'
GL_GENERATE_BYTESWAP_H_TRUE=''
GL_GENERATE_ERRNO_H_FALSE=''
GL_GENERATE_ERRNO_H_TRUE='#'
GL_GENERATE_FLOAT_H_FALSE='#'
GL_GENERATE_FLOAT_H_TRUE=''
GL_GENERATE_ICONV_H_FALSE=''
GL_GENERATE_ICONV_H_TRUE='#'
GL_GENERATE_LIMITS_H_FALSE='#'
GL_GENERATE_LIMITS_H_TRUE=''
GL_GENERATE_NETINET_IN_H_FALSE='#'
GL_GENERATE_NETINET_IN_H_TRUE=''
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE=''
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE=''
GL_GENERATE_STDDEF_H_FALSE='#'
GL_GENERATE_STDDEF_H_TRUE=''
GL_GENERATE_STDINT_H_FALSE='#'
GL_GENERATE_STDINT_H_TRUE=''
GMSGFMT=''
GMSGFMT_015=''
GNULIB_ACCEPT4='1'
GNULIB_ACCEPT='1'
GNULIB_ACOSF='0'
GNULIB_ACOSL='0'
GNULIB_ALPHASORT='0'
GNULIB_ASINF='0'
GNULIB_ASINL='0'
GNULIB_ATAN2F='0'
GNULIB_ATANF='0'
GNULIB_ATANL='0'
GNULIB_ATOLL='0'
GNULIB_BIND='1'
GNULIB_BTOWC='0'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='1'
GNULIB_CBRT='0'
GNULIB_CBRTF='0'
GNULIB_CBRTL='0'
GNULIB_CEIL='1'
GNULIB_CEILF='0'
GNULIB_CEILL='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='1'
GNULIB_CLOSEDIR='0'
GNULIB_CONNECT='1'
GNULIB_COPYSIGN='1'
GNULIB_COPYSIGNF='0'
GNULIB_COPYSIGNL='0'
GNULIB_COSF='0'
GNULIB_COSHF='0'
GNULIB_COSL='0'
GNULIB_DIRFD='1'
GNULIB_DPRINTF='0'
GNULIB_DUP2='0'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_DUPLOCALE='1'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_EXP2='0'
GNULIB_EXP2F='0'
GNULIB_EXP2L='0'
GNULIB_EXPF='0'
GNULIB_EXPL='0'
GNULIB_EXPM1='0'
GNULIB_EXPM1F='0'
GNULIB_EXPM1L='0'
GNULIB_FABSF='0'
GNULIB_FABSL='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FCNTL='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FDOPENDIR='0'
GNULIB_FFLUSH='0'
GNULIB_FFSL='0'
GNULIB_FFSLL='0'
GNULIB_FGETC='0'
GNULIB_FGETS='0'
GNULIB_FLOCK='1'
GNULIB_FLOOR='1'
GNULIB_FLOORF='0'
GNULIB_FLOORL='0'
GNULIB_FMA='0'
GNULIB_FMAF='0'
GNULIB_FMAL='0'
GNULIB_FMOD='0'
GNULIB_FMODF='0'
GNULIB_FMODL='0'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='0'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='0'
GNULIB_FPUTS='0'
GNULIB_FREAD='0'
GNULIB_FREOPEN='0'
GNULIB_FREXP='1'
GNULIB_FREXPF='0'
GNULIB_FREXPL='0'
GNULIB_FSCANF='0'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='0'
GNULIB_FSTAT='1'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='1'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='0'
GNULIB_GETADDRINFO='1'
GNULIB_GETC='0'
GNULIB_GETCHAR='0'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='0'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN='1'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETPEERNAME='1'
GNULIB_GETSOCKNAME='1'
GNULIB_GETSOCKOPT='1'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='0'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_HYPOT='0'
GNULIB_HYPOTF='0'
GNULIB_HYPOTL='0'
GNULIB_ICONV='1'
GNULIB_ILOGB='0'
GNULIB_ILOGBF='0'
GNULIB_ILOGBL='0'
GNULIB_INET_NTOP='1'
GNULIB_INET_PTON='1'
GNULIB_ISATTY='0'
GNULIB_ISFINITE='1'
GNULIB_ISINF='1'
GNULIB_ISNAN='1'
GNULIB_ISNAND='1'
GNULIB_ISNANF='1'
GNULIB_ISNANL='1'
GNULIB_ISWBLANK='0'
GNULIB_ISWCTYPE='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LDEXPF='0'
GNULIB_LDEXPL='0'
GNULIB_LINK='1'
GNULIB_LINKAT='0'
GNULIB_LISTEN='1'
GNULIB_LOCALECONV='0'
GNULIB_LOG10='0'
GNULIB_LOG10F='0'
GNULIB_LOG10L='0'
GNULIB_LOG1P='1'
GNULIB_LOG1PF='0'
GNULIB_LOG1PL='0'
GNULIB_LOG2='0'
GNULIB_LOG2F='0'
GNULIB_LOG2L='0'
GNULIB_LOG='0'
GNULIB_LOGB='0'
GNULIB_LOGBF='0'
GNULIB_LOGBL='0'
GNULIB_LOGF='0'
GNULIB_LOGL='0'
GNULIB_LSEEK='0'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='0'
GNULIB_MBRTOWC='0'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='0'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOWCS='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOWCS='0'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MBTOWC='0'
GNULIB_MEMCHR='0'
GNULIB_MEMMEM='0'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='1'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='0'
GNULIB_MODF='0'
GNULIB_MODFF='0'
GNULIB_MODFL='0'
GNULIB_NANOSLEEP='0'
GNULIB_NL_LANGINFO='1'
GNULIB_NONBLOCKING='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_OPEN='1'
GNULIB_OPENAT='0'
GNULIB_OPENDIR='0'
GNULIB_OVERRIDES_WINT_T='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='1'
GNULIB_PIPE='1'
GNULIB_POLL='1'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_POWF='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='0'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='0'
GNULIB_PTHREAD_SIGMASK='0'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='0'
GNULIB_PUTCHAR='0'
GNULIB_PUTENV='1'
GNULIB_PUTS='0'
GNULIB_PWRITE='0'
GNULIB_QSORT_R='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READ='1'
GNULIB_READDIR='0'
GNULIB_READLINK='1'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_REALPATH='1'
GNULIB_RECV='1'
GNULIB_RECVFROM='1'
GNULIB_REMAINDER='0'
GNULIB_REMAINDERF='0'
GNULIB_REMAINDERL='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='1'
GNULIB_RENAMEAT='0'
GNULIB_REWINDDIR='0'
GNULIB_RINT='0'
GNULIB_RINTF='0'
GNULIB_RINTL='0'
GNULIB_RMDIR='1'
GNULIB_ROUND='0'
GNULIB_ROUNDF='0'
GNULIB_ROUNDL='0'
GNULIB_RPMATCH='0'
GNULIB_SCANDIR='0'
GNULIB_SCANF='0'
GNULIB_SECURE_GETENV='0'
GNULIB_SELECT='1'
GNULIB_SEND='1'
GNULIB_SENDTO='1'
GNULIB_SETENV='1'
GNULIB_SETHOSTNAME='0'
GNULIB_SETLOCALE='0'
GNULIB_SETSOCKOPT='1'
GNULIB_SHUTDOWN='1'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGNBIT='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SINF='0'
GNULIB_SINHF='0'
GNULIB_SINL='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SOCKET='1'
GNULIB_SPRINTF_POSIX='0'
GNULIB_SQRTF='0'
GNULIB_SQRTL='0'
GNULIB_STAT='0'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='0'
GNULIB_STRERROR='0'
GNULIB_STRERROR_R='0'
GNULIB_STRNCAT='0'
GNULIB_STRNDUP='0'
GNULIB_STRNLEN='0'
GNULIB_STRPBRK='0'
GNULIB_STRPTIME='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOK_R='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRVERSCMP='0'
GNULIB_SYMLINK='0'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TANF='0'
GNULIB_TANHF='0'
GNULIB_TANL='0'
GNULIB_TIMEGM='0'
GNULIB_TIMES='0'
GNULIB_TIME_R='0'
GNULIB_TIME_RZ='0'
GNULIB_TMPFILE='0'
GNULIB_TOWCTRANS='0'
GNULIB_TRUNC='0'
GNULIB_TRUNCF='0'
GNULIB_TRUNCL='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='0'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='0'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WCPCPY='0'
GNULIB_WCPNCPY='0'
GNULIB_WCRTOMB='0'
GNULIB_WCSCASECMP='0'
GNULIB_WCSCAT='0'
GNULIB_WCSCHR='0'
GNULIB_WCSCMP='0'
GNULIB_WCSCOLL='0'
GNULIB_WCSCPY='0'
GNULIB_WCSCSPN='0'
GNULIB_WCSDUP='0'
GNULIB_WCSLEN='0'
GNULIB_WCSNCASECMP='0'
GNULIB_WCSNCAT='0'
GNULIB_WCSNCMP='0'
GNULIB_WCSNCPY='0'
GNULIB_WCSNLEN='0'
GNULIB_WCSNRTOMBS='0'
GNULIB_WCSPBRK='0'
GNULIB_WCSRCHR='0'
GNULIB_WCSRTOMBS='0'
GNULIB_WCSSPN='0'
GNULIB_WCSSTR='0'
GNULIB_WCSTOK='0'
GNULIB_WCSWIDTH='0'
GNULIB_WCSXFRM='0'
GNULIB_WCTOB='0'
GNULIB_WCTOMB='0'
GNULIB_WCTRANS='0'
GNULIB_WCTYPE='0'
GNULIB_WCWIDTH='0'
GNULIB_WMEMCHR='0'
GNULIB_WMEMCMP='0'
GNULIB_WMEMCPY='0'
GNULIB_WMEMMOVE='0'
GNULIB_WMEMSET='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNU_LD_FLAGS=''
GREP='/bin/grep'
GUILE_CFLAGS=''
GUILE_EFFECTIVE_VERSION='2.2'
GUILE_FOR_BUILD=''
GUILE_LIBS=''
GUILE_MAJOR_VERSION='2'
GUILE_MICRO_VERSION='4'
GUILE_MINOR_VERSION='2'
GUILE_VERSION='2.2.4'
HAVE_ACCEPT4='0'
HAVE_ACOSF='1'
HAVE_ACOSL='1'
HAVE_ALPHASORT='1'
HAVE_ARPA_INET_H='0'
HAVE_ASINF='1'
HAVE_ASINL='1'
HAVE_ATAN2F='1'
HAVE_ATANF='1'
HAVE_ATANL='1'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_C99_STDINT_H='0'
HAVE_CANONICALIZE_FILE_NAME='0'
HAVE_CBRT='1'
HAVE_CBRTF='1'
HAVE_CBRTL='1'
HAVE_CHOWN='1'
HAVE_CLOSEDIR='1'
HAVE_COPYSIGN='0'
HAVE_COPYSIGNL='1'
HAVE_COSF='1'
HAVE_COSHF='1'
HAVE_COSL='1'
HAVE_DECL_ACOSL='1'
HAVE_DECL_ASINL='1'
HAVE_DECL_ATANL='1'
HAVE_DECL_CBRTF='1'
HAVE_DECL_CBRTL='1'
HAVE_DECL_CEILF='1'
HAVE_DECL_CEILL='1'
HAVE_DECL_COPYSIGNF='1'
HAVE_DECL_COSL='1'
HAVE_DECL_DIRFD='0'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_EXP2='1'
HAVE_DECL_EXP2F='1'
HAVE_DECL_EXP2L='1'
HAVE_DECL_EXPL='1'
HAVE_DECL_EXPM1L='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FDOPENDIR='1'
HAVE_DECL_FLOORF='1'
HAVE_DECL_FLOORL='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FREEADDRINFO='0'
HAVE_DECL_FREXPL='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GAI_STRERROR='0'
HAVE_DECL_GETADDRINFO='0'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN='0'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETNAMEINFO='0'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_INET_NTOP='0'
HAVE_DECL_INET_PTON='0'
HAVE_DECL_LDEXPL='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_LOG10L='1'
HAVE_DECL_LOG2='1'
HAVE_DECL_LOG2F='1'
HAVE_DECL_LOG2L='1'
HAVE_DECL_LOGB='1'
HAVE_DECL_LOGL='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_REMAINDER='1'
HAVE_DECL_REMAINDERL='1'
HAVE_DECL_RINTF='1'
HAVE_DECL_ROUND='0'
HAVE_DECL_ROUNDF='1'
HAVE_DECL_ROUNDL='1'
HAVE_DECL_SETENV='0'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SINL='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_SQRTL='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR_R='1'
HAVE_DECL_STRNDUP='1'
HAVE_DECL_STRNLEN='1'
HAVE_DECL_STRSIGNAL='1'
HAVE_DECL_STRTOK_R='1'
HAVE_DECL_TANL='1'
HAVE_DECL_TRUNC='1'
HAVE_DECL_TRUNCF='1'
HAVE_DECL_TRUNCL='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DECL_WCTOB='1'
HAVE_DECL_WCWIDTH='1'
HAVE_DIRENT_H='0'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_DUPLOCALE='0'
HAVE_EUIDACCESS='1'
HAVE_EXPF='1'
HAVE_EXPL='1'
HAVE_EXPM1='1'
HAVE_EXPM1F='1'
HAVE_FABSF='1'
HAVE_FABSL='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FCNTL='1'
HAVE_FDATASYNC='1'
HAVE_FDOPENDIR='1'
HAVE_FEATURES_H='0'
HAVE_FFSL='1'
HAVE_FFSLL='1'
HAVE_FLOCK='0'
HAVE_FMA='1'
HAVE_FMAF='1'
HAVE_FMAL='1'
HAVE_FMODF='1'
HAVE_FMODL='1'
HAVE_FREXPF='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='0'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='0'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='0'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_HYPOTF='1'
HAVE_HYPOTL='1'
HAVE_ILOGB='1'
HAVE_ILOGBF='1'
HAVE_ILOGBL='1'
HAVE_INTTYPES_H='0'
HAVE_ISNAND='0'
HAVE_ISNANF='0'
HAVE_ISNANL='0'
HAVE_ISWBLANK='1'
HAVE_ISWCNTRL=''
HAVE_LANGINFO_CODESET='0'
HAVE_LANGINFO_ERA='0'
HAVE_LANGINFO_H='0'
HAVE_LANGINFO_T_FMT_AMPM='0'
HAVE_LANGINFO_YESEXPR='0'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LDEXPF='1'
HAVE_LD_VERSION_SCRIPT_FALSE=''
HAVE_LD_VERSION_SCRIPT_TRUE='#'
HAVE_LIBGMP=''
HAVE_LIBLTDL=''
HAVE_LIBUNISTRING='no'
HAVE_LINK='0'
HAVE_LINKAT='1'
HAVE_LOG10F='1'
HAVE_LOG10L='1'
HAVE_LOG1P='0'
HAVE_LOG1PF='1'
HAVE_LOG1PL='1'
HAVE_LOGBF='1'
HAVE_LOGBL='1'
HAVE_LOGF='1'
HAVE_LOGL='1'
HAVE_LONG_LONG_INT='0'
HAVE_LSTAT='0'
HAVE_MAKEINFO_FALSE=''
HAVE_MAKEINFO_TRUE=''
HAVE_MAX_ALIGN_T='0'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSLEN='0'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MEMCHR='1'
HAVE_MEMPCPY='1'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='0'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_MODFF='1'
HAVE_MODFL='1'
HAVE_MSVC_INVALID_PARAMETER_HANDLER='0'
HAVE_NANOSLEEP='1'
HAVE_NETDB_H='0'
HAVE_NETINET_IN_H='0'
HAVE_NL_LANGINFO='0'
HAVE_OPENAT='1'
HAVE_OPENDIR='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='0'
HAVE_PIPE='0'
HAVE_POLL='0'
HAVE_POLL_H='0'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_POWF='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_QSORT_R='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READDIR='1'
HAVE_READLINE_FALSE=''
HAVE_READLINE_TRUE=''
HAVE_READLINK='0'
HAVE_READLINKAT='1'
HAVE_REALPATH='0'
HAVE_REMAINDER='1'
HAVE_REMAINDERF='1'
HAVE_RENAMEAT='1'
HAVE_REWINDDIR='1'
HAVE_RINT='1'
HAVE_RINTL='1'
HAVE_RPMATCH='1'
HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0'
HAVE_SA_FAMILY_T='0'
HAVE_SCANDIR='1'
HAVE_SECURE_GETENV='1'
HAVE_SETENV='0'
HAVE_SETHOSTNAME='1'
HAVE_SHARED_LIBRARIES_FALSE=''
HAVE_SHARED_LIBRARIES_TRUE=''
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='0'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T='0'
HAVE_SIGNED_WCHAR_T='0'
HAVE_SIGNED_WINT_T='0'
HAVE_SIGSET_T='0'
HAVE_SINF='1'
HAVE_SINHF='1'
HAVE_SINL='1'
HAVE_SLEEP='1'
HAVE_SQRTF='1'
HAVE_SQRTL='1'
HAVE_STDINT_H='0'
HAVE_STPCPY='1'
HAVE_STPNCPY='1'
HAVE_STRCASESTR='1'
HAVE_STRCHRNUL='1'
HAVE_STRPBRK='1'
HAVE_STRPTIME='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_ADDRINFO='0'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_SOCKADDR_STORAGE='0'
HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1'
HAVE_STRUCT_TIMEVAL='0'
HAVE_STRUCT_TMS='1'
HAVE_STRVERSCMP='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H='0'
HAVE_SYS_FILE_H=''
HAVE_SYS_INTTYPES_H='0'
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H='0'
HAVE_SYS_SOCKET_H='0'
HAVE_SYS_TIMES_H=''
HAVE_SYS_TIME_H='0'
HAVE_SYS_TYPES_H='0'
HAVE_SYS_UIO_H=''
HAVE_TANF='1'
HAVE_TANHF='1'
HAVE_TANL='1'
HAVE_TIMEGM='1'
HAVE_TIMES='1'
HAVE_TIMEZONE_T='0'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='0'
HAVE_UNISTD_H=''
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='0'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_VISIBILITY='0'
HAVE_WCHAR_H='0'
HAVE_WCHAR_T='0'
HAVE_WCPCPY='1'
HAVE_WCPNCPY='1'
HAVE_WCRTOMB='1'
HAVE_WCSCASECMP='1'
HAVE_WCSCAT='1'
HAVE_WCSCHR='1'
HAVE_WCSCMP='1'
HAVE_WCSCOLL='1'
HAVE_WCSCPY='1'
HAVE_WCSCSPN='1'
HAVE_WCSDUP='1'
HAVE_WCSLEN='1'
HAVE_WCSNCASECMP='1'
HAVE_WCSNCAT='1'
HAVE_WCSNCMP='1'
HAVE_WCSNCPY='1'
HAVE_WCSNLEN='1'
HAVE_WCSNRTOMBS='1'
HAVE_WCSPBRK='1'
HAVE_WCSRCHR='1'
HAVE_WCSRTOMBS='1'
HAVE_WCSSPN='1'
HAVE_WCSSTR='1'
HAVE_WCSTOK='1'
HAVE_WCSWIDTH='1'
HAVE_WCSXFRM='1'
HAVE_WCTRANS_T='1'
HAVE_WCTYPE_H=''
HAVE_WCTYPE_T='1'
HAVE_WINSOCK2_H='0'
HAVE_WINT_T=''
HAVE_WMEMCHR='1'
HAVE_WMEMCMP='1'
HAVE_WMEMCPY='1'
HAVE_WMEMMOVE='1'
HAVE_WMEMSET='1'
HAVE_WS2TCPIP_H='0'
HAVE_XLOCALE_H='0'
HAVE__BOOL=''
HAVE__EXIT='1'
HOSTENT_LIB=''
HOST_CC=''
ICONV_CONST=''
ICONV_H=''
INCLUDE_NEXT='include'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include'
INET_NTOP_LIB=''
INET_PTON_LIB=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
ISFINITE_LIBM=''
ISINF_LIBM=''
ISNAND_LIBM=''
ISNANF_LIBM=''
ISNANL_LIBM=''
ISNAN_LIBM=''
LD='/usr/bin/ld'
LDEXP_LIBM=''
LDFLAGS=''
LIBFFI_CFLAGS=''
LIBFFI_LIBS=''
LIBGMP=''
LIBGMP_PREFIX=''
LIBGUILE_I18N_INTERFACE=''
LIBGUILE_I18N_INTERFACE_AGE=''
LIBGUILE_I18N_INTERFACE_CURRENT=''
LIBGUILE_I18N_INTERFACE_REVISION=''
LIBGUILE_I18N_MAJOR=''
LIBGUILE_INTERFACE='4:1:3'
LIBGUILE_INTERFACE_AGE='3'
LIBGUILE_INTERFACE_CURRENT='4'
LIBGUILE_INTERFACE_REVISION='1'
LIBICONV=''
LIBINTL=''
LIBLOBJS=''
LIBLTDL=''
LIBLTDL_PREFIX=''
LIBM=''
LIBOBJS=''
LIBREADLINE=''
LIBREADLINE_PREFIX=''
LIBS=''
LIBSOCKET=''
LIBTOOL=''
LIBUNISTRING=''
LIBUNISTRING_PREFIX=''
LIB_CLOCK_GETTIME=''
LIB_GETLOGIN=''
LIB_POLL=''
LIB_SELECT=''
LIMITS_H='limits.h'
LIPO=''
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"'
LOCALE_FR=''
LOCALE_FR_UTF8=''
LOCALE_JA=''
LOCALE_ZH_CN='none'
LOG1P_LIBM='  ?'
LOG_LIBM=''
LTALLOCA=''
LTLIBGMP=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBLTDL=''
LTLIBOBJS=''
LTLIBREADLINE=''
LTLIBUNISTRING=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /root/guile-2.2.4/build-aux/missing makeinfo'
MANIFEST_TOOL=''
MKDIR_P='/bin/mkdir -p'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
NETINET_IN_H='netinet/in.h'
NEXT_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>'
NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='<dirent.h>'
NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='"///usr/include/fcntl.h"'
NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='"///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h"'
NEXT_AS_FIRST_DIRECTIVE_ICONV_H='<iconv.h>'
NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>'
NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>'
NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='"///usr/include/locale.h"'
NEXT_AS_FIRST_DIRECTIVE_MATH_H='<math.h>'
NEXT_AS_FIRST_DIRECTIVE_NETDB_H='<netdb.h>'
NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H='<netinet/in.h>'
NEXT_AS_FIRST_DIRECTIVE_POLL_H='<poll.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='"///usr/include/signal.h"'
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='"///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h"'
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
NEXT_AS_FIRST_DIRECTIVE_STRING_H='"///usr/include/string.h"'
NEXT_AS_FIRST_DIRECTIVE_SYS_FILE_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H=''
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='"///usr/include/sys/types.h"'
NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H=''
NEXT_AS_FIRST_DIRECTIVE_TIME_H='"///usr/include/time.h"'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
NEXT_DIRENT_H='<dirent.h>'
NEXT_ERRNO_H=''
NEXT_FCNTL_H='"///usr/include/fcntl.h"'
NEXT_FLOAT_H='"///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/float.h"'
NEXT_ICONV_H='<iconv.h>'
NEXT_LANGINFO_H='<langinfo.h>'
NEXT_LIMITS_H='<limits.h>'
NEXT_LOCALE_H='"///usr/include/locale.h"'
NEXT_MATH_H='<math.h>'
NEXT_NETDB_H='<netdb.h>'
NEXT_NETINET_IN_H='<netinet/in.h>'
NEXT_POLL_H='<poll.h>'
NEXT_SIGNAL_H='"///usr/include/signal.h"'
NEXT_STDDEF_H='"///usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/stddef.h"'
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H=''
NEXT_STDLIB_H=''
NEXT_STRING_H='"///usr/include/string.h"'
NEXT_SYS_FILE_H=''
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_SOCKET_H='<sys/socket.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIMES_H=''
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_SYS_TYPES_H='"///usr/include/sys/types.h"'
NEXT_SYS_UIO_H=''
NEXT_TIME_H='"///usr/include/time.h"'
NEXT_UNISTD_H=''
NEXT_WCHAR_H=''
NEXT_WCTYPE_H=''
NM=''
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='guile'
PACKAGE_BUGREPORT='bug-guile@gnu.org'
PACKAGE_NAME='GNU Guile'
PACKAGE_STRING='GNU Guile 2.2.4'
PACKAGE_TARNAME='guile'
PACKAGE_URL='http://www.gnu.org/software/guile/'
PACKAGE_VERSION='2.2.4'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB=''
POW_LIBM=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTHREAD_LIBS=''
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
READLINE_LIBS=''
REPLACE_ACOSF='0'
REPLACE_ASINF='0'
REPLACE_ATAN2F='0'
REPLACE_ATANF='0'
REPLACE_BTOWC='0'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CBRTF='0'
REPLACE_CBRTL='0'
REPLACE_CEIL='0'
REPLACE_CEILF='0'
REPLACE_CEILL='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_CLOSEDIR='0'
REPLACE_COSF='0'
REPLACE_COSHF='0'
REPLACE_DIRFD='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_DUPLOCALE='0'
REPLACE_EXP2='0'
REPLACE_EXP2L='0'
REPLACE_EXPF='0'
REPLACE_EXPM1='0'
REPLACE_EXPM1F='0'
REPLACE_FABSL='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FCNTL='0'
REPLACE_FDOPEN='0'
REPLACE_FDOPENDIR='0'
REPLACE_FFLUSH='0'
REPLACE_FLOOR='0'
REPLACE_FLOORF='0'
REPLACE_FLOORL='0'
REPLACE_FMA='0'
REPLACE_FMAF='0'
REPLACE_FMAL='0'
REPLACE_FMOD='0'
REPLACE_FMODF='0'
REPLACE_FMODL='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FREXP='0'
REPLACE_FREXPF='0'
REPLACE_FREXPL='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GAI_STRERROR='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETDTABLESIZE='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_GMTIME='0'
REPLACE_HUGE_VAL='1'
REPLACE_HYPOT='0'
REPLACE_HYPOTF='0'
REPLACE_HYPOTL='0'
REPLACE_ICONV='0'
REPLACE_ICONV_OPEN='0'
REPLACE_ICONV_UTF='0'
REPLACE_ILOGB='0'
REPLACE_ILOGBF='0'
REPLACE_INET_NTOP='0'
REPLACE_INET_PTON='0'
REPLACE_ISATTY='0'
REPLACE_ISFINITE='1'
REPLACE_ISINF='1'
REPLACE_ISNAN='1'
REPLACE_ISWBLANK='0'
REPLACE_ISWCNTRL=''
REPLACE_ITOLD='1'
REPLACE_LCHOWN='0'
REPLACE_LDEXPL='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALECONV='0'
REPLACE_LOCALTIME='0'
REPLACE_LOCALTIME_R='GNULIB_PORTCHECK'
REPLACE_LOG10='0'
REPLACE_LOG10F='0'
REPLACE_LOG10L='0'
REPLACE_LOG1P='0'
REPLACE_LOG1PF='0'
REPLACE_LOG1PL='0'
REPLACE_LOG2='0'
REPLACE_LOG2F='0'
REPLACE_LOG2L='0'
REPLACE_LOG='1'
REPLACE_LOGB='0'
REPLACE_LOGBF='0'
REPLACE_LOGBL='0'
REPLACE_LOGF='0'
REPLACE_LOGL='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MALLOC='1'
REPLACE_MBRLEN='0'
REPLACE_MBRTOWC='0'
REPLACE_MBSINIT='0'
REPLACE_MBSNRTOWCS='0'
REPLACE_MBSRTOWCS='0'
REPLACE_MBSTATE_T='0'
REPLACE_MBTOWC='0'
REPLACE_MEMCHR='1'
REPLACE_MEMMEM='0'
REPLACE_MKDIR='1'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='GNULIB_PORTCHECK'
REPLACE_MODF='0'
REPLACE_MODFF='0'
REPLACE_MODFL='0'
REPLACE_NAN='1'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NL_LANGINFO='0'
REPLACE_NULL='1'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_OPEN='1'
REPLACE_OPENAT='0'
REPLACE_OPENDIR='0'
REPLACE_PERROR='0'
REPLACE_POLL='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_SIGMASK='0'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='1'
REPLACE_PWRITE='0'
REPLACE_QSORT_R='0'
REPLACE_RAISE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_READLINKAT='0'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMAINDER='0'
REPLACE_REMAINDERF='0'
REPLACE_REMAINDERL='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='1'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='1'
REPLACE_ROUND='0'
REPLACE_ROUNDF='0'
REPLACE_ROUNDL='0'
REPLACE_SELECT='1'
REPLACE_SETENV='0'
REPLACE_SETLOCALE='0'
REPLACE_SIGNBIT='0'
REPLACE_SIGNBIT_USING_GCC='0'
REPLACE_SINF='0'
REPLACE_SINHF='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_SQRTF='0'
REPLACE_SQRTL='0'
REPLACE_STAT='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STPNCPY='0'
REPLACE_STRCASESTR='0'
REPLACE_STRCHRNUL='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRERROR_R='0'
REPLACE_STRNCAT='0'
REPLACE_STRNDUP='0'
REPLACE_STRNLEN='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_STRTOK_R='0'
REPLACE_STRUCT_LCONV='1'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='0'
REPLACE_SYMLINKAT='0'
REPLACE_TANF='0'
REPLACE_TANHF='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TOWLOWER=''
REPLACE_TRUNC='0'
REPLACE_TRUNCF='0'
REPLACE_TRUNCL='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCSWIDTH='0'
REPLACE_WCTOB='0'
REPLACE_WCTOMB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
ROUND_LIBM=' ?'
SCM_I_GSC_C_INLINE=''
SCM_I_GSC_ENABLE_DEPRECATED=''
SCM_I_GSC_GUILE_DEBUG=''
SCM_I_GSC_HAVE_STRUCT_DIRENT64=''
SCM_I_GSC_HAVE_THREAD_STORAGE_CLASS=''
SCM_I_GSC_ICONVEH_ERROR=''
SCM_I_GSC_ICONVEH_ESCAPE_SEQUENCE=''
SCM_I_GSC_ICONVEH_QUESTION_MARK=''
SCM_I_GSC_NEEDS_INTTYPES_H=''
SCM_I_GSC_NEEDS_STDINT_H=''
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER=''
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT=''
SCM_I_GSC_STACK_GROWS_UP=''
SCM_I_GSC_T_INT16=''
SCM_I_GSC_T_INT32=''
SCM_I_GSC_T_INT64=''
SCM_I_GSC_T_INT8=''
SCM_I_GSC_T_INTMAX=''
SCM_I_GSC_T_INTPTR=''
SCM_I_GSC_T_PTRDIFF=''
SCM_I_GSC_T_UINT16=''
SCM_I_GSC_T_UINT32=''
SCM_I_GSC_T_UINT64=''
SCM_I_GSC_T_UINT8=''
SCM_I_GSC_T_UINTMAX=''
SCM_I_GSC_T_UINTPTR=''
SCM_I_GSC_USE_NULL_THREADS=''
SCM_I_GSC_USE_PTHREAD_THREADS=''
SCM_PREBUILT_BINARIES=''
SED='/bin/sed'
SERVENT_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDALIGN_H=''
STDBOOL_H=''
STDDEF_H='stddef.h'
STDINT_H='stdint.h'
STRIP=''
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TRUNC_LIBM=''
UNDEFINE_STRTOK_R='0'
UNISTD_H_DEFINES_STRUCT_TIMESPEC='0'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
USE_NLS=''
VERSION='2.2.4'
WCHAR_T_SUFFIX=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINT_T_SUFFIX=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
acx_pthread_config=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_FALSE=''
gl_GNULIB_ENABLED_30838f5439487421042f2225bed3af76_TRUE=''
gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_FALSE=''
gl_GNULIB_ENABLED_37f71b604aa9c54446783d80f42fe547_TRUE=''
gl_GNULIB_ENABLED_3dcce957eadc896e63ab5f137947b410_FALSE=''
gl_GNULIB_ENABLED_3dcce957eadc896e63ab5f137947b410_TRUE=''
gl_GNULIB_ENABLED_3f0e593033d1fc2c127581960f641b66_FALSE=''
gl_GNULIB_ENABLED_3f0e593033d1fc2c127581960f641b66_TRUE=''
gl_GNULIB_ENABLED_43fe87a341d9b4b93c47c3ad819a5239_FALSE=''
gl_GNULIB_ENABLED_43fe87a341d9b4b93c47c3ad819a5239_TRUE=''
gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31_FALSE=''
gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31_TRUE=''
gl_GNULIB_ENABLED_9bc5f216d57e231e4834049d67d0db62_FALSE=''
gl_GNULIB_ENABLED_9bc5f216d57e231e4834049d67d0db62_TRUE=''
gl_GNULIB_ENABLED_alloca_FALSE=''
gl_GNULIB_ENABLED_alloca_TRUE=''
gl_GNULIB_ENABLED_assure_FALSE=''
gl_GNULIB_ENABLED_assure_TRUE=''
gl_GNULIB_ENABLED_b1df7117b479d2da59d76deba468ee21_FALSE=''
gl_GNULIB_ENABLED_b1df7117b479d2da59d76deba468ee21_TRUE=''
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE=''
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=''
gl_GNULIB_ENABLED_btowc_FALSE=''
gl_GNULIB_ENABLED_btowc_TRUE=''
gl_GNULIB_ENABLED_chdir_FALSE=''
gl_GNULIB_ENABLED_chdir_TRUE=''
gl_GNULIB_ENABLED_dbdf22868a5367f28bf18e0013ac6f8f_FALSE=''
gl_GNULIB_ENABLED_dbdf22868a5367f28bf18e0013ac6f8f_TRUE=''
gl_GNULIB_ENABLED_dup2_FALSE=''
gl_GNULIB_ENABLED_dup2_TRUE=''
gl_GNULIB_ENABLED_f9850631dca91859e9cddac9359921c0_FALSE=''
gl_GNULIB_ENABLED_f9850631dca91859e9cddac9359921c0_TRUE=''
gl_GNULIB_ENABLED_flexmember_FALSE=''
gl_GNULIB_ENABLED_flexmember_TRUE=''
gl_GNULIB_ENABLED_hostent_FALSE=''
gl_GNULIB_ENABLED_hostent_TRUE=''
gl_GNULIB_ENABLED_intprops_FALSE=''
gl_GNULIB_ENABLED_intprops_TRUE=''
gl_GNULIB_ENABLED_localeconv_FALSE=''
gl_GNULIB_ENABLED_localeconv_TRUE=''
gl_GNULIB_ENABLED_log_FALSE=''
gl_GNULIB_ENABLED_log_TRUE=''
gl_GNULIB_ENABLED_mbrtowc_FALSE=''
gl_GNULIB_ENABLED_mbrtowc_TRUE=''
gl_GNULIB_ENABLED_mbsinit_FALSE=''
gl_GNULIB_ENABLED_mbsinit_TRUE=''
gl_GNULIB_ENABLED_mbtowc_FALSE=''
gl_GNULIB_ENABLED_mbtowc_TRUE=''
gl_GNULIB_ENABLED_memchr_FALSE=''
gl_GNULIB_ENABLED_memchr_TRUE=''
gl_GNULIB_ENABLED_mktime_FALSE=''
gl_GNULIB_ENABLED_mktime_TRUE=''
gl_GNULIB_ENABLED_pathmax_FALSE=''
gl_GNULIB_ENABLED_pathmax_TRUE=''
gl_GNULIB_ENABLED_raise_FALSE=''
gl_GNULIB_ENABLED_raise_TRUE=''
gl_GNULIB_ENABLED_round_FALSE=''
gl_GNULIB_ENABLED_round_TRUE=''
gl_GNULIB_ENABLED_secure_getenv_FALSE=''
gl_GNULIB_ENABLED_secure_getenv_TRUE=''
gl_GNULIB_ENABLED_servent_FALSE=''
gl_GNULIB_ENABLED_servent_TRUE=''
gl_GNULIB_ENABLED_signbit_FALSE=''
gl_GNULIB_ENABLED_signbit_TRUE=''
gl_GNULIB_ENABLED_size_max_FALSE=''
gl_GNULIB_ENABLED_size_max_TRUE=''
gl_GNULIB_ENABLED_snprintf_FALSE=''
gl_GNULIB_ENABLED_snprintf_TRUE=''
gl_GNULIB_ENABLED_sockets_FALSE=''
gl_GNULIB_ENABLED_sockets_TRUE=''
gl_GNULIB_ENABLED_stat_FALSE=''
gl_GNULIB_ENABLED_stat_TRUE=''
gl_GNULIB_ENABLED_streq_FALSE=''
gl_GNULIB_ENABLED_streq_TRUE=''
gl_GNULIB_ENABLED_tempname_FALSE=''
gl_GNULIB_ENABLED_tempname_TRUE=''
gl_GNULIB_ENABLED_time_r_FALSE=''
gl_GNULIB_ENABLED_time_r_TRUE=''
gl_GNULIB_ENABLED_timegm_FALSE=''
gl_GNULIB_ENABLED_timegm_TRUE=''
gl_GNULIB_ENABLED_unsetenv_FALSE=''
gl_GNULIB_ENABLED_unsetenv_TRUE=''
gl_GNULIB_ENABLED_vasnprintf_FALSE=''
gl_GNULIB_ENABLED_vasnprintf_TRUE=''
gl_GNULIB_ENABLED_wcrtomb_FALSE=''
gl_GNULIB_ENABLED_wcrtomb_TRUE=''
gl_GNULIB_ENABLED_xsize_FALSE=''
gl_GNULIB_ENABLED_xsize_TRUE=''
gl_LIBOBJS=' canonicalize-lgpl.o copysign.o dirfd.o itold.o flock.o frexp.o fsync.o getaddrinfo.o gai_strerror.o getlogin.o gettimeofday.o inet_ntop.o inet_pton.o isfinite.o isinf.o isnand.o isnanf.o isnanl.o link.o log1p.o malloc.o malloc.o mkdir.o mkostemp.o nl_langinfo.o open.o pipe.o poll.o putenv.o readlink.o regex.o rename.o rmdir.o select.o setenv.o'
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS=''
have_makeinfo=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /root/guile-2.2.4/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datarootdir}/emacs/site-lisp'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkglibexecdir='${libexecdir}/${PACKAGE}'
prefix='/opt/guile-2.2.4'
program_transform_name='s,x,x,'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sitedir=''
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute=''
top_srcdir_absolute=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Guile"
#define PACKAGE_TARNAME "guile"
#define PACKAGE_VERSION "2.2.4"
#define PACKAGE_STRING "GNU Guile 2.2.4"
#define PACKAGE_BUGREPORT "bug-guile@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/guile/"
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
#define __STDC_WANT_LIB_EXT2__ 1
#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
#define _TANDEM_SOURCE 1
#define _DARWIN_USE_64_BIT_INODE 1
#define size_t unsigned int
#define C_ALLOCA 1
#define STACK_DIRECTION -1
#define HAVE_ENVIRON_DECL 1
#define HAVE_WORKING_O_NOATIME 0
#define HAVE_WORKING_O_NOFOLLOW 0
#define pid_t int
#define mode_t int
#define HAVE_DECL_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__ "<unknown function>"
#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
#define FUNC_MKDIR_DOT_BUG 1
#define GNULIB_MKOSTEMP 1
#define GNULIB_TEST_MKOSTEMP 1
#define GNULIB_TEST_NL_LANGINFO 1
#define OPEN_TRAILING_SLASH_BUG 1
#define GNULIB_TEST_OPEN 1
#define GNULIB_TEST_PIPE 1
#define GNULIB_TEST_PIPE2 1
#define GNULIB_TEST_POLL 1
#define HAVE_DECL__PUTENV 0
#define GNULIB_TEST_PUTENV 1
#define GNULIB_TEST_READ 1
#define GNULIB_TEST_READLINK 1
#define GNULIB_TEST_RECV 1
#define GNULIB_TEST_RECVFROM 1
#define _REGEX_INCLUDE_LIMITS_H 1
#define _REGEX_LARGE_OFFSETS 1
#define re_syntax_options rpl_re_syntax_options
#define re_set_syntax rpl_re_set_syntax
#define re_compile_pattern rpl_re_compile_pattern
#define re_compile_fastmap rpl_re_compile_fastmap
#define re_search rpl_re_search
#define re_search_2 rpl_re_search_2
#define re_match rpl_re_match
#define re_match_2 rpl_re_match_2
#define re_set_registers rpl_re_set_registers
#define re_comp rpl_re_comp
#define re_exec rpl_re_exec
#define regcomp rpl_regcomp
#define regexec rpl_regexec
#define regerror rpl_regerror
#define regfree rpl_regfree
#define HAVE_DECL_ISBLANK 0
#define RENAME_TRAILING_SLASH_DEST_BUG 1
#define RENAME_TRAILING_SLASH_SOURCE_BUG 1
#define RENAME_DEST_EXISTS_BUG 1
#define GNULIB_TEST_RENAME 1
#define GNULIB_TEST_RMDIR 1
#define GNULIB_TEST_SELECT 1
#define GNULIB_TEST_SEND 1
#define GNULIB_TEST_SENDTO 1
#define GNULIB_TEST_SETENV 1
#define GNULIB_TEST_SETSOCKOPT 1
#define GNULIB_TEST_SHUTDOWN 1
#define GNULIB_TEST_SOCKET 1

configure: exit 1

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem when compile guile-2.2.4 on CentOS 6.10/6.8
  2018-09-05  3:07   ` An Liu
@ 2018-09-05  6:17     ` An Liu
  2018-09-05  7:28       ` An Liu
  0 siblings, 1 reply; 6+ messages in thread
From: An Liu @ 2018-09-05  6:17 UTC (permalink / raw)
  To: alexvong1995; +Cc: guile-user

Hi,

I would like to make some update
1. I compile-installed gcc-4.9.4 on CentOS , then it can run configure
without complain socklen_t not defined problem  i metioned above
2.  the system build chain such as autoconf/automake/m4/libtools are
too old,  autogen.sh would failed,  so i need to update these (you
might not need these from tarball, but in case you get source code
from repos, i had both tarball and source code cloned of repos, but i
do edit configure.ac to disable libltdl check)
3.  pkg-config is too old, i compile-installed one, you need to pay
attention to *pc files, easiest way is to create symbol link to
third-party's install location
4. bdw-gc is too old (system provides 7.0, but we need 7.2)
5. new problem is libltdl not found, i was quite sure both system
(libtool-ltdl-2.2.6-15.5.el6.x86_64 package is installed) and i have
compile-installed version under /opt/libtools ( 2.4.6)
neither
#./configure --prefix=/opt/guile
nor
# ./configure --prefix=/opt/guile --with-libltdl-prefix=/opt/libtools
would pass the check
I need to disable this check in configure.ac, comments all following lines
===========================
#dnl Check for libltdl.
#AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
#  [lt_dlopenext ("foo");])
#if test "x$HAVE_LIBLTDL" != "xyes"; then
#  AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
#fi
===========================
after autoreconf, we can successfully create configure file for now,
and ./configure would provides Makefile correctly
then manually add LTLIBLTDL  libguile/Makefile as a work around (see
'+'  line below )
============================
LTALLOCA =
LTLIBGMP = -lgmp
+ LTLIBLTDL= -L/opt/libtools/lib -lltdl
LTLIBICONV =
LTLIBINTL =
============================

It's now proceeding ice-9 files,  hoping it would not failed me. :)


FYI

AN



On Tue, Sep 4, 2018 at 9:07 PM An Liu <sourceonly@gmail.com> wrote:
>
> Hi, Alex
> Thank you for the hint
>
> attached is the config.log after run ./configure --prefix=/opt/guile-2.2.4
>
> It seems the version of gcc  is too old to use --std=c11
> # gcc -v
> 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)
>
>
>
>
> i would like to test a higher version gcc , and get back  if i have any updates
>
>
> On Tue, Sep 4, 2018 at 1:51 PM Alex Vong <alexvong1995@gmail.com> wrote:
> >
> > Hello An,
> >
> > Can you also upload the 'config.log' file? As it may contain some hints
> > on why it is failing.
> >
> > Cheers,
> > Alex
> >
> > An Liu <sourceonly@gmail.com> writes:
> >
> > > Hi, List
> > >
> > > I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed
> > >
> > > - why guile-2.2.4?
> > > I want to try artanis which requires guile-2.2+, and yum repos only
> > > have guile-1.8, so i decide to compile install myself
> > >
> > > - CentOS release
> > > # cat /etc/centos-release
> > >  CentOS release 6.10 (Final)
> > > # uname -a
> > > Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
> > > 2018 x86_64 x86_64 x86_64 GNU/Linux
> > >
> > > - guile release
> > > # curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz
> > >
> > > - configure error
> > > # ./configure --prefix=/opt/guile-2.2.4
> > > ...
> > > checking whether sigpending is declared without a macro... no
> > > checking whether sigprocmask is declared without a macro... no
> > > checking for socklen_t... no
> > > checking for socklen_t equivalent... configure: error: Cannot find a
> > > type to use in place of socklen_t
> > >
> > >
> > > it stops at socklen_t, as config_log attached
> > >
> > > I've no idea of this as /usr/include/sys/socket.h exists there and
> > > socklen_t should have be defined.
> > >
> > > I've google for this error but hardly got any solutions.
> > > Any suggestion on this?  I don't think trying to modify the
> > > "sys/socket.h" is a good idea.
> > >
> > > or is there guile-2.2+ rpm release for centos 6
> > >
> > > BTW, how long would it take for me to build guile from source code (i7
> > > 6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
> > > take quite a long time even seem like halt.
> > >
> > > Thank you in advance.
>
>
>
> --
> Liu An



-- 
Liu An



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem when compile guile-2.2.4 on CentOS 6.10/6.8
  2018-09-05  6:17     ` An Liu
@ 2018-09-05  7:28       ` An Liu
  2018-09-05 12:53         ` Alex Vong
  0 siblings, 1 reply; 6+ messages in thread
From: An Liu @ 2018-09-05  7:28 UTC (permalink / raw)
  To: alexvong1995; +Cc: guile-user

Hi,list

Finally got it work,cheers!




On Wed, Sep 5, 2018 at 00:17 An Liu <sourceonly@gmail.com> wrote:

> Hi,
>
> I would like to make some update
> 1. I compile-installed gcc-4.9.4 on CentOS , then it can run configure
> without complain socklen_t not defined problem  i metioned above
> 2.  the system build chain such as autoconf/automake/m4/libtools are
> too old,  autogen.sh would failed,  so i need to update these (you
> might not need these from tarball, but in case you get source code
> from repos, i had both tarball and source code cloned of repos, but i
> do edit configure.ac to disable libltdl check)
> 3.  pkg-config is too old, i compile-installed one, you need to pay
> attention to *pc files, easiest way is to create symbol link to
> third-party's install location
> 4. bdw-gc is too old (system provides 7.0, but we need 7.2)
> 5. new problem is libltdl not found, i was quite sure both system
> (libtool-ltdl-2.2.6-15.5.el6.x86_64 package is installed) and i have
> compile-installed version under /opt/libtools ( 2.4.6)
> neither
> #./configure --prefix=/opt/guile
> nor
> # ./configure --prefix=/opt/guile --with-libltdl-prefix=/opt/libtools
> would pass the check
> I need to disable this check in configure.ac, comments all following lines
> ===========================
> #dnl Check for libltdl.
> #AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
> #  [lt_dlopenext ("foo");])
> #if test "x$HAVE_LIBLTDL" != "xyes"; then
> #  AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
> #fi
> ===========================
> after autoreconf, we can successfully create configure file for now,
> and ./configure would provides Makefile correctly
> then manually add LTLIBLTDL  libguile/Makefile as a work around (see
> '+'  line below )
> ============================
> LTALLOCA =
> LTLIBGMP = -lgmp
> + LTLIBLTDL= -L/opt/libtools/lib -lltdl
> LTLIBICONV =
> LTLIBINTL =
> ============================
>
> It's now proceeding ice-9 files,  hoping it would not failed me. :)
>
>
> FYI
>
> AN
>
>
>
> On Tue, Sep 4, 2018 at 9:07 PM An Liu <sourceonly@gmail.com> wrote:
> >
> > Hi, Alex
> > Thank you for the hint
> >
> > attached is the config.log after run ./configure
> --prefix=/opt/guile-2.2.4
> >
> > It seems the version of gcc  is too old to use --std=c11
> > # gcc -v
> > 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)
> >
> >
> >
> >
> > i would like to test a higher version gcc , and get back  if i have any
> updates
> >
> >
> > On Tue, Sep 4, 2018 at 1:51 PM Alex Vong <alexvong1995@gmail.com> wrote:
> > >
> > > Hello An,
> > >
> > > Can you also upload the 'config.log' file? As it may contain some hints
> > > on why it is failing.
> > >
> > > Cheers,
> > > Alex
> > >
> > > An Liu <sourceonly@gmail.com> writes:
> > >
> > > > Hi, List
> > > >
> > > > I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed
> > > >
> > > > - why guile-2.2.4?
> > > > I want to try artanis which requires guile-2.2+, and yum repos only
> > > > have guile-1.8, so i decide to compile install myself
> > > >
> > > > - CentOS release
> > > > # cat /etc/centos-release
> > > >  CentOS release 6.10 (Final)
> > > > # uname -a
> > > > Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
> > > > 2018 x86_64 x86_64 x86_64 GNU/Linux
> > > >
> > > > - guile release
> > > > # curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz
> > > >
> > > > - configure error
> > > > # ./configure --prefix=/opt/guile-2.2.4
> > > > ...
> > > > checking whether sigpending is declared without a macro... no
> > > > checking whether sigprocmask is declared without a macro... no
> > > > checking for socklen_t... no
> > > > checking for socklen_t equivalent... configure: error: Cannot find a
> > > > type to use in place of socklen_t
> > > >
> > > >
> > > > it stops at socklen_t, as config_log attached
> > > >
> > > > I've no idea of this as /usr/include/sys/socket.h exists there and
> > > > socklen_t should have be defined.
> > > >
> > > > I've google for this error but hardly got any solutions.
> > > > Any suggestion on this?  I don't think trying to modify the
> > > > "sys/socket.h" is a good idea.
> > > >
> > > > or is there guile-2.2+ rpm release for centos 6
> > > >
> > > > BTW, how long would it take for me to build guile from source code
> (i7
> > > > 6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
> > > > take quite a long time even seem like halt.
> > > >
> > > > Thank you in advance.
> >
> >
> >
> > --
> > Liu An
>
>
>
> --
> Liu An
>
-- 
Liu An


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem when compile guile-2.2.4 on CentOS 6.10/6.8
  2018-09-05  7:28       ` An Liu
@ 2018-09-05 12:53         ` Alex Vong
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Vong @ 2018-09-05 12:53 UTC (permalink / raw)
  To: An Liu; +Cc: guile-user

[-- Attachment #1: Type: text/plain, Size: 5900 bytes --]

An Liu <sourceonly@gmail.com> writes:

> Hi,list
>
> Finally got it work,cheers!
>
Cheers!

Maybe there's a better way than commenting out all the checks. There's
usually a way to specify custom location for the configure script to
find libltdl. But I am not running centos, so I can't check.

> On Wed, Sep 5, 2018 at 00:17 An Liu <sourceonly@gmail.com> wrote:
>
>  Hi,
>
>  I would like to make some update
>  1. I compile-installed gcc-4.9.4 on CentOS , then it can run configure
>  without complain socklen_t not defined problem  i metioned above
>  2.  the system build chain such as autoconf/automake/m4/libtools are
>  too old,  autogen.sh would failed,  so i need to update these (you
>  might not need these from tarball, but in case you get source code
>  from repos, i had both tarball and source code cloned of repos, but i
>  do edit configure.ac to disable libltdl check)
>  3.  pkg-config is too old, i compile-installed one, you need to pay
>  attention to *pc files, easiest way is to create symbol link to
>  third-party's install location
>  4. bdw-gc is too old (system provides 7.0, but we need 7.2)
>  5. new problem is libltdl not found, i was quite sure both system
>  (libtool-ltdl-2.2.6-15.5.el6.x86_64 package is installed) and i have
>  compile-installed version under /opt/libtools ( 2.4.6)
>  neither
>  #./configure --prefix=/opt/guile
>  nor
>  # ./configure --prefix=/opt/guile --with-libltdl-prefix=/opt/libtools
>  would pass the check
>  I need to disable this check in configure.ac, comments all following lines
>  ===========================
>  #dnl Check for libltdl.
>  #AC_LIB_HAVE_LINKFLAGS([ltdl], [], [#include <ltdl.h>],
>  #  [lt_dlopenext ("foo");])
>  #if test "x$HAVE_LIBLTDL" != "xyes"; then
>  #  AC_MSG_ERROR([GNU libltdl (Libtool) not found, see README.])
>  #fi
>  ===========================
>  after autoreconf, we can successfully create configure file for now,
>  and ./configure would provides Makefile correctly
>  then manually add LTLIBLTDL  libguile/Makefile as a work around (see
>  '+'  line below )
>  ============================
>  LTALLOCA =
>  LTLIBGMP = -lgmp
>  + LTLIBLTDL= -L/opt/libtools/lib -lltdl
>  LTLIBICONV =
>  LTLIBINTL =
>  ============================
>
>  It's now proceeding ice-9 files,  hoping it would not failed me. :)
>
>  FYI
>
>  AN
>
>  On Tue, Sep 4, 2018 at 9:07 PM An Liu <sourceonly@gmail.com> wrote:
>  >
>  > Hi, Alex
>  > Thank you for the hint
>  >
>  > attached is the config.log after run ./configure --prefix=/opt/guile-2.2.4
>  >
>  > It seems the version of gcc  is too old to use --std=c11
>  > # gcc -v
>  > 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)
>  >
>  >
>  >
>  >
>  > i would like to test a higher version gcc , and get back  if i have any updates
>  >
>  >
>  > On Tue, Sep 4, 2018 at 1:51 PM Alex Vong <alexvong1995@gmail.com> wrote:
>  > >
>  > > Hello An,
>  > >
>  > > Can you also upload the 'config.log' file? As it may contain some hints
>  > > on why it is failing.
>  > >
>  > > Cheers,
>  > > Alex
>  > >
>  > > An Liu <sourceonly@gmail.com> writes:
>  > >
>  > > > Hi, List
>  > > >
>  > > > I'm trying to compile guile-2.2.4 on CentOS 6.10, but failed
>  > > >
>  > > > - why guile-2.2.4?
>  > > > I want to try artanis which requires guile-2.2+, and yum repos only
>  > > > have guile-1.8, so i decide to compile install myself
>  > > >
>  > > > - CentOS release
>  > > > # cat /etc/centos-release
>  > > >  CentOS release 6.10 (Final)
>  > > > # uname -a
>  > > > Linux test 2.6.32-754.3.5.el6.x86_64 #1 SMP Tue Aug 14 20:46:41 UTC
>  > > > 2018 x86_64 x86_64 x86_64 GNU/Linux
>  > > >
>  > > > - guile release
>  > > > # curl -O https://ftp.gnu.org/gnu/guile/guile-2.2.4.tar.xz
>  > > >
>  > > > - configure error
>  > > > # ./configure --prefix=/opt/guile-2.2.4
>  > > > ...
>  > > > checking whether sigpending is declared without a macro... no
>  > > > checking whether sigprocmask is declared without a macro... no
>  > > > checking for socklen_t... no
>  > > > checking for socklen_t equivalent... configure: error: Cannot find a
>  > > > type to use in place of socklen_t
>  > > >
>  > > >
>  > > > it stops at socklen_t, as config_log attached
>  > > >
>  > > > I've no idea of this as /usr/include/sys/socket.h exists there and
>  > > > socklen_t should have be defined.
>  > > >
>  > > > I've google for this error but hardly got any solutions.
>  > > > Any suggestion on this?  I don't think trying to modify the
>  > > > "sys/socket.h" is a good idea.
>  > > >
>  > > > or is there guile-2.2+ rpm release for centos 6
>  > > >
>  > > > BTW, how long would it take for me to build guile from source code (i7
>  > > > 6500Ux4, with 8GB RAM, laptop) , the manual of artanis says it would
>  > > > take quite a long time even seem like halt.
>  > > >
>  > > > Thank you in advance.
>  >
>  >
>  >
>  > --
>  > Liu An
>
>  -- 
>  Liu An

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-09-05 12:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-02  5:02 Problem when compile guile-2.2.4 on CentOS 6.10/6.8 An Liu
2018-09-04 19:50 ` Alex Vong
2018-09-05  3:07   ` An Liu
2018-09-05  6:17     ` An Liu
2018-09-05  7:28       ` An Liu
2018-09-05 12:53         ` Alex Vong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).