unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
@ 2008-01-09  3:00 Roger Mc Murtrie
  2008-01-09  3:09 ` Roger Mc Murtrie
  2008-01-10 18:30 ` Neil Jerram
  0 siblings, 2 replies; 16+ 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] 16+ messages in thread

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-09  3:00 guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Roger Mc Murtrie
@ 2008-01-09  3:09 ` Roger Mc Murtrie
  2008-01-10 18:40   ` Neil Jerram
  2008-01-10 18:30 ` Neil Jerram
  1 sibling, 1 reply; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-09  3:09 UTC (permalink / raw)
  To: Roger Mc Murtrie, bug-guile

Similiar problem with filesys.c
Compiles by changing in _scm.h
#define dirent_or_dirent64               
CHOOSE_LARGEFILE(dirent,dirent64)
to
#define dirent_or_dirent64              dirent

Now some resulting link problems to sort out!

Regards
Roger


On 09/01/2008, at 2:00 PM, Roger Mc Murtrie wrote:

> 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




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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-09  3:00 guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Roger Mc Murtrie
  2008-01-09  3:09 ` Roger Mc Murtrie
@ 2008-01-10 18:30 ` Neil Jerram
       [not found]   ` <881AD488-9F97-4F0D-B078-BEBD5BB684B8@iinet.net.au>
  1 sibling, 1 reply; 16+ messages in thread
From: Neil Jerram @ 2008-01-10 18:30 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

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

> 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

So is this OS's off_t actually 64-bit, or is it 32-bit?

Thanks,
    Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-09  3:09 ` Roger Mc Murtrie
@ 2008-01-10 18:40   ` Neil Jerram
  0 siblings, 0 replies; 16+ messages in thread
From: Neil Jerram @ 2008-01-10 18:40 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> Similiar problem with filesys.c
> Compiles by changing in _scm.h
> #define dirent_or_dirent64
> CHOOSE_LARGEFILE(dirent,dirent64)
> to
> #define dirent_or_dirent64              dirent

This follows on from the off_t question.  If your off_t is actually
64-bit, there might be no need for dirent64.

But what about ino_t/ino64_t, which is used for the inode field in
struct dirent?  What type does your definition of struct direct use,
and what sizes are ino_t and ino_t on this OS?

Regards,
     Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
       [not found]   ` <881AD488-9F97-4F0D-B078-BEBD5BB684B8@iinet.net.au>
@ 2008-01-10 22:53     ` Neil Jerram
  2008-01-10 23:53       ` Roger Mc Murtrie
  2008-01-10 23:59       ` Roger Mc Murtrie
  0 siblings, 2 replies; 16+ messages in thread
From: Neil Jerram @ 2008-01-10 22:53 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: Guile Bugs

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> Seems to be 32 bit?

Well, according to your previous email:

> checking size of off_t... 8

Which means 64 bit.

I'm struggling to get my head round Darwin's overall story on 64-bit
APIs.  For off_t, it seems to have decided that it's fine to go
unconditionally to 64 bits.  But for other things, like stat, it
provides both xxx() and xxx64() functions.  And for yet other things,
like inodes, it seems the size is controlled by whether the containing
program defines __DARWIN_INO64_T before including the relevant
headers.

What's the big picture?  Is there a standard or other documentation
somewhere that explains this?

Thanks,
       Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-10 22:53     ` Neil Jerram
@ 2008-01-10 23:53       ` Roger Mc Murtrie
  2008-01-10 23:59       ` Roger Mc Murtrie
  1 sibling, 0 replies; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-10 23:53 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile

> Re: Darwin's overall story on 64-bit APIs.
There maybe something on the Apple Developer website.
I'll see if I can find something that might be useful.
I'll recheck my off_t comments later.

Regards
Roger

On 11/01/2008, at 9:53 AM, Neil Jerram wrote:

> Roger Mc Murtrie <rogermc@iinet.net.au> writes:
>
>> Seems to be 32 bit?
>
> Well, according to your previous email:
>
>> checking size of off_t... 8
>
> Which means 64 bit.
>
> I'm struggling to get my head round Darwin's overall story on 64-bit
> APIs.  For off_t, it seems to have decided that it's fine to go
> unconditionally to 64 bits.  But for other things, like stat, it
> provides both xxx() and xxx64() functions.  And for yet other things,
> like inodes, it seems the size is controlled by whether the containing
> program defines __DARWIN_INO64_T before including the relevant
> headers.
>
> What's the big picture?  Is there a standard or other documentation
> somewhere that explains this?
>
> Thanks,
>       Neil




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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-10 22:53     ` Neil Jerram
  2008-01-10 23:53       ` Roger Mc Murtrie
@ 2008-01-10 23:59       ` Roger Mc Murtrie
       [not found]         ` <Pine.LNX.4.62.0801110725270.6071@ashmore.csail.mit.edu>
  2008-01-22 22:10         ` guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Neil Jerram
  1 sibling, 2 replies; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-10 23:59 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile

This might help:

http://developer.apple.com/documentation/Darwin/Conceptual/64bitPorting

Roger


On 11/01/2008, at 9:53 AM, Neil Jerram wrote:
>
> I'm struggling to get my head round Darwin's overall story on 64-bit
> APIs.  For off_t, it seems to have decided that it's fine to go
> unconditionally to 64 bits.  But for other things, like stat, it
> provides both xxx() and xxx64() functions.  And for yet other things,
> like inodes, it seems the size is controlled by whether the containing
> program defines __DARWIN_INO64_T before including the relevant
> headers.
>
> What's the big picture?  Is there a standard or other documentation
> somewhere that explains this?
>
> Thanks,
>       Neil




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

* Re: Make problem Mac OS X
       [not found]           ` <Pine.LNX.4.62.0801110754040.6071@ashmore.csail.mit.edu>
@ 2008-01-11 19:26             ` Roger Mc Murtrie
       [not found]               ` <Pine.LNX.4.62.0801120948290.23339@ashmore.csail.mit.edu>
  2008-01-21 22:47               ` Neil Jerram
  0 siblings, 2 replies; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-11 19:26 UTC (permalink / raw)
  To: Gregory Marton; +Cc: bug-guile

Hi Greg,
I've been using locate, find and grep to find missing bits and pieces.
Also the search function of Mac Finder windows (which doesn't seem to  
search all files)
On my machine
locate libltdl
produces
.
.
.
/usr/lib/libltdl.3.1.4.dylib
/usr/lib/libltdl.3.dylib
/usr/lib/libltdl.a
/usr/lib/libltdl.dylib
/usr/lib/libltdl.la

Perhaps for Debian you have to install it yourself. I think the   
libguile-ltdl is a separate thing.
Of course, to use libltdl.a you have to inclide -ltdl in your gcc link  
commands, usually by setting the environment variable before running  
configure:
LDFLAGS=-ltdl
export LDFLAGS
(Although for one package that I build, setting environment variables  
suggested by configure -help results in empty Makefiles!)
Googling libltdl leads to www.gnu.org/software/libtool. Looks like  
libltdl comes with GNU Libtool which I seem to remember having to  
install at some stage

I don't recall getting the  "you may need to run ldconfig". message,  
but I think I've had it from other installs in the past.
I never have found out how to use it. I think it comes from the loader  
and is really a message, perhaps, to gcc rather than humans.

I'm not much more than a "novice" myself, just stumble along with lots  
of trial and error.
Nowadays, package installation seems to involve one battle after  
another!

Good luck
Roger


On 11/01/2008, at 11:56 PM, Gregory Marton wrote:

> This is an ongoing problem -- now on Debian guile build complains of  
> not having libltdl even though 'sudo aptitude install libguile- 
> ltdl-1' claimed it was correctly installed.  How do I go about  
> finding where this libtdl has been put, and telling configure?
>
> Thanks for any help on this,
> Grem
>
>> Hi Roger,
>>
>> So I'm up against this problem now, and trying, as Ludovic  
>> suggests, to install the "real" GNU readline.  I downloaded,  
>> unpacked, configured, made, did sudo make install, and everything  
>> worked fine on my MacBook Pro running 10.4, but at the end it says  
>> "you may need to run ldconfig".  It appeared to install into /usr/ 
>> local/lib successfully.
>>
>> making in the guile directory still gives me this problem, as if it  
>> didn't notice.  Do you know what ldconfig this is of which it  
>> speaks, or how to run it?  Will it help guile recognize the one it  
>> wants?
>>
>> I'm a rank novice at all these things, sorry.
>>
>> Thanks,
>> Grem
>>
>> Roger Mc Murtrie whote on Wed, 09 Jan 2008 23:30:43 -0800
>>> 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
>>
>>
>>
>
> -- 
> ------ __@   Gregory A. Marton                http://csail.mit.edu/~gremio/
> --- _` 
> \<,_                                                                .
> -- (*)/ (*)          Quantum Physics: The dreams stuff is made of.
> ~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~+ 
> +~~~~~~~




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

* Re: Make problem Mac OS X
       [not found]               ` <Pine.LNX.4.62.0801120948290.23339@ashmore.csail.mit.edu>
