bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FC2 configure: error: At least GNU MP 4.1 is required, see README


From: Aubrey Jaffer
Subject: Re: FC2 configure: error: At least GNU MP 4.1 is required, see README
Date: Wed, 15 Mar 2006 22:20:05 -0500 (EST)

 | From: Neil Jerram <address@hidden>
 | Date: Wed, 15 Mar 2006 19:20:20 +0000
 | 
 | Aubrey Jaffer <address@hidden> writes:
 | 
 | >  | From: Neil Jerram <address@hidden>
 | >  | Date: Tue, 14 Mar 2006 19:56:31 +0000
 | >  | 
 | >  | Aubrey Jaffer <address@hidden> writes:
 | >  | 
 | >  | >  checking for library containing crypt... -lcrypt
 | >  | >  checking for __gmpz_init in -lgmp... yes
 | >  | >  configure: error: At least GNU MP 4.1 is required, see README
 | >  | 
 | >  | Are there any clues at the end of config.log, when this happens?
 | >
 | > Here is the tail of config.log:
 | 
 | [...]
 | 
 | Sorry, unfortunately that's not the interesting part; it seems
 | ./configure dumps a whole load of state even after it fails.  Can
 | you post the whole thing, or else give a link where we can download
 | the whole thing?

Here it is:

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 = aubrey
uname -m = i686
uname -r = 2.6.9-1.6_FC2smp
uname -s = Linux
uname -v = #1 SMP Thu Nov 18 22:20:16 EST 2004

