unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Make problem Mac OS X
@ 2007-09-26 22:14 Hans Aberg
  2007-09-27 14:49 ` Ludovic Courtès
  0 siblings, 1 reply; 8+ messages in thread
From: Hans Aberg @ 2007-09-26 22:14 UTC (permalink / raw)
  To: bug-guile

I got the problem below when installing guile-1.8.2 under Mac OS X  
10.4.10 PPC G4, gcc version
powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc.  
build 5367). I have installed libtool-1.5.24 and gmp-4.2.2 (but  
should some environmental variables be set?). It says  
rl_pending_input is undeclared.

   Hans Aberg


/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H  -I. - 
I. -I.. -I./..    -g -O2 -MT readline.lo -MD -MP -MF .deps/ 
readline.Tpo -c -o readline.lo readline.c
mkdir .libs
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -g -O2 -MT readline.lo -MD - 
MP -MF .deps/readline.Tpo -c readline.c  -fno-common -DPIC -o .libs/ 
readline.o
readline.c: In function ‘rl_cleanup_after_signal’:
readline.c:109: error: ‘rl_pending_input’ undeclared (first use in  
this function)
readline.c:109: error: (Each undeclared identifier is reported only once
readline.c:109: error: for each function it appears in.)
readline.c: In function ‘scm_init_readline’:
readline.c:562: warning: assignment from incompatible pointer type
make[4]: *** [readline.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 8+ messages in thread
* guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
@ 2008-01-09  3:00 Roger Mc Murtrie
  2008-01-10 18:30 ` Neil Jerram
  0 siblings, 1 reply; 8+ messages in thread
From: Roger Mc Murtrie @ 2008-01-09  3:00 UTC (permalink / raw)
  To: bug-guile

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

Compilation of guile-1.8.3  fports.c failed as the stat64 package in  
Mac OSX Leopard does not seem to declare off64_t.
only off_t seems to be declared.

 From fstat64 man:

int
      fstat64(int fildes, struct stat64 *buf);

The buf argument is a pointer to a stat or stat64 structure as defined  
by <sys/stat.h>

      struct stat64 {
          dev_t           st_dev;           /* ID of device containing  
file */
          mode_t          st_mode;          /* Mode of file (see  
below) */
          nlink_t         st_nlink;         /* Number of hard links */
          ino64_t         st_ino;          /* File serial number */
          uid_t           st_uid;           /* User ID of the file */
          gid_t           st_gid;           /* Group ID of the file */
          dev_t           st_rdev;          /* Device ID */
          struct timespec st_atimespec;     /* time of last access */
          struct timespec st_mtimespec;     /* time of last data  
modification */
          struct timespec st_ctimespec;     /* time of last status  
change */
          struct timespec st_birthtimespec; /* time of file  
creation(birth) */
          off_t           st_size;          /* file size, in bytes */
          blkcnt_t        st_blocks;        /* blocks allocated for  
file */
          blksize_t       st_blksize;       /* optimal blocksize for I/ 
O */
          uint32_t        st_flags;         /* user defined flags for  
file */
          uint32_t        st_gen;           /* file generation number */
          int32_t         st_lspare;        /* RESERVED: DO NOT USE! */
          int64_t         st_qspare[2];     /* RESERVED: DO NOT USE! */
      };

HISTORY
      An lstat() function call appeared in 4.2BSD.  The stat64(),  
fstat64(), and lstat64() system calls first
      appeared in Mac OS X 10.5 (Leopard).

Note:
off_t           st_size;          /* file size, in bytes */
is the same as in the  struct stat

To get fports.c to compile:
In _scm.h  I changed
#define off_t_or_off64_t                CHOOSE_LARGEFILE(off_t,off64_t)
to
#define off_t_or_off64_t                off_t
and in fports.c fport_seek I changed
off64_t  to off_t

Possibly one of the many bugs in Mac OSX Leopard?

Regards
Roger