@ 2008-01-12 23:18                 ` Roger Mc Murtrie
  0 siblings, 0 replies; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-12 23:18 UTC (permalink / raw)
  To: Gregory Marton; +Cc: bug-guile

Hi Greg

I could only get it to work by
./configure --enable-shared=no

Its often safer to use make distclean when and rerunning configure  
when trying to sort out these types of problems.

Now I comment "#undef HAVE_STAT64" in config.h.in to get rid of the  
off64_t problem.
This stops HAVE_STAT64 getting defined in config.h.

Regards
Roger

On 13/01/2008, at 1:51 AM, Gregory Marton wrote:

> Thanks Roger,
>
> In the ltdl case, it turned out I just needed to make clean for  
> configure's updates to take effect.  I'm still stumped on the mac  
> problem though -- readline and rl_pending_input, even with adding "- 
> L /usr/local/bin" to my CFLAGS.  Did you finally get that working?
>
> Thanks,
> Grem
>
>> Hi Greg,
>> I've been using locate, find and grep to find missing bits and  
>> pieces.
>> Also the search function of Mac Finder windows (which doesn't seem  
>> to search all files)
>> On my machine
>> locate libltdl
>> produces
>> .
>> .
>> .
>> /usr/lib/libltdl.3.1.4.dylib
>> /usr/lib/libltdl.3.dylib
>> /usr/lib/libltdl.a
>> /usr/lib/libltdl.dylib
>> /usr/lib/libltdl.la
>>
>> Perhaps for Debian you have to install it yourself. I think the  
>> libguile-ltdl is a separate thing.
>> Of course, to use libltdl.a you have to inclide -ltdl in your gcc  
>> link commands, usually by setting the environment variable before  
>> running configure:
>> LDFLAGS=-ltdl
>> export LDFLAGS
>> (Although for one package that I build, setting environment  
>> variables suggested by configure -help results in empty Makefiles!)
>> Googling libltdl leads to www.gnu.org/software/libtool. Looks like  
>> libltdl comes with GNU Libtool which I seem to remember having to  
>> install at some stage
>>
>> I don't recall getting the  "you may need to run ldconfig".  
>> message, but I think I've had it from other installs in the past.
>> I never have found out how to use it. I think it comes from the  
>> loader and is really a message, perhaps, to gcc rather than humans.
>>
>> I'm not much more than a "novice" myself, just stumble along with  
>> lots of trial and error.
>> Nowadays, package installation seems to involve one battle after  
>> another!
>>
>> Good luck
>> Roger
>>
>>
>> On 11/01/2008, at 11:56 PM, Gregory Marton wrote:
>>
>>> This is an ongoing problem -- now on Debian guile build complains  
>>> of not having libltdl even though 'sudo aptitude install libguile- 
>>> ltdl-1' claimed it was correctly installed.  How do I go about  
>>> finding where this libtdl has been put, and telling configure?
>>> Thanks for any help on this,
>>> Grem
>>>> Hi Roger,
>>>> So I'm up against this problem now, and trying, as Ludovic  
>>>> suggests, to install the "real" GNU readline.  I downloaded,  
>>>> unpacked, configured, made, did sudo make install, and everything  
>>>> worked fine on my MacBook Pro running 10.4, but at the end it  
>>>> says "you may need to run ldconfig".  It appeared to install  
>>>> into /usr/local/lib successfully.
>>>> making in the guile directory still gives me this problem, as if  
>>>> it didn't notice.  Do you know what ldconfig this is of which it  
>>>> speaks, or how to run it?  Will it help guile recognize the one  
>>>> it wants?
>>>> I'm a rank novice at all these things, sorry.
>>>> Thanks,
>>>> Grem
>>>> Roger Mc Murtrie whote on Wed, 09 Jan 2008 23:30:43 -0800
>>>>> 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
>>> -- 
>>> ------ __@   Gregory A. Marton                http://csail.mit.edu/~gremio/
>>> --- _` 
>>> \< 
>>> ,_                                                                .
>>> -- (*)/ (*)          Quantum Physics: The dreams stuff is made of.
>>> ~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~+ 
>>> +~~~~~~~
>>
>
> -- 
> ------ __@   Gregory A. Marton                http://csail.mit.edu/~gremio/
> --- _` 
> \<,_                                                                .
> -- (*)/ (*)         Prediction is hard, especially about the future.
> ~~~~~~~~~~~~~~~~-~~~~~~~~_~~~_~~~~~v~~~~^^^^~~~~~--~~~~~~~~~~~~~~~+ 
> +~~~~~~~




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

* Re: Make problem Mac OS X
  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-21 22:47               ` Neil Jerram
  1 sibling, 0 replies; 16+ messages in thread
From: Neil Jerram @ 2008-01-21 22:47 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile, Gregory Marton

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> I think the libguile-ltdl is a separate thing.

Yes, libguile-ltdl was a tweaked version of libltdl that we used
during the 1.6.x series, while waiting for upstream to make a fix that
we needed.  It isn't needed anymore.

> On 11/01/2008, at 11:56 PM, Gregory Marton wrote:
>
>> This is an ongoing problem -- now on Debian guile build complains of
>> not having libltdl even though 'sudo aptitude install libguile-
>> ltdl-1' claimed it was correctly installed.  How do I go about
>> finding where this libtdl has been put, and telling configure?

For building Guile 1.8.x on Debian, you need the libltdlN-dev package,
where N is a number.  I am using Debian etch, and have libltdl3-dev.

>>>> 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'

How do we test for a library variable (i.e. rl_pending_input) in
configure.in ?

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

That sounds good to me, if we can detect it.

Regards,
     Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-10 23:59       ` Roger Mc Murtrie
       [not found]         ` <Pine.LNX.4.62.0801110725270.6071@ashmore.csail.mit.edu>
@ 2008-01-22 22:10         ` Neil Jerram
  2008-01-22 22:57           ` Roger Mc Murtrie
  2008-01-30 23:08           ` Neil Jerram
  1 sibling, 2 replies; 16+ messages in thread
From: Neil Jerram @ 2008-01-22 22:10 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> This might help:
>
> http://developer.apple.com/documentation/Darwin/Conceptual/64bitPorting
>
> Roger

Thank you, that was helpful.  Amongst a lot of detail, one of its
messages was that most system call APIs (i.e. the traditional ones
_without_ "64" in their names) have been 64-bit-capable for a long
time now, and so in many cases a developer need take no action to get
64-bit capability.

That feels consistent with off_t being 64-bit.

In that light, and also because a Guile without LARGEFILE64 support is
surely better than no Guile at all, I think we should address this
problem for the Mac OSes (and also HP-UX, per [1]), by adding a
--disable-64-calls option to ./configure, whose effect will be to
prevent Guile from trying to use xxx64() sys and library calls.

[1] http://www.nabble.com/Building-guile-1.8.2-on-hpux-td13106681.html

That way, you'll at least get 32 bit operation working; you'll
probably get a large subset of 64 bit operation working (via the
traditional non-"64" API); and any remaining deltas can be worked on
by someone in the future with time to invest.

If you could tell us what ./config.guess says on your Mac systems, we
can make --disable-64-calls the default for those systems, so you
don't need to remember this when 1.8.4 comes out.  For all other
systems, --enable-64-calls will be the default, which means no change
to existing behaviour.

How does that sound?  (Roger, and anyone else please!)

Regards,
    Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-22 22:10         ` guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Neil Jerram
