unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile-1.8.0 configure error
@ 2006-10-02 18:38 Weinstein, Jay P
  2006-10-02 20:21 ` Kevin Ryde
  0 siblings, 1 reply; 2+ messages in thread
From: Weinstein, Jay P @ 2006-10-02 18:38 UTC (permalink / raw)



[-- Attachment #1.1.1: Type: text/plain, Size: 324 bytes --]

It can't find pthread libs in /usr/lib. See config.log

 

 

 

Jay Weinstein  

503-712-7661

jay.p.weinstein@intel.com

DEG / SPG /EPSD / SPV  Validation tools development (VTD)

https://collaborate.intel.com/eRoom/Distribution/PVTools
<https://collaborate.intel.com/eRoom/Distribution/PVTools> 

 


[-- Attachment #1.1.2: Type: text/html, Size: 3347 bytes --]

[-- Attachment #1.2: image001.jpg --]
[-- Type: image/jpeg, Size: 2016 bytes --]

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 295502 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.0, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

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

hostname = linux
uname -m = i686
uname -r = 2.6.11.4-20a-smp
uname -s = Linux
uname -v = #1 SMP Wed Mar 23 21:52:37 UTC 2005

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

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/X11R6/bin


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

configure:1642: checking for a BSD-compatible install
configure:1697: result: /usr/bin/install -c
configure:1708: checking whether build environment is sane
configure:1751: result: yes
configure:1816: checking for gawk
configure:1832: found /bin/gawk
configure:1842: result: gawk
configure:1852: checking whether make sets $(MAKE)
configure:1872: result: yes
configure:2037: checking whether to enable maintainer-specific portions of Makefiles
configure:2046: result: no
configure:2085: checking build system type
configure:2103: result: i686-pc-linux-gnu
configure:2111: checking host system type
configure:2125: result: i686-pc-linux-gnu
configure:2160: checking for a BSD-compatible install
configure:2215: result: /usr/bin/install -c
configure:2272: checking for gcc
configure:2288: found /usr/bin/gcc
configure:2298: result: gcc
configure:2542: checking for C compiler version
configure:2545: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
Copyright (C) 2003 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:2548: $? = 0
configure:2550: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
configure:2553: $? = 0
configure:2555: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2558: $? = 1
configure:2581: checking for C compiler default output file name
configure:2584: gcc    conftest.c  >&5
configure:2587: $? = 0
configure:2633: result: a.out
configure:2638: checking whether the C compiler works
configure:2644: ./a.out
configure:2647: $? = 0
configure:2664: result: yes
configure:2671: checking whether we are cross compiling
configure:2673: result: no
configure:2676: checking for suffix of executables
configure:2678: gcc -o conftest    conftest.c  >&5
configure:2681: $? = 0
configure:2706: result: 
configure:2712: checking for suffix of object files
configure:2733: gcc -c   conftest.c >&5
configure:2736: $? = 0
configure:2758: result: o
configure:2762: checking whether we are using the GNU C compiler
configure:2786: gcc -c   conftest.c >&5
configure:2792: $? = 0
configure:2795: test -z 			 || test ! -s conftest.err
configure:2798: $? = 0
configure:2801: test -s conftest.o
configure:2804: $? = 0
configure:2817: result: yes
configure:2823: checking whether gcc accepts -g
configure:2844: gcc -c -g  conftest.c >&5
configure:2850: $? = 0
configure:2853: test -z 			 || test ! -s conftest.err
configure:2856: $? = 0
configure:2859: test -s conftest.o
configure:2862: $? = 0
configure:2873: result: yes
configure:2890: checking for gcc option to accept ANSI C
configure:2960: gcc  -c -g -O2  conftest.c >&5
configure:2966: $? = 0
configure:2969: test -z 			 || test ! -s conftest.err
configure:2972: $? = 0
configure:2975: test -s conftest.o
configure:2978: $? = 0
configure:2996: result: none needed
configure:3014: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:3020: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3161: checking for style of include used by make
configure:3189: result: GNU
configure:3217: checking dependency style of gcc
configure:3307: result: gcc3
configure:3329: checking how to run the C preprocessor
configure:3364: gcc -E  conftest.c
configure:3370: $? = 0
configure:3402: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3408: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3447: result: gcc -E
configure:3471: gcc -E  conftest.c
configure:3477: $? = 0
configure:3509: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3515: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3562: checking for gawk
configure:3588: result: gawk
configure:3601: checking for egrep
configure:3611: result: grep -E
configure:3617: checking for AIX
configure:3639: result: no
configure:3645: checking for library containing strerror
configure:3675: gcc -o conftest -g -O2   conftest.c  >&5
configure:3681: $? = 0
configure:3684: test -z 			 || test ! -s conftest.err
configure:3687: $? = 0
configure:3690: test -s conftest
configure:3693: $? = 0
configure:3762: result: none required
configure:3769: checking for ANSI C header files
configure:3794: gcc -c -g -O2  conftest.c >&5
configure:3800: $? = 0
configure:3803: test -z 			 || test ! -s conftest.err
configure:3806: $? = 0
configure:3809: test -s conftest.o
configure:3812: $? = 0
configure:3901: gcc -o conftest -g -O2   conftest.c  >&5
configure:3904: $? = 0
configure:3906: ./conftest
configure:3909: $? = 0
configure:3924: result: yes
configure:3948: checking for sys/types.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for sys/stat.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for stdlib.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for string.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for memory.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for strings.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for inttypes.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for stdint.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:3948: checking for unistd.h
configure:3964: gcc -c -g -O2  conftest.c >&5
configure:3970: $? = 0
configure:3973: test -z 			 || test ! -s conftest.err
configure:3976: $? = 0
configure:3979: test -s conftest.o
configure:3982: $? = 0
configure:3993: result: yes
configure:4015: checking minix/config.h usability
configure:4027: gcc -c -g -O2  conftest.c >&5
conftest.c:53:26: minix/config.h: No such file or directory
configure:4033: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4055: result: no
configure:4059: checking minix/config.h presence
configure:4069: gcc -E  conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:4075: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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:4095: result: no
configure:4130: checking for minix/config.h
configure:4137: result: no
configure:4213: checking for gcc
configure:4239: result: gcc
configure:4483: checking for C compiler version
configure:4486: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
Copyright (C) 2003 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:4489: $? = 0
configure:4491: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
configure:4494: $? = 0
configure:4496: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:4499: $? = 1
configure:4502: checking whether we are using the GNU C compiler
configure:4557: result: yes
configure:4563: checking whether gcc accepts -g
configure:4613: result: yes
configure:4630: checking for gcc option to accept ANSI C
configure:4736: result: none needed
configure:4754: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:4760: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4892: checking dependency style of gcc
configure:4982: result: gcc3
configure:5077: checking for a sed that does not truncate output
configure:5131: result: /bin/sed
configure:5145: checking for ld used by gcc
configure:5212: result: /usr/i586-suse-linux/bin/ld
configure:5221: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:5236: result: yes
configure:5241: checking for /usr/i586-suse-linux/bin/ld option to reload object files
configure:5248: result: -r
configure:5266: checking for BSD-compatible nm
configure:5315: result: /usr/bin/nm -B
configure:5319: checking whether ln -s works
configure:5323: result: yes
configure:5330: checking how to recognise dependent libraries
configure:5506: result: pass_all
configure:5992: checking dlfcn.h usability
configure:6004: gcc -c -g -O2  conftest.c >&5
configure:6010: $? = 0
configure:6013: test -z 			 || test ! -s conftest.err
configure:6016: $? = 0
configure:6019: test -s conftest.o
configure:6022: $? = 0
configure:6032: result: yes
configure:6036: checking dlfcn.h presence
configure:6046: gcc -E  conftest.c
configure:6052: $? = 0
configure:6072: result: yes
configure:6107: checking for dlfcn.h
configure:6114: result: yes
configure:6179: checking for g++
configure:6195: found /usr/bin/g++
configure:6205: result: g++
configure:6221: checking for C++ compiler version
configure:6224: g++ --version </dev/null >&5
g++ (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux)
Copyright (C) 2003 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:6227: $? = 0
configure:6229: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.5/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
configure:6232: $? = 0
configure:6234: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:6237: $? = 1
configure:6240: checking whether we are using the GNU C++ compiler
configure:6264: g++ -c   conftest.cc >&5
configure:6270: $? = 0
configure:6273: test -z 			 || test ! -s conftest.err
configure:6276: $? = 0
configure:6279: test -s conftest.o
configure:6282: $? = 0
configure:6295: result: yes
configure:6301: checking whether g++ accepts -g
configure:6322: g++ -c -g  conftest.cc >&5
configure:6328: $? = 0
configure:6331: test -z 			 || test ! -s conftest.err
configure:6334: $? = 0
configure:6337: test -s conftest.o
configure:6340: $? = 0
configure:6351: result: yes
configure:6393: g++ -c -g -O2  conftest.cc >&5
configure:6399: $? = 0
configure:6402: test -z 			 || test ! -s conftest.err
configure:6405: $? = 0
configure:6408: test -s conftest.o
configure:6411: $? = 0
configure:6437: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:24: error: `exit' undeclared (first use this function)
conftest.cc:24: error: (Each undeclared identifier is reported only once for 
   each function it appears in.)