[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 296367 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by guile configure 1.8.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = Rogers-imac.local
uname -m = i386
uname -r = 9.1.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 9.1.0: Wed Oct 31 17:46:22 PDT 2007; root:xnu-1228.0.2~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 71 tasks, 267 threads, 2 processors
Load average: 2.15, Mach factor: 0.95
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /usr/local/Trolltech/Qt-4.3.3/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/texbin
PATH: /usr/X11/bin
PATH: /usr/local/gnat/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2163: checking for a BSD-compatible install
configure:2219: result: /usr/bin/install -c
configure:2230: checking whether build environment is sane
configure:2273: result: yes
configure:2301: checking for a thread-safe mkdir -p
configure:2340: result: build-aux/install-sh -c -d
configure:2353: checking for gawk
configure:2383: result: no
configure:2353: checking for mawk
configure:2383: result: no
configure:2353: checking for nawk
configure:2383: result: no
configure:2353: checking for awk
configure:2369: found /usr/bin/awk
configure:2380: result: awk
configure:2391: checking whether make sets $(MAKE)
configure:2412: result: yes
configure:2597: checking whether to enable maintainer-specific portions of Makefiles
configure:2606: result: no
configure:2641: checking build system type
configure:2659: result: i386-apple-darwin9.1.0
configure:2681: checking host system type
configure:2696: result: i386-apple-darwin9.1.0
configure:2739: checking for a BSD-compatible install
configure:2795: result: /usr/bin/install -c
configure:2854: checking for gcc
configure:2870: found /usr/bin/gcc
configure:2881: result: gcc
configure:3119: checking for C compiler version
configure:3126: gcc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Copyright (C) 2005 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:3129: $? = 0
configure:3136: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
configure:3139: $? = 0
configure:3146: gcc -V >&5
gcc-4.0: argument to `-V' is missing
configure:3149: $? = 1
configure:3172: checking for C compiler default output file name
configure:3199: gcc    conftest.c  >&5
configure:3202: $? = 0
configure:3240: result: a.out
configure:3257: checking whether the C compiler works
configure:3267: ./a.out
configure:3270: $? = 0
configure:3287: result: yes
configure:3294: checking whether we are cross compiling
configure:3296: result: no
configure:3299: checking for suffix of executables
configure:3306: gcc -o conftest    conftest.c  >&5
configure:3309: $? = 0
configure:3333: result: 
configure:3339: checking for suffix of object files
configure:3365: gcc -c   conftest.c >&5
configure:3368: $? = 0
configure:3391: result: o
configure:3395: checking whether we are using the GNU C compiler
configure:3424: gcc -c   conftest.c >&5
configure:3430: $? = 0
configure:3447: result: yes
configure:3452: checking whether gcc accepts -g
configure:3482: gcc -c -g  conftest.c >&5
configure:3488: $? = 0
configure:3587: result: yes
configure:3604: checking for gcc option to accept ISO C89
configure:3678: gcc  -c -g -O2  conftest.c >&5
configure:3684: $? = 0
configure:3707: result: none needed
configure:3736: checking for style of include used by make
configure:3764: result: GNU
configure:3789: checking dependency style of gcc
configure:3880: result: gcc3
configure:3900: checking how to run the C preprocessor
configure:3940: gcc -E  conftest.c
configure:3946: $? = 0
configure:3977: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3983: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4016: result: gcc -E
configure:4045: gcc -E  conftest.c
configure:4051: $? = 0
configure:4082: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:4088: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4129: checking for gawk
configure:4156: result: awk
configure:4170: checking for grep that handles long lines and -e
configure:4244: result: /usr/bin/grep
configure:4249: checking for egrep
configure:4327: result: /usr/bin/grep -E
configure:4333: checking for AIX
configure:4355: result: no
configure:4361: checking for library containing strerror
configure:4402: gcc -o conftest -g -O2   conftest.c  >&5
configure:4408: $? = 0
configure:4436: result: none required
configure:4444: checking for ANSI C header files
configure:4474: gcc -c -g -O2  conftest.c >&5
configure:4480: $? = 0
configure:4579: gcc -o conftest -g -O2   conftest.c  >&5
configure:4582: $? = 0
configure:4588: ./conftest
configure:4591: $? = 0
configure:4608: result: yes
configure:4632: checking for sys/types.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for sys/stat.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for stdlib.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for string.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for memory.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for strings.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for inttypes.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for stdint.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for unistd.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4697: checking minix/config.h usability
configure:4714: gcc -c -g -O2  conftest.c >&5
conftest.c:51:26: error: minix/config.h: No such file or directory
configure:4720: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4734: result: no
configure:4738: checking minix/config.h presence
configure:4753: gcc -E  conftest.c
conftest.c:18:26: error: minix/config.h: No such file or directory
configure:4759: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4773: result: no
configure:4806: checking for minix/config.h
configure:4813: result: no
configure:4891: checking for gcc
configure:4918: result: gcc
configure:5156: checking for C compiler version
configure:5163: gcc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Copyright (C) 2005 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:5166: $? = 0
configure:5173: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
configure:5176: $? = 0
configure:5183: gcc -V >&5
gcc-4.0: argument to `-V' is missing
configure:5186: $? = 1
configure:5189: checking whether we are using the GNU C compiler
configure:5241: result: yes
configure:5246: checking whether gcc accepts -g
configure:5381: result: yes
configure:5398: checking for gcc option to accept ISO C89
configure:5501: result: none needed
configure:5521: checking dependency style of gcc
configure:5612: result: gcc3
configure:5632: checking whether gcc and cc understand -c and -o together
configure:5667: gcc -c conftest.c -o conftest2.o >&5
configure:5670: $? = 0
configure:5676: gcc -c conftest.c -o conftest2.o >&5
configure:5679: $? = 0
configure:5690: cc -c conftest.c >&5
configure:5693: $? = 0
configure:5701: cc -c conftest.c -o conftest2.o >&5
configure:5704: $? = 0
configure:5710: cc -c conftest.c -o conftest2.o >&5
configure:5713: $? = 0
configure:5731: result: yes
configure:5832: checking for a sed that does not truncate output
configure:5886: result: /usr/bin/sed
configure:5900: checking for ld used by gcc
configure:5967: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
configure:5976: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:5991: result: no
configure:5996: checking for /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld option to reload object files
configure:6003: result: -r
configure:6021: checking for BSD-compatible nm
configure:6070: result: /usr/bin/nm -p
configure:6074: checking whether ln -s works
configure:6078: result: yes
configure:6085: checking how to recognise dependent libraries
configure:6261: result: pass_all
configure:6794: checking dlfcn.h usability
configure:6811: gcc -c -g -O2  conftest.c >&5
configure:6817: $? = 0
configure:6831: result: yes
configure:6835: checking dlfcn.h presence
configure:6850: gcc -E  conftest.c
configure:6856: $? = 0
configure:6870: result: yes
configure:6903: checking for dlfcn.h
configure:6911: result: yes
configure:6982: checking for g++
configure:6998: found /usr/bin/g++
configure:7009: result: g++
configure:7040: checking for C++ compiler version
configure:7047: g++ --version >&5
i686-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Copyright (C) 2005 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:7050: $? = 0
configure:7057: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
configure:7060: $? = 0
configure:7067: g++ -V >&5
g++-4.0: argument to `-V' is missing
configure:7070: $? = 1
configure:7073: checking whether we are using the GNU C++ compiler
configure:7102: g++ -c   conftest.cpp >&5
configure:7108: $? = 0
configure:7125: result: yes
configure:7130: checking whether g++ accepts -g
configure:7160: g++ -c -g  conftest.cpp >&5
configure:7166: $? = 0
configure:7265: result: yes
configure:7290: checking dependency style of g++
configure:7381: result: gcc3
configure:7406: checking how to run the C++ preprocessor
configure:7442: g++ -E  conftest.cpp
configure:7448: $? = 0
configure:7479: g++ -E  conftest.cpp
conftest.cpp:19:28: error: ac_nonexistent.h: No such file or directory
configure:7485: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7518: result: g++ -E
configure:7547: g++ -E  conftest.cpp
configure:7553: $? = 0
configure:7584: g++ -E  conftest.cpp
conftest.cpp:19:28: error: ac_nonexistent.h: No such file or directory
configure:7590: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7683: checking for g77
configure:7713: result: no
configure:7683: checking for xlf
configure:7713: result: no
configure:7683: checking for f77
configure:7713: result: no
configure:7683: checking for frt
configure:7713: result: no
configure:7683: checking for pgf77
configure:7713: result: no
configure:7683: checking for cf77
configure:7713: result: no
configure:7683: checking for fort77
configure:7713: result: no
configure:7683: checking for fl32
configure:7713: result: no
configure:7683: checking for af77
configure:7713: result: no
configure:7683: checking for xlf90
configure:7713: result: no
configure:7683: checking for f90
configure:7713: result: no
configure:7683: checking for pgf90
configure:7713: result: no
configure:7683: checking for pghpf
configure:7713: result: no
configure:7683: checking for epcf90
configure:7713: result: no
configure:7683: checking for gfortran
configure:7699: found /usr/local/bin/gfortran
configure:7710: result: gfortran
configure:7740: checking for Fortran 77 compiler version
configure:7747: gfortran --version >&5
GNU Fortran (GCC) 4.3.0 20071224 (experimental)
Copyright (C) 2007 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:7750: $? = 0
configure:7757: gfortran -v >&5
Using built-in specs.
Target: i386-apple-darwin9.1.0
Configured with: ../gcc/configure
Thread model: posix
gcc version 4.3.0 20071224 (experimental) (GCC) 
configure:7760: $? = 0
configure:7767: gfortran -V >&5
gfortran: '-V' option must have argument
configure:7770: $? = 1
configure:7778: checking whether we are using the GNU Fortran 77 compiler
configure:7797: gfortran -c  conftest.F >&5
configure:7803: $? = 0
configure:7820: result: yes
configure:7826: checking whether gfortran accepts -g
configure:7843: gfortran -c -g conftest.f >&5
configure:7849: $? = 0
configure:7865: result: yes
configure:7895: checking the maximum length of command line arguments
configure:8004: result: 196608
configure:8015: checking command to parse /usr/bin/nm -p output from gcc object
configure:8120: gcc -c -g -O2  conftest.c >&5
configure:8123: $? = 0
configure:8127: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8130: $? = 0
cannot find nm_test_var in conftest.nm
configure:8120: gcc -c -g -O2  conftest.c >&5
configure:8123: $? = 0
configure:8127: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:8130: $? = 0
configure:8182: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:8185: $? = 0
configure:8223: result: ok
configure:8227: checking for objdir
configure:8242: result: .libs
configure:8334: checking for ar
configure:8350: found /usr/bin/ar
configure:8361: result: ar
configure:8430: checking for ranlib
configure:8446: found /usr/bin/ranlib
configure:8457: result: ranlib
configure:8526: checking for strip
configure:8542: found /usr/bin/strip
configure:8553: result: strip
configure:8839: checking if gcc supports -fno-rtti -fno-exceptions
configure:8857: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8861: $? = 0
configure:8874: result: no
configure:8889: checking for gcc option to produce PIC
configure:9099: result: -fno-common
configure:9107: checking if gcc PIC flag -fno-common works
configure:9125: gcc -c -g -O2  -fno-common -DPIC conftest.c >&5
configure:9129: $? = 0
configure:9142: result: yes
configure:9170: checking if gcc static flag -static works
configure:9198: result: no
configure:9208: checking if gcc supports -c -o file.o
configure:9229: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9233: $? = 0
configure:9255: result: yes
configure:9281: checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:10236: result: yes
configure:10303: checking dynamic linker characteristics
configure:10879: result: darwin9.1.0 dyld
configure:10888: checking how to hardcode library paths into programs
configure:10913: result: immediate
configure:10927: checking whether stripping libraries is possible
configure:10940: result: yes
configure:10981: checking for dlopen in -ldl
configure:11016: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:11022: $? = 0
configure:11040: result: yes
configure:11515: checking whether a program can dlopen itself
configure:11589: gcc -o conftest -g -O2  -DHAVE_DLFCN_H   conftest.c -ldl  >&5
configure: In function 'main':
configure:11585: warning: incompatible implicit declaration of built-in function 'exit'
configure:11592: $? = 0
configure:11610: result: yes
configure:11615: checking whether a statically linked program can dlopen itself
configure:11689: gcc -o conftest -g -O2  -DHAVE_DLFCN_H    conftest.c -ldl  >&5
configure: In function 'main':
configure:11685: warning: incompatible implicit declaration of built-in function 'exit'
configure:11692: $? = 0
configure:11710: result: yes
configure:11733: checking if libtool supports shared libraries
configure:11735: result: yes
configure:11738: checking whether to build shared libraries
configure:11759: result: yes
configure:11762: checking whether to build static libraries
configure:11766: result: yes
configure:11858: creating libtool
configure:12446: checking for ld used by g++
configure:12513: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
configure:12522: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:12537: result: no
configure:12588: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:13522: result: yes
configure:13540: g++ -c -g -O2  conftest.cpp >&5
configure:13543: $? = 0
configure:13662: checking for g++ option to produce PIC
configure:13936: result: -fno-common
configure:13944: checking if g++ PIC flag -fno-common works
configure:13962: g++ -c -g -O2  -fno-common -DPIC conftest.cpp >&5
configure:13966: $? = 0
configure:13979: result: yes
configure:14007: checking if g++ static flag -static works
configure:14035: result: no
configure:14045: checking if g++ supports -c -o file.o
configure:14066: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14070: $? = 0
configure:14092: result: yes
configure:14118: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:14146: result: yes
configure:14213: checking dynamic linker characteristics
configure:14789: result: darwin9.1.0 dyld
configure:14798: checking how to hardcode library paths into programs
configure:14823: result: immediate
configure:15349: checking if libtool supports shared libraries
configure:15351: result: yes
configure:15354: checking whether to build shared libraries
configure:15374: result: yes
configure:15377: checking whether to build static libraries
configure:15381: result: yes
configure:15391: checking for gfortran option to produce PIC
configure:15601: result: -fno-common
configure:15609: checking if gfortran PIC flag -fno-common works
configure:15627: gfortran -c -g -O2 -fno-common conftest.f >&5
configure:15631: $? = 0
configure:15644: result: yes
configure:15672: checking if gfortran static flag -static works
configure:15700: result: no
configure:15710: checking if gfortran supports -c -o file.o
configure:15731: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15735: $? = 0
configure:15757: result: yes
configure:15783: checking whether the gfortran linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:16718: result: yes
configure:16785: checking dynamic linker characteristics
configure:17361: result: darwin9.1.0 dyld
configure:17370: checking how to hardcode library paths into programs
configure:17395: result: immediate
configure:20942: checking for lt_dlinit in -lltdl
configure:20977: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
configure:20983: $? = 0
configure:21001: result: yes
configure:21021: checking for makeinfo
configure:21037: found /usr/bin/makeinfo
configure:21049: result: yes
configure:21073: checking for emacs
configure:21089: found /usr/bin/emacs
configure:21100: result: emacs
configure:21124: checking where .elc files should go
configure:21137: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "
")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
configure:21140: $? = 0
configure:21153: result: ${datarootdir}/emacs/site-lisp
configure:21369: checking for __uc_get_ar_bsp in -luca
configure:21404: gcc -o conftest -g -O2   conftest.c -luca  -lltdl  >&5
ld: library not found for -luca
collect2: ld returned 1 exit status
configure:21410: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 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 __uc_get_ar_bsp ();
| int
| main ()
| {
| return __uc_get_ar_bsp ();
|   ;
|   return 0;
| }
configure:21428: result: no
configure:21440: checking for an ANSI C-conforming const
configure:21515: gcc -c -g -O2  conftest.c >&5
configure:21521: $? = 0
configure:21536: result: yes
configure:21548: checking for working volatile
configure:21577: gcc -c -g -O2  conftest.c >&5
configure:21583: $? = 0
configure:21598: result: yes
configure:21609: checking for inline
configure:21635: gcc -c -g -O2  conftest.c >&5
configure:21641: $? = 0
configure:21659: result: inline
configure:21684: checking for __uc_get_ar_bsp in -luca
configure:21743: result: no
configure:21755: checking whether byte ordering is bigendian
configure:21788: gcc -c -g -O2  conftest.c >&5
configure:21794: $? = 0
configure:21826: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:30: error: 'not' undeclared (first use in this function)
conftest.c:30: error: (Each undeclared identifier is reported only once
conftest.c:30: error: for each function it appears in.)
conftest.c:30: error: syntax error before 'big'
configure:21832: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:21972: result: no
configure:21992: checking for char
configure:22022: gcc -c -g -O2  conftest.c >&5
configure:22028: $? = 0
configure:22043: result: yes
configure:22050: checking size of char
configure:22352: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:22355: $? = 0
configure:22361: ./conftest
configure:22364: $? = 0
configure:22387: result: 1
configure:22397: checking for unsigned char
configure:22427: gcc -c -g -O2  conftest.c >&5
configure:22433: $? = 0
configure:22448: result: yes
configure:22455: checking size of unsigned char
configure:22757: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:22760: $? = 0
configure:22766: ./conftest
configure:22769: $? = 0
configure:22792: result: 1
configure:22802: checking for short
configure:22832: gcc -c -g -O2  conftest.c >&5
configure:22838: $? = 0
configure:22853: result: yes
configure:22860: checking size of short
configure:23162: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23165: $? = 0
configure:23171: ./conftest
configure:23174: $? = 0
configure:23197: result: 2
configure:23207: checking for unsigned short
configure:23237: gcc -c -g -O2  conftest.c >&5
configure:23243: $? = 0
configure:23258: result: yes
configure:23265: checking size of unsigned short
configure:23567: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23570: $? = 0
configure:23576: ./conftest
configure:23579: $? = 0
configure:23602: result: 2
configure:23612: checking for int
configure:23642: gcc -c -g -O2  conftest.c >&5
configure:23648: $? = 0
configure:23663: result: yes
configure:23670: checking size of int
configure:23972: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23975: $? = 0
configure:23981: ./conftest
configure:23984: $? = 0
configure:24007: result: 4
configure:24017: checking for unsigned int
configure:24047: gcc -c -g -O2  conftest.c >&5
configure:24053: $? = 0
configure:24068: result: yes
configure:24075: checking size of unsigned int
configure:24377: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:24380: $? = 0
configure:24386: ./conftest
configure:24389: $? = 0
configure:24412: result: 4
configure:24422: checking for long
configure:24452: gcc -c -g -O2  conftest.c >&5
configure:24458: $? = 0
configure:24473: result: yes
configure:24480: checking size of long
configure:24782: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:24785: $? = 0
configure:24791: ./conftest
configure:24794: $? = 0
configure:24817: result: 4
configure:24827: checking for unsigned long
configure:24857: gcc -c -g -O2  conftest.c >&5
configure:24863: $? = 0
configure:24878: result: yes
configure:24885: checking size of unsigned long
configure:25187: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:25190: $? = 0
configure:25196: ./conftest
configure:25199: $? = 0
configure:25222: result: 4
configure:25232: checking for size_t
configure:25262: gcc -c -g -O2  conftest.c >&5
configure:25268: $? = 0
configure:25283: result: yes
configure:25290: checking size of size_t
configure:25592: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:25595: $? = 0
configure:25601: ./conftest
configure:25604: $? = 0
configure:25627: result: 4
configure:25637: checking for long long
configure:25667: gcc -c -g -O2  conftest.c >&5
configure:25673: $? = 0
configure:25688: result: yes
configure:25695: checking size of long long
configure:25997: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:26000: $? = 0
configure:26006: ./conftest
configure:26009: $? = 0
configure:26032: result: 8
configure:26042: checking for unsigned long long
configure:26072: gcc -c -g -O2  conftest.c >&5
configure:26078: $? = 0
configure:26093: result: yes
configure:26100: checking size of unsigned long long
configure:26402: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:26405: $? = 0
configure:26411: ./conftest
configure:26414: $? = 0
configure:26437: result: 8
configure:26447: checking for __int64
configure:26477: gcc -c -g -O2  conftest.c >&5
conftest.c:67: error: syntax error before 'ac__type_new_'
conftest.c:67: warning: data definition has no type or storage class
conftest.c: In function 'main':
conftest.c:71: error: syntax error before ')' token
configure:26483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| /* 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
| typedef __int64 ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:26498: result: no
configure:26505: checking size of __int64
configure:26807: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
conftest.c:67: error: syntax error before 'ac__type_sizeof_'
conftest.c:67: warning: data definition has no type or storage class
configure:26810: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| /* 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
|    typedef __int64 ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:26842: result: 0
configure:26852: checking for unsigned __int64
configure:26882: gcc -c -g -O2  conftest.c >&5
conftest.c:68: error: syntax error before 'ac__type_new_'
conftest.c:68: warning: data definition has no type or storage class
conftest.c: In function 'main':
conftest.c:72: error: syntax error before ')' token
configure:26888: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 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
| typedef unsigned __int64 ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:26903: result: no
configure:26910: checking size of unsigned __int64
configure:27212: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
conftest.c:68: error: syntax error before 'ac__type_sizeof_'
conftest.c:68: warning: data definition has no type or storage class
configure:27215: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 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
|    typedef unsigned __int64 ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:27247: result: 0
configure:27257: checking for void *
configure:27287: gcc -c -g -O2  conftest.c >&5
configure:27293: $? = 0
configure:27308: result: yes
configure:27315: checking size of void *
configure:27617: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27620: $? = 0
configure:27626: ./conftest
configure:27629: $? = 0
configure:27652: result: 4
configure:27662: checking for intptr_t
configure:27692: gcc -c -g -O2  conftest.c >&5
configure:27698: $? = 0
configure:27713: result: yes
configure:27720: checking size of intptr_t
configure:28022: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:28025: $? = 0
configure:28031: ./conftest
configure:28034: $? = 0
configure:28057: result: 4
configure:28067: checking for uintptr_t
configure:28097: gcc -c -g -O2  conftest.c >&5
configure:28103: $? = 0
configure:28118: result: yes
configure:28125: checking size of uintptr_t
configure:28427: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:28430: $? = 0
configure:28436: ./conftest
configure:28439: $? = 0
configure:28462: result: 4
configure:28472: checking for ptrdiff_t
configure:28502: gcc -c -g -O2  conftest.c >&5
configure:28508: $? = 0
configure:28523: result: yes
configure:28530: checking size of ptrdiff_t
configure:28832: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:28835: $? = 0
configure:28841: ./conftest
configure:28844: $? = 0
configure:28867: result: 4
configure:28877: checking for size_t
configure:28928: result: yes
configure:28935: checking size of size_t
configure:29272: result: 4
configure:29282: checking for off_t
configure:29312: gcc -c -g -O2  conftest.c >&5
configure:29318: $? = 0
configure:29333: result: yes
configure:29340: checking size of off_t
configure:29642: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:29645: $? = 0
configure:29651: ./conftest
configure:29654: $? = 0
configure:29677: result: 8
configure:29706: checking for stdint.h
configure:29712: result: yes
configure:29851: checking for inttypes.h
configure:29857: result: yes
configure:29992: checking for intmax_t
configure:30022: gcc -c -g -O2  conftest.c >&5
configure:30028: $? = 0
configure:30043: result: yes
configure:30050: checking size of intmax_t
configure:30352: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:30355: $? = 0
configure:30361: ./conftest
configure:30364: $? = 0
configure:30387: result: 8
configure:31255: checking for int8_t
configure:31286: gcc -c -g -O2  conftest.c >&5
configure:31292: $? = 0
configure:31307: result: yes
configure:31313: checking for uint8_t
configure:31344: gcc -c -g -O2  conftest.c >&5
configure:31350: $? = 0
configure:31365: result: yes
configure:31371: checking for int16_t
configure:31402: gcc -c -g -O2  conftest.c >&5
configure:31408: $? = 0
configure:31423: result: yes
configure:31429: checking for uint16_t
configure:31460: gcc -c -g -O2  conftest.c >&5
configure:31466: $? = 0
configure:31481: result: yes
configure:31487: checking for int32_t
configure:31518: gcc -c -g -O2  conftest.c >&5
configure:31524: $? = 0
configure:31539: result: yes
configure:31545: checking for uint32_t
configure:31576: gcc -c -g -O2  conftest.c >&5
configure:31582: $? = 0
configure:31597: result: yes
configure:31603: checking for int64_t
configure:31634: gcc -c -g -O2  conftest.c >&5
configure:31640: $? = 0
configure:31655: result: yes
configure:31661: checking for uint64_t
configure:31692: gcc -c -g -O2  conftest.c >&5
configure:31698: $? = 0
configure:31713: result: yes
configure:31719: checking for intmax_t
configure:31771: result: yes
configure:31777: checking for uintmax_t
configure:31808: gcc -c -g -O2  conftest.c >&5
configure:31814: $? = 0
configure:31829: result: yes
configure:31853: checking for int8_t
configure:31884: gcc -c -g -O2  conftest.c >&5
configure:31890: $? = 0
configure:31905: result: yes
configure:31911: checking for uint8_t
configure:31942: gcc -c -g -O2  conftest.c >&5
configure:31948: $? = 0
configure:31963: result: yes
configure:31969: checking for int16_t
configure:32000: gcc -c -g -O2  conftest.c >&5
configure:32006: $? = 0
configure:32021: result: yes
configure:32027: checking for uint16_t
configure:32058: gcc -c -g -O2  conftest.c >&5
configure:32064: $? = 0
configure:32079: result: yes
configure:32085: checking for int32_t
configure:32116: gcc -c -g -O2  conftest.c >&5
configure:32122: $? = 0
configure:32137: result: yes
configure:32143: checking for uint32_t
configure:32174: gcc -c -g -O2  conftest.c >&5
configure:32180: $? = 0
configure:32195: result: yes
configure:32201: checking for int64_t
configure:32232: gcc -c -g -O2  conftest.c >&5
configure:32238: $? = 0
configure:32253: result: yes
configure:32259: checking for uint64_t
configure:32290: gcc -c -g -O2  conftest.c >&5
configure:32296: $? = 0
configure:32311: result: yes
configure:32317: checking for intmax_t
configure:32348: gcc -c -g -O2  conftest.c >&5
configure:32354: $? = 0
configure:32369: result: yes
configure:32375: checking for uintmax_t
configure:32406: gcc -c -g -O2  conftest.c >&5
configure:32412: $? = 0
configure:32427: result: yes
configure:32645: checking for ANSI C header files
configure:32809: result: yes
configure:32827: checking for dirent.h that defines DIR
configure:32856: gcc -c -g -O2  conftest.c >&5
configure:32862: $? = 0
configure:32878: result: yes
configure:32891: checking for library containing opendir
configure:32932: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:32938: $? = 0
configure:32966: result: none required
configure:33060: checking whether time.h and sys/time.h may both be included
configure:33090: gcc -c -g -O2  conftest.c >&5
configure:33096: $? = 0
configure:33111: result: yes
configure:33121: checking for sys/wait.h that is POSIX.1 compatible
configure:33157: gcc -c -g -O2  conftest.c >&5
configure:33163: $? = 0
configure:33178: result: yes
configure:33241: checking complex.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking complex.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for complex.h
configure:33358: result: yes
configure:33241: checking fenv.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking fenv.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for fenv.h
configure:33358: result: yes
configure:33241: checking io.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:84:16: error: io.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:33278: result: no
configure:33282: checking io.h presence
configure:33297: gcc -E  conftest.c
conftest.c:51:16: error: io.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| /* end confdefs.h.  */
| #include <io.h>
configure:33317: result: no
configure:33350: checking for io.h
configure:33358: result: no
configure:33241: checking libc.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking libc.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for libc.h
configure:33358: result: yes
configure:33241: checking limits.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking limits.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for limits.h
configure:33358: result: yes
configure:33241: checking malloc.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:86:20: error: malloc.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc.h>
configure:33278: result: no
configure:33282: checking malloc.h presence
configure:33297: gcc -E  conftest.c
conftest.c:53:20: error: malloc.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| /* end confdefs.h.  */
| #include <malloc.h>
configure:33317: result: no
configure:33350: checking for malloc.h
configure:33358: result: no
configure:33231: checking for memory.h
configure:33237: result: yes
configure:33241: checking process.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:87:21: error: process.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <process.h>
configure:33278: result: no
configure:33282: checking process.h presence
configure:33297: gcc -E  conftest.c
conftest.c:54:21: error: process.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| /* end confdefs.h.  */
| #include <process.h>
configure:33317: result: no
configure:33350: checking for process.h
configure:33358: result: no
configure:33231: checking for string.h
configure:33237: result: yes
configure:33241: checking regex.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking regex.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for regex.h
configure:33358: result: yes
configure:33241: checking rxposix.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:89:21: error: rxposix.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rxposix.h>
configure:33278: result: no
configure:33282: checking rxposix.h presence
configure:33297: gcc -E  conftest.c
conftest.c:56:21: error: rxposix.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <rxposix.h>
configure:33317: result: no
configure:33350: checking for rxposix.h
configure:33358: result: no
configure:33241: checking rx/rxposix.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:89:24: error: rx/rxposix.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rx/rxposix.h>
configure:33278: result: no
configure:33282: checking rx/rxposix.h presence
configure:33297: gcc -E  conftest.c
conftest.c:56:24: error: rx/rxposix.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <rx/rxposix.h>
configure:33317: result: no
configure:33350: checking for rx/rxposix.h
configure:33358: result: no
configure:33241: checking sys/dir.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/dir.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/dir.h
configure:33358: result: yes
configure:33241: checking sys/ioctl.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/ioctl.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/ioctl.h
configure:33358: result: yes
configure:33241: checking sys/select.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/select.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/select.h
configure:33358: result: yes
configure:33241: checking sys/time.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/time.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/time.h
configure:33358: result: yes
configure:33241: checking sys/timeb.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/timeb.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/timeb.h
configure:33358: result: yes
configure:33241: checking sys/times.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/times.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/times.h
configure:33358: result: yes
configure:33241: checking sys/stdtypes.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:95:26: error: sys/stdtypes.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/stdtypes.h>
configure:33278: result: no
configure:33282: checking sys/stdtypes.h presence
configure:33297: gcc -E  conftest.c
conftest.c:62:26: error: sys/stdtypes.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| /* end confdefs.h.  */
| #include <sys/stdtypes.h>
configure:33317: result: no
configure:33350: checking for sys/stdtypes.h
configure:33358: result: no
configure:33231: checking for sys/types.h
configure:33237: result: yes
configure:33241: checking sys/utime.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:96:23: error: sys/utime.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/utime.h>
configure:33278: result: no
configure:33282: checking sys/utime.h presence
configure:33297: gcc -E  conftest.c
conftest.c:63:23: error: sys/utime.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/utime.h>
configure:33317: result: no
configure:33350: checking for sys/utime.h
configure:33358: result: no
configure:33241: checking time.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking time.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for time.h
configure:33358: result: yes
configure:33231: checking for unistd.h
configure:33237: result: yes
configure:33241: checking utime.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking utime.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for utime.h
configure:33358: result: yes
configure:33241: checking pwd.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking pwd.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for pwd.h
configure:33358: result: yes
configure:33241: checking grp.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking grp.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for grp.h
configure:33358: result: yes
configure:33241: checking sys/utsname.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
configure:33264: $? = 0
configure:33278: result: yes
configure:33282: checking sys/utsname.h presence
configure:33297: gcc -E  conftest.c
configure:33303: $? = 0
configure:33317: result: yes
configure:33350: checking for sys/utsname.h
configure:33358: result: yes
configure:33241: checking direct.h usability
configure:33258: gcc -c -g -O2  conftest.c >&5
conftest.c:102:20: error: direct.h: No such file or directory
configure:33264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:33278: result: no
configure:33282: checking direct.h presence
configure:33297: gcc -E  conftest.c
conftest.c:69:20: error: direct.h: No such file or directory
configure:33303: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| /* end confdefs.h.  */
| #include <direct.h>
configure:33317: result: no
configure:33350: checking for direct.h
configure:33358: result: no
configure:33231: checking for strings.h
configure:33237: result: yes
configure:33374: checking for complex double
configure:33407: gcc -c -g -O2  conftest.c >&5
configure:33413: $? = 0
configure:33428: result: yes
configure:33442: checking for socklen_t
configure:33477: gcc -c -g -O2  conftest.c >&5
configure:33483: $? = 0
configure:33498: result: yes
configure:33510: checking for struct ip_mreq
configure:33540: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:110: error: invalid application of 'sizeof' to incomplete type 'ac__type_new_' 
configure:33546: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 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
| typedef struct ip_mreq ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:33561: result: no
configure:33572: checking for libc.h
configure:33578: result: yes
configure:33572: checking for unistd.h
configure:33578: result: yes
configure:33712: checking whether libc.h and unistd.h can be included together
configure:33747: gcc -c -g -O2  conftest.c >&5
configure:33753: $? = 0
configure:33772: result: yes
configure:33784: checking for uid_t in sys/types.h
configure:33807: result: yes
configure:33822: checking type of array argument to getgroups
configure:33866: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:33869: $? = 0
configure:33875: ./conftest
configure:33878: $? = 0
configure:33913: result: gid_t
configure:33921: checking return type of signal handlers
configure:33949: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:81: error: void value not ignored as it ought to be
configure:33955: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:33970: result: void
configure:33978: checking for mode_t
configure:34008: gcc -c -g -O2  conftest.c >&5
configure:34014: $? = 0
configure:34029: result: yes
configure:34046: checking for cos in -lm
configure:34081: gcc -o conftest -g -O2   conftest.c -lm  -lltdl  >&5
conftest.c:83: warning: conflicting types for built-in function 'cos'
configure:34087: $? = 0
configure:34105: result: yes
configure:34121: checking for gethostbyname
configure:34177: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34183: $? = 0
configure:34201: result: yes
configure:34289: checking for connect
configure:34345: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34351: $? = 0
configure:34369: result: yes
configure:34711: checking assert.h usability
configure:34728: gcc -c -g -O2  conftest.c >&5
configure:34734: $? = 0
configure:34748: result: yes
configure:34752: checking assert.h presence
configure:34767: gcc -E  conftest.c
configure:34773: $? = 0
configure:34787: result: yes
configure:34820: checking for assert.h
configure:34828: result: yes
configure:34711: checking crt_externs.h usability
configure:34728: gcc -c -g -O2  conftest.c >&5
configure:34734: $? = 0
configure:34748: result: yes
configure:34752: checking crt_externs.h presence
configure:34767: gcc -E  conftest.c
configure:34773: $? = 0
configure:34787: result: yes
configure:34820: checking for crt_externs.h
configure:34828: result: yes
configure:34941: checking for DINFINITY
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "_DINFINITY", referenced from:
      _main in ccNPgNbX.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| /* end confdefs.h.  */
| /* Define DINFINITY to an innocuous variant, in case <limits.h> declares DINFINITY.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define DINFINITY innocuous_DINFINITY
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char DINFINITY (); 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 DINFINITY
| 
| /* 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 DINFINITY ();
| /* 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_DINFINITY || defined __stub___DINFINITY
| choke me
| #endif
| 
| int
| main ()
| {
| return DINFINITY ();
|   ;
|   return 0;
| }
configure:35021: result: no
configure:34941: checking for DQNAN
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "_DQNAN", referenced from:
      _main in ccIV8GVD.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| /* end confdefs.h.  */
| /* Define DQNAN to an innocuous variant, in case <limits.h> declares DQNAN.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define DQNAN innocuous_DQNAN
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char DQNAN (); 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 DQNAN
| 
| /* 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 DQNAN ();
| /* 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_DQNAN || defined __stub___DQNAN
| choke me
| #endif
| 
| int
| main ()
| {
| return DQNAN ();
|   ;
|   return 0;
| }
configure:35021: result: no
configure:34941: checking for cexp
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:104: warning: conflicting types for built-in function 'cexp'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for chsize
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "_chsize", referenced from:
      _main in ccwHeGQy.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| /* end confdefs.h.  */
| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define chsize innocuous_chsize
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char chsize (); 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 chsize
| 
| /* 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 chsize ();
| /* 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_chsize || defined __stub___chsize
| choke me
| #endif
| 
| int
| main ()
| {
| return chsize ();
|   ;
|   return 0;
| }
configure:35021: result: no
configure:34941: checking for clog
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for clog10
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "_clog10", referenced from:
      _main in ccmiGsNE.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| /* end confdefs.h.  */
| /* Define clog10 to an innocuous variant, in case <limits.h> declares clog10.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clog10 innocuous_clog10
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clog10 (); 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 clog10
| 
| /* 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 clog10 ();
| /* 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_clog10 || defined __stub___clog10
| choke me
| #endif
| 
| int
| main ()
| {
| return clog10 ();
|   ;
|   return 0;
| }
configure:35021: result: no
configure:34941: checking for ctermid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for fesetround
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for ftime
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for ftruncate
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for fchown
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for getcwd
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for geteuid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for gettimeofday
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for gmtime_r
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for ioctl
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for lstat
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for mkdir
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for mknod
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for nice
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for pipe
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for _pipe
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "__pipe", referenced from:
      _main in ccN4royJ.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 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:35021: result: no
configure:34941: checking for readdir_r
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for readlink
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for rename
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for rmdir
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for select
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for setegid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for seteuid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for setlocale
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for setpgid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for setsid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for sigaction
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for siginterrupt
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for stat64
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for strftime
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:134: warning: conflicting types for built-in function 'strftime'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for strptime
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for symlink
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for sync
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for sysconf
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for tcgetpgrp
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for tcsetpgrp
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for times
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for uname
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for waitpid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for strdup
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:144: warning: conflicting types for built-in function 'strdup'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for system
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for usleep
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for atexit
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for on_exit
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "_on_exit", referenced from:
      _main in cclVKVCB.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h.  */
| /* Define on_exit to an innocuous variant, in case <limits.h> declares on_exit.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define on_exit innocuous_on_exit
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char on_exit (); 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 on_exit
| 
| /* 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 on_exit ();
| /* 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_on_exit || defined __stub___on_exit
| choke me
| #endif
| 
| int
| main ()
| {
| return on_exit ();
|   ;
|   return 0;
| }
configure:35021: result: no
configure:34941: checking for chown
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for link
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for fcntl
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for ttyname
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for getpwent
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for getgrent
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for kill
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for getppid
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for getpgrp
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for fork
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:157: warning: conflicting types for built-in function 'fork'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for setitimer
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for getitimer
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for strchr
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:160: warning: conflicting types for built-in function 'strchr'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for strcmp
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:161: warning: conflicting types for built-in function 'strcmp'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for index
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:162: warning: conflicting types for built-in function 'index'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for bcopy
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:163: warning: conflicting types for built-in function 'bcopy'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for memcpy
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:164: warning: conflicting types for built-in function 'memcpy'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for rindex
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:165: warning: conflicting types for built-in function 'rindex'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for truncate
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for unsetenv
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for isblank
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:168: warning: conflicting types for built-in function 'isblank'
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for _NSGetEnviron
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:34941: checking for strncasecmp
configure:34997: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35003: $? = 0
configure:35021: result: yes
configure:35060: checking crypt.h usability
configure:35077: gcc -c -g -O2  conftest.c >&5
conftest.c:181:19: error: crypt.h: No such file or directory
configure:35083: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 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 <crypt.h>
configure:35097: result: no
configure:35101: checking crypt.h presence
configure:35116: gcc -E  conftest.c
conftest.c:148:19: error: crypt.h: No such file or directory
configure:35122: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| /* end confdefs.h.  */
| #include <crypt.h>
configure:35136: result: no
configure:35169: checking for crypt.h
configure:35177: result: no
configure:35060: checking netdb.h usability
configure:35077: gcc -c -g -O2  conftest.c >&5
configure:35083: $? = 0
configure:35097: result: yes
configure:35101: checking netdb.h presence
configure:35116: gcc -E  conftest.c
configure:35122: $? = 0
configure:35136: result: yes
configure:35169: checking for netdb.h
configure:35177: result: yes
configure:35060: checking pthread.h usability
configure:35077: gcc -c -g -O2  conftest.c >&5
configure:35083: $? = 0
configure:35097: result: yes
configure:35101: checking pthread.h presence
configure:35116: gcc -E  conftest.c
configure:35122: $? = 0
configure:35136: result: yes
configure:35169: checking for pthread.h
configure:35177: result: yes
configure:35060: checking sys/param.h usability
configure:35077: gcc -c -g -O2  conftest.c >&5
configure:35083: $? = 0
configure:35097: result: yes
configure:35101: checking sys/param.h presence
configure:35116: gcc -E  conftest.c
configure:35122: $? = 0
configure:35136: result: yes
configure:35169: checking for sys/param.h
configure:35177: result: yes
configure:35060: checking sys/resource.h usability
configure:35077: gcc -c -g -O2  conftest.c >&5
configure:35083: $? = 0
configure:35097: result: yes
configure:35101: checking sys/resource.h presence
configure:35116: gcc -E  conftest.c
configure:35122: $? = 0
configure:35136: result: yes
configure:35169: checking for sys/resource.h
configure:35177: result: yes
configure:35060: checking sys/file.h usability
configure:35077: gcc -c -g -O2  conftest.c >&5
configure:35083: $? = 0
configure:35097: result: yes
configure:35101: checking sys/file.h presence
configure:35116: gcc -E  conftest.c
configure:35122: $? = 0
configure:35136: result: yes
configure:35169: checking for sys/file.h
configure:35177: result: yes
configure:35202: checking for chroot
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for flock
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for getlogin
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for cuserid
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
Undefined symbols:
  "_cuserid", referenced from:
      _main in ccdz29EQ.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:35264: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| /* end confdefs.h.  */
| /* Define cuserid to an innocuous variant, in case <limits.h> declares cuserid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cuserid innocuous_cuserid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cuserid (); 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 cuserid
| 
| /* 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 cuserid ();
| /* 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_cuserid || defined __stub___cuserid
| choke me
| #endif
| 
| int
| main ()
| {
| return cuserid ();
|   ;
|   return 0;
| }
configure:35282: result: no
configure:35202: checking for getpriority
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for setpriority
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for getpass
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for sethostname
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35202: checking for gethostname
configure:35258: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35264: $? = 0
configure:35282: result: yes
configure:35292: checking whether sethostname is declared
configure:35321: gcc -c -g -O2  conftest.c >&5
configure:35327: $? = 0
configure:35342: result: yes
configure:35374: checking for library containing crypt
configure:35415: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35421: $? = 0
configure:35449: result: none required
configure:35467: checking whether csqrt is usable
configure:35502: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:35505: $? = 0
configure:35511: ./conftest
configure:35514: $? = 0
configure:35530: result: yes
configure:35545: checking for __gmpz_init in -lgmp
configure:35580: gcc -o conftest -g -O2   conftest.c -lgmp  -lm -lltdl  >&5
configure:35586: $? = 0
configure:35604: result: yes
configure:35642: gcc -o conftest -g -O2   conftest.c -lgmp -lm -lltdl  >&5
configure:35648: $? = 0
configure:35674: checking whether NLS is requested
configure:35683: result: yes
configure:35721: checking for msgfmt
configure: trying /usr/local/bin/msgfmt...
0 translated messages.
configure:35753: result: /usr/local/bin/msgfmt
configure:35762: checking for gmsgfmt
configure:35793: result: /usr/local/bin/msgfmt
configure:35844: checking for xgettext
configure: trying /usr/local/bin/xgettext...
/usr/local/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:35876: result: /usr/local/bin/xgettext
configure:35922: checking for msgmerge
configure: trying /usr/local/bin/msgmerge...
configure:35953: result: /usr/local/bin/msgmerge
configure:36007: checking for ld used by GCC
configure:36071: result: /usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
configure:36080: checking if the linker (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:36093: result: no
configure:36100: checking for shared library run path origin
configure:36113: result: done
configure:36570: checking for CFPreferencesCopyAppValue
configure:36598: gcc -o conftest -g -O2   conftest.c -lgmp -lm -lltdl  -Wl,-framework -Wl,CoreFoundation >&5
configure:36604: $? = 0
configure:36622: result: yes
configure:36631: checking for CFLocaleCopyCurrent
configure:36659: gcc -o conftest -g -O2   conftest.c -lgmp -lm -lltdl  -Wl,-framework -Wl,CoreFoundation >&5
configure:36665: $? = 0
configure:36683: result: yes
configure:36734: checking for GNU gettext in libc
configure:36764: gcc -o conftest -g -O2   conftest.c -lgmp -lm -lltdl  >&5
Undefined symbols:
  "_libintl_ngettext", referenced from:
      _main in ccGiwgWM.o
  "__nl_msg_cat_cntr", referenced from:
      __nl_msg_cat_cntr$non_lazy_ptr in ccGiwgWM.o
  "__nl_domain_bindings", referenced from:
      __nl_domain_bindings$non_lazy_ptr in ccGiwgWM.o
  "_libintl_bindtextdomain", referenced from:
      _main in ccGiwgWM.o
  "_libintl_gettext", referenced from:
      _main in ccGiwgWM.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:36770: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* end confdefs.h.  */
| #include <libintl.h>
| 
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
|   ;
|   return 0;
| }
configure:36788: result: no
configure:36822: checking for iconv
configure:36854: gcc -o conftest -g -O2   conftest.c -lgmp -lm -lltdl  >&5
Undefined symbols:
  "_iconv", referenced from:
      _main in ccMXdJx5.o
  "_iconv_close", referenced from:
      _main in ccMXdJx5.o
  "_iconv_open", referenced from:
      _main in ccMXdJx5.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:36860: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| /* 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:36903: gcc -o conftest -g -O2   conftest.c -lgmp -lm -lltdl  -liconv >&5
configure:36909: $? = 0
configure:36930: result: yes
configure:36940: checking how to link with libiconv
configure:36942: result: -liconv
configure:37346: checking for GNU gettext in libintl
configure:37384: gcc -o conftest -g -O2  -I/usr/local/include  conftest.c -lgmp -lm -lltdl  -L/usr/local/lib -lintl -liconv -lc >&5
configure:37390: $? = 0
configure:37467: result: yes
configure:37504: checking whether to use NLS
configure:37506: result: yes
configure:37509: checking where the gettext function comes from
configure:37520: result: external libintl
configure:37528: checking how to link with libintl
configure:37530: result: -L/usr/local/lib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation
configure:37592: checking for sleep declaration
configure:37615: result: yes
configure:37626: checking for usleep declaration
configure:37649: result: yes
configure:37660: checking whether strptime is declared
configure:37691: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:37697: $? = 0
configure:37712: result: yes
configure:37733: checking return type of usleep
configure:37756: result: int
configure:37778: checking sys/un.h usability
configure:37795: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:37801: $? = 0
configure:37815: result: yes
configure:37819: checking sys/un.h presence
configure:37834: gcc -E -I/usr/local/include conftest.c
configure:37840: $? = 0
configure:37854: result: yes
configure:37887: checking for sys/un.h
configure:37894: result: yes
configure:37920: checking for socketpair
configure:37976: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:37982: $? = 0
configure:38000: result: yes
configure:37920: checking for getgroups
configure:37976: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:37982: $? = 0
configure:38000: result: yes
configure:37920: checking for setgroups
configure:37976: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:37982: $? = 0
configure:38000: result: yes
configure:37920: checking for setpwent
configure:37976: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:37982: $? = 0
configure:38000: result: yes
configure:37920: checking for pause
configure:37976: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:37982: $? = 0
configure:38000: result: yes
configure:37920: checking for tzset
configure:37976: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:37982: $? = 0
configure:38000: result: yes
configure:38034: checking for sethostent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for gethostent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for endhostent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for setnetent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for getnetent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for endnetent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for setprotoent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for getprotoent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for endprotoent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for setservent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for getservent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for endservent
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for getnetbyaddr
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for getnetbyname
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for inet_lnaof
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for inet_makeaddr
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for inet_netof
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for hstrerror
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for inet_pton
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38034: checking for inet_ntop
configure:38090: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38096: $? = 0
configure:38114: result: yes
configure:38128: checking for struct sockaddr.sin_len
configure:38160: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:208: error: 'struct sockaddr' has no member named 'sin_len'
configure:38166: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| /* end confdefs.h.  */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #include <netinet/in.h>
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (ac_aggr.sin_len)
| return 0;
|   ;
|   return 0;
| }
configure:38203: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:208: error: 'struct sockaddr' has no member named 'sin_len'
configure:38209: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| /* end confdefs.h.  */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #include <netinet/in.h>
| 
| int
| main ()
| {
| static struct sockaddr ac_aggr;
| if (sizeof ac_aggr.sin_len)
| return 0;
|   ;
|   return 0;
| }
configure:38227: result: no
configure:38239: checking for __libc_stack_end
configure:38266: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
Undefined symbols:
  "___libc_stack_end", referenced from:
      ___libc_stack_end$non_lazy_ptr in cc1bgJAE.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:38272: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| /* end confdefs.h.  */
| #include <stdio.h>
| extern char *__libc_stack_end;
| int
| main ()
| {
| printf("%p", (char*) __libc_stack_end);
|   ;
|   return 0;
| }
configure:38290: result: no
configure:38302: checking whether netdb.h declares h_errno
configure:38328: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:38334: $? = 0
configure:38350: result: yes
configure:38360: checking whether uint32_t is defined
configure:38392: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:38398: $? = 0
configure:38414: result: yes
configure:38424: checking for working IPv6 support
configure:38455: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:38461: $? = 0
configure:38477: result: yes
configure:38488: checking whether sockaddr_in6 has sin6_scope_id
configure:38518: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:38524: $? = 0
configure:38540: result: yes
configure:38551: checking for struct sockaddr_in6.sin6_len
configure:38583: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:38589: $? = 0
configure:38650: result: yes
configure:38662: checking whether localtime caches TZ
configure:38717: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38720: $? = 0
configure:38726: ./conftest
configure:38729: $? = 0
configure:38750: result: no
configure:38761: checking for restartable system calls
configure:38825: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38828: $? = 0
configure:38834: ./conftest
configure:38837: $? = 0
configure:38853: result: yes
configure:38868: checking for regcomp
configure:38913: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:38919: $? = 0
configure:38938: result: yes
configure:39268: checking for inet_aton
configure:39324: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39330: $? = 0
configure:39348: result: yes
configure:39268: checking for putenv
configure:39324: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39330: $? = 0
configure:39348: result: yes
configure:39268: checking for strerror
configure:39324: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39330: $? = 0
configure:39348: result: yes
configure:39268: checking for memmove
configure:39324: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:232: warning: conflicting types for built-in function 'memmove'
configure:39330: $? = 0
configure:39348: result: yes
configure:39268: checking for mkstemp
configure:39324: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39330: $? = 0
configure:39348: result: yes
configure:39384: checking floatingpoint.h usability
configure:39401: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
conftest.c:244:27: error: floatingpoint.h: No such file or directory
configure:39407: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 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 <floatingpoint.h>
configure:39421: result: no
configure:39425: checking floatingpoint.h presence
configure:39440: gcc -E -I/usr/local/include conftest.c
conftest.c:211:27: error: floatingpoint.h: No such file or directory
configure:39446: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| /* end confdefs.h.  */
| #include <floatingpoint.h>
configure:39460: result: no
configure:39493: checking for floatingpoint.h
configure:39501: result: no
configure:39384: checking ieeefp.h usability
configure:39401: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
conftest.c:244:20: error: ieeefp.h: No such file or directory
configure:39407: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 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 <ieeefp.h>
configure:39421: result: no
configure:39425: checking ieeefp.h presence
configure:39440: gcc -E -I/usr/local/include conftest.c
conftest.c:211:20: error: ieeefp.h: No such file or directory
configure:39446: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:39460: result: no
configure:39493: checking for ieeefp.h
configure:39501: result: no
configure:39384: checking nan.h usability
configure:39401: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
conftest.c:244:17: error: nan.h: No such file or directory
configure:39407: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 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 <nan.h>
configure:39421: result: no
configure:39425: checking nan.h presence
configure:39440: gcc -E -I/usr/local/include conftest.c
conftest.c:211:17: error: nan.h: No such file or directory
configure:39446: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| /* end confdefs.h.  */
| #include <nan.h>
configure:39460: result: no
configure:39493: checking for nan.h
configure:39501: result: no
configure:39530: checking for asinh
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:234: warning: conflicting types for built-in function 'asinh'
configure:39592: $? = 0
configure:39610: result: yes
configure:39530: checking for acosh
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:235: warning: conflicting types for built-in function 'acosh'
configure:39592: $? = 0
configure:39610: result: yes
configure:39530: checking for atanh
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:236: warning: conflicting types for built-in function 'atanh'
configure:39592: $? = 0
configure:39610: result: yes
configure:39530: checking for copysign
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:237: warning: conflicting types for built-in function 'copysign'
configure:39592: $? = 0
configure:39610: result: yes
configure:39530: checking for finite
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:238: warning: conflicting types for built-in function 'finite'
configure:39592: $? = 0
configure:39610: result: yes
configure:39530: checking for sincos
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:239: warning: conflicting types for built-in function 'sincos'
Undefined symbols:
  "_sincos", referenced from:
      _main in cckOZ3Yb.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:39592: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_FINITE 1
| /* end confdefs.h.  */
| /* Define sincos to an innocuous variant, in case <limits.h> declares sincos.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sincos innocuous_sincos
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sincos (); 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 sincos
| 
| /* 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 sincos ();
| /* 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_sincos || defined __stub___sincos
| choke me
| #endif
| 
| int
| main ()
| {
| return sincos ();
|   ;
|   return 0;
| }
configure:39610: result: no
configure:39530: checking for trunc
configure:39586: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c:239: warning: conflicting types for built-in function 'trunc'
configure:39592: $? = 0
configure:39610: result: yes
configure:39630: checking for isinf
configure:39648: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39654: $? = 0
configure:39660: result: yes
configure:39677: checking for isnan
configure:39695: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39701: $? = 0
configure:39707: result: yes
configure:39731: checking for working alloca.h
configure:39758: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39764: $? = 0
configure:39781: result: yes
configure:39791: checking for alloca
configure:39838: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:39844: $? = 0
configure:39861: result: yes
configure:40105: checking for struct stat.st_rdev
configure:40133: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40139: $? = 0
configure:40196: result: yes
configure:40206: checking for struct stat.st_blksize
configure:40234: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40240: $? = 0
configure:40297: result: yes
configure:40307: checking for struct stat.st_blocks
configure:40335: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40341: $? = 0
configure:40398: result: yes
configure:40410: checking whether struct tm is in sys/time.h or time.h
configure:40440: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40446: $? = 0
configure:40461: result: time.h
configure:40471: checking for struct tm.tm_zone
configure:40502: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40508: $? = 0
configure:40568: result: yes
configure:40719: checking for struct tm.tm_gmtoff
configure:40759: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40765: $? = 0
configure:40834: result: yes
configure:40846: checking whether we need POSIX to get struct utimbuf
configure:40871: gcc -E -I/usr/local/include conftest.c
configure:40877: $? = 0
configure:40892: result: no
configure:40930: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
conftest.c: In function 'aux':
conftest.c:228: warning: incompatible implicit declaration of built-in function 'exit'
configure:40933: $? = 0
configure:40939: ./conftest
configure:40942: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_FINITE 1
| #define HAVE_TRUNC 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| /* end confdefs.h.  */
| aux (l) unsigned long l;
| 	     { int x; exit (l >= ((unsigned long)&x)); }
| 	   main () { int q; aux((unsigned long)&q); }
configure:40956: checking for float
configure:40986: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:40992: $? = 0
configure:41007: result: yes
configure:41014: checking size of float
configure:41316: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c -lgmp -lm -lltdl  >&5
configure:41319: $? = 0
configure:41325: ./conftest
configure:41328: $? = 0
configure:41351: result: 4
configure:41369: checking for struct linger
configure:41397: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:41403: $? = 0
configure:41419: result: yes
configure:41432: checking for struct timespec
configure:41462: gcc -c -g -O2 -I/usr/local/include conftest.c >&5
configure:41468: $? = 0
configure:41484: result: yes
configure:41714: checking for the pthreads library -lpthreads
configure:41757: gcc -o conftest -g -O2  -I/usr/local/include  conftest.c -lpthreads -lgmp -lm -lltdl  >&5
ld: library not found for -lpthreads
collect2: ld returned 1 exit status
configure:41763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_FINITE 1
| #define HAVE_TRUNC 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define SIZEOF_FLOAT 4
| #define SCM_SINGLES 1
| #define HAVE_STRUCT_LINGER 1
| #define HAVE_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:41783: result: no
configure:41659: checking whether pthreads work without any flags
configure:41757: gcc -o conftest -g -O2  -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
configure:41763: $? = 0
configure:41783: result: yes
configure:41802: checking for joinable pthread attribute
configure:41827: gcc -o conftest -g -O2  -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
configure:41833: $? = 0
configure:41850: result: PTHREAD_CREATE_JOINABLE
configure:41860: checking if more special flags are required for pthreads
configure:41867: result: -D_THREAD_SAFE
configure:41968: checking for pthread_attr_getstack
configure:42024: gcc -o conftest -D_THREAD_SAFE  -g -O2 -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
configure:42030: $? = 0
configure:42048: result: yes
configure:41968: checking for pthread_getattr_np
configure:42024: gcc -o conftest -D_THREAD_SAFE  -g -O2 -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
Undefined symbols:
  "_pthread_getattr_np", referenced from:
      _main in cc6UHTg8.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:42030: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_FINITE 1
| #define HAVE_TRUNC 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define SIZEOF_FLOAT 4
| #define SCM_SINGLES 1
| #define HAVE_STRUCT_LINGER 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_PTHREAD_ATTR_GETSTACK 1
| /* end confdefs.h.  */
| /* Define pthread_getattr_np to an innocuous variant, in case <limits.h> declares pthread_getattr_np.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pthread_getattr_np innocuous_pthread_getattr_np
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pthread_getattr_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 pthread_getattr_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 pthread_getattr_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_pthread_getattr_np || defined __stub___pthread_getattr_np
| choke me
| #endif
| 
| int
| main ()
| {
| return pthread_getattr_np ();
|   ;
|   return 0;
| }
configure:42048: result: no
configure:41968: checking for pthread_get_stackaddr_np
configure:42024: gcc -o conftest -D_THREAD_SAFE  -g -O2 -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
configure:42030: $? = 0
configure:42048: result: yes
configure:41968: checking for pthread_sigmask
configure:42024: gcc -o conftest -D_THREAD_SAFE  -g -O2 -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
configure:42030: $? = 0
configure:42048: result: yes
configure:42075: checking whether PTHREAD_ONCE_INIT needs braces
configure:42090: gcc -c -Werror -Wmissing-braces -D_THREAD_SAFE  -g -O2 -I/usr/local/include conftest.c >&5
configure:42096: $? = 0
configure:42111: result: no
configure:42119: checking whether PTHREAD_MUTEX_INITIALIZER needs braces
configure:42134: gcc -c -Werror -Wmissing-braces -D_THREAD_SAFE  -g -O2 -I/usr/local/include conftest.c >&5
configure:42140: $? = 0
configure:42155: result: no
configure:42164: checking for library containing sched_yield
configure:42205: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
configure:42211: $? = 0
configure:42239: result: none required
configure:42265: checking what kind of threads to support
configure:42267: result: pthreads
configure:42274: checking whether pthread_attr_getstack works for the main thread
configure:42324: gcc -o conftest -D_THREAD_SAFE  -g -O2 -I/usr/local/include  conftest.c  -lgmp -lm -lltdl  >&5
Undefined symbols:
  "_pthread_getattr_np", referenced from:
      _main in cczoscI8.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:42327: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile@gnu.org"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_LIBLTDL 1
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_UNSIGNED_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_INT 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define SIZEOF_UNSIGNED___INT64 0
| #define SIZEOF_VOID_P 4
| #define SIZEOF_INTPTR_T 4
| #define SIZEOF_UINTPTR_T 4
| #define SIZEOF_PTRDIFF_T 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_OFF_T 8
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_COMPLEX_H 1
| #define HAVE_FENV_H 1
| #define HAVE_LIBC_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMEB_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_COMPLEX_DOUBLE 1
| #define HAVE_LIBC_H 1
| #define HAVE_UNISTD_H 1
| #define LIBC_H_WITH_UNISTD_H 1
| #define GETGROUPS_T gid_t
| #define RETSIGTYPE void
| #define HAVE_LIBM 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_CONNECT 1
| #define HAVE_ASSERT_H 1
| #define HAVE_CRT_EXTERNS_H 1
| #define HAVE_CEXP 1
| #define HAVE_CLOG 1
| #define HAVE_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_IOCTL 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 1
| #define HAVE_PIPE 1
| #define HAVE_READDIR_R 1
| #define HAVE_READLINK 1
| #define HAVE_RENAME 1
| #define HAVE_RMDIR 1
| #define HAVE_SELECT 1
| #define HAVE_SETEGID 1
| #define HAVE_SETEUID 1
| #define HAVE_SETLOCALE 1
| #define HAVE_SETPGID 1
| #define HAVE_SETSID 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STAT64 1
| #define HAVE_STRFTIME 1
| #define HAVE_STRPTIME 1
| #define HAVE_SYMLINK 1
| #define HAVE_SYNC 1
| #define HAVE_SYSCONF 1
| #define HAVE_TCGETPGRP 1
| #define HAVE_TCSETPGRP 1
| #define HAVE_TIMES 1
| #define HAVE_UNAME 1
| #define HAVE_WAITPID 1
| #define HAVE_STRDUP 1
| #define HAVE_SYSTEM 1
| #define HAVE_USLEEP 1
| #define HAVE_ATEXIT 1
| #define HAVE_CHOWN 1
| #define HAVE_LINK 1
| #define HAVE_FCNTL 1
| #define HAVE_TTYNAME 1
| #define HAVE_GETPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_KILL 1
| #define HAVE_GETPPID 1
| #define HAVE_GETPGRP 1
| #define HAVE_FORK 1
| #define HAVE_SETITIMER 1
| #define HAVE_GETITIMER 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCMP 1
| #define HAVE_INDEX 1
| #define HAVE_BCOPY 1
| #define HAVE_MEMCPY 1
| #define HAVE_RINDEX 1
| #define HAVE_TRUNCATE 1
| #define HAVE_UNSETENV 1
| #define HAVE_ISBLANK 1
| #define HAVE__NSGETENVIRON 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_NETDB_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_CHROOT 1
| #define HAVE_FLOCK 1
| #define HAVE_GETLOGIN 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_DECL_SETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_USABLE_CSQRT 1
| #define HAVE_LIBGMP 1
| #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
| #define HAVE_CFLOCALECOPYCURRENT 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_DECL_STRPTIME 1
| #define HAVE_UNIX_DOMAIN_SOCKETS 1
| #define HAVE_SOCKETPAIR 1
| #define HAVE_GETGROUPS 1
| #define HAVE_SETGROUPS 1
| #define HAVE_SETPWENT 1
| #define HAVE_PAUSE 1
| #define HAVE_TZSET 1
| #define HAVE_SETHOSTENT 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_ENDHOSTENT 1
| #define HAVE_SETNETENT 1
| #define HAVE_GETNETENT 1
| #define HAVE_ENDNETENT 1
| #define HAVE_SETPROTOENT 1
| #define HAVE_GETPROTOENT 1
| #define HAVE_ENDPROTOENT 1
| #define HAVE_SETSERVENT 1
| #define HAVE_GETSERVENT 1
| #define HAVE_ENDSERVENT 1
| #define HAVE_GETNETBYADDR 1
| #define HAVE_GETNETBYNAME 1
| #define HAVE_INET_LNAOF 1
| #define HAVE_INET_MAKEADDR 1
| #define HAVE_INET_NETOF 1
| #define HAVE_HSTRERROR 1
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
| #define HAVE_RESTARTABLE_SYSCALLS 1
| #define HAVE_REGCOMP 1
| #define HAVE_INET_ATON 1
| #define HAVE_PUTENV 1
| #define HAVE_STRERROR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MKSTEMP 1
| #define HAVE_ASINH 1
| #define HAVE_ACOSH 1
| #define HAVE_ATANH 1
| #define HAVE_COPYSIGN 1
| #define HAVE_FINITE 1
| #define HAVE_TRUNC 1
| #define HAVE_ISINF 1
| #define HAVE_ISNAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_STRUCT_TM_TM_GMTOFF 1
| #define SIZEOF_FLOAT 4
| #define SCM_SINGLES 1
| #define HAVE_STRUCT_LINGER 1
| #define HAVE_STRUCT_TIMESPEC 1
| #define HAVE_PTHREAD_ATTR_GETSTACK 1
| #define HAVE_PTHREAD_GET_STACKADDR_NP 1
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #if HAVE_PTHREAD_ATTR_GETSTACK
| #include <pthread.h>
| 
| int main ()
| {
|   pthread_attr_t attr;
|   void *start, *end;
|   size_t size;
| 
|   pthread_getattr_np (pthread_self (), &attr);
|   pthread_attr_getstack (&attr, &start, &size);
|   end = (char *)start + size;
| 
|   if ((void *)&attr < start || (void *)&attr >= end)
|     return 1;
|   else
|     return 0;
| }
| #else
| int main ()
| {
|   return 1;
| }
| #endif
| 
configure:42357: result: no
configure:42668: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by guile config.status 1.8.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on Rogers-imac.local

config.status:811: creating libguile/gen-scmconfig.h
config.status:811: creating Makefile
config.status:811: creating am/Makefile
config.status:811: creating benchmark-suite/Makefile
config.status:811: creating doc/Makefile
config.status:811: creating doc/goops/Makefile
config.status:811: creating doc/r5rs/Makefile
config.status:811: creating doc/ref/Makefile
config.status:811: creating doc/tutorial/Makefile
config.status:811: creating examples/Makefile
config.status:811: creating examples/box-dynamic-module/Makefile
config.status:811: creating examples/box-dynamic/Makefile
config.status:811: creating examples/box-module/Makefile
config.status:811: creating examples/box/Makefile
config.status:811: creating examples/modules/Makefile
config.status:811: creating examples/safe/Makefile
config.status:811: creating examples/scripts/Makefile
config.status:811: creating guile-config/Makefile
config.status:811: creating ice-9/Makefile
config.status:811: creating ice-9/debugger/Makefile
config.status:811: creating lang/Makefile
config.status:811: creating lang/elisp/Makefile
config.status:811: creating lang/elisp/internals/Makefile
config.status:811: creating lang/elisp/primitives/Makefile
config.status:811: creating libguile/Makefile
config.status:811: creating oop/Makefile
config.status:811: creating oop/goops/Makefile
config.status:811: creating scripts/Makefile
config.status:811: creating srfi/Makefile
config.status:811: creating test-suite/Makefile
config.status:811: creating test-suite/standalone/Makefile
config.status:811: creating check-guile
config.status:811: creating benchmark-guile
config.status:811: creating guile-tools
config.status:951: WARNING:  guile-tools.in seems to ignore the --datarootdir setting
config.status:811: creating pre-inst-guile
config.status:811: creating pre-inst-guile-env
config.status:811: creating libguile/guile-snarf
config.status:811: creating libguile/guile-doc-snarf
config.status:811: creating libguile/guile-func-name-check
config.status:811: creating libguile/guile-snarf-docs
config.status:811: creating config.h
config.status:1329: executing depfiles commands
config.status:1329: executing po-directories commands
configure:44313: === configuring in guile-readline (/Users/Roger/Downloads/guile-1.8.3/guile-readline)
configure:44416: running /bin/sh ./configure '--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.

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

ac_cv_build=i386-apple-darwin9.1.0
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_LIBS_set=
ac_cv_env_LIBS_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_f77_compiler_gnu=yes
ac_cv_func_DINFINITY=no
ac_cv_func_DQNAN=no
ac_cv_func__NSGetEnviron=yes
ac_cv_func__pipe=no
ac_cv_func_acosh=yes
ac_cv_func_alloca_works=yes
ac_cv_func_asinh=yes
ac_cv_func_atanh=yes
ac_cv_func_atexit=yes
ac_cv_func_bcopy=yes
ac_cv_func_cexp=yes
ac_cv_func_chown=yes
ac_cv_func_chroot=yes
ac_cv_func_chsize=no
ac_cv_func_clog10=no
ac_cv_func_clog=yes
ac_cv_func_connect=yes
ac_cv_func_copysign=yes
ac_cv_func_ctermid=yes
ac_cv_func_cuserid=no
ac_cv_func_endhostent=yes
ac_cv_func_endnetent=yes
ac_cv_func_endprotoent=yes
ac_cv_func_endservent=yes
ac_cv_func_fchown=yes
ac_cv_func_fcntl=yes
ac_cv_func_fesetround=yes
ac_cv_func_finite=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostname=yes
ac_cv_func_getitimer=yes
ac_cv_func_getlogin=yes
ac_cv_func_getnetbyaddr=yes
ac_cv_func_getnetbyname=yes
ac_cv_func_getnetent=yes
ac_cv_func_getpass=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getppid=yes
ac_cv_func_getpriority=yes
ac_cv_func_getprotoent=yes
ac_cv_func_getpwent=yes
ac_cv_func_getservent=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_hstrerror=yes
ac_cv_func_index=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_lnaof=yes
ac_cv_func_inet_makeaddr=yes
ac_cv_func_inet_netof=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_ioctl=yes
ac_cv_func_isblank=yes
ac_cv_func_kill=yes
ac_cv_func_link=yes
ac_cv_func_lstat=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdir=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_nice=yes
ac_cv_func_on_exit=no
ac_cv_func_pause=yes
ac_cv_func_pipe=yes
ac_cv_func_pthread_attr_getstack=yes
ac_cv_func_pthread_get_stackaddr_np=yes
ac_cv_func_pthread_getattr_np=no
ac_cv_func_pthread_sigmask=yes
ac_cv_func_putenv=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_regcomp_norx=yes
ac_cv_func_rename=yes
ac_cv_func_rindex=yes
ac_cv_func_rmdir=yes
ac_cv_func_select=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostent=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setnetent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpriority=yes
ac_cv_func_setprotoent=yes
ac_cv_func_setpwent=yes
ac_cv_func_setservent=yes
ac_cv_func_setsid=yes
ac_cv_func_sigaction=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sincos=no
ac_cv_func_socketpair=yes
ac_cv_func_stat64=yes
ac_cv_func_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strptime=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sysconf=yes
ac_cv_func_system=yes
ac_cv_func_tcgetpgrp=yes
ac_cv_func_tcsetpgrp=yes
ac_cv_func_times=yes
ac_cv_func_trunc=yes
ac_cv_func_truncate=yes
ac_cv_func_ttyname=yes
ac_cv_func_tzset=yes
ac_cv_func_uname=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_waitpid=yes
ac_cv_have_decl_sethostname=yes
ac_cv_have_decl_strptime=yes
ac_cv_header_assert_h=yes
ac_cv_header_complex_h=yes
ac_cv_header_crt_externs_h=yes
ac_cv_header_crypt_h=no
ac_cv_header_direct_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_floatingpoint_h=no
ac_cv_header_grp_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_io_h=no
ac_cv_header_libc_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_nan_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_process_h=no
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_rx_rxposix_h=no
ac_cv_header_rxposix_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stdtypes_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_host=i386-apple-darwin9.1.0
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_gmp___gmpz_init=yes
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_lib_m_cos=yes
ac_cv_lib_uca___uc_get_ar_bsp=no
ac_cv_member_struct_sockaddr_in6_sin6_len=yes
ac_cv_member_struct_sockaddr_sin_len=no
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_have_makeinfo=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_crypt='none required'
ac_cv_search_opendir='none required'
ac_cv_search_sched_yield='none required'
ac_cv_search_strerror='none required'
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_float=4
ac_cv_sizeof_int=4
ac_cv_sizeof_intmax_t=8
ac_cv_sizeof_intptr_t=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_ptrdiff_t=4
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_uintptr_t=4
ac_cv_sizeof_unsigned___int64=0
ac_cv_sizeof_unsigned_char=1
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_sizeof_void_p=4
ac_cv_struct_tm=time.h
ac_cv_sys_restartable_syscalls=yes
ac_cv_type___int64=no
ac_cv_type_char=yes
ac_cv_type_complex_double=yes
ac_cv_type_float=yes
ac_cv_type_getgroups=gid_t
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int64_t=yes
ac_cv_type_int8_t=yes
ac_cv_type_int=yes
ac_cv_type_intmax_t=yes
ac_cv_type_intptr_t=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_short=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_struct_ip_mreq=no
ac_cv_type_uid_t=yes
ac_cv_type_uint16_t=yes
ac_cv_type_uint32_t=yes
ac_cv_type_uint64_t=yes
ac_cv_type_uint8_t=yes
ac_cv_type_uintmax_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_unsigned___int64=no
ac_cv_type_unsigned_char=yes
ac_cv_type_unsigned_int=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_type_unsigned_short=yes
ac_cv_type_void_p=yes
ac_cv_working_alloca_h=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec=
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
acl_cv_prog_gnu_ld=no
acl_cv_rpath=done
acl_cv_shlibext=dylib
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_lib_iconv=yes
am_cv_lispdir='${datarootdir}/emacs/site-lisp'
am_cv_prog_cc_stdc=
gt_cv_func_CFLocaleCopyCurrent=yes
gt_cv_func_CFPreferencesCopyAppValue=yes
gt_cv_func_gnugettext2_libc=no
gt_cv_func_gnugettext2_libintl=yes
guile_cv_func_sleep_declared=yes
guile_cv_func_usleep_declared=yes
guile_cv_func_usleep_return_type=int
guile_cv_have_h_errno=yes
guile_cv_have_ipv6=yes
guile_cv_have_libc_stack_end=no
guile_cv_have_sin6_scope_id=yes
guile_cv_have_uint32_t=yes
guile_cv_header_libc_with_unistd=yes
guile_cv_localtime_cache=no
guile_cv_need_braces_on_pthread_mutex_initializer=no
guile_cv_need_braces_on_pthread_once_init=no
guile_cv_struct_utimbuf_needs_posix=no
guile_cv_use_csqrt=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BCDEGRST][BCDEGRST]*\)[ 	][ 	]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([BCDEGRST][BCDEGRST]*\\)[ 	][ 	]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
scm_cv_struct_linger=yes
scm_cv_struct_timespec=yes

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

ACLOCAL='${SHELL} /Users/Roger/Downloads/guile-1.8.3/build-aux/missing --run aclocal-1.10'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/Roger/Downloads/guile-1.8.3/build-aux/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /Users/Roger/Downloads/guile-1.8.3/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/Roger/Downloads/guile-1.8.3/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/Roger/Downloads/guile-1.8.3/build-aux/missing --run automake-1.10'
AWK='awk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD='gcc'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2 -Wall -Wmissing-prototypes -Werror'
CPP='gcc -E'
CPPFLAGS='-I/usr/local/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DLPREOPEN='-dlpreopen force'
ECHO='/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMACS='emacs'
EMACSLOADPATH=''
EXEEXT=''
EXTRA_DEFS=''
EXTRA_DOT_DOC_FILES='dynl.doc filesys.doc posix.doc net_db.doc socket.doc regex-posix.doc'
EXTRA_DOT_X_FILES='dynl.x filesys.x posix.x net_db.x socket.x regex-posix.x'
F77='gfortran'
FFLAGS='-g -O2'
GMSGFMT='/usr/local/bin/msgfmt'
GMSGFMT_015=':'
GREP='/usr/bin/grep'
GUILE_CFLAGS='-D_THREAD_SAFE '
GUILE_EFFECTIVE_VERSION='1.8'
GUILE_FOR_BUILD='$(preinstguile)'
GUILE_LIBS='  -lgmp -lm -lltdl '
GUILE_MAJOR_VERSION='1'
GUILE_MICRO_VERSION='3'
GUILE_MINOR_VERSION='8'
GUILE_VERSION='1.8.3'
HAVE_MAKEINFO_FALSE='#'
HAVE_MAKEINFO_TRUE=''
HOST_CC='gcc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS='-L/usr/local/lib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation'
INTL_MACOSX_LIBS='-Wl,-framework -Wl,CoreFoundation'
LDFLAGS=''
LIBGUILE_INTERFACE='18:1:1'
LIBGUILE_INTERFACE_AGE='1'
LIBGUILE_INTERFACE_CURRENT='18'
LIBGUILE_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_13_14_MAJOR='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_1_MAJOR='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_4_MAJOR='3'
LIBGUILE_SRFI_SRFI_60_INTERFACE='2:2:0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT='2'
LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION='2'
LIBGUILE_SRFI_SRFI_60_MAJOR='2'
LIBICONV='-liconv'
LIBINTL='-L/usr/local/lib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation'
LIBLOBJS='dynl.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo'
LIBOBJS=' ${LIBOBJDIR}dynl$U.o ${LIBOBJDIR}filesys$U.o ${LIBOBJDIR}posix$U.o ${LIBOBJDIR}net_db$U.o ${LIBOBJDIR}socket$U.o ${LIBOBJDIR}regex-posix$U.o'
LIBS=' -lgmp -lm -lltdl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL='-L/usr/local/lib -lintl -liconv -lc -R/usr/local/lib -Wl,-framework -Wl,CoreFoundation'
LTLIBOBJS=' ${LIBOBJDIR}dynl$U.lo ${LIBOBJDIR}filesys$U.lo ${LIBOBJDIR}posix$U.lo ${LIBOBJDIR}net_db$U.lo ${LIBOBJDIR}socket$U.lo ${LIBOBJDIR}regex-posix$U.lo'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/Roger/Downloads/guile-1.8.3/build-aux/missing --run makeinfo'
MSGFMT='/usr/local/bin/msgfmt'
MSGFMT_015=':'
MSGMERGE='/usr/local/bin/msgmerge'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='guile'
PACKAGE_BUGREPORT='bug-guile@gnu.org'
PACKAGE_NAME='guile'
PACKAGE_STRING='guile 1.8.3'
PACKAGE_TARNAME='guile'
PACKAGE_VERSION='1.8.3'
PATH_SEPARATOR=':'
POSUB='po'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-D_THREAD_SAFE '
PTHREAD_LIBS=''
RANLIB='ranlib'
SCM_I_GSC_C_INLINE='"inline"'
SCM_I_GSC_ENABLE_DEPRECATED='1'
SCM_I_GSC_ENABLE_DISCOURAGED='1'
SCM_I_GSC_ENABLE_ELISP='1'
SCM_I_GSC_GUILE_DEBUG='0'
SCM_I_GSC_GUILE_DEBUG_FREELIST='0'
SCM_I_GSC_NEEDS_INTTYPES_H='0'
SCM_I_GSC_NEEDS_STDINT_H='1'
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER='0'
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT='0'
SCM_I_GSC_STACK_GROWS_UP='0'
SCM_I_GSC_T_INT16='"int16_t"'
SCM_I_GSC_T_INT32='"int32_t"'
SCM_I_GSC_T_INT64='"int64_t"'
SCM_I_GSC_T_INT8='"int8_t"'
SCM_I_GSC_T_INTMAX='"intmax_t"'
SCM_I_GSC_T_PTRDIFF='"ptrdiff_t"'
SCM_I_GSC_T_UINT16='"uint16_t"'
SCM_I_GSC_T_UINT32='"uint32_t"'
SCM_I_GSC_T_UINT64='"uint64_t"'
SCM_I_GSC_T_UINT8='"uint8_t"'
SCM_I_GSC_T_UINTMAX='"uintmax_t"'
SCM_I_GSC_USE_NULL_THREADS='0'
SCM_I_GSC_USE_PTHREAD_THREADS='1'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='1.8.3'
XGETTEXT='/usr/local/bin/xgettext'
XGETTEXT_015=':'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='gfortran'
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin9.1.0'
build_alias=''
build_cpu='i386'
build_os='darwin9.1.0'
build_vendor='apple'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
have_makeinfo='yes'
host='i386-apple-darwin9.1.0'
host_alias=''
host_cpu='i386'
host_os='darwin9.1.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /Users/Roger/Downloads/guile-1.8.3/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='$(top_builddir)/build-aux/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' guile-readline'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute='/Users/Roger/Downloads/guile-1.8.3'
top_srcdir_absolute='/Users/Roger/Downloads/guile-1.8.3'

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

#define PACKAGE_NAME "guile"
#define PACKAGE_TARNAME "guile"
#define PACKAGE_VERSION "1.8.3"
#define PACKAGE_STRING "guile 1.8.3"
#define PACKAGE_BUGREPORT "bug-guile@gnu.org"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define HAVE_LIBLTDL 1
#define SCM_WARN_DEPRECATED_DEFAULT "summary"
#define HAVE_POSIX 1
#define HAVE_NETWORKING 1
#define SIZEOF_CHAR 1
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_INT 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF___INT64 0
#define SIZEOF_UNSIGNED___INT64 0
#define SIZEOF_VOID_P 4
#define SIZEOF_INTPTR_T 4
#define SIZEOF_UINTPTR_T 4
#define SIZEOF_PTRDIFF_T 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_OFF_T 8
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define SIZEOF_INTMAX_T 8
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_COMPLEX_H 1
#define HAVE_FENV_H 1
#define HAVE_LIBC_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRING_H 1
#define HAVE_REGEX_H 1
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_PWD_H 1
#define HAVE_GRP_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_STRINGS_H 1
#define HAVE_COMPLEX_DOUBLE 1
#define HAVE_LIBC_H 1
#define HAVE_UNISTD_H 1
#define LIBC_H_WITH_UNISTD_H 1
#define GETGROUPS_T gid_t
#define RETSIGTYPE void
#define HAVE_LIBM 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_CONNECT 1
#define HAVE_ASSERT_H 1
#define HAVE_CRT_EXTERNS_H 1
#define HAVE_CEXP 1
#define HAVE_CLOG 1
#define HAVE_CTERMID 1
#define HAVE_FESETROUND 1
#define HAVE_FTIME 1
#define HAVE_FTRUNCATE 1
#define HAVE_FCHOWN 1
#define HAVE_GETCWD 1
#define HAVE_GETEUID 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_IOCTL 1
#define HAVE_LSTAT 1
#define HAVE_MKDIR 1
#define HAVE_MKNOD 1
#define HAVE_NICE 1
#define HAVE_PIPE 1
#define HAVE_READDIR_R 1
#define HAVE_READLINK 1
#define HAVE_RENAME 1
#define HAVE_RMDIR 1
#define HAVE_SELECT 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETLOCALE 1
#define HAVE_SETPGID 1
#define HAVE_SETSID 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_STAT64 1
#define HAVE_STRFTIME 1
#define HAVE_STRPTIME 1
#define HAVE_SYMLINK 1
#define HAVE_SYNC 1
#define HAVE_SYSCONF 1
#define HAVE_TCGETPGRP 1
#define HAVE_TCSETPGRP 1
#define HAVE_TIMES 1
#define HAVE_UNAME 1
#define HAVE_WAITPID 1
#define HAVE_STRDUP 1
#define HAVE_SYSTEM 1
#define HAVE_USLEEP 1
#define HAVE_ATEXIT 1
#define HAVE_CHOWN 1
#define HAVE_LINK 1
#define HAVE_FCNTL 1
#define HAVE_TTYNAME 1
#define HAVE_GETPWENT 1
#define HAVE_GETGRENT 1
#define HAVE_KILL 1
#define HAVE_GETPPID 1
#define HAVE_GETPGRP 1
#define HAVE_FORK 1
#define HAVE_SETITIMER 1
#define HAVE_GETITIMER 1
#define HAVE_STRCHR 1
#define HAVE_STRCMP 1
#define HAVE_INDEX 1
#define HAVE_BCOPY 1
#define HAVE_MEMCPY 1
#define HAVE_RINDEX 1
#define HAVE_TRUNCATE 1
#define HAVE_UNSETENV 1
#define HAVE_ISBLANK 1
#define HAVE__NSGETENVIRON 1
#define HAVE_STRNCASECMP 1
#define HAVE_NETDB_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_CHROOT 1
#define HAVE_FLOCK 1
#define HAVE_GETLOGIN 1
#define HAVE_GETPRIORITY 1
#define HAVE_SETPRIORITY 1
#define HAVE_GETPASS 1
#define HAVE_SETHOSTNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_DECL_SETHOSTNAME 1
#define HAVE_CRYPT 1
#define HAVE_USABLE_CSQRT 1
#define HAVE_LIBGMP 1
#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
#define HAVE_CFLOCALECOPYCURRENT 1
#define HAVE_ICONV 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_DECL_STRPTIME 1
#define HAVE_UNIX_DOMAIN_SOCKETS 1
#define HAVE_SOCKETPAIR 1
#define HAVE_GETGROUPS 1
#define HAVE_SETGROUPS 1
#define HAVE_SETPWENT 1
#define HAVE_PAUSE 1
#define HAVE_TZSET 1
#define HAVE_SETHOSTENT 1
#define HAVE_GETHOSTENT 1
#define HAVE_ENDHOSTENT 1
#define HAVE_SETNETENT 1
#define HAVE_GETNETENT 1
#define HAVE_ENDNETENT 1
#define HAVE_SETPROTOENT 1
#define HAVE_GETPROTOENT 1
#define HAVE_ENDPROTOENT 1
#define HAVE_SETSERVENT 1
#define HAVE_GETSERVENT 1
#define HAVE_ENDSERVENT 1
#define HAVE_GETNETBYADDR 1
#define HAVE_GETNETBYNAME 1
#define HAVE_INET_LNAOF 1
#define HAVE_INET_MAKEADDR 1
#define HAVE_INET_NETOF 1
#define HAVE_HSTRERROR 1
#define HAVE_INET_PTON 1
#define HAVE_INET_NTOP 1
#define HAVE_H_ERRNO 1
#define HAVE_UINT32_T 1
#define HAVE_IPV6 1
#define HAVE_SIN6_SCOPE_ID 1
#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
#define HAVE_RESTARTABLE_SYSCALLS 1
#define HAVE_REGCOMP 1
#define HAVE_INET_ATON 1
#define HAVE_PUTENV 1
#define HAVE_STRERROR 1
#define HAVE_MEMMOVE 1
#define HAVE_MKSTEMP 1
#define HAVE_ASINH 1
#define HAVE_ACOSH 1
#define HAVE_ATANH 1
#define HAVE_COPYSIGN 1
#define HAVE_FINITE 1
#define HAVE_TRUNC 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_STRUCT_TM_TM_GMTOFF 1
#define SIZEOF_FLOAT 4
#define SCM_SINGLES 1
#define HAVE_STRUCT_LINGER 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_PTHREAD_ATTR_GETSTACK 1
#define HAVE_PTHREAD_GET_STACKADDR_NP 1
#define HAVE_PTHREAD_SIGMASK 1

configure: exit 0

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



^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: Make problem Mac OS X
@ 2008-01-10  7:29 Roger Mc Murtrie
  0 siblings, 0 replies; 8+ messages in thread
From: Roger Mc Murtrie @ 2008-01-10  7:29 UTC (permalink / raw)
  To: bug-guile

Ludovic wrote:
Then I guess MacOS X users had better install the "real" GNU Readline.  
Alternatively, we could detect whether `rl_pending_input' is available  
at configure-time, and `#ifdef' the offending line of code. However, I  
don't know what impact it would have, and that would really be a crude  
hack to work around the defects of Editline's compatibility layer, so  
it's probably better to leave things as is.
Thanks, Ludovic.

Perhaps, detect if `rl_pending_input' is available at configure-time.
If not, abort the configure with an appropriate message?
Regards
Roger







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

end of thread, other threads:[~2008-01-21 22:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 22:14 Make problem Mac OS X Hans Aberg
2007-09-27 14:49 ` Ludovic Courtès
2007-10-06 19:48   ` David Fang
2007-10-07 14:29     ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2008-01-09  3:00 guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Roger Mc Murtrie
2008-01-10 18:30 ` Neil Jerram
     [not found]   ` <881AD488-9F97-4F0D-B078-BEBD5BB684B8@iinet.net.au>
2008-01-10 22:53     ` Neil Jerram
2008-01-10 23:59       ` Roger Mc Murtrie
     [not found]         ` <Pine.LNX.4.62.0801110725270.6071@ashmore.csail.mit.edu>
     [not found]           ` <Pine.LNX.4.62.0801110754040.6071@ashmore.csail.mit.edu>
2008-01-11 19:26             ` Make problem Mac OS X Roger Mc Murtrie
     [not found]               ` <Pine.LNX.4.62.0801120948290.23339@ashmore.csail.mit.edu>
2008-01-12 23:18                 ` Roger Mc Murtrie
2008-01-21 22:47               ` Neil Jerram
2008-01-10  7:29 Roger Mc Murtrie

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).