@ 2008-01-22 22:57           ` Roger Mc Murtrie
  2008-01-22 23:09             ` Neil Jerram
  2008-01-30 23:08           ` Neil Jerram
  1 sibling, 1 reply; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-22 22:57 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile

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

Hi Neil,
That sounds like an excellent solution.
Attached is my config.guess file.  (Its just the one from the  
distribution with no changes).
Roger


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

#! /bin/sh
# Attempt to guess a canonical system name.
#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
#   Inc.

timestamp='2006-07-02'

# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
# 02110-1301, USA.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
# configuration script generated by Autoconf, you may include it under
# the same distribution terms that you use for the rest of that program.


# Originally written by Per Bothner <per@bothner.com>.
# Please send patches to <config-patches@gnu.org>.  Submit a context
# diff and a properly formatted ChangeLog entry.
#
# This script attempts to guess a canonical system name similar to
# config.sub.  If it succeeds, it prints the system name on stdout, and
# exits with 0.  Otherwise, it exits with 1.
#
# The plan is that this can be called by configure scripts if you
# don't specify an explicit build system type.

me=`echo "$0" | sed -e 's,.*/,,'`

usage="\
Usage: $0 [OPTION]

Output the configuration name of the system \`$me' is run on.

Operation modes:
  -h, --help         print this help, then exit
  -t, --time-stamp   print date of last modification, then exit
  -v, --version      print version number, then exit

Report bugs and patches to <config-patches@gnu.org>."

version="\
GNU config.guess ($timestamp)

Originally written by Per Bothner.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 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."

help="
Try \`$me --help' for more information."

# Parse command line
while test $# -gt 0 ; do
  case $1 in
    --time-stamp | --time* | -t )
       echo "$timestamp" ; exit ;;
    --version | -v )
       echo "$version" ; exit ;;
    --help | --h* | -h )
       echo "$usage"; exit ;;
    -- )     # Stop option processing
       shift; break ;;
    - )	# Use stdin as input.
       break ;;
    -* )
       echo "$me: invalid option $1$help" >&2
       exit 1 ;;
    * )
       break ;;
  esac
done

if test $# != 0; then
  echo "$me: too many arguments$help" >&2
  exit 1
fi

trap 'exit 1' 1 2 15

# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
# compiler to aid in system detection is discouraged as it requires
# temporary files to be created and, as you can see below, it is a
# headache to deal with in a portable fashion.

# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
# use `HOST_CC' if defined, but it is deprecated.

# Portable tmp directory creation inspired by the Autoconf team.

set_cc_for_build='
trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
: ${TMPDIR=/tmp} ;
 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
dummy=$tmp/dummy ;
tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
case $CC_FOR_BUILD,$HOST_CC,$CC in
 ,,)    echo "int x;" > $dummy.c ;
	for c in cc gcc c89 c99 ; do
	  if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
	     CC_FOR_BUILD="$c"; break ;
	  fi ;
	done ;
	if test x"$CC_FOR_BUILD" = x ; then
	  CC_FOR_BUILD=no_compiler_found ;
	fi
	;;
 ,,*)   CC_FOR_BUILD=$CC ;;
 ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
esac ; set_cc_for_build= ;'

# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
# (ghazi@noc.rutgers.edu 1994-08-24)
if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
	PATH=$PATH:/.attbin ; export PATH
fi

UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown

# Note: order is significant - the case branches are not exclusive.

case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
    *:NetBSD:*:*)
	# NetBSD (nbsd) targets should (where applicable) match one or
	# more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
	# *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
	# switched to ELF, *-*-netbsd* would select the old
	# object file format.  This provides both forward
	# compatibility and a consistent mechanism for selecting the
	# object file format.
	#
	# Note: NetBSD doesn't particularly care about the vendor
	# portion of the name.  We always set it to "unknown".
	sysctl="sysctl -n hw.machine_arch"
	UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
	    /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
	case "${UNAME_MACHINE_ARCH}" in
	    armeb) machine=armeb-unknown ;;
	    arm*) machine=arm-unknown ;;
	    sh3el) machine=shl-unknown ;;
	    sh3eb) machine=sh-unknown ;;
	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
	esac
	# The Operating System including object format, if it has switched
	# to ELF recently, or will in the future.
	case "${UNAME_MACHINE_ARCH}" in
	    arm*|i386|m68k|ns32k|sh3*|sparc|vax)
		eval $set_cc_for_build
		if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
			| grep __ELF__ >/dev/null
		then
		    # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
		    # Return netbsd for either.  FIX?
		    os=netbsd
		else
		    os=netbsdelf
		fi
		;;
	    *)
	        os=netbsd
		;;
	esac
	# The OS release
	# Debian GNU/NetBSD machines have a different userland, and
	# thus, need a distinct triplet. However, they do not need
	# kernel version information, so it can be replaced with a
	# suitable tag, in the style of linux-gnu.
	case "${UNAME_VERSION}" in
	    Debian*)
		release='-gnu'
		;;
	    *)
		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
		;;
	esac
	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
	# contains redundant information, the shorter form:
	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
	echo "${machine}-${os}${release}"
	exit ;;
    *:OpenBSD:*:*)
	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
	exit ;;
    *:ekkoBSD:*:*)
	echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
	exit ;;
    *:SolidBSD:*:*)
	echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
	exit ;;
    macppc:MirBSD:*:*)
	echo powerpc-unknown-mirbsd${UNAME_RELEASE}
	exit ;;
    *:MirBSD:*:*)
	echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
	exit ;;
    alpha:OSF1:*:*)
	case $UNAME_RELEASE in
	*4.0)
		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
		;;
	*5.*)
	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
		;;
	esac
	# According to Compaq, /usr/sbin/psrinfo has been available on
	# OSF/1 and Tru64 systems produced since 1995.  I hope that
	# covers most systems running today.  This code pipes the CPU
	# types through head -n 1, so we only detect the type of CPU 0.
	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
	case "$ALPHA_CPU_TYPE" in
	    "EV4 (21064)")
		UNAME_MACHINE="alpha" ;;
	    "EV4.5 (21064)")
		UNAME_MACHINE="alpha" ;;
	    "LCA4 (21066/21068)")
		UNAME_MACHINE="alpha" ;;
	    "EV5 (21164)")
		UNAME_MACHINE="alphaev5" ;;
	    "EV5.6 (21164A)")
		UNAME_MACHINE="alphaev56" ;;
	    "EV5.6 (21164PC)")
		UNAME_MACHINE="alphapca56" ;;
	    "EV5.7 (21164PC)")
		UNAME_MACHINE="alphapca57" ;;
	    "EV6 (21264)")
		UNAME_MACHINE="alphaev6" ;;
	    "EV6.7 (21264A)")
		UNAME_MACHINE="alphaev67" ;;
	    "EV6.8CB (21264C)")
		UNAME_MACHINE="alphaev68" ;;
	    "EV6.8AL (21264B)")
		UNAME_MACHINE="alphaev68" ;;
	    "EV6.8CX (21264D)")
		UNAME_MACHINE="alphaev68" ;;
	    "EV6.9A (21264/EV69A)")
		UNAME_MACHINE="alphaev69" ;;
	    "EV7 (21364)")
		UNAME_MACHINE="alphaev7" ;;
	    "EV7.9 (21364A)")
		UNAME_MACHINE="alphaev79" ;;
	esac
	# A Pn.n version is a patched version.
	# A Vn.n version is a released version.
	# A Tn.n version is a released field test version.
	# A Xn.n version is an unreleased experimental baselevel.
	# 1.2 uses "1.2" for uname -r.
	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
	exit ;;
    Alpha\ *:Windows_NT*:*)
	# How do we know it's Interix rather than the generic POSIX subsystem?
	# Should we change UNAME_MACHINE based on the output of uname instead
	# of the specific Alpha model?
	echo alpha-pc-interix
	exit ;;
    21064:Windows_NT:50:3)
	echo alpha-dec-winnt3.5
	exit ;;
    Amiga*:UNIX_System_V:4.0:*)
	echo m68k-unknown-sysv4
	exit ;;
    *:[Aa]miga[Oo][Ss]:*:*)
	echo ${UNAME_MACHINE}-unknown-amigaos
	exit ;;
    *:[Mm]orph[Oo][Ss]:*:*)
	echo ${UNAME_MACHINE}-unknown-morphos
	exit ;;
    *:OS/390:*:*)
	echo i370-ibm-openedition
	exit ;;
    *:z/VM:*:*)
	echo s390-ibm-zvmoe
	exit ;;
    *:OS400:*:*)
        echo powerpc-ibm-os400
	exit ;;
    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
	echo arm-acorn-riscix${UNAME_RELEASE}
	exit ;;
    arm:riscos:*:*|arm:RISCOS:*:*)
	echo arm-unknown-riscos
	exit ;;
    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
	echo hppa1.1-hitachi-hiuxmpp
	exit ;;
    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
	# akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
	if test "`(/bin/universe) 2>/dev/null`" = att ; then
		echo pyramid-pyramid-sysv3
	else
		echo pyramid-pyramid-bsd
	fi
	exit ;;
    NILE*:*:*:dcosx)
	echo pyramid-pyramid-svr4
	exit ;;
    DRS?6000:unix:4.0:6*)
	echo sparc-icl-nx6
	exit ;;
    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
	case `/usr/bin/uname -p` in
	    sparc) echo sparc-icl-nx7; exit ;;
	esac ;;
    sun4H:SunOS:5.*:*)
	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
	exit ;;
    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
	exit ;;
    i86pc:SunOS:5.*:*)
	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
	exit ;;
    sun4*:SunOS:6*:*)
	# According to config.sub, this is the proper way to canonicalize
	# SunOS6.  Hard to guess exactly what SunOS6 will be like, but
	# it's likely to be more like Solaris than SunOS4.
	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
	exit ;;
    sun4*:SunOS:*:*)
	case "`/usr/bin/arch -k`" in
	    Series*|S4*)
		UNAME_RELEASE=`uname -v`
		;;
	esac
	# Japanese Language versions have a version number like `4.1.3-JL'.
	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
	exit ;;
    sun3*:SunOS:*:*)
	echo m68k-sun-sunos${UNAME_RELEASE}
	exit ;;
    sun*:*:4.2BSD:*)
	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
	case "`/bin/arch`" in
	    sun3)
		echo m68k-sun-sunos${UNAME_RELEASE}
		;;
	    sun4)
		echo sparc-sun-sunos${UNAME_RELEASE}
		;;
	esac
	exit ;;
    aushp:SunOS:*:*)
	echo sparc-auspex-sunos${UNAME_RELEASE}
	exit ;;
    # The situation for MiNT is a little confusing.  The machine name
    # can be virtually everything (everything which is not
    # "atarist" or "atariste" at least should have a processor
    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
    # to the lowercase version "mint" (or "freemint").  Finally
    # the system name "TOS" denotes a system which is actually not
    # MiNT.  But MiNT is downward compatible to TOS, so this should
    # be no problem.
    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
        echo m68k-atari-mint${UNAME_RELEASE}
	exit ;;
    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
	echo m68k-atari-mint${UNAME_RELEASE}
        exit ;;
    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
        echo m68k-atari-mint${UNAME_RELEASE}
	exit ;;
    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
        echo m68k-milan-mint${UNAME_RELEASE}
        exit ;;
    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
        echo m68k-hades-mint${UNAME_RELEASE}
        exit ;;
    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
        echo m68k-unknown-mint${UNAME_RELEASE}
        exit ;;
    m68k:machten:*:*)
	echo m68k-apple-machten${UNAME_RELEASE}
	exit ;;
    powerpc:machten:*:*)
	echo powerpc-apple-machten${UNAME_RELEASE}
	exit ;;
    RISC*:Mach:*:*)
	echo mips-dec-mach_bsd4.3
	exit ;;
    RISC*:ULTRIX:*:*)
	echo mips-dec-ultrix${UNAME_RELEASE}
	exit ;;
    VAX*:ULTRIX*:*:*)
	echo vax-dec-ultrix${UNAME_RELEASE}
	exit ;;
    2020:CLIX:*:* | 2430:CLIX:*:*)
	echo clipper-intergraph-clix${UNAME_RELEASE}
	exit ;;
    mips:*:*:UMIPS | mips:*:*:RISCos)
	eval $set_cc_for_build
	sed 's/^	//' << EOF >$dummy.c