/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: /home/jaffer/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/chipmunk/bin
PATH: /usr/java/j2sdk1.4.2_06/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 /usr/local/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.3 20040412 (Red Hat Linux 3.3.3-7)
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/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --disable-libunwind-exceptions --with-system-zlib 
--enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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:3898: gcc -o conftest -g -O2   conftest.c  >&5
configure:3901: $? = 0
configure:3903: ./conftest
configure:3906: $? = 0
configure:3921: result: yes
configure:3945: checking for sys/types.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for sys/stat.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for stdlib.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for string.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for memory.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for strings.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for inttypes.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for stdint.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:3945: checking for unistd.h
configure:3961: gcc -c -g -O2  conftest.c >&5
configure:3967: $? = 0
configure:3970: test -z                          || test ! -s conftest.err
configure:3973: $? = 0
configure:3976: test -s conftest.o
configure:3979: $? = 0
configure:3990: result: yes
configure:4012: checking minix/config.h usability
configure:4024: gcc -c -g -O2  conftest.c >&5
conftest.c:53:26: minix/config.h: No such file or directory
configure:4030: $? = 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:4052: result: no
configure:4056: checking minix/config.h presence
configure:4066: gcc -E  conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:4072: $? = 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:4092: result: no
configure:4127: checking for minix/config.h
configure:4134: result: no
configure:4210: checking for gcc
configure:4236: result: gcc
configure:4480: checking for C compiler version
configure:4483: gcc --version </dev/null >&5
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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:4486: $? = 0
configure:4488: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --disable-libunwind-exceptions --with-system-zlib 
--enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:4491: $? = 0
configure:4493: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:4496: $? = 1
configure:4499: checking whether we are using the GNU C compiler
configure:4554: result: yes
configure:4560: checking whether gcc accepts -g
configure:4610: result: yes
configure:4627: checking for gcc option to accept ANSI C
configure:4733: result: none needed
configure:4751: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:4757: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4889: checking dependency style of gcc
configure:4979: result: gcc3
configure:5074: checking for a sed that does not truncate output
configure:5128: result: /bin/sed
configure:5142: checking for ld used by gcc
configure:5209: result: /usr/bin/ld
configure:5218: checking if the linker (/usr/bin/ld) is GNU ld
configure:5233: result: yes
configure:5238: checking for /usr/bin/ld option to reload object files
configure:5245: result: -r
configure:5263: checking for BSD-compatible nm
configure:5312: result: /usr/bin/nm -B
configure:5316: checking whether ln -s works
configure:5320: result: yes
configure:5327: checking how to recognise dependent libraries
configure:5503: result: pass_all
configure:5989: checking dlfcn.h usability
configure:6001: gcc -c -g -O2  conftest.c >&5
configure:6007: $? = 0
configure:6010: test -z                          || test ! -s conftest.err
configure:6013: $? = 0
configure:6016: test -s conftest.o
configure:6019: $? = 0
configure:6029: result: yes
configure:6033: checking dlfcn.h presence
configure:6043: gcc -E  conftest.c
configure:6049: $? = 0
configure:6069: result: yes
configure:6104: checking for dlfcn.h
configure:6111: result: yes
configure:6176: checking for g++
configure:6192: found /usr/bin/g++
configure:6202: result: g++
configure:6218: checking for C++ compiler version
configure:6221: g++ --version </dev/null >&5
g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
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:6224: $? = 0
configure:6226: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --disable-libunwind-exceptions --with-system-zlib 
--enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:6229: $? = 0
configure:6231: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:6234: $? = 1
configure:6237: checking whether we are using the GNU C++ compiler
configure:6261: g++ -c   conftest.cc >&5
configure:6267: $? = 0
configure:6270: test -z                          || test ! -s conftest.err
configure:6273: $? = 0
configure:6276: test -s conftest.o
configure:6279: $? = 0
configure:6292: result: yes
configure:6298: checking whether g++ accepts -g
configure:6319: g++ -c -g  conftest.cc >&5
configure:6325: $? = 0
configure:6328: test -z                          || test ! -s conftest.err
configure:6331: $? = 0
configure:6334: test -s conftest.o
configure:6337: $? = 0
configure:6348: result: yes
configure:6390: g++ -c -g -O2  conftest.cc >&5
configure:6396: $? = 0
configure:6399: test -z                          || test ! -s conftest.err
configure:6402: $? = 0
configure:6405: test -s conftest.o
configure:6408: $? = 0
configure:6434: 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:6440: $? = 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:6390: g++ -c -g -O2  conftest.cc >&5
configure:6396: $? = 0
configure:6399: test -z                          || test ! -s conftest.err
configure:6402: $? = 0
configure:6405: test -s conftest.o
configure:6408: $? = 0
configure:6434: g++ -c -g -O2  conftest.cc >&5
configure:6440: $? = 0
configure:6443: test -z                          || test ! -s conftest.err
configure:6446: $? = 0
configure:6449: test -s conftest.o
configure:6452: $? = 0
configure:6477: checking dependency style of g++
configure:6567: result: gcc3
configure:6594: checking how to run the C++ preprocessor
configure:6625: g++ -E  conftest.cc
configure:6631: $? = 0
configure:6663: g++ -E  conftest.cc
conftest.cc:23:28: ac_nonexistent.h: No such file or directory
configure:6669: $? = 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:6708: result: g++ -E
configure:6732: g++ -E  conftest.cc
configure:6738: $? = 0
configure:6770: g++ -E  conftest.cc
conftest.cc:23:28: ac_nonexistent.h: No such file or directory
configure:6776: $? = 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:6873: checking for g77
configure:6889: found /usr/bin/g77
configure:6899: result: g77
configure:6917: checking for Fortran 77 compiler version
configure:6917: g77 --version </dev/null >&5
GNU Fortran (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:6920: $? = 0
configure:6922: g77 -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --disable-libunwind-exceptions --with-system-zlib 
--enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
configure:6925: $? = 0
configure:6927: g77 -V </dev/null >&5
g77: `-V' option must have argument
configure:6930: $? = 1
configure:6938: checking whether we are using the GNU Fortran 77 compiler
configure:6952: g77 -c  conftest.F >&5
configure:6958: $? = 0
configure:6961: test -z                          || test ! -s conftest.err
configure:6964: $? = 0
configure:6967: test -s conftest.o
configure:6970: $? = 0
configure:6983: result: yes
configure:6989: checking whether g77 accepts -g
configure:7001: g77 -c -g conftest.f >&5
configure:7007: $? = 0
configure:7010: test -z                          || test ! -s conftest.err
configure:7013: $? = 0
configure:7016: test -s conftest.o
configure:7019: $? = 0
configure:7031: result: yes
configure:7061: checking the maximum length of command line arguments
configure:7170: result: 32768
configure:7181: checking command to parse /usr/bin/nm -B output from gcc object
configure:7286: gcc -c -g -O2  conftest.c >&5
configure:7289: $? = 0
configure:7293: /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:7296: $? = 0
configure:7348: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7351: $? = 0
configure:7389: result: ok
configure:7393: checking for objdir
configure:7408: result: .libs
configure:7498: checking for ar
configure:7514: found /usr/bin/ar
configure:7525: result: ar
configure:7578: checking for ranlib
configure:7594: found /usr/bin/ranlib
configure:7605: result: ranlib
configure:7658: checking for strip
configure:7674: found /usr/bin/strip
configure:7685: result: strip
configure:7957: 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:7992: result: no
configure:8007: checking for gcc option to produce PIC
configure:8217: result: -fPIC
configure:8225: checking if gcc PIC flag -fPIC works
configure:8246: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:8250: $? = 0
configure:8260: result: yes
configure:8288: checking if gcc static flag -static works
configure:8316: result: yes
configure:8326: 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:8373: result: yes
configure:8399: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:9365: result: yes
configure:9386: checking whether -lc should be explicitly linked in
configure:9391: gcc -c -g -O2  conftest.c >&5
configure:9394: $? = 0
configure:9409: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:9412: $? = 0
configure:9424: result: no
configure:9432: checking dynamic linker characteristics
configure:10032: result: GNU/Linux ld.so
configure:10041: checking how to hardcode library paths into programs
configure:10066: result: immediate
configure:10080: checking whether stripping libraries is possible
configure:10085: result: yes
configure:10210: checking for shl_load
configure:10267: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccYww38P.o(.text+0x11): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:63: undefined reference to `shl_load'
/tmp/ccYww38P.o(.data+0x0):/usr/local/src/guile-1.8.0/conftest.c:62: undefined 
reference to `shl_load'
collect2: ld returned 1 exit status
configure:10273: $? = 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:10297: result: no
configure:10302: checking for shl_load in -ldld
configure:10332: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10338: $? = 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:10363: result: no
configure:10368: checking for dlopen
configure:10425: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc8rMwAf.o(.text+0x11): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:63: undefined reference to `dlopen'
/tmp/cc8rMwAf.o(.data+0x0):/usr/local/src/guile-1.8.0/conftest.c:62: undefined 
reference to `dlopen'
collect2: ld returned 1 exit status
configure:10431: $? = 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:10455: result: no
configure:10460: checking for dlopen in -ldl
configure:10490: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:10496: $? = 0
configure:10499: test -z                         || test ! -s conftest.err
configure:10502: $? = 0
configure:10505: test -s conftest
configure:10508: $? = 0
configure:10521: result: yes
configure:10694: checking whether a program can dlopen itself
configure:10768: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
conftest.c -ldl  >&5
configure:10771: $? = 0
configure:10789: result: yes
configure:10794: checking whether a statically linked program can dlopen itself
configure:10868: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
-static conftest.c -ldl  >&5
/tmp/ccUNNG3c.o(.text+0x1b): In function `main':
/usr/local/src/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:10871: $? = 0
/lib/: cannot read file data: Is a directory
configure:10889: result: no
configure:10912: checking if libtool supports shared libraries
configure:10914: result: yes
configure:10917: checking whether to build shared libraries
configure:10938: result: yes
configure:10941: checking whether to build static libraries
configure:10945: result: yes
configure:11037: creating libtool
configure:11625: checking for ld used by g++
configure:11692: result: /usr/bin/ld
configure:11701: checking if the linker (/usr/bin/ld) is GNU ld
configure:11716: result: yes
configure:11767: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:12703: result: yes
configure:12721: g++ -c -g -O2  conftest.cpp >&5
configure:12724: $? = 0
configure:12843: checking for g++ option to produce PIC
configure:13117: result: -fPIC
configure:13125: checking if g++ PIC flag -fPIC works
configure:13146: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13150: $? = 0
configure:13160: result: yes
configure:13188: checking if g++ static flag -static works
configure:13216: result: yes
configure:13226: 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:13273: result: yes
configure:13299: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:13330: result: yes
configure:13397: checking dynamic linker characteristics
configure:13997: result: GNU/Linux ld.so
configure:14006: checking how to hardcode library paths into programs
configure:14031: result: immediate
configure:14557: checking if libtool supports shared libraries
configure:14559: result: yes
configure:14562: checking whether to build shared libraries
configure:14582: result: yes
configure:14585: checking whether to build static libraries
configure:14589: result: yes
configure:14599: checking for g77 option to produce PIC
configure:14809: result: -fPIC
configure:14817: checking if g77 PIC flag -fPIC works
configure:14838: g77 -c -g -O2 -fPIC conftest.f >&5
configure:14842: $? = 0
configure:14852: result: yes
configure:14880: checking if g77 static flag -static works
configure:14908: result: yes
configure:14918: checking if g77 supports -c -o file.o
configure:14942: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14946: $? = 0
configure:14965: result: yes
configure:14991: checking whether the g77 linker (/usr/bin/ld) supports shared 
libraries
configure:15937: result: yes
configure:16004: checking dynamic linker characteristics
configure:16604: result: GNU/Linux ld.so
configure:16613: checking how to hardcode library paths into programs
configure:16638: result: immediate
configure:20222: checking for lt_dlinit in -lltdl
configure:20252: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
configure:20258: $? = 0
configure:20261: test -z                         || test ! -s conftest.err
configure:20264: $? = 0
configure:20267: test -s conftest
configure:20270: $? = 0
configure:20283: result: yes
configure:20303: checking for makeinfo
configure:20319: found /usr/local/bin/makeinfo
configure:20330: result: yes
configure:20355: checking for emacs
configure:20371: found /usr/bin/emacs
configure:20381: result: emacs
configure:20405: checking where .elc files should go
configure:20418: $EMACS -batch -q -eval '(while load-path (princ (concat (car 
load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el 
(source)...
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el 
(source)...
configure:20421: $? = 0
configure:20434: result: ${datadir}/emacs/site-lisp
configure:20661: checking for an ANSI C-conforming const
configure:20728: gcc -c -g -O2  conftest.c >&5
configure:20734: $? = 0
configure:20737: test -z                         || test ! -s conftest.err
configure:20740: $? = 0
configure:20743: test -s conftest.o
configure:20746: $? = 0
configure:20757: result: yes
configure:20768: checking for inline
configure:20789: gcc -c -g -O2  conftest.c >&5
configure:20795: $? = 0
configure:20798: test -z                         || test ! -s conftest.err
configure:20801: $? = 0
configure:20804: test -s conftest.o
configure:20807: $? = 0
configure:20819: result: inline
configure:20844: checking whether byte ordering is bigendian
configure:20871: gcc -c -g -O2  conftest.c >&5
configure:20877: $? = 0
configure:20880: test -z                         || test ! -s conftest.err
configure:20883: $? = 0
configure:20886: test -s conftest.o
configure:20889: $? = 0
configure:20913: 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:20919: $? = 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:21052: result: no
configure:21072: checking for char
configure:21096: gcc -c -g -O2  conftest.c >&5
configure:21102: $? = 0
configure:21105: test -z                         || test ! -s conftest.err
configure:21108: $? = 0
configure:21111: test -s conftest.o
configure:21114: $? = 0
configure:21125: result: yes
configure:21128: checking size of char
configure:21440: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:21443: $? = 0
configure:21445: ./conftest
configure:21448: $? = 0
configure:21471: result: 1
configure:21478: checking for unsigned char
configure:21502: gcc -c -g -O2  conftest.c >&5
configure:21508: $? = 0
configure:21511: test -z                         || test ! -s conftest.err
configure:21514: $? = 0
configure:21517: test -s conftest.o
configure:21520: $? = 0
configure:21531: result: yes
configure:21534: checking size of unsigned char
configure:21846: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:21849: $? = 0
configure:21851: ./conftest
configure:21854: $? = 0
configure:21877: result: 1
configure:21884: checking for short
configure:21908: gcc -c -g -O2  conftest.c >&5
configure:21914: $? = 0
configure:21917: test -z                         || test ! -s conftest.err
configure:21920: $? = 0
configure:21923: test -s conftest.o
configure:21926: $? = 0
configure:21937: result: yes
configure:21940: checking size of short
configure:22252: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:22255: $? = 0
configure:22257: ./conftest
configure:22260: $? = 0
configure:22283: result: 2
configure:22290: checking for unsigned short
configure:22314: gcc -c -g -O2  conftest.c >&5
configure:22320: $? = 0
configure:22323: test -z                         || test ! -s conftest.err
configure:22326: $? = 0
configure:22329: test -s conftest.o
configure:22332: $? = 0
configure:22343: result: yes
configure:22346: checking size of unsigned short
configure:22658: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:22661: $? = 0
configure:22663: ./conftest
configure:22666: $? = 0
configure:22689: result: 2
configure:22696: checking for int
configure:22720: gcc -c -g -O2  conftest.c >&5
configure:22726: $? = 0
configure:22729: test -z                         || test ! -s conftest.err
configure:22732: $? = 0
configure:22735: test -s conftest.o
configure:22738: $? = 0
configure:22749: result: yes
configure:22752: checking size of int
configure:23064: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23067: $? = 0
configure:23069: ./conftest
configure:23072: $? = 0
configure:23095: result: 4
configure:23102: checking for unsigned int
configure:23126: gcc -c -g -O2  conftest.c >&5
configure:23132: $? = 0
configure:23135: test -z                         || test ! -s conftest.err
configure:23138: $? = 0
configure:23141: test -s conftest.o
configure:23144: $? = 0
configure:23155: result: yes
configure:23158: checking size of unsigned int
configure:23470: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23473: $? = 0
configure:23475: ./conftest
configure:23478: $? = 0
configure:23501: result: 4
configure:23508: checking for long
configure:23532: gcc -c -g -O2  conftest.c >&5
configure:23538: $? = 0
configure:23541: test -z                         || test ! -s conftest.err
configure:23544: $? = 0
configure:23547: test -s conftest.o
configure:23550: $? = 0
configure:23561: result: yes
configure:23564: checking size of long
configure:23876: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:23879: $? = 0
configure:23881: ./conftest
configure:23884: $? = 0
configure:23907: result: 4
configure:23914: checking for unsigned long
configure:23938: gcc -c -g -O2  conftest.c >&5
configure:23944: $? = 0
configure:23947: test -z                         || test ! -s conftest.err
configure:23950: $? = 0
configure:23953: test -s conftest.o
configure:23956: $? = 0
configure:23967: result: yes
configure:23970: checking size of unsigned long
configure:24282: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:24285: $? = 0
configure:24287: ./conftest
configure:24290: $? = 0
configure:24313: result: 4
configure:24320: checking for size_t
configure:24344: gcc -c -g -O2  conftest.c >&5
configure:24350: $? = 0
configure:24353: test -z                         || test ! -s conftest.err
configure:24356: $? = 0
configure:24359: test -s conftest.o
configure:24362: $? = 0
configure:24373: result: yes
configure:24376: checking size of size_t
configure:24688: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:24691: $? = 0
configure:24693: ./conftest
configure:24696: $? = 0
configure:24719: result: 4
configure:24726: checking for long long
configure:24750: gcc -c -g -O2  conftest.c >&5
configure:24756: $? = 0
configure:24759: test -z                         || test ! -s conftest.err
configure:24762: $? = 0
configure:24765: test -s conftest.o
configure:24768: $? = 0
configure:24779: result: yes
configure:24782: checking size of long long
configure:25094: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:25097: $? = 0
configure:25099: ./conftest
configure:25102: $? = 0
configure:25125: result: 8
configure:25132: checking for unsigned long long
configure:25156: gcc -c -g -O2  conftest.c >&5
configure:25162: $? = 0
configure:25165: test -z                         || test ! -s conftest.err
configure:25168: $? = 0
configure:25171: test -s conftest.o
configure:25174: $? = 0
configure:25185: result: yes
configure:25188: checking size of unsigned long long
configure:25500: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:25503: $? = 0
configure:25505: ./conftest
configure:25508: $? = 0
configure:25531: result: 8
configure:25538: checking for __int64
configure:25562: 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:25568: $? = 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:25591: result: no
configure:25594: checking size of __int64
configure:25937: result: 0
configure:25944: checking for unsigned __int64
configure:25968: 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:25974: $? = 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:25997: result: no
configure:26000: checking size of unsigned __int64
configure:26343: result: 0
configure:26350: checking for void *
configure:26374: gcc -c -g -O2  conftest.c >&5
configure:26380: $? = 0
configure:26383: test -z                         || test ! -s conftest.err
configure:26386: $? = 0
configure:26389: test -s conftest.o
configure:26392: $? = 0
configure:26403: result: yes
configure:26406: checking size of void *
configure:26718: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:26721: $? = 0
configure:26723: ./conftest
configure:26726: $? = 0
configure:26749: result: 4
configure:26756: checking for intptr_t
configure:26780: gcc -c -g -O2  conftest.c >&5
configure:26786: $? = 0
configure:26789: test -z                         || test ! -s conftest.err
configure:26792: $? = 0
configure:26795: test -s conftest.o
configure:26798: $? = 0
configure:26809: result: yes
configure:26812: checking size of intptr_t
configure:27124: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27127: $? = 0
configure:27129: ./conftest
configure:27132: $? = 0
configure:27155: result: 4
configure:27162: checking for uintptr_t
configure:27186: gcc -c -g -O2  conftest.c >&5
configure:27192: $? = 0
configure:27195: test -z                         || test ! -s conftest.err
configure:27198: $? = 0
configure:27201: test -s conftest.o
configure:27204: $? = 0
configure:27215: result: yes
configure:27218: checking size of uintptr_t
configure:27530: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27533: $? = 0
configure:27535: ./conftest
configure:27538: $? = 0
configure:27561: result: 4
configure:27568: checking for ptrdiff_t
configure:27592: gcc -c -g -O2  conftest.c >&5
configure:27598: $? = 0
configure:27601: test -z                         || test ! -s conftest.err
configure:27604: $? = 0
configure:27607: test -s conftest.o
configure:27610: $? = 0
configure:27621: result: yes
configure:27624: checking size of ptrdiff_t
configure:27936: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:27939: $? = 0
configure:27941: ./conftest
configure:27944: $? = 0
configure:27967: result: 4
configure:27974: checking for size_t
configure:28027: result: yes
configure:28030: checking size of size_t
configure:28373: result: 4
configure:28399: checking for stdint.h
configure:28404: result: yes
configure:28548: checking for inttypes.h
configure:28553: result: yes
configure:28693: checking for intmax_t
configure:28717: gcc -c -g -O2  conftest.c >&5
configure:28723: $? = 0
configure:28726: test -z                         || test ! -s conftest.err
configure:28729: $? = 0
configure:28732: test -s conftest.o
configure:28735: $? = 0
configure:28746: result: yes
configure:28749: checking size of intmax_t
configure:29061: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:29064: $? = 0
configure:29066: ./conftest
configure:29069: $? = 0
configure:29092: result: 8
configure:29959: checking for int8_t
configure:29984: gcc -c -g -O2  conftest.c >&5
configure:29990: $? = 0
configure:29993: test -z                         || test ! -s conftest.err
configure:29996: $? = 0
configure:29999: test -s conftest.o
configure:30002: $? = 0
configure:30013: result: yes
configure:30019: checking for uint8_t
configure:30044: gcc -c -g -O2  conftest.c >&5
configure:30050: $? = 0
configure:30053: test -z                         || test ! -s conftest.err
configure:30056: $? = 0
configure:30059: test -s conftest.o
configure:30062: $? = 0
configure:30073: result: yes
configure:30079: checking for int16_t
configure:30104: gcc -c -g -O2  conftest.c >&5
configure:30110: $? = 0
configure:30113: test -z                         || test ! -s conftest.err
configure:30116: $? = 0
configure:30119: test -s conftest.o
configure:30122: $? = 0
configure:30133: result: yes
configure:30139: checking for uint16_t
configure:30164: gcc -c -g -O2  conftest.c >&5
configure:30170: $? = 0
configure:30173: test -z                         || test ! -s conftest.err
configure:30176: $? = 0
configure:30179: test -s conftest.o
configure:30182: $? = 0
configure:30193: result: yes
configure:30199: checking for int32_t
configure:30224: gcc -c -g -O2  conftest.c >&5
configure:30230: $? = 0
configure:30233: test -z                         || test ! -s conftest.err
configure:30236: $? = 0
configure:30239: test -s conftest.o
configure:30242: $? = 0
configure:30253: result: yes
configure:30259: checking for uint32_t
configure:30284: gcc -c -g -O2  conftest.c >&5
configure:30290: $? = 0
configure:30293: test -z                         || test ! -s conftest.err
configure:30296: $? = 0
configure:30299: test -s conftest.o
configure:30302: $? = 0
configure:30313: result: yes
configure:30319: checking for int64_t
configure:30344: gcc -c -g -O2  conftest.c >&5
configure:30350: $? = 0
configure:30353: test -z                         || test ! -s conftest.err
configure:30356: $? = 0
configure:30359: test -s conftest.o
configure:30362: $? = 0
configure:30373: result: yes
configure:30379: checking for uint64_t
configure:30404: gcc -c -g -O2  conftest.c >&5
configure:30410: $? = 0
configure:30413: test -z                         || test ! -s conftest.err
configure:30416: $? = 0
configure:30419: test -s conftest.o
configure:30422: $? = 0
configure:30433: result: yes
configure:30439: checking for intmax_t
configure:30493: result: yes
configure:30499: checking for uintmax_t
configure:30524: gcc -c -g -O2  conftest.c >&5
configure:30530: $? = 0
configure:30533: test -z                         || test ! -s conftest.err
configure:30536: $? = 0
configure:30539: test -s conftest.o
configure:30542: $? = 0
configure:30553: result: yes
configure:30577: checking for int8_t
configure:30602: gcc -c -g -O2  conftest.c >&5
configure:30608: $? = 0
configure:30611: test -z                         || test ! -s conftest.err
configure:30614: $? = 0
configure:30617: test -s conftest.o
configure:30620: $? = 0
configure:30631: result: yes
configure:30637: checking for uint8_t
configure:30662: gcc -c -g -O2  conftest.c >&5
configure:30668: $? = 0
configure:30671: test -z                         || test ! -s conftest.err
configure:30674: $? = 0
configure:30677: test -s conftest.o
configure:30680: $? = 0
configure:30691: result: yes
configure:30697: checking for int16_t
configure:30722: gcc -c -g -O2  conftest.c >&5
configure:30728: $? = 0
configure:30731: test -z                         || test ! -s conftest.err
configure:30734: $? = 0
configure:30737: test -s conftest.o
configure:30740: $? = 0
configure:30751: result: yes
configure:30757: checking for uint16_t
configure:30782: gcc -c -g -O2  conftest.c >&5
configure:30788: $? = 0
configure:30791: test -z                         || test ! -s conftest.err
configure:30794: $? = 0
configure:30797: test -s conftest.o
configure:30800: $? = 0
configure:30811: result: yes
configure:30817: checking for int32_t
configure:30842: gcc -c -g -O2  conftest.c >&5
configure:30848: $? = 0
configure:30851: test -z                         || test ! -s conftest.err
configure:30854: $? = 0
configure:30857: test -s conftest.o
configure:30860: $? = 0
configure:30871: result: yes
configure:30877: checking for uint32_t
configure:30902: gcc -c -g -O2  conftest.c >&5
configure:30908: $? = 0
configure:30911: test -z                         || test ! -s conftest.err
configure:30914: $? = 0
configure:30917: test -s conftest.o
configure:30920: $? = 0
configure:30931: result: yes
configure:30937: checking for int64_t
configure:30962: gcc -c -g -O2  conftest.c >&5
configure:30968: $? = 0
configure:30971: test -z                         || test ! -s conftest.err
configure:30974: $? = 0
configure:30977: test -s conftest.o
configure:30980: $? = 0
configure:30991: result: yes
configure:30997: checking for uint64_t
configure:31022: gcc -c -g -O2  conftest.c >&5
configure:31028: $? = 0
configure:31031: test -z                         || test ! -s conftest.err
configure:31034: $? = 0
configure:31037: test -s conftest.o
configure:31040: $? = 0
configure:31051: result: yes
configure:31057: checking for intmax_t
configure:31082: gcc -c -g -O2  conftest.c >&5
configure:31088: $? = 0
configure:31091: test -z                         || test ! -s conftest.err
configure:31094: $? = 0
configure:31097: test -s conftest.o
configure:31100: $? = 0
configure:31111: result: yes
configure:31117: checking for uintmax_t
configure:31142: gcc -c -g -O2  conftest.c >&5
configure:31148: $? = 0
configure:31151: test -z                         || test ! -s conftest.err
configure:31154: $? = 0
configure:31157: test -s conftest.o
configure:31160: $? = 0
configure:31171: result: yes
configure:31389: checking for socklen_t
configure:31413: gcc -c -g -O2  conftest.c >&5
configure:31419: $? = 0
configure:31422: test -z                         || test ! -s conftest.err
configure:31425: $? = 0
configure:31428: test -s conftest.o
configure:31431: $? = 0
configure:31442: result: yes
configure:31454: checking for struct ip_mreq
configure:31478: 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:31484: $? = 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:31507: result: no
configure:31511: checking for ANSI C header files
configure:31663: result: yes
configure:31681: checking for dirent.h that defines DIR
configure:31705: gcc -c -g -O2  conftest.c >&5
configure:31711: $? = 0
configure:31714: test -z                         || test ! -s conftest.err
configure:31717: $? = 0
configure:31720: test -s conftest.o
configure:31723: $? = 0
configure:31734: result: yes
configure:31747: checking for library containing opendir
configure:31777: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:31783: $? = 0
configure:31786: test -z                         || test ! -s conftest.err
configure:31789: $? = 0
configure:31792: test -s conftest
configure:31795: $? = 0
configure:31864: result: none required
configure:31998: checking whether time.h and sys/time.h may both be included
configure:32023: gcc -c -g -O2  conftest.c >&5
configure:32029: $? = 0
configure:32032: test -z                         || test ! -s conftest.err
configure:32035: $? = 0
configure:32038: test -s conftest.o
configure:32041: $? = 0
configure:32052: result: yes
configure:32062: checking for sys/wait.h that is POSIX.1 compatible
configure:32093: gcc -c -g -O2  conftest.c >&5
configure:32099: $? = 0
configure:32102: test -z                         || test ! -s conftest.err
configure:32105: $? = 0
configure:32108: test -s conftest.o
configure:32111: $? = 0
configure:32122: result: yes
configure:32179: checking fenv.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking fenv.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for fenv.h
configure:32301: result: yes
configure:32179: checking io.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
conftest.c:87:16: io.h: No such file or directory
configure:32197: $? = 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:32219: result: no
configure:32223: checking io.h presence
configure:32233: gcc -E  conftest.c
conftest.c:53:16: io.h: No such file or directory
configure:32239: $? = 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:32259: result: no
configure:32294: checking for io.h
configure:32301: result: no
configure:32179: checking libc.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
conftest.c:87:18: libc.h: No such file or directory
configure:32197: $? = 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:32219: result: no
configure:32223: checking libc.h presence
configure:32233: gcc -E  conftest.c
conftest.c:53:18: libc.h: No such file or directory
configure:32239: $? = 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:32259: result: no
configure:32294: checking for libc.h
configure:32301: result: no
configure:32179: checking limits.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking limits.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for limits.h
configure:32301: result: yes
configure:32179: checking malloc.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking malloc.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for malloc.h
configure:32301: result: yes
configure:32170: checking for memory.h
configure:32175: result: yes
configure:32170: checking for string.h
configure:32175: result: yes
configure:32179: checking regex.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking regex.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for regex.h
configure:32301: result: yes
configure:32179: checking rxposix.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking rxposix.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for rxposix.h
configure:32301: result: yes
configure:32179: checking rx/rxposix.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
conftest.c:93:24: rx/rxposix.h: No such file or directory
configure:32197: $? = 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_RXPOSIX_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:32219: result: no
configure:32223: checking rx/rxposix.h presence
configure:32233: gcc -E  conftest.c
conftest.c:59:24: rx/rxposix.h: No such file or directory
configure:32239: $? = 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_RXPOSIX_H 1
| /* end confdefs.h.  */
| #include <rx/rxposix.h>
configure:32259: result: no
configure:32294: checking for rx/rxposix.h
configure:32301: result: no
configure:32179: checking sys/dir.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/dir.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/dir.h
configure:32301: result: yes
configure:32179: checking sys/ioctl.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/ioctl.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/ioctl.h
configure:32301: result: yes
configure:32179: checking sys/select.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/select.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/select.h
configure:32301: result: yes
configure:32179: checking sys/time.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/time.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/time.h
configure:32301: result: yes
configure:32179: checking sys/timeb.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/timeb.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/timeb.h
configure:32301: result: yes
configure:32179: checking sys/times.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/times.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/times.h
configure:32301: result: yes
configure:32179: checking sys/stdtypes.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
conftest.c:99:26: sys/stdtypes.h: No such file or directory
configure:32197: $? = 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_RXPOSIX_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:32219: result: no
configure:32223: checking sys/stdtypes.h presence
configure:32233: gcc -E  conftest.c
conftest.c:65:26: sys/stdtypes.h: No such file or directory
configure:32239: $? = 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_RXPOSIX_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:32259: result: no
configure:32294: checking for sys/stdtypes.h
configure:32301: result: no
configure:32170: checking for sys/types.h
configure:32175: result: yes
configure:32179: checking sys/utime.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
conftest.c:100:23: sys/utime.h: No such file or directory
configure:32197: $? = 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_RXPOSIX_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:32219: result: no
configure:32223: checking sys/utime.h presence
configure:32233: gcc -E  conftest.c
conftest.c:66:23: sys/utime.h: No such file or directory
configure:32239: $? = 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_RXPOSIX_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:32259: result: no
configure:32294: checking for sys/utime.h
configure:32301: result: no
configure:32179: checking time.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking time.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for time.h
configure:32301: result: yes
configure:32170: checking for unistd.h
configure:32175: result: yes
configure:32179: checking utime.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking utime.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for utime.h
configure:32301: result: yes
configure:32179: checking pwd.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking pwd.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for pwd.h
configure:32301: result: yes
configure:32179: checking grp.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking grp.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for grp.h
configure:32301: result: yes
configure:32179: checking sys/utsname.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
configure:32197: $? = 0
configure:32200: test -z                         || test ! -s conftest.err
configure:32203: $? = 0
configure:32206: test -s conftest.o
configure:32209: $? = 0
configure:32219: result: yes
configure:32223: checking sys/utsname.h presence
configure:32233: gcc -E  conftest.c
configure:32239: $? = 0
configure:32259: result: yes
configure:32294: checking for sys/utsname.h
configure:32301: result: yes
configure:32179: checking direct.h usability
configure:32191: gcc -c -g -O2  conftest.c >&5
conftest.c:106:20: direct.h: No such file or directory
configure:32197: $? = 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_RXPOSIX_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:32219: result: no
configure:32223: checking direct.h presence
configure:32233: gcc -E  conftest.c
conftest.c:72:20: direct.h: No such file or directory
configure:32239: $? = 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_RXPOSIX_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:32259: result: no
configure:32294: checking for direct.h
configure:32301: result: no
configure:32322: checking for libc.h
configure:32327: result: no
configure:32322: checking for unistd.h
configure:32327: result: yes
configure:32466: checking whether libc.h and unistd.h can be included together
configure:32529: result: no
configure:32541: checking for uid_t in sys/types.h
configure:32564: result: yes
configure:32579: checking type of array argument to getgroups
configure:32617: gcc -o conftest -g -O2   conftest.c -lltdl  >&5
configure:32620: $? = 0
configure:32622: ./conftest
configure:32625: $? = 0
configure:32658: result: gid_t
configure:32666: checking return type of signal handlers
configure:32697: gcc -c -g -O2  conftest.c >&5
configure:32703: $? = 0
configure:32706: test -z                         || test ! -s conftest.err
configure:32709: $? = 0
configure:32712: test -s conftest.o
configure:32715: $? = 0
configure:32726: result: void
configure:32734: checking for mode_t
configure:32758: gcc -c -g -O2  conftest.c >&5
configure:32764: $? = 0
configure:32767: test -z                         || test ! -s conftest.err
configure:32770: $? = 0
configure:32773: test -s conftest.o
configure:32776: $? = 0
configure:32787: result: yes
configure:32802: checking for main in -lm
configure:32826: gcc -o conftest -g -O2   conftest.c -lm  -lltdl  >&5
configure:32832: $? = 0
configure:32835: test -z                         || test ! -s conftest.err
configure:32838: $? = 0
configure:32841: test -s conftest
configure:32844: $? = 0
configure:32857: result: yes
configure:32873: checking for gethostbyname
configure:32930: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:32936: $? = 0
configure:32939: test -z                         || test ! -s conftest.err
configure:32942: $? = 0
configure:32945: test -s conftest
configure:32948: $? = 0
configure:32960: result: yes
configure:33050: checking for connect
configure:33107: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33113: $? = 0
configure:33116: test -z                         || test ! -s conftest.err
configure:33119: $? = 0
configure:33122: test -s conftest
configure:33125: $? = 0
configure:33137: result: yes
configure:33492: checking assert.h usability
configure:33504: gcc -c -g -O2  conftest.c >&5
configure:33510: $? = 0
configure:33513: test -z                         || test ! -s conftest.err
configure:33516: $? = 0
configure:33519: test -s conftest.o
configure:33522: $? = 0
configure:33532: result: yes
configure:33536: checking assert.h presence
configure:33546: gcc -E  conftest.c
configure:33552: $? = 0
configure:33572: result: yes
configure:33607: checking for assert.h
configure:33614: result: yes
configure:33492: checking crt_externs.h usability
configure:33504: gcc -c -g -O2  conftest.c >&5
conftest.c:113:25: crt_externs.h: No such file or directory
configure:33510: $? = 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_RXPOSIX_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:33532: result: no
configure:33536: checking crt_externs.h presence
configure:33546: gcc -E  conftest.c
conftest.c:79:25: crt_externs.h: No such file or directory
configure:33552: $? = 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_RXPOSIX_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:33572: result: no
configure:33607: checking for crt_externs.h
configure:33614: result: no
configure:33702: checking for DINFINITY
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/ccEDnQOg.o(.text+0x11): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:119: undefined reference to `DINFINITY'
/tmp/ccEDnQOg.o(.data+0x0):/usr/local/src/guile-1.8.0/conftest.c:118: undefined 
reference to `DINFINITY'
collect2: ld returned 1 exit status
configure:33765: $? = 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_RXPOSIX_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:33789: result: no
configure:33702: checking for DQNAN
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/cc2d8prw.o(.text+0x11): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:119: undefined reference to `DQNAN'
/tmp/cc2d8prw.o(.data+0x0):/usr/local/src/guile-1.8.0/conftest.c:118: undefined 
reference to `DQNAN'
collect2: ld returned 1 exit status
configure:33765: $? = 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_RXPOSIX_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:33789: result: no
configure:33702: checking for ctermid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for fesetround
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for ftime
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for fchown
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for getcwd
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for geteuid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for gettimeofday
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for gmtime_r
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for lstat
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for mkdir
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for mknod
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for nice
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for readdir_r
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for readlink
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for rename
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for rmdir
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for select
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for setegid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for seteuid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for setlocale
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for setpgid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for setsid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for sigaction
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for siginterrupt
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for strftime
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for strptime
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for symlink
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for sync
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for sysconf
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for tcgetpgrp
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for tcsetpgrp
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for times
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for uname
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for waitpid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for strdup
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for system
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for usleep
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for atexit
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for on_exit
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for chown
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for link
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for fcntl
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for ttyname
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for getpwent
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for getgrent
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for kill
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for getppid
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for getpgrp
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for fork
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for setitimer
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for getitimer
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for strchr
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:154: warning: conflicting types for built-in function `strchr'
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for strcmp
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:155: warning: conflicting types for built-in function `strcmp'
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for index
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:156: warning: conflicting types for built-in function `index'
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for bcopy
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:157: warning: conflicting types for built-in function `bcopy'
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for memcpy
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:158: warning: conflicting types for built-in function `memcpy'
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for rindex
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
conftest.c:159: warning: conflicting types for built-in function `rindex'
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for unsetenv
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:33765: $? = 0
configure:33768: test -z                         || test ! -s conftest.err
configure:33771: $? = 0
configure:33774: test -s conftest
configure:33777: $? = 0
configure:33789: result: yes
configure:33702: checking for _NSGetEnviron
configure:33759: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/cc2rFnco.o(.text+0x11): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:177: undefined reference to 
`_NSGetEnviron'
/tmp/cc2rFnco.o(.data+0x0):/usr/local/src/guile-1.8.0/conftest.c:176: undefined 
reference to `_NSGetEnviron'
collect2: ld returned 1 exit status
configure:33765: $? = 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_RXPOSIX_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:33789: result: no
configure:33822: checking crypt.h usability
configure:33834: gcc -c -g -O2  conftest.c >&5
configure:33840: $? = 0
configure:33843: test -z                         || test ! -s conftest.err
configure:33846: $? = 0
configure:33849: test -s conftest.o
configure:33852: $? = 0
configure:33862: result: yes
configure:33866: checking crypt.h presence
configure:33876: gcc -E  conftest.c
configure:33882: $? = 0
configure:33902: result: yes
configure:33937: checking for crypt.h
configure:33944: result: yes
configure:33822: checking netdb.h usability
configure:33834: gcc -c -g -O2  conftest.c >&5
configure:33840: $? = 0
configure:33843: test -z                         || test ! -s conftest.err
configure:33846: $? = 0
configure:33849: test -s conftest.o
configure:33852: $? = 0
configure:33862: result: yes
configure:33866: checking netdb.h presence
configure:33876: gcc -E  conftest.c
configure:33882: $? = 0
configure:33902: result: yes
configure:33937: checking for netdb.h
configure:33944: result: yes
configure:33822: checking sys/param.h usability
configure:33834: gcc -c -g -O2  conftest.c >&5
configure:33840: $? = 0
configure:33843: test -z                         || test ! -s conftest.err
configure:33846: $? = 0
configure:33849: test -s conftest.o
configure:33852: $? = 0
configure:33862: result: yes
configure:33866: checking sys/param.h presence
configure:33876: gcc -E  conftest.c
configure:33882: $? = 0
configure:33902: result: yes
configure:33937: checking for sys/param.h
configure:33944: result: yes
configure:33822: checking sys/resource.h usability
configure:33834: gcc -c -g -O2  conftest.c >&5
configure:33840: $? = 0
configure:33843: test -z                         || test ! -s conftest.err
configure:33846: $? = 0
configure:33849: test -s conftest.o
configure:33852: $? = 0
configure:33862: result: yes
configure:33866: checking sys/resource.h presence
configure:33876: gcc -E  conftest.c
configure:33882: $? = 0
configure:33902: result: yes
configure:33937: checking for sys/resource.h
configure:33944: result: yes
configure:33822: checking sys/file.h usability
configure:33834: gcc -c -g -O2  conftest.c >&5
configure:33840: $? = 0
configure:33843: test -z                         || test ! -s conftest.err
configure:33846: $? = 0
configure:33849: test -s conftest.o
configure:33852: $? = 0
configure:33862: result: yes
configure:33866: checking sys/file.h presence
configure:33876: gcc -E  conftest.c
configure:33882: $? = 0
configure:33902: result: yes
configure:33937: checking for sys/file.h
configure:33944: result: yes
configure:33969: checking for chroot
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for flock
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for getlogin
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for cuserid
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for getpriority
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for setpriority
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for getpass
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for sethostname
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:33969: checking for gethostname
configure:34026: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
configure:34032: $? = 0
configure:34035: test -z                         || test ! -s conftest.err
configure:34038: $? = 0
configure:34041: test -s conftest
configure:34044: $? = 0
configure:34056: result: yes
configure:34080: checking for library containing crypt
configure:34110: gcc -o conftest -g -O2   conftest.c -lm -lltdl  >&5
/tmp/ccA5dm4n.o(.text+0xa): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:162: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure:34116: $? = 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_RXPOSIX_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:34164: gcc -o conftest -g -O2   conftest.c -lcrypt  -lm -lltdl  >&5
configure:34170: $? = 0
configure:34173: test -z                         || test ! -s conftest.err
configure:34176: $? = 0
configure:34179: test -s conftest
configure:34182: $? = 0
configure:34197: result: -lcrypt
configure:34210: checking for __gmpz_init in -lgmp
configure:34240: gcc -o conftest -g -O2   conftest.c -lgmp  -lcrypt -lm -lltdl  
>&5
configure:34246: $? = 0
configure:34249: test -z                         || test ! -s conftest.err
configure:34252: $? = 0
configure:34255: test -s conftest
configure:34258: $? = 0
configure:34271: result: yes
configure:34304: gcc -o conftest -g -O2   conftest.c -lgmp -lcrypt -lm -lltdl  
>&5
/tmp/ccMBqRDf.o(.text+0x19): In function `main':
/usr/local/src/guile-1.8.0/conftest.c:157: undefined reference to `mpz_import'
collect2: ld returned 1 exit status
configure:34310: $? = 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_RXPOSIX_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 <gmp.h>
| int
| main ()
| {
| mpz_import (0, 0, 0, 0, 0, 0, 0);
|   ;
|   return 0;
| }
configure:34329: error: At least GNU MP 4.1 is required, see README

## ---------------- ##
## 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=set
ac_cv_env_EMACS_value=t
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=yes
ac_cv_func_DINFINITY=no
ac_cv_func_DQNAN=no
ac_cv_func__NSGetEnviron=no
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_ctermid=yes
ac_cv_func_cuserid=yes
ac_cv_func_dlopen=no
ac_cv_func_fchown=yes
ac_cv_func_fcntl=yes
ac_cv_func_fesetround=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_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getitimer=yes
ac_cv_func_getlogin=yes
ac_cv_func_getpass=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getppid=yes
ac_cv_func_getpriority=yes
ac_cv_func_getpwent=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_index=yes
ac_cv_func_kill=yes
ac_cv_func_link=yes
ac_cv_func_lstat=yes
ac_cv_func_memcpy=yes
ac_cv_func_mkdir=yes
ac_cv_func_mknod=yes
ac_cv_func_nice=yes
ac_cv_func_on_exit=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=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_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpriority=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_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=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_ttyname=yes
ac_cv_func_uname=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_waitpid=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_grp_h=yes
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_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=yes
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_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_objext=o
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_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_F77=g77
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=yes
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_strerror='none required'
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
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_type___int64=no
ac_cv_type_char=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
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=
guile_cv_header_libc_with_unistd=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/bin/ld
lt_cv_path_LDCXX=/usr/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_c_o_F77=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_prog_compiler_c_o_F77='"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'\''"'

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

ACLOCAL='${SHELL} /usr/local/src/guile-1.8.0/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/local/src/guile-1.8.0/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/local/src/guile-1.8.0/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/local/src/guile-1.8.0/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/local/src/guile-1.8.0/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD=''
CC_FOR_BUILD=''
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
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=''
EXTRA_DOT_X_FILES=''
F77='g77'
FFLAGS='-g -O2'
GMSGFMT=''
GUILE_CFLAGS=''
GUILE_EFFECTIVE_VERSION='1.8'
GUILE_FOR_BUILD=''
GUILE_LIBS=''
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=''
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=''
LIBINTL=''
LIBLOBJS=''
LIBOBJS=' dynl.o filesys.o posix.o net_db.o socket.o'
LIBS='-lgmp -lcrypt -lm -lltdl '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/local/src/guile-1.8.0/missing --run makeinfo'
MKINSTALLDIRS=''
MSGFMT=''
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=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
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=''
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=''
SCM_I_GSC_USE_PTHREAD_THREADS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS=''
VERSION='1.8.0'
XGETTEXT=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_F77='g77'
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='NONE'
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/src/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='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' guile-readline'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute=''
top_srcdir_absolute=''

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

#define GETGROUPS_T gid_t
#define HAVE_ASSERT_H 1
#define HAVE_ATEXIT 1
#define HAVE_BCOPY 1
#define HAVE_CHOWN 1
#define HAVE_CHROOT 1
#define HAVE_CONNECT 1
#define HAVE_CRYPT 1
#define HAVE_CRYPT_H 1
#define HAVE_CTERMID 1
#define HAVE_CUSERID 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FCHOWN 1
#define HAVE_FCNTL 1
#define HAVE_FENV_H 1
#define HAVE_FESETROUND 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_GETHOSTBYNAME 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETITIMER 1
#define HAVE_GETLOGIN 1
#define HAVE_GETPASS 1
#define HAVE_GETPGRP 1
#define HAVE_GETPPID 1
#define HAVE_GETPRIORITY 1
#define HAVE_GETPWENT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GMTIME_R 1
#define HAVE_GRP_H 1
#define HAVE_INDEX 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_KILL 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_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDIR 1
#define HAVE_MKNOD 1
#define HAVE_NETDB_H 1
#define HAVE_NETWORKING 1
#define HAVE_NICE 1
#define HAVE_ON_EXIT 1
#define HAVE_POSIX 1
#define HAVE_PWD_H 1
#define HAVE_READDIR_R 1
#define HAVE_READLINK 1
#define HAVE_REGEX_H 1
#define HAVE_RENAME 1
#define HAVE_RINDEX 1
#define HAVE_RMDIR 1
#define HAVE_RXPOSIX_H 1
#define HAVE_SELECT 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETHOSTNAME 1
#define HAVE_SETITIMER 1
#define HAVE_SETLOCALE 1
#define HAVE_SETPGID 1
#define HAVE_SETPRIORITY 1
#define HAVE_SETSID 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 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_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRPTIME 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_TCGETPGRP 1
#define HAVE_TCSETPGRP 1
#define HAVE_TIMES 1
#define HAVE_TIME_H 1
#define HAVE_TTYNAME 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 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_WARN_DEPRECATED_DEFAULT "summary"
#define SIZEOF_CHAR 1
#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 1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]