configure:6443: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:6393: g++ -c -g -O2  conftest.cc >&5
configure:6399: $? = 0
configure:6402: test -z 			 || test ! -s conftest.err
configure:6405: $? = 0
configure:6408: test -s conftest.o
configure:6411: $? = 0
configure:6437: g++ -c -g -O2  conftest.cc >&5
configure:6443: $? = 0
configure:6446: test -z 			 || test ! -s conftest.err
configure:6449: $? = 0
configure:6452: test -s conftest.o
configure:6455: $? = 0
configure:6480: checking dependency style of g++
configure:6570: result: gcc3
configure:6597: checking how to run the C++ preprocessor
configure:6628: g++ -E  conftest.cc
configure:6634: $? = 0
configure:6666: g++ -E  conftest.cc
conftest.cc:23:28: ac_nonexistent.h: No such file or directory
configure:6672: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6711: result: g++ -E
configure:6735: g++ -E  conftest.cc
configure:6741: $? = 0
configure:6773: g++ -E  conftest.cc
conftest.cc:23:28: ac_nonexistent.h: No such file or directory
configure:6779: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6876: checking for g77
configure:6905: result: no
configure:6876: checking for f77
configure:6905: result: no
configure:6876: checking for xlf
configure:6905: result: no
configure:6876: checking for frt
configure:6905: result: no
configure:6876: checking for pgf77
configure:6905: result: no
configure:6876: checking for fort77
configure:6905: result: no
configure:6876: checking for fl32
configure:6905: result: no
configure:6876: checking for af77
configure:6905: result: no
configure:6876: checking for f90
configure:6905: result: no
configure:6876: checking for xlf90
configure:6905: result: no
configure:6876: checking for pgf90
configure:6905: result: no
configure:6876: checking for epcf90
configure:6905: result: no
configure:6876: checking for f95
configure:6905: result: no
configure:6876: checking for fort
configure:6905: result: no
configure:6876: checking for xlf95
configure:6905: result: no
configure:6876: checking for ifc
configure:6905: result: no
configure:6876: checking for efc
configure:6905: result: no
configure:6876: checking for pgf95
configure:6905: result: no
configure:6876: checking for lf95
configure:6905: result: no
configure:6876: checking for gfortran
configure:6905: result: no
configure:6917: checking for Fortran 77 compiler version
configure:6920:  --version </dev/null >&5
./configure: line 6921: --version: command not found
configure:6923: $? = 127
configure:6925:  -v </dev/null >&5
./configure: line 6926: -v: command not found
configure:6928: $? = 127
configure:6930:  -V </dev/null >&5
./configure: line 6931: -V: command not found
configure:6933: $? = 127
configure:6941: checking whether we are using the GNU Fortran 77 compiler
configure:6955:  -c  conftest.F >&5
./configure: line 6956: -c: command not found
configure:6961: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6986: result: no
configure:6992: checking whether  accepts -g
configure:7004:  -c -g conftest.f >&5
./configure: line 7005: -c: command not found
configure:7010: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:7034: result: no
configure:7064: checking the maximum length of command line arguments
configure:7173: result: 32768
configure:7184: checking command to parse /usr/bin/nm -B output from gcc object
configure:7289: gcc -c -g -O2  conftest.c >&5
configure:7292: $? = 0
configure:7296: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7299: $? = 0
configure:7351: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7354: $? = 0
configure:7392: result: ok
configure:7396: checking for objdir
configure:7411: result: .libs
configure:7501: checking for ar
configure:7517: found /usr/bin/ar
configure:7528: result: ar
configure:7581: checking for ranlib
configure:7597: found /usr/bin/ranlib
configure:7608: result: ranlib
configure:7661: checking for strip
configure:7677: found /usr/bin/strip
configure:7688: result: strip
configure:7960: checking if gcc supports -fno-rtti -fno-exceptions
configure:7978: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:7982: $? = 0
configure:7995: result: no
configure:8010: checking for gcc option to produce PIC
configure:8220: result: -fPIC
configure:8228: checking if gcc PIC flag -fPIC works
configure:8246: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8250: $? = 0
configure:8263: result: yes
configure:8291: checking if gcc static flag -static works
configure:8319: result: yes
configure:8329: checking if gcc supports -c -o file.o
configure:8350: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8354: $? = 0
configure:8376: result: yes
configure:8402: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:9368: result: yes
configure:9389: checking whether -lc should be explicitly linked in
configure:9394: gcc -c -g -O2  conftest.c >&5
configure:9397: $? = 0
configure:9412: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9415: $? = 0
configure:9427: result: no
configure:9435: checking dynamic linker characteristics
configure:10035: result: GNU/Linux ld.so
configure:10044: checking how to hardcode library paths into programs
configure:10069: result: immediate
configure:10083: checking whether stripping libraries is possible
configure:10088: result: yes
configure:10213: checking for shl_load
configure:10270: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccahrUWb.o(.text+0x11): In function `main':
/usr/local/guile-1.8.0/conftest.c:63: undefined reference to `shl_load'
/tmp/ccahrUWb.o(.data+0x0): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10276: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); 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 shl_load
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| /* 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_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:10300: result: no
configure:10305: checking for shl_load in -ldld
configure:10335: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10341: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
|   ;
|   return 0;
| }
configure:10366: result: no
configure:10371: checking for dlopen
configure:10428: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccB9fb1l.o(.text+0x11): In function `main':
/usr/local/guile-1.8.0/conftest.c:63: undefined reference to `dlopen'
/tmp/ccB9fb1l.o(.data+0x0): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10434: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); 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 dlopen
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dlopen ();
| /* 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_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlopen;
|   ;
|   return 0;
| }
configure:10458: result: no
configure:10463: checking for dlopen in -ldl
configure:10493: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:10499: $? = 0
configure:10502: test -z 			 || test ! -s conftest.err
configure:10505: $? = 0
configure:10508: test -s conftest
configure:10511: $? = 0
configure:10524: result: yes
configure:10697: checking whether a program can dlopen itself
configure:10771: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure:10774: $? = 0
configure:10792: result: yes
configure:10797: checking whether a statically linked program can dlopen itself
configure:10871: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
/tmp/ccU4uMre.o(.text+0x25): In function `main':
/usr/local/guile-1.8.0/configure:10855: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:10874: $? = 0
/lib/: cannot read file data: Is a directory
configure:10892: result: no
configure:10915: checking if libtool supports shared libraries
configure:10917: result: yes
configure:10920: checking whether to build shared libraries
configure:10941: result: yes
configure:10944: checking whether to build static libraries
configure:10948: result: yes
configure:11040: creating libtool
configure:11628: checking for ld used by g++
configure:11695: result: /usr/i586-suse-linux/bin/ld
configure:11704: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:11719: result: yes
configure:11770: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:12706: result: yes
configure:12724: g++ -c -g -O2  conftest.cpp >&5
configure:12727: $? = 0
configure:12846: checking for g++ option to produce PIC
configure:13120: result: -fPIC
configure:13128: checking if g++ PIC flag -fPIC works
configure:13146: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13150: $? = 0
configure:13163: result: yes
configure:13191: checking if g++ static flag -static works
configure:13219: result: yes
configure:13229: checking if g++ supports -c -o file.o
configure:13250: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13254: $? = 0
configure:13276: result: yes
configure:13302: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries
configure:13333: result: yes
configure:13400: checking dynamic linker characteristics
configure:14000: result: GNU/Linux ld.so
configure:14009: checking how to hardcode library paths into programs
configure:14034: result: immediate
configure:20225: checking for lt_dlinit in -lltdl
configure:20255: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
configure:20261: $? = 0
configure:20264: test -z 			 || test ! -s conftest.err
configure:20267: $? = 0
configure:20270: test -s conftest
configure:20273: $? = 0
configure:20286: result: yes
configure:20306: checking for makeinfo
configure:20322: found /usr/bin/makeinfo
configure:20333: result: yes
configure:20358: checking for emacs
configure:20374: found /usr/bin/emacs
configure:20384: result: emacs
configure:20408: checking where .elc files should go
configure:20421: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
Loading rng-auto.el (source)...
Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)...
configure:20424: $? = 0
configure:20437: result: ${datadir}/emacs/site-lisp
configure:20664: checking for an ANSI C-conforming const
configure:20731: gcc -c -g -O2  conftest.c >&5
configure:20737: $? = 0
configure:20740: test -z 			 || test ! -s conftest.err
configure:20743: $? = 0
configure:20746: test -s conftest.o
configure:20749: $? = 0
configure:20760: result: yes
configure:20771: checking for inline
configure:20792: gcc -c -g -O2  conftest.c >&5
configure:20798: $? = 0
configure:20801: test -z 			 || test ! -s conftest.err
configure:20804: $? = 0
configure:20807: test -s conftest.o
configure:20810: $? = 0
configure:20822: result: inline
configure:20847: checking whether byte ordering is bigendian
configure:20874: gcc -c -g -O2  conftest.c >&5
configure:20880: $? = 0
configure:20883: test -z 			 || test ! -s conftest.err
configure:20886: $? = 0
configure:20889: test -s conftest.o
configure:20892: $? = 0
configure:20916: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:34: error: `not' undeclared (first use in this function)
conftest.c:34: error: (Each undeclared identifier is reported only once
conftest.c:34: error: for each function it appears in.)
conftest.c:34: error: syntax error before "big"
configure:20922: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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:21055: result: no
configure:21075: checking for char
configure:21099: gcc -c -g -O2  conftest.c >&5
configure:21105: $? = 0
configure:21108: test -z 			 || test ! -s conftest.err
configure:21111: $? = 0
configure:21114: test -s conftest.o
configure:21117: $? = 0
configure:21128: result: yes
configure:21131: checking size of char
configure:21443: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:21446: $? = 0
configure:21448: ./conftest
configure:21451: $? = 0
configure:21474: result: 1
configure:21481: checking for unsigned char
configure:21505: gcc -c -g -O2  conftest.c >&5
configure:21511: $? = 0
configure:21514: test -z 			 || test ! -s conftest.err
configure:21517: $? = 0
configure:21520: test -s conftest.o
configure:21523: $? = 0
configure:21534: result: yes
configure:21537: checking size of unsigned char
configure:21849: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:21852: $? = 0
configure:21854: ./conftest
configure:21857: $? = 0
configure:21880: result: 1
configure:21887: checking for short
configure:21911: gcc -c -g -O2  conftest.c >&5
configure:21917: $? = 0
configure:21920: test -z 			 || test ! -s conftest.err
configure:21923: $? = 0
configure:21926: test -s conftest.o
configure:21929: $? = 0
configure:21940: result: yes
configure:21943: checking size of short
configure:22255: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:22258: $? = 0
configure:22260: ./conftest
configure:22263: $? = 0
configure:22286: result: 2
configure:22293: checking for unsigned short
configure:22317: gcc -c -g -O2  conftest.c >&5
configure:22323: $? = 0
configure:22326: test -z 			 || test ! -s conftest.err
configure:22329: $? = 0
configure:22332: test -s conftest.o
configure:22335: $? = 0
configure:22346: result: yes
configure:22349: checking size of unsigned short
configure:22661: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:22664: $? = 0
configure:22666: ./conftest
configure:22669: $? = 0
configure:22692: result: 2
configure:22699: checking for int
configure:22723: gcc -c -g -O2  conftest.c >&5
configure:22729: $? = 0
configure:22732: test -z 			 || test ! -s conftest.err
configure:22735: $? = 0
configure:22738: test -s conftest.o
configure:22741: $? = 0
configure:22752: result: yes
configure:22755: checking size of int
configure:23067: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23070: $? = 0
configure:23072: ./conftest
configure:23075: $? = 0
configure:23098: result: 4
configure:23105: checking for unsigned int
configure:23129: gcc -c -g -O2  conftest.c >&5
configure:23135: $? = 0
configure:23138: test -z 			 || test ! -s conftest.err
configure:23141: $? = 0
configure:23144: test -s conftest.o
configure:23147: $? = 0
configure:23158: result: yes
configure:23161: checking size of unsigned int
configure:23473: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23476: $? = 0
configure:23478: ./conftest
configure:23481: $? = 0
configure:23504: result: 4
configure:23511: checking for long
configure:23535: gcc -c -g -O2  conftest.c >&5
configure:23541: $? = 0
configure:23544: test -z 			 || test ! -s conftest.err
configure:23547: $? = 0
configure:23550: test -s conftest.o
configure:23553: $? = 0
configure:23564: result: yes
configure:23567: checking size of long
configure:23879: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23882: $? = 0
configure:23884: ./conftest
configure:23887: $? = 0
configure:23910: result: 4
configure:23917: checking for unsigned long
configure:23941: gcc -c -g -O2  conftest.c >&5
configure:23947: $? = 0
configure:23950: test -z 			 || test ! -s conftest.err
configure:23953: $? = 0
configure:23956: test -s conftest.o
configure:23959: $? = 0
configure:23970: result: yes
configure:23973: checking size of unsigned long
configure:24285: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:24288: $? = 0
configure:24290: ./conftest
configure:24293: $? = 0
configure:24316: result: 4
configure:24323: checking for size_t
configure:24347: gcc -c -g -O2  conftest.c >&5
configure:24353: $? = 0
configure:24356: test -z 			 || test ! -s conftest.err
configure:24359: $? = 0
configure:24362: test -s conftest.o
configure:24365: $? = 0
configure:24376: result: yes
configure:24379: checking size of size_t
configure:24691: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:24694: $? = 0
configure:24696: ./conftest
configure:24699: $? = 0
configure:24722: result: 4
configure:24729: checking for long long
configure:24753: gcc -c -g -O2  conftest.c >&5
configure:24759: $? = 0
configure:24762: test -z 			 || test ! -s conftest.err
configure:24765: $? = 0
configure:24768: test -s conftest.o
configure:24771: $? = 0
configure:24782: result: yes
configure:24785: checking size of long long
configure:25097: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:25100: $? = 0
configure:25102: ./conftest
configure:25105: $? = 0
configure:25128: result: 8
configure:25135: checking for unsigned long long
configure:25159: gcc -c -g -O2  conftest.c >&5
configure:25165: $? = 0
configure:25168: test -z 			 || test ! -s conftest.err
configure:25171: $? = 0
configure:25174: test -s conftest.o
configure:25177: $? = 0
configure:25188: result: yes
configure:25191: checking size of unsigned long long
configure:25503: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:25506: $? = 0
configure:25508: ./conftest
configure:25511: $? = 0
configure:25534: result: 8
configure:25541: checking for __int64
configure:25565: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:75: error: `__int64' undeclared (first use in this function)
conftest.c:75: error: (Each undeclared identifier is reported only once
conftest.c:75: error: for each function it appears in.)
conftest.c:75: error: syntax error before ')' token
configure:25571: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((__int64 *) 0)
|   return 0;
| if (sizeof (__int64))
|   return 0;
|   ;
|   return 0;
| }
configure:25594: result: no
configure:25597: checking size of __int64
configure:25940: result: 0
configure:25947: checking for unsigned __int64
configure:25971: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:76: error: syntax error before "__int64"
conftest.c:78: error: syntax error before "__int64"
configure:25977: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((unsigned __int64 *) 0)
|   return 0;
| if (sizeof (unsigned __int64))
|   return 0;
|   ;
|   return 0;
| }
configure:26000: result: no
configure:26003: checking size of unsigned __int64
configure:26346: result: 0
configure:26353: checking for void *
configure:26377: gcc -c -g -O2  conftest.c >&5
configure:26383: $? = 0
configure:26386: test -z 			 || test ! -s conftest.err
configure:26389: $? = 0
configure:26392: test -s conftest.o
configure:26395: $? = 0
configure:26406: result: yes
configure:26409: checking size of void *
configure:26721: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:26724: $? = 0
configure:26726: ./conftest
configure:26729: $? = 0
configure:26752: result: 4
configure:26759: checking for intptr_t
configure:26783: gcc -c -g -O2  conftest.c >&5
configure:26789: $? = 0
configure:26792: test -z 			 || test ! -s conftest.err
configure:26795: $? = 0
configure:26798: test -s conftest.o
configure:26801: $? = 0
configure:26812: result: yes
configure:26815: checking size of intptr_t
configure:27127: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27130: $? = 0
configure:27132: ./conftest
configure:27135: $? = 0
configure:27158: result: 4
configure:27165: checking for uintptr_t
configure:27189: gcc -c -g -O2  conftest.c >&5
configure:27195: $? = 0
configure:27198: test -z 			 || test ! -s conftest.err
configure:27201: $? = 0
configure:27204: test -s conftest.o
configure:27207: $? = 0
configure:27218: result: yes
configure:27221: checking size of uintptr_t
configure:27533: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27536: $? = 0
configure:27538: ./conftest
configure:27541: $? = 0
configure:27564: result: 4
configure:27571: checking for ptrdiff_t
configure:27595: gcc -c -g -O2  conftest.c >&5
configure:27601: $? = 0
configure:27604: test -z 			 || test ! -s conftest.err
configure:27607: $? = 0
configure:27610: test -s conftest.o
configure:27613: $? = 0
configure:27624: result: yes
configure:27627: checking size of ptrdiff_t
configure:27939: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27942: $? = 0
configure:27944: ./conftest
configure:27947: $? = 0
configure:27970: result: 4
configure:27977: checking for size_t
configure:28030: result: yes
configure:28033: checking size of size_t
configure:28376: result: 4
configure:28402: checking for stdint.h
configure:28407: result: yes
configure:28551: checking for inttypes.h
configure:28556: result: yes
configure:28696: checking for intmax_t
configure:28720: gcc -c -g -O2  conftest.c >&5
configure:28726: $? = 0
configure:28729: test -z 			 || test ! -s conftest.err
configure:28732: $? = 0
configure:28735: test -s conftest.o
configure:28738: $? = 0
configure:28749: result: yes
configure:28752: checking size of intmax_t
configure:29064: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:29067: $? = 0
configure:29069: ./conftest
configure:29072: $? = 0
configure:29095: result: 8
configure:29962: checking for int8_t
configure:29987: gcc -c -g -O2  conftest.c >&5
configure:29993: $? = 0
configure:29996: test -z 			 || test ! -s conftest.err
configure:29999: $? = 0
configure:30002: test -s conftest.o
configure:30005: $? = 0
configure:30016: result: yes
configure:30022: checking for uint8_t
configure:30047: gcc -c -g -O2  conftest.c >&5
configure:30053: $? = 0
configure:30056: test -z 			 || test ! -s conftest.err
configure:30059: $? = 0
configure:30062: test -s conftest.o
configure:30065: $? = 0
configure:30076: result: yes
configure:30082: checking for int16_t
configure:30107: gcc -c -g -O2  conftest.c >&5
configure:30113: $? = 0
configure:30116: test -z 			 || test ! -s conftest.err
configure:30119: $? = 0
configure:30122: test -s conftest.o
configure:30125: $? = 0
configure:30136: result: yes
configure:30142: checking for uint16_t
configure:30167: gcc -c -g -O2  conftest.c >&5
configure:30173: $? = 0
configure:30176: test -z 			 || test ! -s conftest.err
configure:30179: $? = 0
configure:30182: test -s conftest.o
configure:30185: $? = 0
configure:30196: result: yes
configure:30202: checking for int32_t
configure:30227: gcc -c -g -O2  conftest.c >&5
configure:30233: $? = 0
configure:30236: test -z 			 || test ! -s conftest.err
configure:30239: $? = 0
configure:30242: test -s conftest.o
configure:30245: $? = 0
configure:30256: result: yes
configure:30262: checking for uint32_t
configure:30287: gcc -c -g -O2  conftest.c >&5
configure:30293: $? = 0
configure:30296: test -z 			 || test ! -s conftest.err
configure:30299: $? = 0
configure:30302: test -s conftest.o
configure:30305: $? = 0
configure:30316: result: yes
configure:30322: checking for int64_t
configure:30347: gcc -c -g -O2  conftest.c >&5
configure:30353: $? = 0
configure:30356: test -z 			 || test ! -s conftest.err
configure:30359: $? = 0
configure:30362: test -s conftest.o
configure:30365: $? = 0
configure:30376: result: yes
configure:30382: checking for uint64_t
configure:30407: gcc -c -g -O2  conftest.c >&5
configure:30413: $? = 0
configure:30416: test -z 			 || test ! -s conftest.err
configure:30419: $? = 0
configure:30422: test -s conftest.o
configure:30425: $? = 0
configure:30436: result: yes
configure:30442: checking for intmax_t
configure:30496: result: yes
configure:30502: checking for uintmax_t
configure:30527: gcc -c -g -O2  conftest.c >&5
configure:30533: $? = 0
configure:30536: test -z 			 || test ! -s conftest.err
configure:30539: $? = 0
configure:30542: test -s conftest.o
configure:30545: $? = 0
configure:30556: result: yes
configure:30580: checking for int8_t
configure:30605: gcc -c -g -O2  conftest.c >&5
configure:30611: $? = 0
configure:30614: test -z 			 || test ! -s conftest.err
configure:30617: $? = 0
configure:30620: test -s conftest.o
configure:30623: $? = 0
configure:30634: result: yes
configure:30640: checking for uint8_t
configure:30665: gcc -c -g -O2  conftest.c >&5
configure:30671: $? = 0
configure:30674: test -z 			 || test ! -s conftest.err
configure:30677: $? = 0
configure:30680: test -s conftest.o
configure:30683: $? = 0
configure:30694: result: yes
configure:30700: checking for int16_t
configure:30725: gcc -c -g -O2  conftest.c >&5
configure:30731: $? = 0
configure:30734: test -z 			 || test ! -s conftest.err
configure:30737: $? = 0
configure:30740: test -s conftest.o
configure:30743: $? = 0
configure:30754: result: yes
configure:30760: checking for uint16_t
configure:30785: gcc -c -g -O2  conftest.c >&5
configure:30791: $? = 0
configure:30794: test -z 			 || test ! -s conftest.err
configure:30797: $? = 0
configure:30800: test -s conftest.o
configure:30803: $? = 0
configure:30814: result: yes
configure:30820: checking for int32_t
configure:30845: gcc -c -g -O2  conftest.c >&5
configure:30851: $? = 0
configure:30854: test -z 			 || test ! -s conftest.err
configure:30857: $? = 0
configure:30860: test -s conftest.o
configure:30863: $? = 0
configure:30874: result: yes
configure:30880: checking for uint32_t
configure:30905: gcc -c -g -O2  conftest.c >&5
configure:30911: $? = 0
configure:30914: test -z 			 || test ! -s conftest.err
configure:30917: $? = 0
configure:30920: test -s conftest.o
configure:30923: $? = 0
configure:30934: result: yes
configure:30940: checking for int64_t
configure:30965: gcc -c -g -O2  conftest.c >&5
configure:30971: $? = 0
configure:30974: test -z 			 || test ! -s conftest.err
configure:30977: $? = 0
configure:30980: test -s conftest.o
configure:30983: $? = 0
configure:30994: result: yes
configure:31000: checking for uint64_t
configure:31025: gcc -c -g -O2  conftest.c >&5
configure:31031: $? = 0
configure:31034: test -z 			 || test ! -s conftest.err
configure:31037: $? = 0
configure:31040: test -s conftest.o
configure:31043: $? = 0
configure:31054: result: yes
configure:31060: checking for intmax_t
configure:31085: gcc -c -g -O2  conftest.c >&5
configure:31091: $? = 0
configure:31094: test -z 			 || test ! -s conftest.err
configure:31097: $? = 0
configure:31100: test -s conftest.o
configure:31103: $? = 0
configure:31114: result: yes
configure:31120: checking for uintmax_t
configure:31145: gcc -c -g -O2  conftest.c >&5
configure:31151: $? = 0
configure:31154: test -z 			 || test ! -s conftest.err
configure:31157: $? = 0
configure:31160: test -s conftest.o
configure:31163: $? = 0
configure:31174: result: yes
configure:31392: checking for socklen_t
configure:31416: gcc -c -g -O2  conftest.c >&5
configure:31422: $? = 0
configure:31425: test -z 			 || test ! -s conftest.err
configure:31428: $? = 0
configure:31431: test -s conftest.o
configure:31434: $? = 0
configure:31445: result: yes
configure:31457: checking for struct ip_mreq
configure:31481: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:87: error: invalid application of `sizeof' to an incomplete type
configure:31487: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define SIZEOF_INTMAX_T 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if ((struct ip_mreq *) 0)
|   return 0;
| if (sizeof (struct ip_mreq))
|   return 0;
|   ;
|   return 0;
| }
configure:31510: result: no
configure:31514: checking for ANSI C header files
configure:31669: result: yes
configure:31687: checking for dirent.h that defines DIR
configure:31711: gcc -c -g -O2  conftest.c >&5
configure:31717: $? = 0
configure:31720: test -z 			 || test ! -s conftest.err
configure:31723: $? = 0
configure:31726: test -s conftest.o
configure:31729: $? = 0
configure:31740: result: yes
configure:31753: checking for library containing opendir
configure:31783: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:31789: $? = 0
configure:31792: test -z 			 || test ! -s conftest.err
configure:31795: $? = 0
configure:31798: test -s conftest
configure:31801: $? = 0
configure:31870: result: none required
configure:32004: checking whether time.h and sys/time.h may both be included
configure:32029: gcc -c -g -O2  conftest.c >&5
configure:32035: $? = 0
configure:32038: test -z 			 || test ! -s conftest.err
configure:32041: $? = 0
configure:32044: test -s conftest.o
configure:32047: $? = 0
configure:32058: result: yes
configure:32068: checking for sys/wait.h that is POSIX.1 compatible
configure:32099: gcc -c -g -O2  conftest.c >&5
configure:32105: $? = 0
configure:32108: test -z 			 || test ! -s conftest.err
configure:32111: $? = 0
configure:32114: test -s conftest.o
configure:32117: $? = 0
configure:32128: result: yes
configure:32185: checking fenv.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking fenv.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for fenv.h
configure:32307: result: yes
configure:32185: checking io.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:87:16: io.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <io.h>
configure:32225: result: no
configure:32229: checking io.h presence
configure:32239: gcc -E  conftest.c
conftest.c:53:16: io.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| /* end confdefs.h.  */
| #include <io.h>
configure:32265: result: no
configure:32300: checking for io.h
configure:32307: result: no
configure:32185: checking libc.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:87:18: libc.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libc.h>
configure:32225: result: no
configure:32229: checking libc.h presence
configure:32239: gcc -E  conftest.c
conftest.c:53:18: libc.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| /* end confdefs.h.  */
| #include <libc.h>
configure:32265: result: no
configure:32300: checking for libc.h
configure:32307: result: no
configure:32185: checking limits.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking limits.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for limits.h
configure:32307: result: yes
configure:32185: checking malloc.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking malloc.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for malloc.h
configure:32307: result: yes
configure:32176: checking for memory.h
configure:32181: result: yes
configure:32176: checking for string.h
configure:32181: result: yes
configure:32185: checking regex.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking regex.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for regex.h
configure:32307: result: yes
configure:32185: checking rxposix.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:92:21: rxposix.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rxposix.h>
configure:32225: result: no
configure:32229: checking rxposix.h presence
configure:32239: gcc -E  conftest.c
conftest.c:58:21: rxposix.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <rxposix.h>
configure:32265: result: no
configure:32300: checking for rxposix.h
configure:32307: result: no
configure:32185: checking rx/rxposix.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:92:24: rx/rxposix.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rx/rxposix.h>
configure:32225: result: no
configure:32229: checking rx/rxposix.h presence
configure:32239: gcc -E  conftest.c
conftest.c:58:24: rx/rxposix.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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:32265: result: no
configure:32300: checking for rx/rxposix.h
configure:32307: result: no
configure:32185: checking sys/dir.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/dir.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/dir.h
configure:32307: result: yes
configure:32185: checking sys/ioctl.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/ioctl.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/ioctl.h
configure:32307: result: yes
configure:32185: checking sys/select.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/select.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/select.h
configure:32307: result: yes
configure:32185: checking sys/time.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/time.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/time.h
configure:32307: result: yes
configure:32185: checking sys/timeb.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/timeb.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/timeb.h
configure:32307: result: yes
configure:32185: checking sys/times.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/times.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/times.h
configure:32307: result: yes
configure:32185: checking sys/stdtypes.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:98:26: sys/stdtypes.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/stdtypes.h>
configure:32225: result: no
configure:32229: checking sys/stdtypes.h presence
configure:32239: gcc -E  conftest.c
conftest.c:64:26: sys/stdtypes.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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:32265: result: no
configure:32300: checking for sys/stdtypes.h
configure:32307: result: no
configure:32176: checking for sys/types.h
configure:32181: result: yes
configure:32185: checking sys/utime.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:99:23: sys/utime.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/utime.h>
configure:32225: result: no
configure:32229: checking sys/utime.h presence
configure:32239: gcc -E  conftest.c
conftest.c:65:23: sys/utime.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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:32265: result: no
configure:32300: checking for sys/utime.h
configure:32307: result: no
configure:32185: checking time.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking time.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for time.h
configure:32307: result: yes
configure:32176: checking for unistd.h
configure:32181: result: yes
configure:32185: checking utime.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking utime.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for utime.h
configure:32307: result: yes
configure:32185: checking pwd.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking pwd.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for pwd.h
configure:32307: result: yes
configure:32185: checking grp.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking grp.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for grp.h
configure:32307: result: yes
configure:32185: checking sys/utsname.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
configure:32203: $? = 0
configure:32206: test -z 			 || test ! -s conftest.err
configure:32209: $? = 0
configure:32212: test -s conftest.o
configure:32215: $? = 0
configure:32225: result: yes
configure:32229: checking sys/utsname.h presence
configure:32239: gcc -E  conftest.c
configure:32245: $? = 0
configure:32265: result: yes
configure:32300: checking for sys/utsname.h
configure:32307: result: yes
configure:32185: checking direct.h usability
configure:32197: gcc -c -g -O2  conftest.c >&5
conftest.c:105:20: direct.h: No such file or directory
configure:32203: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <direct.h>
configure:32225: result: no
configure:32229: checking direct.h presence
configure:32239: gcc -E  conftest.c
conftest.c:71:20: direct.h: No such file or directory
configure:32245: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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:32265: result: no
configure:32300: checking for direct.h
configure:32307: result: no
configure:32328: checking for libc.h
configure:32333: result: no
configure:32328: checking for unistd.h
configure:32333: result: yes
configure:32472: checking whether libc.h and unistd.h can be included together
configure:32535: result: no
configure:32547: checking for uid_t in sys/types.h
configure:32570: result: yes
configure:32585: checking type of array argument to getgroups
configure:32623: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:32626: $? = 0
configure:32628: ./conftest
configure:32631: $? = 0
configure:32664: result: gid_t
configure:32672: checking return type of signal handlers
configure:32703: gcc -c -g -O2  conftest.c >&5
configure:32709: $? = 0
configure:32712: test -z 			 || test ! -s conftest.err
configure:32715: $? = 0
configure:32718: test -s conftest.o
configure:32721: $? = 0
configure:32732: result: void
configure:32740: checking for mode_t
configure:32764: gcc -c -g -O2  conftest.c >&5
configure:32770: $? = 0
configure:32773: test -z 			 || test ! -s conftest.err
configure:32776: $? = 0
configure:32779: test -s conftest.o
configure:32782: $? = 0
configure:32793: result: yes
configure:32808: checking for main in -lm
configure:32832: gcc -o conftest -g -O2   conftest.c -lm  -lltdl  >&5
configure:32838: $? = 0
configure:32841: test -z 			 || test ! -s conftest.err
configure:32844: $? = 0
configure:32847: test -s conftest
configure:32850: $? = 0
configure:32863: result: yes
configure:32879: checking for gethostbyname
configure:32936: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:32942: $? = 0
configure:32945: test -z 			 || test ! -s conftest.err
configure:32948: $? = 0
configure:32951: test -s conftest
configure:32954: $? = 0
configure:32966: result: yes
configure:33056: checking for connect
configure:33113: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33119: $? = 0
configure:33122: test -z 			 || test ! -s conftest.err
configure:33125: $? = 0
configure:33128: test -s conftest
configure:33131: $? = 0
configure:33143: result: yes
configure:33498: checking assert.h usability
configure:33510: gcc -c -g -O2  conftest.c >&5
configure:33516: $? = 0
configure:33519: test -z 			 || test ! -s conftest.err
configure:33522: $? = 0
configure:33525: test -s conftest.o
configure:33528: $? = 0
configure:33538: result: yes
configure:33542: checking assert.h presence
configure:33552: gcc -E  conftest.c
configure:33558: $? = 0
configure:33578: result: yes
configure:33613: checking for assert.h
configure:33620: result: yes
configure:33498: checking crt_externs.h usability
configure:33510: gcc -c -g -O2  conftest.c >&5
conftest.c:112:25: crt_externs.h: No such file or directory
configure:33516: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:33538: result: no
configure:33542: checking crt_externs.h presence
configure:33552: gcc -E  conftest.c
conftest.c:78:25: crt_externs.h: No such file or directory
configure:33558: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:33578: result: no
configure:33613: checking for crt_externs.h
configure:33620: result: no
configure:33708: checking for DINFINITY
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/ccM9XdXc.o(.text+0x11): In function `main':
/usr/local/guile-1.8.0/conftest.c:118: undefined reference to `DINFINITY'
/tmp/ccM9XdXc.o(.data+0x0): undefined reference to `DINFINITY'
collect2: ld returned 1 exit status
configure:33771: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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
| /* 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = DINFINITY;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != DINFINITY;
|   ;
|   return 0;
| }
configure:33795: result: no
configure:33708: checking for DQNAN
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/cck9ge1p.o(.text+0x11): In function `main':
/usr/local/guile-1.8.0/conftest.c:118: undefined reference to `DQNAN'
/tmp/cck9ge1p.o(.data+0x0): undefined reference to `DQNAN'
collect2: ld returned 1 exit status
configure:33771: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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
| /* 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| 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
| #else
| char (*f) () = DQNAN;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != DQNAN;
|   ;
|   return 0;
| }
configure:33795: result: no
configure:33708: checking for ctermid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for fesetround
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for ftime
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for fchown
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for getcwd
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for geteuid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for gettimeofday
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for gmtime_r
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for lstat
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for mkdir
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for mknod
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for nice
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for readdir_r
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for readlink
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for rename
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for rmdir
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for select
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for setegid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for seteuid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for setlocale
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for setpgid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for setsid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for sigaction
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for siginterrupt
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for strftime
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for strptime
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for symlink
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for sync
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for sysconf
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for tcgetpgrp
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for tcsetpgrp
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for times
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for uname
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for waitpid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for strdup
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for system
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for usleep
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for atexit
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for on_exit
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for chown
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for link
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for fcntl
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for ttyname
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for getpwent
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for getgrent
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for kill
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for getppid
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for getpgrp
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for fork
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for setitimer
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for getitimer
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for strchr
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:153: warning: conflicting types for built-in function `strchr'
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for strcmp
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:154: warning: conflicting types for built-in function `strcmp'
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for index
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:155: warning: conflicting types for built-in function `index'
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for bcopy
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for memcpy
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:157: warning: conflicting types for built-in function `memcpy'
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for rindex
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:158: warning: conflicting types for built-in function `rindex'
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for unsetenv
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33771: $? = 0
configure:33774: test -z 			 || test ! -s conftest.err
configure:33777: $? = 0
configure:33780: test -s conftest
configure:33783: $? = 0
configure:33795: result: yes
configure:33708: checking for _NSGetEnviron
configure:33765: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/cc0VDkTj.o(.text+0x11): In function `main':
/usr/local/guile-1.8.0/conftest.c:176: undefined reference to `_NSGetEnviron'
/tmp/cc0VDkTj.o(.data+0x0): undefined reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:33771: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); 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 _NSGetEnviron
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _NSGetEnviron ();
| /* 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__NSGetEnviron) || defined (__stub____NSGetEnviron)
| choke me
| #else
| char (*f) () = _NSGetEnviron;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _NSGetEnviron;
|   ;
|   return 0;
| }
configure:33795: result: no
configure:33828: checking crypt.h usability
configure:33840: gcc -c -g -O2  conftest.c >&5
configure:33846: $? = 0
configure:33849: test -z 			 || test ! -s conftest.err
configure:33852: $? = 0
configure:33855: test -s conftest.o
configure:33858: $? = 0
configure:33868: result: yes
configure:33872: checking crypt.h presence
configure:33882: gcc -E  conftest.c
configure:33888: $? = 0
configure:33908: result: yes
configure:33943: checking for crypt.h
configure:33950: result: yes
configure:33828: checking netdb.h usability
configure:33840: gcc -c -g -O2  conftest.c >&5
configure:33846: $? = 0
configure:33849: test -z 			 || test ! -s conftest.err
configure:33852: $? = 0
configure:33855: test -s conftest.o
configure:33858: $? = 0
configure:33868: result: yes
configure:33872: checking netdb.h presence
configure:33882: gcc -E  conftest.c
configure:33888: $? = 0
configure:33908: result: yes
configure:33943: checking for netdb.h
configure:33950: result: yes
configure:33828: checking sys/param.h usability
configure:33840: gcc -c -g -O2  conftest.c >&5
configure:33846: $? = 0
configure:33849: test -z 			 || test ! -s conftest.err
configure:33852: $? = 0
configure:33855: test -s conftest.o
configure:33858: $? = 0
configure:33868: result: yes
configure:33872: checking sys/param.h presence
configure:33882: gcc -E  conftest.c
configure:33888: $? = 0
configure:33908: result: yes
configure:33943: checking for sys/param.h
configure:33950: result: yes
configure:33828: checking sys/resource.h usability
configure:33840: gcc -c -g -O2  conftest.c >&5
configure:33846: $? = 0
configure:33849: test -z 			 || test ! -s conftest.err
configure:33852: $? = 0
configure:33855: test -s conftest.o
configure:33858: $? = 0
configure:33868: result: yes
configure:33872: checking sys/resource.h presence
configure:33882: gcc -E  conftest.c
configure:33888: $? = 0
configure:33908: result: yes
configure:33943: checking for sys/resource.h
configure:33950: result: yes
configure:33828: checking sys/file.h usability
configure:33840: gcc -c -g -O2  conftest.c >&5
configure:33846: $? = 0
configure:33849: test -z 			 || test ! -s conftest.err
configure:33852: $? = 0
configure:33855: test -s conftest.o
configure:33858: $? = 0
configure:33868: result: yes
configure:33872: checking sys/file.h presence
configure:33882: gcc -E  conftest.c
configure:33888: $? = 0
configure:33908: result: yes
configure:33943: checking for sys/file.h
configure:33950: result: yes
configure:33975: checking for chroot
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for flock
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for getlogin
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for cuserid
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for getpriority
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for setpriority
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for getpass
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for sethostname
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:33975: checking for gethostname
configure:34032: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34038: $? = 0
configure:34041: test -z 			 || test ! -s conftest.err
configure:34044: $? = 0
configure:34047: test -s conftest
configure:34050: $? = 0
configure:34062: result: yes
configure:34086: checking for library containing crypt
configure:34116: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/cciUhBLN.o(.text+0xc): In function `main':
/usr/local/guile-1.8.0/conftest.c:161: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure:34122: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char crypt ();
| int
| main ()
| {
| crypt ();
|   ;
|   return 0;
| }
configure:34170: gcc -o conftest -g -O2   conftest.c -lcrypt  -lm -lltdl  >&5
configure:34176: $? = 0
configure:34179: test -z 			 || test ! -s conftest.err
configure:34182: $? = 0
configure:34185: test -s conftest
configure:34188: $? = 0
configure:34203: result: -lcrypt
configure:34216: checking for __gmpz_init in -lgmp
configure:34246: gcc -o conftest -g -O2   conftest.c -lgmp  -lcrypt -lm -lltdl  >&5
configure:34252: $? = 0
configure:34255: test -z 			 || test ! -s conftest.err
configure:34258: $? = 0
configure:34261: test -s conftest
configure:34264: $? = 0
configure:34277: result: yes
configure:34310: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:34316: $? = 0
configure:34319: test -z 			 || test ! -s conftest.err
configure:34322: $? = 0
configure:34325: test -s conftest
configure:34328: $? = 0
configure:34363: checking whether NLS is requested
configure:34372: result: yes
configure:34410: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:34442: result: /usr/bin/msgfmt
configure:34451: checking for gmsgfmt
configure:34482: result: /usr/bin/msgfmt
configure:34521: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:34553: result: /usr/bin/xgettext
configure:34593: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:34624: result: /usr/bin/msgmerge
configure:34699: checking for ld used by GCC
configure:34763: result: /usr/i586-suse-linux/bin/ld
configure:34772: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:34785: result: yes
configure:34792: checking for shared library run path origin
configure:34805: result: done
configure:35221: checking for CFPreferencesCopyAppValue
configure:35246: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c -lgmp -lcrypt -lm -lltdl  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized option `-framework'
configure:35252: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 1
| /* end confdefs.h.  */
| #include <CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:35278: result: no
configure:35287: checking for CFLocaleCopyCurrent
configure:35312: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c -lgmp -lcrypt -lm -lltdl  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized option `-framework'
configure:35318: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 1
| /* end confdefs.h.  */
| #include <CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:35344: result: no
configure:35361: checking whether NLS is requested
configure:35370: result: yes
configure:35388: checking for GNU gettext in libc
configure:35412: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:35418: $? = 0
configure:35421: test -z 			 || test ! -s conftest.err
configure:35424: $? = 0
configure:35427: test -s conftest
configure:35430: $? = 0
configure:35442: result: yes
configure:36145: checking whether to use NLS
configure:36147: result: yes
configure:36150: checking where the gettext function comes from
configure:36161: result: libc
configure:36233: checking for sleep declaration
configure:36256: result: yes
configure:36267: checking for usleep declaration
configure:36290: result: yes
configure:36301: checking whether strptime is declared
configure:36327: gcc -c -g -O2  conftest.c >&5
configure:36333: $? = 0
configure:36336: test -z 			 || test ! -s conftest.err
configure:36339: $? = 0
configure:36342: test -s conftest.o
configure:36345: $? = 0
configure:36356: result: yes
configure:36377: checking return type of usleep
configure:36400: result: int
configure:36422: checking sys/un.h usability
configure:36434: gcc -c -g -O2  conftest.c >&5
configure:36440: $? = 0
configure:36443: test -z 			 || test ! -s conftest.err
configure:36446: $? = 0
configure:36449: test -s conftest.o
configure:36452: $? = 0
configure:36462: result: yes
configure:36466: checking sys/un.h presence
configure:36476: gcc -E  conftest.c
configure:36482: $? = 0
configure:36502: result: yes
configure:36537: checking for sys/un.h
configure:36544: result: yes
configure:36570: checking for socketpair
configure:36627: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36633: $? = 0
configure:36636: test -z 			 || test ! -s conftest.err
configure:36639: $? = 0
configure:36642: test -s conftest
configure:36645: $? = 0
configure:36657: result: yes
configure:36570: checking for getgroups
configure:36627: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36633: $? = 0
configure:36636: test -z 			 || test ! -s conftest.err
configure:36639: $? = 0
configure:36642: test -s conftest
configure:36645: $? = 0
configure:36657: result: yes
configure:36570: checking for setgroups
configure:36627: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36633: $? = 0
configure:36636: test -z 			 || test ! -s conftest.err
configure:36639: $? = 0
configure:36642: test -s conftest
configure:36645: $? = 0
configure:36657: result: yes
configure:36570: checking for setpwent
configure:36627: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36633: $? = 0
configure:36636: test -z 			 || test ! -s conftest.err
configure:36639: $? = 0
configure:36642: test -s conftest
configure:36645: $? = 0
configure:36657: result: yes
configure:36570: checking for pause
configure:36627: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36633: $? = 0
configure:36636: test -z 			 || test ! -s conftest.err
configure:36639: $? = 0
configure:36642: test -s conftest
configure:36645: $? = 0
configure:36657: result: yes
configure:36570: checking for tzset
configure:36627: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36633: $? = 0
configure:36636: test -z 			 || test ! -s conftest.err
configure:36639: $? = 0
configure:36642: test -s conftest
configure:36645: $? = 0
configure:36657: result: yes
configure:36691: checking for sethostent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for gethostent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for endhostent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for setnetent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for getnetent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for endnetent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for setprotoent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for getprotoent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for endprotoent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for setservent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for getservent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for endservent
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for getnetbyaddr
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for getnetbyname
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for inet_lnaof
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for inet_makeaddr
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for inet_netof
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for hstrerror
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for inet_pton
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36691: checking for inet_ntop
configure:36748: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36754: $? = 0
configure:36757: test -z 			 || test ! -s conftest.err
configure:36760: $? = 0
configure:36763: test -s conftest
configure:36766: $? = 0
configure:36778: result: yes
configure:36792: checking for struct sockaddr.sin_len
configure:36819: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:192: error: structure has no member named `sin_len'
configure:36825: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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:36866: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:192: error: structure has no member named `sin_len'
configure:36872: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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:36897: result: no
configure:36909: checking for __libc_stack_end
configure:36931: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:36937: $? = 0
configure:36940: test -z 			 || test ! -s conftest.err
configure:36943: $? = 0
configure:36946: test -s conftest
configure:36949: $? = 0
configure:36962: result: yes
configure:36974: checking whether netdb.h declares h_errno
configure:36995: gcc -c -g -O2  conftest.c >&5
configure:37001: $? = 0
configure:37004: test -z 			 || test ! -s conftest.err
configure:37007: $? = 0
configure:37010: test -s conftest.o
configure:37013: $? = 0
configure:37025: result: yes
configure:37035: checking whether uint32_t is defined
configure:37062: gcc -c -g -O2  conftest.c >&5
configure:37068: $? = 0
configure:37071: test -z 			 || test ! -s conftest.err
configure:37074: $? = 0
configure:37077: test -s conftest.o
configure:37080: $? = 0
configure:37092: result: yes
configure:37102: checking for working IPv6 support
configure:37128: gcc -c -g -O2  conftest.c >&5
configure:37134: $? = 0
configure:37137: test -z 			 || test ! -s conftest.err
configure:37140: $? = 0
configure:37143: test -s conftest.o
configure:37146: $? = 0
configure:37158: result: yes
configure:37169: checking whether sockaddr_in6 has sin6_scope_id
configure:37194: gcc -c -g -O2  conftest.c >&5
configure:37200: $? = 0
configure:37203: test -z 			 || test ! -s conftest.err
configure:37206: $? = 0
configure:37209: test -s conftest.o
configure:37212: $? = 0
configure:37224: result: yes
configure:37235: checking for struct sockaddr_in6.sin6_len
configure:37262: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:197: error: structure has no member named `sin6_len'
configure:37268: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| /* end confdefs.h.  */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #include <netinet/in.h>
| 
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (ac_aggr.sin6_len)
| return 0;
|   ;
|   return 0;
| }
configure:37309: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:197: error: structure has no member named `sin6_len'
configure:37315: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| /* end confdefs.h.  */
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #include <netinet/in.h>
| 
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (sizeof ac_aggr.sin6_len)
| return 0;
|   ;
|   return 0;
| }
configure:37340: result: no
configure:37352: checking whether localtime caches TZ
configure:37402: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:37405: $? = 0
configure:37407: ./conftest
configure:37410: $? = 0
configure:37429: result: no
configure:37445: checking for unistd.h
configure:37450: result: yes
configure:37589: checking for restartable system calls
configure:37651: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:37654: $? = 0
configure:37656: ./conftest
configure:37659: $? = 0
configure:37673: result: yes
configure:37688: checking for regcomp
configure:37728: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:37734: $? = 0
configure:37737: test -z 			 || test ! -s conftest.err
configure:37740: $? = 0
configure:37743: test -s conftest
configure:37746: $? = 0
configure:37760: result: yes
configure:38104: checking for inet_aton
configure:38161: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38167: $? = 0
configure:38170: test -z 			 || test ! -s conftest.err
configure:38173: $? = 0
configure:38176: test -s conftest
configure:38179: $? = 0
configure:38191: result: yes
configure:38104: checking for putenv
configure:38161: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38167: $? = 0
configure:38170: test -z 			 || test ! -s conftest.err
configure:38173: $? = 0
configure:38176: test -s conftest
configure:38179: $? = 0
configure:38191: result: yes
configure:38104: checking for strerror
configure:38161: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38167: $? = 0
configure:38170: test -z 			 || test ! -s conftest.err
configure:38173: $? = 0
configure:38176: test -s conftest
configure:38179: $? = 0
configure:38191: result: yes
configure:38104: checking for memmove
configure:38161: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38167: $? = 0
configure:38170: test -z 			 || test ! -s conftest.err
configure:38173: $? = 0
configure:38176: test -s conftest
configure:38179: $? = 0
configure:38191: result: yes
configure:38104: checking for mkstemp
configure:38161: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38167: $? = 0
configure:38170: test -z 			 || test ! -s conftest.err
configure:38173: $? = 0
configure:38176: test -s conftest
configure:38179: $? = 0
configure:38191: result: yes
configure:38228: checking floatingpoint.h usability
configure:38240: gcc -c -g -O2  conftest.c >&5
conftest.c:230:27: floatingpoint.h: No such file or directory
configure:38246: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <floatingpoint.h>
configure:38268: result: no
configure:38272: checking floatingpoint.h presence
configure:38282: gcc -E  conftest.c
conftest.c:196:27: floatingpoint.h: No such file or directory
configure:38288: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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:38308: result: no
configure:38343: checking for floatingpoint.h
configure:38350: result: no
configure:38228: checking ieeefp.h usability
configure:38240: gcc -c -g -O2  conftest.c >&5
conftest.c:230:20: ieeefp.h: No such file or directory
configure:38246: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:38268: result: no
configure:38272: checking ieeefp.h presence
configure:38282: gcc -E  conftest.c
conftest.c:196:20: ieeefp.h: No such file or directory
configure:38288: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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:38308: result: no
configure:38343: checking for ieeefp.h
configure:38350: result: no
configure:38228: checking nan.h usability
configure:38240: gcc -c -g -O2  conftest.c >&5
conftest.c:230:17: nan.h: No such file or directory
configure:38246: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <nan.h>
configure:38268: result: no
configure:38272: checking nan.h presence
configure:38282: gcc -E  conftest.c
conftest.c:196:17: nan.h: No such file or directory
configure:38288: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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:38308: result: no
configure:38343: checking for nan.h
configure:38350: result: no
configure:38379: checking for asinh
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38379: checking for acosh
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38379: checking for atanh
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38379: checking for copysign
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38379: checking for finite
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38379: checking for sincos
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38379: checking for trunc
configure:38436: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
conftest.c:226: warning: conflicting types for built-in function `trunc'
configure:38442: $? = 0
configure:38445: test -z 			 || test ! -s conftest.err
configure:38448: $? = 0
configure:38451: test -s conftest
configure:38454: $? = 0
configure:38466: result: yes
configure:38486: checking for isinf
configure:38493: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38499: $? = 0
configure:38502: test -z 			 || test ! -s conftest.err
configure:38505: $? = 0
configure:38508: test -s conftest
configure:38511: $? = 0
configure:38513: result: yes
configure:38529: checking for isnan
configure:38539: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38545: $? = 0
configure:38548: test -z 			 || test ! -s conftest.err
configure:38551: $? = 0
configure:38554: test -s conftest
configure:38557: $? = 0
configure:38559: result: yes
configure:38582: checking for working alloca.h
configure:38603: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38609: $? = 0
configure:38612: test -z 			 || test ! -s conftest.err
configure:38615: $? = 0
configure:38618: test -s conftest
configure:38621: $? = 0
configure:38633: result: yes
configure:38643: checking for alloca
configure:38684: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:38690: $? = 0
configure:38693: test -z 			 || test ! -s conftest.err
configure:38696: $? = 0
configure:38699: test -s conftest
configure:38702: $? = 0
configure:38714: result: yes
configure:38943: checking for struct stat.st_rdev
configure:38966: gcc -c -g -O2  conftest.c >&5
configure:38972: $? = 0
configure:38975: test -z 			 || test ! -s conftest.err
configure:38978: $? = 0
configure:38981: test -s conftest.o
configure:38984: $? = 0
configure:39040: result: yes
configure:39051: checking for struct stat.st_blksize
configure:39074: gcc -c -g -O2  conftest.c >&5
configure:39080: $? = 0
configure:39083: test -z 			 || test ! -s conftest.err
configure:39086: $? = 0
configure:39089: test -s conftest.o
configure:39092: $? = 0
configure:39148: result: yes
configure:39160: checking for struct stat.st_blocks
configure:39183: gcc -c -g -O2  conftest.c >&5
configure:39189: $? = 0
configure:39192: test -z 			 || test ! -s conftest.err
configure:39195: $? = 0
configure:39198: test -s conftest.o
configure:39201: $? = 0
configure:39257: result: yes
configure:39283: checking for S_ISLNK in sys/stat.h
configure:39299: gcc -E  conftest.c
configure:39305: $? = 0
configure:39326: result: yes
configure:39336: checking whether struct tm is in sys/time.h or time.h
configure:39359: gcc -c -g -O2  conftest.c >&5
configure:39365: $? = 0
configure:39368: test -z 			 || test ! -s conftest.err
configure:39371: $? = 0
configure:39374: test -s conftest.o
configure:39377: $? = 0
configure:39388: result: time.h
configure:39398: checking for struct tm.tm_zone
configure:39424: gcc -c -g -O2  conftest.c >&5
configure:39430: $? = 0
configure:39433: test -z 			 || test ! -s conftest.err
configure:39436: $? = 0
configure:39439: test -s conftest.o
configure:39442: $? = 0
configure:39501: result: yes
configure:39586: checking whether we need POSIX to get struct utimbuf
configure:39606: gcc -E  conftest.c
configure:39612: $? = 0
configure:39633: result: no
configure:39665: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:39668: $? = 0
configure:39670: ./conftest
configure:39673: $? = 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.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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_SINCOS 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_ST_BLOCKS 1
| #define HAVE_S_ISLNK 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| /* end confdefs.h.  */
| aux (l) unsigned long l;
| 	     { int x; exit (l >= ((unsigned long)&x)); }
| 	   main () { int q; aux((unsigned long)&q); }
configure:39685: checking for float
configure:39709: gcc -c -g -O2  conftest.c >&5
configure:39715: $? = 0
configure:39718: test -z 			 || test ! -s conftest.err
configure:39721: $? = 0
configure:39724: test -s conftest.o
configure:39727: $? = 0
configure:39738: result: yes
configure:39741: checking size of float
configure:40053: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  >&5
configure:40056: $? = 0
configure:40058: ./conftest
configure:40061: $? = 0
configure:40084: result: 4
configure:40099: checking for struct linger
configure:40122: gcc -c -g -O2  conftest.c >&5
configure:40128: $? = 0
configure:40131: test -z 			 || test ! -s conftest.err
configure:40134: $? = 0
configure:40137: test -s conftest.o
configure:40140: $? = 0
configure:40152: result: yes
configure:40163: checking for struct timespec
configure:40185: gcc -c -g -O2  conftest.c >&5
configure:40191: $? = 0
configure:40194: test -z 			 || test ! -s conftest.err
configure:40197: $? = 0
configure:40200: test -s conftest.o
configure:40203: $? = 0
configure:40215: result: yes
configure:40439: checking for the pthreads library -lpthreads
configure:40477: gcc -o conftest -g -O2    conftest.c -lpthreads -lgmp -lcrypt -lm -lltdl  >&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:40483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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_SINCOS 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_ST_BLOCKS 1
| #define HAVE_S_ISLNK 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 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:40509: result: no
configure:40386: checking whether pthreads work without any flags
configure:40477: gcc -o conftest -g -O2    conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
/tmp/cc2gEgEB.o(.text+0x14): In function `main':
/usr/local/guile-1.8.0/conftest.c:222: undefined reference to `pthread_join'
/tmp/cc2gEgEB.o(.text+0x2d):/usr/local/guile-1.8.0/conftest.c:223: undefined reference to `_pthread_cleanup_push'
/tmp/cc2gEgEB.o(.text+0x3a):/usr/local/guile-1.8.0/conftest.c:224: undefined reference to `pthread_create'
/tmp/cc2gEgEB.o(.text+0x45):/usr/local/guile-1.8.0/conftest.c:224: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:40483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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_SINCOS 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_ST_BLOCKS 1
| #define HAVE_S_ISLNK 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 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:40509: result: no
configure:40391: checking whether pthreads work with -Kthread
configure:40477: gcc -o conftest -g -O2 -Kthread   conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
gcc: unrecognized option `-Kthread'
/tmp/ccwxwexO.o(.text+0x14): In function `main':
/usr/local/guile-1.8.0/conftest.c:222: undefined reference to `pthread_join'
/tmp/ccwxwexO.o(.text+0x2d):/usr/local/guile-1.8.0/conftest.c:223: undefined reference to `_pthread_cleanup_push'
/tmp/ccwxwexO.o(.text+0x3a):/usr/local/guile-1.8.0/conftest.c:224: undefined reference to `pthread_create'
/tmp/ccwxwexO.o(.text+0x45):/usr/local/guile-1.8.0/conftest.c:224: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:40483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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_SINCOS 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_ST_BLOCKS 1
| #define HAVE_S_ISLNK 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 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:40509: result: no
configure:40391: checking whether pthreads work with -kthread
configure:40477: gcc -o conftest -g -O2 -kthread   conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
gcc: unrecognized option `-kthread'
/tmp/ccW7PnCY.o(.text+0x14): In function `main':
/usr/local/guile-1.8.0/conftest.c:222: undefined reference to `pthread_join'
/tmp/ccW7PnCY.o(.text+0x2d):/usr/local/guile-1.8.0/conftest.c:223: undefined reference to `_pthread_cleanup_push'
/tmp/ccW7PnCY.o(.text+0x3a):/usr/local/guile-1.8.0/conftest.c:224: undefined reference to `pthread_create'
/tmp/ccW7PnCY.o(.text+0x45):/usr/local/guile-1.8.0/conftest.c:224: undefined reference to `_pthread_cleanup_pop'
collect2: ld returned 1 exit status
configure:40483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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_SINCOS 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_ST_BLOCKS 1
| #define HAVE_S_ISLNK 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 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:40509: result: no
configure:40439: checking for the pthreads library -llthread
configure:40477: gcc -o conftest -g -O2    conftest.c -llthread -lgmp -lcrypt -lm -lltdl  >&5
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/../../../../i586-suse-linux/bin/ld: cannot find -llthread
collect2: ld returned 1 exit status
configure:40483: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.0"
| #define PACKAGE_STRING "guile 1.8.0"
| #define PACKAGE_BUGREPORT ""
| #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
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #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 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_FENV_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_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_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_CTERMID 1
| #define HAVE_FESETROUND 1
| #define HAVE_FTIME 1
| #define HAVE_FCHOWN 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEUID 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_GMTIME_R 1
| #define HAVE_LSTAT 1
| #define HAVE_MKDIR 1
| #define HAVE_MKNOD 1
| #define HAVE_NICE 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_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_ON_EXIT 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_UNSETENV 1
| #define HAVE_CRYPT_H 1
| #define HAVE_NETDB_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_CUSERID 1
| #define HAVE_GETPRIORITY 1
| #define HAVE_SETPRIORITY 1
| #define HAVE_GETPASS 1
| #define HAVE_SETHOSTNAME 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CRYPT 1
| #define HAVE_LIBGMP 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_LIBC_STACK_END 1
| #define HAVE_H_ERRNO 1
| #define HAVE_UINT32_T 1
| #define HAVE_IPV6 1
| #define HAVE_SIN6_SCOPE_ID 1
| #define HAVE_UNISTD_H 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_SINCOS 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_ST_BLOCKS 1
| #define HAVE_S_ISLNK 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 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:40509: result: no
configure:40391: checking whether pthreads work with -pthread
configure:40477: gcc -o conftest -g -O2 -pthread   conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
configure:40483: $? = 0
configure:40486: test -z 			 || test ! -s conftest.err
configure:40489: $? = 0
configure:40492: test -s conftest
configure:40495: $? = 0
configure:40509: result: yes
configure:40529: checking for joinable pthread attribute
configure:40547: gcc -o conftest -g -O2 -pthread   conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
configure:40553: $? = 0
configure:40556: test -z 			 || test ! -s conftest.err
configure:40559: $? = 0
configure:40562: test -s conftest
configure:40565: $? = 0
configure:40630: result: PTHREAD_CREATE_JOINABLE
configure:40637: checking if more special flags are required for pthreads
configure:40644: result: no
configure:40656: checking for cc_r
configure:40683: result: gcc
configure:40723: checking for pthread_attr_getstack
configure:40780: gcc -o conftest -pthread -g -O2   conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
configure:40786: $? = 0
configure:40789: test -z 			 || test ! -s conftest.err
configure:40792: $? = 0
configure:40795: test -s conftest
configure:40798: $? = 0
configure:40810: result: yes
configure:40823: checking for library containing sched_yield
configure:40853: gcc -o conftest -g -O2   conftest.c  -lgmp -lcrypt -lm -lltdl  >&5
configure:40859: $? = 0
configure:40862: test -z 			 || test ! -s conftest.err
configure:40865: $? = 0
configure:40868: test -s conftest
configure:40871: $? = 0
configure:40940: result: none required
configure:40965: checking what kind of threads to support
configure:40967: result: pthreads
configure:41279: creating ./config.status

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

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

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

on linux

config.status:899: creating libguile/gen-scmconfig.h
config.status:899: creating Makefile
config.status:899: creating am/Makefile
config.status:899: creating benchmark-suite/Makefile
config.status:899: creating doc/Makefile
config.status:899: creating doc/goops/Makefile
config.status:899: creating doc/r5rs/Makefile
config.status:899: creating doc/ref/Makefile
config.status:899: creating doc/tutorial/Makefile
config.status:899: creating examples/Makefile
config.status:899: creating examples/box-dynamic-module/Makefile
config.status:899: creating examples/box-dynamic/Makefile
config.status:899: creating examples/box-module/Makefile
config.status:899: creating examples/box/Makefile
config.status:899: creating examples/modules/Makefile
config.status:899: creating examples/safe/Makefile
config.status:899: creating examples/scripts/Makefile
config.status:899: creating guile-config/Makefile
config.status:899: creating ice-9/Makefile
config.status:899: creating ice-9/debugger/Makefile
config.status:899: creating lang/Makefile
config.status:899: creating lang/elisp/Makefile
config.status:899: creating lang/elisp/internals/Makefile
config.status:899: creating lang/elisp/primitives/Makefile
config.status:899: creating libguile/Makefile
config.status:899: creating oop/Makefile
config.status:899: creating oop/goops/Makefile
config.status:899: creating scripts/Makefile
config.status:899: creating srfi/Makefile
config.status:899: creating test-suite/Makefile
config.status:899: creating test-suite/standalone/Makefile
config.status:899: creating check-guile
config.status:899: creating benchmark-guile
config.status:899: creating guile-tools
config.status:899: creating pre-inst-guile
config.status:899: creating pre-inst-guile-env
config.status:899: creating libguile/guile-snarf
config.status:899: creating libguile/guile-doc-snarf
config.status:899: creating libguile/guile-func-name-check
config.status:899: creating libguile/guile-snarf-docs
config.status:977: creating config.h
config.status:1563: config.h is unchanged
config.status:1743: executing depfiles commands
config.status:1743: executing default-1 commands
configure:42906: configuring in guile-readline
configure:43023: running /bin/sh './configure' --prefix=/usr/local  --cache-file=/dev/null --srcdir=.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
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_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_func_DINFINITY=no
ac_cv_func_DQNAN=no
ac_cv_func__NSGetEnviron=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_chown=yes
ac_cv_func_chroot=yes
ac_cv_func_connect=yes
ac_cv_func_copysign=yes
ac_cv_func_ctermid=yes
ac_cv_func_cuserid=yes
ac_cv_func_dlopen=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_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_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=yes
ac_cv_func_pause=yes
ac_cv_func_pthread_attr_getstack=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_shl_load=no
ac_cv_func_sigaction=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sincos=yes
ac_cv_func_socketpair=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_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_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_strptime=yes
ac_cv_header_assert_h=yes
ac_cv_header_crt_externs_h=no
ac_cv_header_crypt_h=yes
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=no
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
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_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=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_gmp___gmpz_init=yes
ac_cv_lib_ltdl_lt_dlinit=yes
ac_cv_lib_m_main=yes
ac_cv_macro_S_ISLNK=yes
ac_cv_member_struct_sockaddr_in6_sin6_len=no
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_zone=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_EMACS=emacs
ac_cv_prog_PTHREAD_CC=gcc
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_have_makeinfo=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_crypt=-lcrypt
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_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_float=yes
ac_cv_type_getgroups=gid_t
ac_cv_type_int=yes
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_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_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_path_LD=/usr/i586-suse-linux/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_lispdir='${datadir}/emacs/site-lisp'
am_cv_prog_cc_stdc=
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext2_libc=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=yes
guile_cv_have_sin6_scope_id=yes
guile_cv_have_uint32_t=yes
guile_cv_header_libc_with_unistd=no
guile_cv_localtime_cache=no
guile_cv_struct_utimbuf_needs_posix=no
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=no
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/i586-suse-linux/bin/ld
lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_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=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_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} /usr/local/guile-1.8.0/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/guile-1.8.0/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/local/guile-1.8.0/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/guile-1.8.0/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/guile-1.8.0/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD='gcc'
CC_FOR_BUILD='gcc'
CFLAGS='-g -O2 -Wall -Wmissing-prototypes -Werror'
CPP='gcc -E'
CPPFLAGS=''
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='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='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=''
FFLAGS=''
GMSGFMT='/usr/bin/msgfmt'
GUILE_CFLAGS='-pthread'
GUILE_EFFECTIVE_VERSION='1.8'
GUILE_FOR_BUILD='$(preinstguile)'
GUILE_LIBS='  -lgmp -lcrypt -lm -lltdl '
GUILE_MAJOR_VERSION='1'
GUILE_MICRO_VERSION='0'
GUILE_MINOR_VERSION='8'
GUILE_VERSION='1.8.0'
HAVE_MAKEINFO_FALSE='#'
HAVE_MAKEINFO_TRUE=''
HOST_CC='gcc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBGUILE_INTERFACE='17:0:0'
LIBGUILE_INTERFACE_AGE='0'
LIBGUILE_INTERFACE_CURRENT='17'
LIBGUILE_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE='3:0:0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_13_14_MAJOR='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE='3:0:0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_1_MAJOR='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE='3:0:0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_4_MAJOR='3'
LIBGUILE_SRFI_SRFI_60_INTERFACE='2:0:0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT='2'
LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_60_MAJOR='2'
LIBICONV='-liconv'
LIBINTL=''
LIBLOBJS='dynl.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo'
LIBOBJS=' dynl$U.o filesys$U.o posix$U.o net_db$U.o socket$U.o regex-posix$U.o'
LIBS=' -lgmp -lcrypt -lm -lltdl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=' dynl$U.lo filesys$U.lo posix$U.lo net_db$U.lo socket$U.lo regex-posix$U.lo'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/local/guile-1.8.0/missing --run makeinfo'
MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='guile'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='guile'
PACKAGE_STRING='guile 1.8.0'
PACKAGE_TARNAME='guile'
PACKAGE_VERSION='1.8.0'
PATH_SEPARATOR=':'
POSUB='po'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
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_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.0'
XGETTEXT='/usr/bin/xgettext'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='no'
datadir='${prefix}/share'
exec_prefix='${prefix}'
have_makeinfo='yes'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/usr/local/guile-1.8.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir='${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' guile-readline'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute='/usr/local/guile-1.8.0'
top_srcdir_absolute='/usr/local/guile-1.8.0'

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

#define ENABLE_NLS 1
#define GETGROUPS_T gid_t
#define HAVE_ACOSH 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ASINH 1
#define HAVE_ASSERT_H 1
#define HAVE_ATANH 1
#define HAVE_ATEXIT 1
#define HAVE_BCOPY 1
#define HAVE_CHOWN 1
#define HAVE_CHROOT 1
#define HAVE_CONNECT 1
#define HAVE_COPYSIGN 1
#define HAVE_CRYPT 1
#define HAVE_CRYPT_H 1
#define HAVE_CTERMID 1
#define HAVE_CUSERID 1
#define HAVE_DCGETTEXT 1
#define HAVE_DECL_STRPTIME 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ENDHOSTENT 1
#define HAVE_ENDNETENT 1
#define HAVE_ENDPROTOENT 1
#define HAVE_ENDSERVENT 1
#define HAVE_FCHOWN 1
#define HAVE_FCNTL 1
#define HAVE_FENV_H 1
#define HAVE_FESETROUND 1
#define HAVE_FINITE 1
#define HAVE_FLOCK 1
#define HAVE_FORK 1
#define HAVE_FTIME 1
#define HAVE_GETCWD 1
#define HAVE_GETEUID 1
#define HAVE_GETGRENT 1
#define HAVE_GETGROUPS 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTENT 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETITIMER 1
#define HAVE_GETLOGIN 1
#define HAVE_GETNETBYADDR 1
#define HAVE_GETNETBYNAME 1
#define HAVE_GETNETENT 1
#define HAVE_GETPASS 1
#define HAVE_GETPGRP 1
#define HAVE_GETPPID 1
#define HAVE_GETPRIORITY 1
#define HAVE_GETPROTOENT 1
#define HAVE_GETPWENT 1
#define HAVE_GETSERVENT 1
#define HAVE_GETTEXT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_GRP_H 1
#define HAVE_HSTRERROR 1
#define HAVE_H_ERRNO 1
#define HAVE_INDEX 1
#define HAVE_INET_ATON 1
#define HAVE_INET_LNAOF 1
#define HAVE_INET_MAKEADDR 1
#define HAVE_INET_NETOF 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_IPV6 1
#define HAVE_ISINF 1
#define HAVE_ISNAN 1
#define HAVE_KILL 1
#define HAVE_LIBC_STACK_END 1
#define HAVE_LIBGMP 1
#define HAVE_LIBLTDL 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_LINK 1
#define HAVE_LSTAT 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDIR 1
#define HAVE_MKNOD 1
#define HAVE_MKSTEMP 1
#define HAVE_NETDB_H 1
#define HAVE_NETWORKING 1
#define HAVE_NICE 1
#define HAVE_ON_EXIT 1
#define HAVE_PAUSE 1
#define HAVE_POSIX 1
#define HAVE_PTHREAD_ATTR_GETSTACK 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_READDIR_R 1
#define HAVE_READLINK 1
#define HAVE_REGCOMP 1
#define HAVE_REGEX_H 1
#define HAVE_RENAME 1
#define HAVE_RESTARTABLE_SYSCALLS 1
#define HAVE_RINDEX 1
#define HAVE_RMDIR 1
#define HAVE_SELECT 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETGROUPS 1
#define HAVE_SETHOSTENT 1
#define HAVE_SETHOSTNAME 1
#define HAVE_SETITIMER 1
#define HAVE_SETLOCALE 1
#define HAVE_SETNETENT 1
#define HAVE_SETPGID 1
#define HAVE_SETPRIORITY 1
#define HAVE_SETPROTOENT 1
#define HAVE_SETPWENT 1
#define HAVE_SETSERVENT 1
#define HAVE_SETSID 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIN6_SCOPE_ID 1
#define HAVE_SINCOS 1
#define HAVE_SOCKETPAIR 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRCMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRPTIME 1
#define HAVE_STRUCT_LINGER 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_ST_BLOCKS 1
#define HAVE_SYMLINK 1
#define HAVE_SYNC 1
#define HAVE_SYSCONF 1
#define HAVE_SYSTEM 1
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_S_ISLNK 1
#define HAVE_TCGETPGRP 1
#define HAVE_TCSETPGRP 1
#define HAVE_TIMES 1
#define HAVE_TIME_H 1
#define HAVE_TM_ZONE 1
#define HAVE_TRUNC 1
#define HAVE_TTYNAME 1
#define HAVE_TZSET 1
#define HAVE_UINT32_T 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNIX_DOMAIN_SOCKETS 1
#define HAVE_UNSETENV 1
#define HAVE_USLEEP 1
#define HAVE_UTIME_H 1
#define HAVE_WAITPID 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "guile"
#define PACKAGE_STRING "guile 1.8.0"
#define PACKAGE_TARNAME "guile"
#define PACKAGE_VERSION "1.8.0"
#define RETSIGTYPE void
#define SCM_SINGLES 1
#define SCM_WARN_DEPRECATED_DEFAULT "summary"
#define SIZEOF_CHAR 1
#define SIZEOF_FLOAT 4
#define SIZEOF_INT 4
#define SIZEOF_INTMAX_T 8
#define SIZEOF_INTPTR_T 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_PTRDIFF_T 4
#define SIZEOF_SHORT 2
#define SIZEOF_SIZE_T 4
#define SIZEOF_SIZE_T 4
#define SIZEOF_UINTPTR_T 4
#define SIZEOF_UNSIGNED_CHAR 1
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_SHORT 2
#define SIZEOF_UNSIGNED___INT64 0
#define SIZEOF_VOID_P 4
#define SIZEOF___INT64 0
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

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

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

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

* Re: guile-1.8.0 configure error
  2006-10-02 18:38 guile-1.8.0 configure error Weinstein, Jay P
@ 2006-10-02 20:21 ` Kevin Ryde
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Ryde @ 2006-10-02 20:21 UTC (permalink / raw)
  Cc: bug-guile

"Weinstein, Jay P" <jay.p.weinstein@intel.com> writes:
>
> It can't find pthread libs in /usr/lib. See config.log

Looks like "-pthread" succeeded.  Did something not work?


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


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

end of thread, other threads:[~2006-10-02 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-02 18:38 guile-1.8.0 configure error Weinstein, Jay P
2006-10-02 20:21 ` Kevin Ryde

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