#ifdef __cplusplus
#include <stdio.h>  /* for printf() prototype */
	int main (int argc, char *argv[]) {
#else
	int main (argc, argv) int argc; char *argv[]; {
#endif
	#if defined (host_mips) && defined (MIPSEB)
	#if defined (SYSTYPE_SYSV)
	  printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
	#endif
	#if defined (SYSTYPE_SVR4)
	  printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
	#endif
	#if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
	  printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
	#endif
	#endif
	  exit (-1);
	}
EOF
	$CC_FOR_BUILD -o $dummy $dummy.c &&
	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
	  SYSTEM_NAME=`$dummy $dummyarg` &&
	    { echo "$SYSTEM_NAME"; exit; }
	echo mips-mips-riscos${UNAME_RELEASE}
	exit ;;
    Motorola:PowerMAX_OS:*:*)
	echo powerpc-motorola-powermax
	exit ;;
    Motorola:*:4.3:PL8-*)
	echo powerpc-harris-powermax
	exit ;;
    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
	echo powerpc-harris-powermax
	exit ;;
    Night_Hawk:Power_UNIX:*:*)
	echo powerpc-harris-powerunix
	exit ;;
    m88k:CX/UX:7*:*)
	echo m88k-harris-cxux7
	exit ;;
    m88k:*:4*:R4*)
	echo m88k-motorola-sysv4
	exit ;;
    m88k:*:3*:R3*)
	echo m88k-motorola-sysv3
	exit ;;
    AViiON:dgux:*:*)
        # DG/UX returns AViiON for all architectures
        UNAME_PROCESSOR=`/usr/bin/uname -p`
	if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
	then
	    if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
	       [ ${TARGET_BINARY_INTERFACE}x = x ]
	    then
		echo m88k-dg-dgux${UNAME_RELEASE}
	    else
		echo m88k-dg-dguxbcs${UNAME_RELEASE}
	    fi
	else
	    echo i586-dg-dgux${UNAME_RELEASE}
	fi
 	exit ;;
    M88*:DolphinOS:*:*)	# DolphinOS (SVR3)
	echo m88k-dolphin-sysv3
	exit ;;
    M88*:*:R3*:*)
	# Delta 88k system running SVR3
	echo m88k-motorola-sysv3
	exit ;;
    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
	echo m88k-tektronix-sysv3
	exit ;;
    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
	echo m68k-tektronix-bsd
	exit ;;
    *:IRIX*:*:*)
	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
	exit ;;
    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
	echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
	exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
    i*86:AIX:*:*)
	echo i386-ibm-aix
	exit ;;
    ia64:AIX:*:*)
	if [ -x /usr/bin/oslevel ] ; then
		IBM_REV=`/usr/bin/oslevel`
	else
		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
	fi
	echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
	exit ;;
    *:AIX:2:3)
	if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
		eval $set_cc_for_build
		sed 's/^		//' << EOF >$dummy.c
		#include <sys/systemcfg.h>

		main()
			{
			if (!__power_pc())
				exit(1);
			puts("powerpc-ibm-aix3.2.5");
			exit(0);
			}
EOF
		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
		then
			echo "$SYSTEM_NAME"
		else
			echo rs6000-ibm-aix3.2.5
		fi
	elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
		echo rs6000-ibm-aix3.2.4
	else
		echo rs6000-ibm-aix3.2
	fi
	exit ;;
    *:AIX:*:[45])
	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
		IBM_ARCH=rs6000
	else
		IBM_ARCH=powerpc
	fi
	if [ -x /usr/bin/oslevel ] ; then
		IBM_REV=`/usr/bin/oslevel`
	else
		IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
	fi
	echo ${IBM_ARCH}-ibm-aix${IBM_REV}
	exit ;;
    *:AIX:*:*)
	echo rs6000-ibm-aix
	exit ;;
    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
	echo romp-ibm-bsd4.4
	exit ;;
    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
	echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
	exit ;;                             # report: romp-ibm BSD 4.3
    *:BOSX:*:*)
	echo rs6000-bull-bosx
	exit ;;
    DPX/2?00:B.O.S.:*:*)
	echo m68k-bull-sysv3
	exit ;;
    9000/[34]??:4.3bsd:1.*:*)
	echo m68k-hp-bsd
	exit ;;
    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
	echo m68k-hp-bsd4.4
	exit ;;
    9000/[34678]??:HP-UX:*:*)
	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
	case "${UNAME_MACHINE}" in
	    9000/31? )            HP_ARCH=m68000 ;;
	    9000/[34]?? )         HP_ARCH=m68k ;;
	    9000/[678][0-9][0-9])
		if [ -x /usr/bin/getconf ]; then
		    sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
                    case "${sc_cpu_version}" in
                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
                      532)                      # CPU_PA_RISC2_0
                        case "${sc_kernel_bits}" in
                          32) HP_ARCH="hppa2.0n" ;;
                          64) HP_ARCH="hppa2.0w" ;;
			  '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
                        esac ;;
                    esac
		fi
		if [ "${HP_ARCH}" = "" ]; then
		    eval $set_cc_for_build
		    sed 's/^              //' << EOF >$dummy.c

              #define _HPUX_SOURCE
              #include <stdlib.h>
              #include <unistd.h>

              int main ()
              {
              #if defined(_SC_KERNEL_BITS)
                  long bits = sysconf(_SC_KERNEL_BITS);
              #endif
                  long cpu  = sysconf (_SC_CPU_VERSION);

                  switch (cpu)
              	{
              	case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
              	case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
              	case CPU_PA_RISC2_0:
              #if defined(_SC_KERNEL_BITS)
              	    switch (bits)
              		{
              		case 64: puts ("hppa2.0w"); break;
              		case 32: puts ("hppa2.0n"); break;
              		default: puts ("hppa2.0"); break;
              		} break;
              #else  /* !defined(_SC_KERNEL_BITS) */
              	    puts ("hppa2.0"); break;
              #endif
              	default: puts ("hppa1.0"); break;
              	}
                  exit (0);
              }
EOF
		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
		    test -z "$HP_ARCH" && HP_ARCH=hppa
		fi ;;
	esac
	if [ ${HP_ARCH} = "hppa2.0w" ]
	then
	    eval $set_cc_for_build

	    # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
	    # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
	    # generating 64-bit code.  GNU and HP use different nomenclature:
	    #
	    # $ CC_FOR_BUILD=cc ./config.guess
	    # => hppa2.0w-hp-hpux11.23
	    # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
	    # => hppa64-hp-hpux11.23

	    if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
		grep __LP64__ >/dev/null
	    then
		HP_ARCH="hppa2.0w"
	    else
		HP_ARCH="hppa64"
	    fi
	fi
	echo ${HP_ARCH}-hp-hpux${HPUX_REV}
	exit ;;
    ia64:HP-UX:*:*)
	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
	echo ia64-hp-hpux${HPUX_REV}
	exit ;;
    3050*:HI-UX:*:*)
	eval $set_cc_for_build
	sed 's/^	//' << EOF >$dummy.c
	#include <unistd.h>
	int
	main ()
	{
	  long cpu = sysconf (_SC_CPU_VERSION);
	  /* The order matters, because CPU_IS_HP_MC68K erroneously returns
	     true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
	     results, however.  */
	  if (CPU_IS_PA_RISC (cpu))
	    {
	      switch (cpu)
		{
		  case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
		  case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
		  case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
		  default: puts ("hppa-hitachi-hiuxwe2"); break;
		}
	    }
	  else if (CPU_IS_HP_MC68K (cpu))
	    puts ("m68k-hitachi-hiuxwe2");
	  else puts ("unknown-hitachi-hiuxwe2");
	  exit (0);
	}
EOF
	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
		{ echo "$SYSTEM_NAME"; exit; }
	echo unknown-hitachi-hiuxwe2
	exit ;;
    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
	echo hppa1.1-hp-bsd
	exit ;;
    9000/8??:4.3bsd:*:*)
	echo hppa1.0-hp-bsd
	exit ;;
    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
	echo hppa1.0-hp-mpeix
	exit ;;
    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
	echo hppa1.1-hp-osf
	exit ;;
    hp8??:OSF1:*:*)
	echo hppa1.0-hp-osf
	exit ;;
    i*86:OSF1:*:*)
	if [ -x /usr/sbin/sysversion ] ; then
	    echo ${UNAME_MACHINE}-unknown-osf1mk
	else
	    echo ${UNAME_MACHINE}-unknown-osf1
	fi
	exit ;;
    parisc*:Lites*:*:*)
	echo hppa1.1-hp-lites
	exit ;;
    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
	echo c1-convex-bsd
        exit ;;
    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
	if getsysinfo -f scalar_acc
	then echo c32-convex-bsd
	else echo c2-convex-bsd
	fi
        exit ;;
    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
	echo c34-convex-bsd
        exit ;;
    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
	echo c38-convex-bsd
        exit ;;
    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
	echo c4-convex-bsd
        exit ;;
    CRAY*Y-MP:*:*:*)
	echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
	exit ;;
    CRAY*[A-Z]90:*:*:*)
	echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
	| sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
	      -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
	      -e 's/\.[^.]*$/.X/'
	exit ;;
    CRAY*TS:*:*:*)
	echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
	exit ;;
    CRAY*T3E:*:*:*)
	echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
	exit ;;
    CRAY*SV1:*:*:*)
	echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
	exit ;;
    *:UNICOS/mp:*:*)
	echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
	exit ;;
    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
	FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
        exit ;;
    5000:UNIX_System_V:4.*:*)
        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
	exit ;;
    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
	echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
	exit ;;
    sparc*:BSD/OS:*:*)
	echo sparc-unknown-bsdi${UNAME_RELEASE}
	exit ;;
    *:BSD/OS:*:*)
	echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
	exit ;;
    *:FreeBSD:*:*)
	case ${UNAME_MACHINE} in
	    pc98)
		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
	    amd64)
		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
	    *)
		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
	esac
	exit ;;
    i*:CYGWIN*:*)
	echo ${UNAME_MACHINE}-pc-cygwin
	exit ;;
    i*:MINGW*:*)
	echo ${UNAME_MACHINE}-pc-mingw32
	exit ;;
    i*:windows32*:*)
    	# uname -m includes "-pc" on this system.
    	echo ${UNAME_MACHINE}-mingw32
	exit ;;
    i*:PW*:*)
	echo ${UNAME_MACHINE}-pc-pw32
	exit ;;
    x86:Interix*:[3456]*)
	echo i586-pc-interix${UNAME_RELEASE}
	exit ;;
    EM64T:Interix*:[3456]*)
	echo x86_64-unknown-interix${UNAME_RELEASE}
	exit ;;
    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
	echo i${UNAME_MACHINE}-pc-mks
	exit ;;
    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
	# How do we know it's Interix rather than the generic POSIX subsystem?
	# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
	# UNAME_MACHINE based on the output of uname instead of i386?
	echo i586-pc-interix
	exit ;;
    i*:UWIN*:*)
	echo ${UNAME_MACHINE}-pc-uwin
	exit ;;
    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
	echo x86_64-unknown-cygwin
	exit ;;
    p*:CYGWIN*:*)
	echo powerpcle-unknown-cygwin
	exit ;;
    prep*:SunOS:5.*:*)
	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
	exit ;;
    *:GNU:*:*)
	# the GNU system
	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
	exit ;;
    *:GNU/*:*:*)
	# other systems with GNU libc and userland
	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
	exit ;;
    i*86:Minix:*:*)
	echo ${UNAME_MACHINE}-pc-minix
	exit ;;
    arm*:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    avr32*:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    cris:Linux:*:*)
	echo cris-axis-linux-gnu
	exit ;;
    crisv32:Linux:*:*)
	echo crisv32-axis-linux-gnu
	exit ;;
    frv:Linux:*:*)
    	echo frv-unknown-linux-gnu
	exit ;;
    ia64:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    m32r*:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    m68*:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    mips:Linux:*:*)
	eval $set_cc_for_build
	sed 's/^	//' << EOF >$dummy.c
	#undef CPU
	#undef mips
	#undef mipsel
	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
	CPU=mipsel
	#else
	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
	CPU=mips
	#else
	CPU=
	#endif
	#endif
EOF
	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
	    /^CPU/{
		s: ::g
		p
	    }'`"
	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
	;;
    mips64:Linux:*:*)
	eval $set_cc_for_build
	sed 's/^	//' << EOF >$dummy.c
	#undef CPU
	#undef mips64
	#undef mips64el
	#if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
	CPU=mips64el
	#else
	#if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
	CPU=mips64
	#else
	CPU=
	#endif
	#endif
EOF
	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
	    /^CPU/{
		s: ::g
		p
	    }'`"
	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
	;;
    or32:Linux:*:*)
	echo or32-unknown-linux-gnu
	exit ;;
    ppc:Linux:*:*)
	echo powerpc-unknown-linux-gnu
	exit ;;
    ppc64:Linux:*:*)
	echo powerpc64-unknown-linux-gnu
	exit ;;
    alpha:Linux:*:*)
	case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
	  EV5)   UNAME_MACHINE=alphaev5 ;;
	  EV56)  UNAME_MACHINE=alphaev56 ;;
	  PCA56) UNAME_MACHINE=alphapca56 ;;
	  PCA57) UNAME_MACHINE=alphapca56 ;;
	  EV6)   UNAME_MACHINE=alphaev6 ;;
	  EV67)  UNAME_MACHINE=alphaev67 ;;
	  EV68*) UNAME_MACHINE=alphaev68 ;;
        esac
	objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
	if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
	echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
	exit ;;
    parisc:Linux:*:* | hppa:Linux:*:*)
	# Look for CPU level
	case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
	  PA7*) echo hppa1.1-unknown-linux-gnu ;;
	  PA8*) echo hppa2.0-unknown-linux-gnu ;;
	  *)    echo hppa-unknown-linux-gnu ;;
	esac
	exit ;;
    parisc64:Linux:*:* | hppa64:Linux:*:*)
	echo hppa64-unknown-linux-gnu
	exit ;;
    s390:Linux:*:* | s390x:Linux:*:*)
	echo ${UNAME_MACHINE}-ibm-linux
	exit ;;
    sh64*:Linux:*:*)
    	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    sh*:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    sparc:Linux:*:* | sparc64:Linux:*:*)
	echo ${UNAME_MACHINE}-unknown-linux-gnu
	exit ;;
    vax:Linux:*:*)
	echo ${UNAME_MACHINE}-dec-linux-gnu
	exit ;;
    x86_64:Linux:*:*)
	echo x86_64-unknown-linux-gnu
	exit ;;
    i*86:Linux:*:*)
	# The BFD linker knows what the default object file format is, so
	# first see if it will tell us. cd to the root directory to prevent
	# problems with other programs or directories called `ld' in the path.
	# Set LC_ALL=C to ensure ld outputs messages in English.
	ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
			 | sed -ne '/supported targets:/!d
				    s/[ 	][ 	]*/ /g
				    s/.*supported targets: *//
				    s/ .*//
				    p'`
        case "$ld_supported_targets" in
	  elf32-i386)
		TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
		;;
	  a.out-i386-linux)
		echo "${UNAME_MACHINE}-pc-linux-gnuaout"
		exit ;;
	  coff-i386)
		echo "${UNAME_MACHINE}-pc-linux-gnucoff"
		exit ;;
	  "")
		# Either a pre-BFD a.out linker (linux-gnuoldld) or
		# one that does not give us useful --help.
		echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
		exit ;;
	esac
	# Determine whether the default compiler is a.out or elf
	eval $set_cc_for_build
	sed 's/^	//' << EOF >$dummy.c
	#include <features.h>
	#ifdef __ELF__
	# ifdef __GLIBC__
	#  if __GLIBC__ >= 2
	LIBC=gnu
	#  else
	LIBC=gnulibc1
	#  endif
	# else
	LIBC=gnulibc1
	# endif
	#else
	#if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
	LIBC=gnu
	#else
	LIBC=gnuaout
	#endif
	#endif
	#ifdef __dietlibc__
	LIBC=dietlibc
	#endif
EOF
	eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
	    /^LIBC/{
		s: ::g
		p
	    }'`"
	test x"${LIBC}" != x && {
		echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
		exit
	}
	test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
	;;
    i*86:DYNIX/ptx:4*:*)
	# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
	# earlier versions are messed up and put the nodename in both
	# sysname and nodename.
	echo i386-sequent-sysv4
	exit ;;
    i*86:UNIX_SV:4.2MP:2.*)
        # Unixware is an offshoot of SVR4, but it has its own version
        # number series starting with 2...
        # I am not positive that other SVR4 systems won't match this,
	# I just have to hope.  -- rms.
        # Use sysv4.2uw... so that sysv4* matches it.
	echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
	exit ;;
    i*86:OS/2:*:*)
	# If we were able to find `uname', then EMX Unix compatibility
	# is probably installed.
	echo ${UNAME_MACHINE}-pc-os2-emx
	exit ;;
    i*86:XTS-300:*:STOP)
	echo ${UNAME_MACHINE}-unknown-stop
	exit ;;
    i*86:atheos:*:*)
	echo ${UNAME_MACHINE}-unknown-atheos
	exit ;;
    i*86:syllable:*:*)
	echo ${UNAME_MACHINE}-pc-syllable
	exit ;;
    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
	echo i386-unknown-lynxos${UNAME_RELEASE}
	exit ;;
    i*86:*DOS:*:*)
	echo ${UNAME_MACHINE}-pc-msdosdjgpp
	exit ;;
    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
		echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
	else
		echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
	fi
	exit ;;
    i*86:*:5:[678]*)
    	# UnixWare 7.x, OpenUNIX and OpenServer 6.
	case `/bin/uname -X | grep "^Machine"` in
	    *486*)	     UNAME_MACHINE=i486 ;;
	    *Pentium)	     UNAME_MACHINE=i586 ;;
	    *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
	esac
	echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
	exit ;;
    i*86:*:3.2:*)
	if test -f /usr/options/cb.name; then
		UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
		echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
	elif /bin/uname -X 2>/dev/null >/dev/null ; then
		UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
		(/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
		(/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
			&& UNAME_MACHINE=i586
		(/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
			&& UNAME_MACHINE=i686
		(/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
			&& UNAME_MACHINE=i686
		echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
	else
		echo ${UNAME_MACHINE}-pc-sysv32
	fi
	exit ;;
    pc:*:*:*)
	# Left here for compatibility:
        # uname -m prints for DJGPP always 'pc', but it prints nothing about
        # the processor, so we play safe by assuming i386.
	echo i386-pc-msdosdjgpp
        exit ;;
    Intel:Mach:3*:*)
	echo i386-pc-mach3
	exit ;;
    paragon:*:*:*)
	echo i860-intel-osf1
	exit ;;
    i860:*:4.*:*) # i860-SVR4
	if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
	  echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
	else # Add other i860-SVR4 vendors below as they are discovered.
	  echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
	fi
	exit ;;
    mini*:CTIX:SYS*5:*)
	# "miniframe"
	echo m68010-convergent-sysv
	exit ;;
    mc68k:UNIX:SYSTEM5:3.51m)
	echo m68k-convergent-sysv
	exit ;;
    M680?0:D-NIX:5.3:*)
	echo m68k-diab-dnix
	exit ;;
    M68*:*:R3V[5678]*:*)
	test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
	OS_REL=''
	test -r /etc/.relid \
	&& OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
	/bin/uname -p 2>/dev/null | grep 86 >/dev/null \
	  && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
	/bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
	  && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
          && { echo i486-ncr-sysv4; exit; } ;;
    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
	echo m68k-unknown-lynxos${UNAME_RELEASE}
	exit ;;
    mc68030:UNIX_System_V:4.*:*)
	echo m68k-atari-sysv4
	exit ;;
    TSUNAMI:LynxOS:2.*:*)
	echo sparc-unknown-lynxos${UNAME_RELEASE}
	exit ;;
    rs6000:LynxOS:2.*:*)
	echo rs6000-unknown-lynxos${UNAME_RELEASE}
	exit ;;
    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
	echo powerpc-unknown-lynxos${UNAME_RELEASE}
	exit ;;
    SM[BE]S:UNIX_SV:*:*)
	echo mips-dde-sysv${UNAME_RELEASE}
	exit ;;
    RM*:ReliantUNIX-*:*:*)
	echo mips-sni-sysv4
	exit ;;
    RM*:SINIX-*:*:*)
	echo mips-sni-sysv4
	exit ;;
    *:SINIX-*:*:*)
	if uname -p 2>/dev/null >/dev/null ; then
		UNAME_MACHINE=`(uname -p) 2>/dev/null`
		echo ${UNAME_MACHINE}-sni-sysv4
	else
		echo ns32k-sni-sysv
	fi
	exit ;;
    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
                      # says <Richard.M.Bartel@ccMail.Census.GOV>
        echo i586-unisys-sysv4
        exit ;;
    *:UNIX_System_V:4*:FTX*)
	# From Gerald Hewes <hewes@openmarket.com>.
	# How about differentiating between stratus architectures? -djm
	echo hppa1.1-stratus-sysv4
	exit ;;
    *:*:*:FTX*)
	# From seanf@swdc.stratus.com.
	echo i860-stratus-sysv4
	exit ;;
    i*86:VOS:*:*)
	# From Paul.Green@stratus.com.
	echo ${UNAME_MACHINE}-stratus-vos
	exit ;;
    *:VOS:*:*)
	# From Paul.Green@stratus.com.
	echo hppa1.1-stratus-vos
	exit ;;
    mc68*:A/UX:*:*)
	echo m68k-apple-aux${UNAME_RELEASE}
	exit ;;
    news*:NEWS-OS:6*:*)
	echo mips-sony-newsos6
	exit ;;
    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
	if [ -d /usr/nec ]; then
	        echo mips-nec-sysv${UNAME_RELEASE}
	else
	        echo mips-unknown-sysv${UNAME_RELEASE}
	fi
        exit ;;
    BeBox:BeOS:*:*)	# BeOS running on hardware made by Be, PPC only.
	echo powerpc-be-beos
	exit ;;
    BeMac:BeOS:*:*)	# BeOS running on Mac or Mac clone, PPC only.
	echo powerpc-apple-beos
	exit ;;
    BePC:BeOS:*:*)	# BeOS running on Intel PC compatible.
	echo i586-pc-beos
	exit ;;
    SX-4:SUPER-UX:*:*)
	echo sx4-nec-superux${UNAME_RELEASE}
	exit ;;
    SX-5:SUPER-UX:*:*)
	echo sx5-nec-superux${UNAME_RELEASE}
	exit ;;
    SX-6:SUPER-UX:*:*)
	echo sx6-nec-superux${UNAME_RELEASE}
	exit ;;
    Power*:Rhapsody:*:*)
	echo powerpc-apple-rhapsody${UNAME_RELEASE}
	exit ;;
    *:Rhapsody:*:*)
	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
	exit ;;
    *:Darwin:*:*)
	UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
	case $UNAME_PROCESSOR in
	    unknown) UNAME_PROCESSOR=powerpc ;;
	esac
	echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
	exit ;;
    *:procnto*:*:* | *:QNX:[0123456789]*:*)
	UNAME_PROCESSOR=`uname -p`
	if test "$UNAME_PROCESSOR" = "x86"; then
		UNAME_PROCESSOR=i386
		UNAME_MACHINE=pc
	fi
	echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
	exit ;;
    *:QNX:*:4*)
	echo i386-pc-qnx
	exit ;;
    NSE-?:NONSTOP_KERNEL:*:*)
	echo nse-tandem-nsk${UNAME_RELEASE}
	exit ;;
    NSR-?:NONSTOP_KERNEL:*:*)
	echo nsr-tandem-nsk${UNAME_RELEASE}
	exit ;;
    *:NonStop-UX:*:*)
	echo mips-compaq-nonstopux
	exit ;;
    BS2000:POSIX*:*:*)
	echo bs2000-siemens-sysv
	exit ;;
    DS/*:UNIX_System_V:*:*)
	echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
	exit ;;
    *:Plan9:*:*)
	# "uname -m" is not consistent, so use $cputype instead. 386
	# is converted to i386 for consistency with other x86
	# operating systems.
	if test "$cputype" = "386"; then
	    UNAME_MACHINE=i386
	else
	    UNAME_MACHINE="$cputype"
	fi
	echo ${UNAME_MACHINE}-unknown-plan9
	exit ;;
    *:TOPS-10:*:*)
	echo pdp10-unknown-tops10
	exit ;;
    *:TENEX:*:*)
	echo pdp10-unknown-tenex
	exit ;;
    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
	echo pdp10-dec-tops20
	exit ;;
    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
	echo pdp10-xkl-tops20
	exit ;;
    *:TOPS-20:*:*)
	echo pdp10-unknown-tops20
	exit ;;
    *:ITS:*:*)
	echo pdp10-unknown-its
	exit ;;
    SEI:*:*:SEIUX)
        echo mips-sei-seiux${UNAME_RELEASE}
	exit ;;
    *:DragonFly:*:*)
	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
	exit ;;
    *:*VMS:*:*)
    	UNAME_MACHINE=`(uname -p) 2>/dev/null`
	case "${UNAME_MACHINE}" in
	    A*) echo alpha-dec-vms ; exit ;;
	    I*) echo ia64-dec-vms ; exit ;;
	    V*) echo vax-dec-vms ; exit ;;
	esac ;;
    *:XENIX:*:SysV)
	echo i386-pc-xenix
	exit ;;
    i*86:skyos:*:*)
	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
	exit ;;
    i*86:rdos:*:*)
	echo ${UNAME_MACHINE}-pc-rdos
	exit ;;
esac

#echo '(No uname command or uname output not recognized.)' 1>&2
#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2

eval $set_cc_for_build
cat >$dummy.c <<EOF
#ifdef _SEQUENT_
# include <sys/types.h>
# include <sys/utsname.h>
#endif
main ()
{
#if defined (sony)
#if defined (MIPSEB)
  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
     I don't know....  */
  printf ("mips-sony-bsd\n"); exit (0);
#else
#include <sys/param.h>
  printf ("m68k-sony-newsos%s\n",
#ifdef NEWSOS4
          "4"
#else
	  ""
#endif
         ); exit (0);
#endif
#endif

#if defined (__arm) && defined (__acorn) && defined (__unix)
  printf ("arm-acorn-riscix\n"); exit (0);
#endif

#if defined (hp300) && !defined (hpux)
  printf ("m68k-hp-bsd\n"); exit (0);
#endif

#if defined (NeXT)
#if !defined (__ARCHITECTURE__)
#define __ARCHITECTURE__ "m68k"
#endif
  int version;
  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
  if (version < 4)
    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
  else
    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
  exit (0);
#endif

#if defined (MULTIMAX) || defined (n16)
#if defined (UMAXV)
  printf ("ns32k-encore-sysv\n"); exit (0);
#else
#if defined (CMU)
  printf ("ns32k-encore-mach\n"); exit (0);
#else
  printf ("ns32k-encore-bsd\n"); exit (0);
#endif
#endif
#endif

#if defined (__386BSD__)
  printf ("i386-pc-bsd\n"); exit (0);
#endif

#if defined (sequent)
#if defined (i386)
  printf ("i386-sequent-dynix\n"); exit (0);
#endif
#if defined (ns32000)
  printf ("ns32k-sequent-dynix\n"); exit (0);
#endif
#endif

#if defined (_SEQUENT_)
    struct utsname un;

    uname(&un);

    if (strncmp(un.version, "V2", 2) == 0) {
	printf ("i386-sequent-ptx2\n"); exit (0);
    }
    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
	printf ("i386-sequent-ptx1\n"); exit (0);
    }
    printf ("i386-sequent-ptx\n"); exit (0);

#endif

#if defined (vax)
# if !defined (ultrix)
#  include <sys/param.h>
#  if defined (BSD)
#   if BSD == 43
      printf ("vax-dec-bsd4.3\n"); exit (0);
#   else
#    if BSD == 199006
      printf ("vax-dec-bsd4.3reno\n"); exit (0);
#    else
      printf ("vax-dec-bsd\n"); exit (0);
#    endif
#   endif
#  else
    printf ("vax-dec-bsd\n"); exit (0);
#  endif
# else
    printf ("vax-dec-ultrix\n"); exit (0);
# endif
#endif

#if defined (alliant) && defined (i860)
  printf ("i860-alliant-bsd\n"); exit (0);
#endif

  exit (1);
}
EOF

$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
	{ echo "$SYSTEM_NAME"; exit; }

# Apollos put the system type in the environment.

test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }

# Convex versions that predate uname can use getsysinfo(1)

if [ -x /usr/convex/getsysinfo ]
then
    case `getsysinfo -f cpu_type` in
    c1*)
	echo c1-convex-bsd
	exit ;;
    c2*)
	if getsysinfo -f scalar_acc
	then echo c32-convex-bsd
	else echo c2-convex-bsd
	fi
	exit ;;
    c34*)
	echo c34-convex-bsd
	exit ;;
    c38*)
	echo c38-convex-bsd
	exit ;;
    c4*)
	echo c4-convex-bsd
	exit ;;
    esac
fi

cat >&2 <<EOF
$0: unable to guess system type

This script, last modified $timestamp, has failed to recognize
the operating system you are using. It is advised that you
download the most up to date version of the config scripts from

  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
and
  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub

If the version you run ($0) is already up to date, please
send the following data and any information you think might be
pertinent to <config-patches@gnu.org> in order to provide the needed
information to handle your system.

config.guess timestamp = $timestamp

uname -m = `(uname -m) 2>/dev/null || echo unknown`
uname -r = `(uname -r) 2>/dev/null || echo unknown`
uname -s = `(uname -s) 2>/dev/null || echo unknown`
uname -v = `(uname -v) 2>/dev/null || echo unknown`

/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`

hostinfo               = `(hostinfo) 2>/dev/null`
/bin/universe          = `(/bin/universe) 2>/dev/null`
/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
/bin/arch              = `(/bin/arch) 2>/dev/null`
/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`

UNAME_MACHINE = ${UNAME_MACHINE}
UNAME_RELEASE = ${UNAME_RELEASE}
UNAME_SYSTEM  = ${UNAME_SYSTEM}
UNAME_VERSION = ${UNAME_VERSION}
EOF

exit 1

# Local variables:
# eval: (add-hook 'write-file-hooks 'time-stamp)
# time-stamp-start: "timestamp='"
# time-stamp-format: "%:y-%02m-%02d"
# time-stamp-end: "'"
# End:

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





On 23/01/2008, at 9:10 AM, Neil Jerram wrote:

> Roger Mc Murtrie <rogermc@iinet.net.au> writes:
>
>> This might help:
>>
>> http://developer.apple.com/documentation/Darwin/Conceptual/64bitPorting
>>
>> Roger
>
> Thank you, that was helpful.  Amongst a lot of detail, one of its
> messages was that most system call APIs (i.e. the traditional ones
> _without_ "64" in their names) have been 64-bit-capable for a long
> time now, and so in many cases a developer need take no action to get
> 64-bit capability.
>
> That feels consistent with off_t being 64-bit.
>
> In that light, and also because a Guile without LARGEFILE64 support is
> surely better than no Guile at all, I think we should address this
> problem for the Mac OSes (and also HP-UX, per [1]), by adding a
> --disable-64-calls option to ./configure, whose effect will be to
> prevent Guile from trying to use xxx64() sys and library calls.
>
> [1] http://www.nabble.com/Building-guile-1.8.2-on-hpux-td13106681.html
>
> That way, you'll at least get 32 bit operation working; you'll
> probably get a large subset of 64 bit operation working (via the
> traditional non-"64" API); and any remaining deltas can be worked on
> by someone in the future with time to invest.
>
> If you could tell us what ./config.guess says on your Mac systems, we
> can make --disable-64-calls the default for those systems, so you
> don't need to remember this when 1.8.4 comes out.  For all other
> systems, --enable-64-calls will be the default, which means no change
> to existing behaviour.
>
> How does that sound?  (Roger, and anyone else please!)
>
> Regards,
>    Neil


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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-22 22:57           ` Roger Mc Murtrie
@ 2008-01-22 23:09             ` Neil Jerram
  2008-01-22 23:42               ` Roger Mc Murtrie
  0 siblings, 1 reply; 16+ messages in thread
From: Neil Jerram @ 2008-01-22 23:09 UTC (permalink / raw)
  To: Roger Mc Murtrie; +Cc: bug-guile

Roger Mc Murtrie <rogermc@iinet.net.au> writes:

> Hi Neil,
> That sounds like an excellent solution.

Great, thanks.  I'll just give others a chance to comment before
proceeding.

> Attached is my config.guess file.  (Its just the one from the
> distribution with no changes).

I'm sorry, I wasn't clear.  I meant what output do you see when you
run ./config.guess on the command line, on each of the systems where
you've been trying to build Guile?

Regards,
        Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-22 23:09             ` Neil Jerram
@ 2008-01-22 23:42               ` Roger Mc Murtrie
  0 siblings, 0 replies; 16+ messages in thread
From: Roger Mc Murtrie @ 2008-01-22 23:42 UTC (permalink / raw)
  To: Neil Jerram; +Cc: bug-guile


On 23/01/2008, at 10:09 AM, Neil Jerram wrote:
> I'm sorry, I wasn't clear.  I meant what output do you see when you
> run ./config.guess on the command line, on each of the systems where
> you've been trying to build Guile?
>

./config.guess produces:
i386-apple-darwin9.1.0

and on the PowerBook G4:
powerpc-apple-darwin8.11.0

Roger




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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-22 22:10         ` guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Neil Jerram
  2008-01-22 22:57           ` Roger Mc Murtrie
@ 2008-01-30 23:08           ` Neil Jerram
  2008-01-30 23:10             ` Neil Jerram
  1 sibling, 1 reply; 16+ messages in thread
From: Neil Jerram @ 2008-01-30 23:08 UTC (permalink / raw)
  To: bug-guile

Neil Jerram <neil@ossau.uklinux.net> writes:

> In that light, and also because a Guile without LARGEFILE64 support is
> surely better than no Guile at all, I think we should address this
> problem for the Mac OSes (and also HP-UX, per [1]), by adding a
> --disable-64-calls option to ./configure, whose effect will be to
> prevent Guile from trying to use xxx64() sys and library calls.

OK, attached is the patch that I propose for this.  Note that the
option will actually be --without-64-calls, not --disable..., because
--disable is supposed to be for optional features provided by the
package being built.

Any comments?

Thanks,
      Neil





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

* Re: guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t
  2008-01-30 23:08           ` Neil Jerram
@ 2008-01-30 23:10             ` Neil Jerram
  0 siblings, 0 replies; 16+ messages in thread
From: Neil Jerram @ 2008-01-30 23:10 UTC (permalink / raw)
  To: bug-guile

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

Neil Jerram <neil@ossau.uklinux.net> writes:

> Neil Jerram <neil@ossau.uklinux.net> writes:
>
>> In that light, and also because a Guile without LARGEFILE64 support is
>> surely better than no Guile at all, I think we should address this
>> problem for the Mac OSes (and also HP-UX, per [1]), by adding a
>> --disable-64-calls option to ./configure, whose effect will be to
>> prevent Guile from trying to use xxx64() sys and library calls.
>
> OK, attached is the patch that I propose for this.  Note that the
> option will actually be --without-64-calls, not --disable..., because
> --disable is supposed to be for optional features provided by the
> package being built.
>
> Any comments?
>
> Thanks,
>       Neil

Er... and here is that attachment. :-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: without-64-calls.patch --]
[-- Type: text/x-diff, Size: 3424 bytes --]

Index: configure.in
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/configure.in,v
retrieving revision 1.268.2.35
diff -u -r1.268.2.35 configure.in
--- configure.in	10 Oct 2007 16:58:56 -0000	1.268.2.35
+++ configure.in	30 Jan 2008 23:02:34 -0000
@@ -173,6 +173,47 @@
   [  --disable-elisp         omit Emacs Lisp support],,
   enable_elisp=yes)
 
+dnl  Added the following configure option in January 2008 following
+dnl  investigation of problems with "64" system and library calls on
+dnl  Darwin (MacOS X).  The libguile code (_scm.h) assumes that if a
+dnl  system has stat64, it will have all the other 64 APIs too; but on
+dnl  Darwin, stat64 is there but other APIs are missing.
+dnl 
+dnl  It also appears, from the Darwin docs, that most system call APIs
+dnl  there (i.e. the traditional ones _without_ "64" in their names) have
+dnl  been 64-bit-capable for a long time now, so it isn't necessary to
+dnl  use "64" versions anyway.  For example, Darwin's off_t is 64-bit.
+dnl 
+dnl  A similar problem has been reported for HP-UX:
+dnl  http://www.nabble.com/Building-guile-1.8.2-on-hpux-td13106681.html
+dnl 
+dnl  Therefore, and also because a Guile without LARGEFILE64 support is
+dnl  better than no Guile at all, we provide this option to suppress
+dnl  trying to use "64" calls.
+dnl 
+dnl  It may be that for some 64-bit function on Darwin/HP-UX we do need
+dnl  to use a "64" call, and hence that by using --without-64-calls we're
+dnl  missing out on that.  If so, someone can work on that in the future.
+dnl  For now, --without-64-calls allows Guile to build on OSs where it
+dnl  wasn't building before.
+AC_ARG_WITH([64-calls],
+  AC_HELP_STRING([--without-64-calls],
+                 [don't attempt to use system and library calls with "64" in their names]),
+  [use_64_calls=$withval],
+  [use_64_calls=yes
+   case $host in
+     *-apple-darwin* )
+       use_64_calls=no
+       ;;
+   esac])
+echo "use_64_calls=$use_64_calls"
+case "$use_64_calls" in
+  y* )
+    AC_DEFINE(GUILE_USE_64_CALLS, 1,
+      [Define to 1 in order to try to use "64" versions of system and library calls.])
+    ;;
+esac
+
 #--------------------------------------------------------------------
 
 dnl Check for dynamic linking
Index: libguile/_scm.h
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/libguile/_scm.h,v
retrieving revision 1.34.2.7
diff -u -r1.34.2.7 _scm.h
--- libguile/_scm.h	22 Jan 2008 21:12:05 -0000	1.34.2.7
+++ libguile/_scm.h	30 Jan 2008 23:02:35 -0000
@@ -114,7 +114,7 @@
 
 
 
-#if HAVE_STAT64
+#if GUILE_USE_64_CALLS && HAVE_STAT64
 #define CHOOSE_LARGEFILE(foo,foo64)     foo64
 #else
 #define CHOOSE_LARGEFILE(foo,foo64)     foo
Index: libguile/fports.c
===================================================================
RCS file: /cvsroot/guile/guile/guile-core/libguile/fports.c,v
retrieving revision 1.137.2.6
diff -u -r1.137.2.6 fports.c
--- libguile/fports.c	28 Sep 2006 01:03:51 -0000	1.137.2.6
+++ libguile/fports.c	30 Jan 2008 23:02:35 -0000
@@ -670,7 +670,7 @@
    case on NetBSD apparently), then fport_seek_or_seek64 is right to be
    fport_seek already.  */
 
-#if HAVE_STAT64 && SIZEOF_OFF_T != SIZEOF_OFF64_T
+#if GUILE_USE_64_CALLS && HAVE_STAT64 && SIZEOF_OFF_T != SIZEOF_OFF64_T
 static off_t
 fport_seek (SCM port, off_t offset, int whence)
 {

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

end of thread, other threads:[~2008-01-30 23:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-09  3:00 guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Roger Mc Murtrie
2008-01-09  3:09 ` Roger Mc Murtrie
2008-01-10 18:40   ` Neil Jerram
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:53       ` Roger Mc Murtrie
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-22 22:10         ` guile-1.8.3 Intel Mac Leopard compilation fails due to no off64_t Neil Jerram
2008-01-22 22:57           ` Roger Mc Murtrie
2008-01-22 23:09             ` Neil Jerram
2008-01-22 23:42               ` Roger Mc Murtrie
2008-01-30 23:08           ` Neil Jerram
2008-01-30 23:10             ` Neil Jerram

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