guile-devel
[Top][All Lists]
Advanced

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

Re: Guile 1.5.4 beta ready for testing.


From: David Pirotte
Subject: Re: Guile 1.5.4 beta ready for testing.
Date: Fri, 05 Oct 2001 11:18:30 +0200

Rob Browning wrote:
> 

        

;; --

...
address@hidden:~/ftp/guile/guile-1.5.4 48 $ make install
address@hidden:~/ftp/guile/guile-1.5.4 48 $ make test
...
Testing libguile/guile ...
with GUILE_LOAD_PATH=.:./test-suite
with LTDL_LIBRARY_PATH=/usr/alto/staff/david/ftp/guile/guile-1.5.4/srfi:

Totals for this test run:
passes:                 2116
failures:               0
unexpected passes:      0
expected failures:      17
unresolved test cases:  0
untested test cases:    0
unsupported test cases: 9
errors:                 0

PASS: check-guile
==================
All 1 tests passed
==================

;; -- 

address@hidden:~/ftp/guile/guile-1.5.4 48 $ ./check-guile -i 
/usr/local/bin/guile
Testing /usr/local/bin/guile ...
with GUILE_LOAD_PATH=./test-suite
with LTDL_LIBRARY_PATH=

Totals for this test run:
passes:                 2116
failures:               0
unexpected passes:      0
expected failures:      17
unresolved test cases:  0
untested test cases:    0
unsupported test cases: 9
errors:                 0

address@hidden:~/ftp/guile/guile-1.5.4 49 $
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.52.  Invocation command line was

  $ ./configure 

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

hostname = faust
uname -m = i686
uname -r = 2.4.4-4GB
uname -s = Linux
uname -v = #1 Fri May 18 14:11:12 GMT 2001

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

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

PATH = 
/usr/local/bin:/usr/alto/bin:/usr/local/pgsql/bin:/usr/local/winterp/bin:/usr/alto/staff/david/bin:./:/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/X11R6/GNUstep/Apps:/opt/gnome/bin:/usr/local/mozilla

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

configure:1141: PATH=".;."; conftest.sh
./configure: conftest.sh: command not found
configure:1144: $? = 127
configure:1191: checking for a BSD compatible install
configure:1240: result: /usr/bin/install -c
configure:1251: checking whether build environment is sane
configure:1294: result: yes
configure:1309: checking whether make sets ${MAKE}
configure:1329: result: yes
configure:1349: checking for working aclocal
configure:1356: result: found
configure:1364: checking for working autoconf
configure:1375: result: missing
configure:1379: checking for working automake
configure:1390: result: missing
configure:1394: checking for working autoheader
configure:1401: result: found
configure:1409: checking for working makeinfo
configure:1416: result: found
configure:1424: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1433: result: no
configure:1729: checking for gcc
configure:1744: found /usr/bin/gcc
configure:1752: result: gcc
configure:1980: checking for C compiler version
configure:1983: gcc --version </dev/null >&5
2.95.3
configure:1986: $? = 0
configure:1988: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.3/specs
gcc version 2.95.3 20010315 (SuSE)
configure:1991: $? = 0
configure:1993: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1996: $? = 1
configure:2016: checking for C compiler default output
configure:2019: gcc    conftest.c  >&5
configure:2022: $? = 0
configure:2051: result: a.out
configure:2056: checking whether the C compiler works
configure:2062: ./a.out
configure:2065: $? = 0
configure:2080: result: yes
configure:2087: checking whether we are cross compiling
configure:2089: result: no
configure:2092: checking for executable suffix
configure:2094: gcc -o conftest    conftest.c  >&5
configure:2097: $? = 0
configure:2119: result: 
configure:2125: checking for object suffix
configure:2143: gcc -c   conftest.c >&5
configure:2146: $? = 0
configure:2165: result: o
configure:2169: checking whether we are using the GNU C compiler
configure:2190: gcc -c   conftest.c >&5
configure:2193: $? = 0
configure:2196: test -s conftest.o
configure:2199: $? = 0
configure:2211: result: yes
configure:2217: checking whether gcc accepts -g
configure:2235: gcc -c -g  conftest.c >&5
configure:2238: $? = 0
configure:2241: test -s conftest.o
configure:2244: $? = 0
configure:2254: result: yes
configure:2281: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2284: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2387: checking how to run the C preprocessor
configure:2413: gcc -E  conftest.c
configure:2419: $? = 0
configure:2446: gcc -E  conftest.c
configure:2443: ac_nonexistent.h: No such file or directory
configure:2452: $? = 1
configure: failed program was:
#line 2442 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2489: result: gcc -E
configure:2504: gcc -E  conftest.c
configure:2510: $? = 0
configure:2537: gcc -E  conftest.c
configure:2534: ac_nonexistent.h: No such file or directory
configure:2543: $? = 1
configure: failed program was:
#line 2533 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2582: checking for AIX
configure:2601: result: no
configure:2606: checking for strerror in -lcposix
configure:2633: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/i486-suse-linux/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:2636: $? = 1
configure: failed program was:
#line 2614 "configure"
#include "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 strerror ();
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2653: result: no
configure:2659: checking for minix/config.h
configure:2669: gcc -E  conftest.c
configure:2666: minix/config.h: No such file or directory
configure:2675: $? = 1
configure: failed program was:
#line 2665 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:2694: result: no
configure:2718: checking for gcc option to accept ANSI C
configure:2777: gcc  -c -g -O2  conftest.c >&5
configure:2780: $? = 0
configure:2783: test -s conftest.o
configure:2786: $? = 0
configure:2800: result: none needed
configure:2883: checking build system type
configure:2901: result: i686-pc-linux-gnu
configure:2908: checking host system type
configure:2922: result: i686-pc-linux-gnu
configure:2950: checking for ld used by GCC
configure:3013: result: /usr/i486-suse-linux/bin/ld
configure:3022: checking if the linker (/usr/i486-suse-linux/bin/ld) is GNU ld
GNU ld version 2.10.91 (with BFD 2.10.91.0.4)
configure:3034: result: yes
configure:3038: checking for /usr/i486-suse-linux/bin/ld option to reload 
object files
configure:3045: result: -r
configure:3050: checking for BSD-compatible nm
configure:3086: result: /usr/bin/nm -B
configure:3089: checking whether ln -s works
configure:3093: result: yes
configure:3100: checking how to recognise dependant libraries
configure:3278: result: pass_all
configure:3284: checking command to parse /usr/bin/nm -B output
configure:3365: gcc -c -g -O2  conftest.c >&5
configure:3368: $? = 0
configure:3372: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:3375: $? = 0
configure:3427: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:3430: $? = 0
configure:3474: result: ok
configure:3481: checking for dlfcn.h
configure:3491: gcc -E  conftest.c
configure:3497: $? = 0
configure:3516: result: yes
configure:3703: checking for ranlib
configure:3718: found /usr/bin/ranlib
configure:3727: result: ranlib
configure:3777: checking for strip
configure:3792: found /usr/bin/strip
configure:3801: result: strip
configure:4003: checking for objdir
configure:4014: result: .libs
configure:4029: checking for gcc option to produce PIC
configure:4179: result: -fPIC
configure:4183: checking if gcc PIC flag -fPIC works
configure:4203: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:4206: $? = 0
configure:4209: test -s conftest.o
configure:4212: $? = 0
configure:4248: result: yes
configure:4264: checking if gcc static flag -static works
configure:4285: gcc -o conftest -g -O2   -static conftest.c  >&5
configure:4288: $? = 0
configure:4291: test -s conftest
configure:4294: $? = 0
configure:4308: result: yes
configure:4319: checking if gcc supports -c -o file.o
configure:4339: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:4363: result: yes
configure:4368: checking if gcc supports -c -o file.lo
configure:4392: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:4395: $? = 0
configure:4398: test -s conftest.lo
configure:4401: $? = 0
configure:4422: result: yes
configure:4453: checking if gcc supports -fno-rtti -fno-exceptions
configure:4472: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  
conftest.c >&5
configure:4475: $? = 0
configure:4478: test -s conftest.o
configure:4481: $? = 0
configure:4497: result: yes
configure:4508: checking whether the linker (/usr/i486-suse-linux/bin/ld) 
supports shared libraries
configure:5188: result: yes
configure:5193: checking how to hardcode library paths into programs
configure:5217: result: immediate
configure:5222: checking whether stripping libraries is possible
configure:5227: result: yes
configure:5238: checking dynamic linker characteristics
configure:5631: result: GNU/Linux ld.so
configure:5636: checking if libtool supports shared libraries
configure:5638: result: yes
configure:5641: checking whether to build shared libraries
configure:5662: result: yes
configure:5665: checking whether to build static libraries
configure:5669: result: yes
configure:5707: checking for shl_load
configure:5744: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cchkQEEm.o: In function `main':
/usr/alto/staff/david/ftp/guile/guile-1.5.4/configure:5735: undefined reference 
to `shl_load'
collect2: ld returned 1 exit status
configure:5747: $? = 1
configure: failed program was:
#line 5713 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_load (); below.  */
#include <assert.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 ();
char (*f) ();

int
main ()
{
/* 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
f = shl_load;
#endif

  ;
  return 0;
}
configure:5763: result: no
configure:5768: checking for shl_load in -ldld
configure:5795: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/i486-suse-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:5798: $? = 1
configure: failed program was:
#line 5776 "configure"
#include "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:5815: result: no
configure:5820: checking for dlopen
configure:5857: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cc1v0Hjo.o: In function `main':
/usr/alto/staff/david/ftp/guile/guile-1.5.4/configure:5848: undefined reference 
to `dlopen'
collect2: ld returned 1 exit status
configure:5860: $? = 1
configure: failed program was:
#line 5826 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlopen (); below.  */
#include <assert.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 dlopen ();
char (*f) ();

int
main ()
{
/* 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
f = dlopen;
#endif

  ;
  return 0;
}
configure:5876: result: no
configure:5881: checking for dlopen in -ldl
configure:5908: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:5911: $? = 0
configure:5914: test -s conftest
configure:5917: $? = 0
configure:5928: result: yes
configure:6068: checking whether a program can dlopen itself
configure:6140: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
conftest.c -ldl  >&5
configure:6143: $? = 0
configure:6160: result: yes
configure:6165: checking whether a statically linked program can dlopen itself
configure:6237: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic 
-static conftest.c -ldl  >&5
configure:6240: $? = 0
configure:6257: result: no
configure:6287: checking whether -lc should be explicitly linked in
configure:6295: gcc -c -g -O2  conftest.c >&5
configure:6298: $? = 0
configure:6312: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6315: $? = 0
configure:6328: result: no
configure:6893: checking for gcc option to accept ANSI C
configure:6950: gcc  -c -g -O2  conftest.c >&5
configure:6953: $? = 0
configure:6956: test -s conftest.o
configure:6959: $? = 0
configure:6976: result: none needed
configure:6984: checking for an ANSI C-conforming const
configure:7048: gcc -c -g -O2  conftest.c >&5
configure:7051: $? = 0
configure:7054: test -s conftest.o
configure:7057: $? = 0
configure:7067: result: yes
configure:7077: checking for inline
configure:7094: gcc -c -g -O2  conftest.c >&5
configure:7097: $? = 0
configure:7100: test -s conftest.o
configure:7103: $? = 0
configure:7114: result: inline
configure:7129: checking whether byte ordering is bigendian
configure:7154: gcc -c -g -O2  conftest.c >&5
configure:7157: $? = 0
configure:7160: test -s conftest.o
configure:7163: $? = 0
configure:7184: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:7175: `not' undeclared (first use in this function)
configure:7175: (Each undeclared identifier is reported only once
configure:7175: for each function it appears in.)
configure:7175: parse error before `big'
configure:7187: $? = 1
configure: failed program was:
#line 7167 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
configure:7251: result: no
configure:7261: checking for ANSI C header files
configure:7275: gcc -E  conftest.c
configure:7281: $? = 0
configure:7368: gcc -o conftest -g -O2   conftest.c  >&5
configure:7371: $? = 0
configure:7373: ./conftest
configure:7376: $? = 0
configure:7389: result: yes
configure:7405: checking for sys/types.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for sys/stat.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for stdlib.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for string.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for memory.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for strings.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for inttypes.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for stdint.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7405: checking for unistd.h
configure:7417: gcc -c -g -O2  conftest.c >&5
configure:7420: $? = 0
configure:7423: test -s conftest.o
configure:7426: $? = 0
configure:7436: result: yes
configure:7446: checking for int
configure:7467: gcc -c -g -O2  conftest.c >&5
configure:7470: $? = 0
configure:7473: test -s conftest.o
configure:7476: $? = 0
configure:7486: result: yes
configure:7489: checking size of int
configure:7653: gcc -o conftest -g -O2   conftest.c  >&5
configure:7656: $? = 0
configure:7658: ./conftest
configure:7661: $? = 0
configure:7677: result: 4
configure:7683: checking for long
configure:7704: gcc -c -g -O2  conftest.c >&5
configure:7707: $? = 0
configure:7710: test -s conftest.o
configure:7713: $? = 0
configure:7723: result: yes
configure:7726: checking size of long
configure:7890: gcc -o conftest -g -O2   conftest.c  >&5
configure:7893: $? = 0
configure:7895: ./conftest
configure:7898: $? = 0
configure:7914: result: 4
configure:7923: checking for stdint.h
configure:7958: result: yes
configure:7971: checking for inttypes.h
configure:8006: result: yes
configure:8016: checking for uintptr_t
configure:8037: gcc -c -g -O2  conftest.c >&5
configure:8040: $? = 0
configure:8043: test -s conftest.o
configure:8046: $? = 0
configure:8056: result: yes
configure:8065: checking for ptrdiff_t
configure:8086: gcc -c -g -O2  conftest.c >&5
configure:8089: $? = 0
configure:8092: test -s conftest.o
configure:8095: $? = 0
configure:8105: result: yes
configure:8115: checking for long longs
configure:8133: gcc -c -g -O2  conftest.c >&5
configure:8136: $? = 0
configure:8139: test -s conftest.o
configure:8142: $? = 0
configure:8152: result: yes
configure:8159: checking for long long
configure:8180: gcc -c -g -O2  conftest.c >&5
configure:8183: $? = 0
configure:8186: test -s conftest.o
configure:8189: $? = 0
configure:8199: result: yes
configure:8202: checking size of long long
configure:8366: gcc -o conftest -g -O2   conftest.c  >&5
configure:8369: $? = 0
configure:8371: ./conftest
configure:8374: $? = 0
configure:8390: result: 8
configure:8398: checking for void *
configure:8419: gcc -c -g -O2  conftest.c >&5
configure:8422: $? = 0
configure:8425: test -s conftest.o
configure:8428: $? = 0
configure:8438: result: yes
configure:8441: checking size of void *
configure:8605: gcc -o conftest -g -O2   conftest.c  >&5
configure:8608: $? = 0
configure:8610: ./conftest
configure:8613: $? = 0
configure:8629: result: 4
configure:8641: checking for ANSI C header files
configure:8769: result: yes
configure:8782: checking for dirent.h that defines DIR
configure:8803: gcc -c -g -O2  conftest.c >&5
configure:8806: $? = 0
configure:8809: test -s conftest.o
configure:8812: $? = 0
configure:8822: result: yes
configure:8835: checking for opendir in -ldir
configure:8862: gcc -o conftest -g -O2   conftest.c -ldir   >&5
/usr/i486-suse-linux/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure:8865: $? = 1
configure: failed program was:
#line 8843 "configure"
#include "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 opendir ();
int
main ()
{
opendir ();
  ;
  return 0;
}
configure:8882: result: no
configure:8944: checking whether time.h and sys/time.h may both be included
configure:8966: gcc -c -g -O2  conftest.c >&5
configure:8969: $? = 0
configure:8972: test -s conftest.o
configure:8975: $? = 0
configure:8985: result: yes
configure:8995: checking for sys/wait.h that is POSIX.1 compatible
configure:9023: gcc -c -g -O2  conftest.c >&5
configure:9026: $? = 0
configure:9029: test -s conftest.o
configure:9032: $? = 0
configure:9042: result: yes
configure:9055: checking for io.h
configure:9065: gcc -E  conftest.c
configure:9062: io.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <io.h>
configure:9090: result: no
configure:9055: checking for libc.h
configure:9065: gcc -E  conftest.c
configure:9062: libc.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <libc.h>
configure:9090: result: no
configure:9055: checking for limits.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for malloc.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for memory.h
configure:9090: result: yes
configure:9055: checking for string.h
configure:9090: result: yes
configure:9055: checking for regex.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for rxposix.h
configure:9065: gcc -E  conftest.c
configure:9062: rxposix.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <rxposix.h>
configure:9090: result: no
configure:9055: checking for rx/rxposix.h
configure:9065: gcc -E  conftest.c
configure:9062: rx/rxposix.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <rx/rxposix.h>
configure:9090: result: no
configure:9055: checking for sys/ioctl.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for sys/select.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for sys/time.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for sys/timeb.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for sys/times.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for sys/stdtypes.h
configure:9065: gcc -E  conftest.c
configure:9062: sys/stdtypes.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <sys/stdtypes.h>
configure:9090: result: no
configure:9055: checking for sys/types.h
configure:9090: result: yes
configure:9055: checking for sys/utime.h
configure:9065: gcc -E  conftest.c
configure:9062: sys/utime.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <sys/utime.h>
configure:9090: result: no
configure:9055: checking for time.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for unistd.h
configure:9090: result: yes
configure:9055: checking for utime.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for pwd.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for winsock2.h
configure:9065: gcc -E  conftest.c
configure:9062: winsock2.h: No such file or directory
configure:9071: $? = 1
configure: failed program was:
#line 9061 "configure"
#include "confdefs.h"
#include <winsock2.h>
configure:9090: result: no
configure:9055: checking for grp.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9055: checking for sys/utsname.h
configure:9065: gcc -E  conftest.c
configure:9071: $? = 0
configure:9090: result: yes
configure:9103: checking for libc.h
configure:9138: result: no
configure:9103: checking for unistd.h
configure:9138: result: yes
configure:9148: checking "whether libc.h and unistd.h can be included together"
configure:9197: result: no
configure:9206: checking for uid_t in sys/types.h
configure:9226: result: yes
configure:9240: checking type of array argument to getgroups
configure:9275: gcc -o conftest -g -O2   conftest.c  >&5
configure:9278: $? = 0
configure:9280: ./conftest
configure:9283: $? = 0
configure:9311: result: gid_t
configure:9318: checking return type of signal handlers
configure:9346: gcc -c -g -O2  conftest.c >&5
configure:9349: $? = 0
configure:9352: test -s conftest.o
configure:9355: $? = 0
configure:9365: result: void
configure:9372: checking for mode_t
configure:9393: gcc -c -g -O2  conftest.c >&5
configure:9396: $? = 0
configure:9399: test -s conftest.o
configure:9402: $? = 0
configure:9412: result: yes
configure:9424: checking for main in -lm
configure:9444: gcc -o conftest -g -O2   conftest.c -lm   >&5
configure:9447: $? = 0
configure:9450: test -s conftest
configure:9453: $? = 0
configure:9464: result: yes
configure:9478: checking for gethostbyname
configure:9515: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9518: $? = 0
configure:9521: test -s conftest
configure:9524: $? = 0
configure:9534: result: yes
configure:9609: checking for connect
configure:9646: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9649: $? = 0
configure:9652: test -s conftest
configure:9655: $? = 0
configure:9665: result: yes
configure:9766: checking for ctermid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for ftime
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for fchown
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for getcwd
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for geteuid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for gettimeofday
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for lstat
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for mkdir
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for mknod
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for nice
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for readlink
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for rename
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for rmdir
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for select
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for setegid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for seteuid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for setlocale
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for setpgid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for setsid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for sigaction
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for siginterrupt
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for strftime
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for strptime
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for symlink
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for sync
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for tcgetpgrp
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for tcsetpgrp
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for times
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for uname
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for waitpid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for strdup
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for system
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for usleep
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for atexit
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for on_exit
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for chown
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for link
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for fcntl
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for ttyname
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for getpwent
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for getgrent
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for kill
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for getppid
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for getpgrp
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for fork
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for setitimer
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9766: checking for getitimer
configure:9803: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9806: $? = 0
configure:9809: test -s conftest
configure:9812: $? = 0
configure:9822: result: yes
configure:9835: checking for crypt.h
configure:9845: gcc -E  conftest.c
configure:9851: $? = 0
configure:9870: result: yes
configure:9835: checking for sys/resource.h
configure:9845: gcc -E  conftest.c
configure:9851: $? = 0
configure:9870: result: yes
configure:9835: checking for sys/file.h
configure:9845: gcc -E  conftest.c
configure:9851: $? = 0
configure:9870: result: yes
configure:9883: checking for chroot
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for flock
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for getlogin
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for cuserid
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for getpriority
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for setpriority
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for getpass
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for sethostname
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9883: checking for gethostname
configure:9920: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:9923: $? = 0
configure:9926: test -s conftest
configure:9929: $? = 0
configure:9939: result: yes
configure:9949: checking for crypt in -lcrypt
configure:9976: gcc -o conftest -g -O2   conftest.c -lcrypt  -lm  >&5
configure:9979: $? = 0
configure:9982: test -s conftest
configure:9985: $? = 0
configure:9996: result: yes
configure:10015: checking for strptime declaration
configure:10035: result: no
configure:10044: checking for sleep declaration
configure:10064: result: yes
configure:10073: checking for usleep declaration
configure:10093: result: yes
configure:10104: checking return type of usleep
configure:10124: result: int
configure:10135: checking for sys/un.h
configure:10145: gcc -E  conftest.c
configure:10151: $? = 0
configure:10170: result: yes
configure:10186: checking for socketpair
configure:10223: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10226: $? = 0
configure:10229: test -s conftest
configure:10232: $? = 0
configure:10242: result: yes
configure:10186: checking for getgroups
configure:10223: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10226: $? = 0
configure:10229: test -s conftest
configure:10232: $? = 0
configure:10242: result: yes
configure:10186: checking for setpwent
configure:10223: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10226: $? = 0
configure:10229: test -s conftest
configure:10232: $? = 0
configure:10242: result: yes
configure:10186: checking for pause
configure:10223: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10226: $? = 0
configure:10229: test -s conftest
configure:10232: $? = 0
configure:10242: result: yes
configure:10186: checking for tzset
configure:10223: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10226: $? = 0
configure:10229: test -s conftest
configure:10232: $? = 0
configure:10242: result: yes
configure:10255: checking for sethostent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for gethostent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for endhostent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for setnetent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for getnetent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for endnetent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for setprotoent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for getprotoent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for endprotoent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for setservent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for getservent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for endservent
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for getnetbyaddr
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for getnetbyname
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for inet_lnaof
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for inet_makeaddr
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for inet_netof
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for hstrerror
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for inet_pton
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10255: checking for inet_ntop
configure:10292: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10295: $? = 0
configure:10298: test -s conftest
configure:10301: $? = 0
configure:10311: result: yes
configure:10321: checking whether netdb.h declares h_errno
configure:10339: gcc -c -g -O2  conftest.c >&5
configure:10342: $? = 0
configure:10345: test -s conftest.o
configure:10348: $? = 0
configure:10359: result: yes
configure:10368: checking whether netdb.h defines uint32_t
configure:10386: gcc -c -g -O2  conftest.c >&5
configure:10389: $? = 0
configure:10392: test -s conftest.o
configure:10395: $? = 0
configure:10406: result: yes
configure:10415: checking for working IPv6 support
configure:10434: gcc -c -g -O2  conftest.c >&5
configure:10437: $? = 0
configure:10440: test -s conftest.o
configure:10443: $? = 0
configure:10454: result: yes
configure:10464: checking whether sockaddr_in6 has sin6_scope_id
configure:10482: gcc -c -g -O2  conftest.c >&5
configure:10485: $? = 0
configure:10488: test -s conftest.o
configure:10491: $? = 0
configure:10502: result: yes
configure:10511: checking whether localtime caches TZ
configure:10558: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10561: $? = 0
configure:10563: ./conftest
configure:10566: $? = 0
configure:10583: result: no
configure:10595: checking for unistd.h
configure:10630: result: yes
configure:10640: checking for restartable system calls
configure:10697: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10700: $? = 0
configure:10702: ./conftest
configure:10705: $? = 0
configure:10717: result: yes
configure:10731: checking for regcomp
configure:10768: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10771: $? = 0
configure:10774: test -s conftest
configure:10777: $? = 0
configure:10789: result: yes
configure:10928: checking for inet_aton
configure:10965: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10968: $? = 0
configure:10971: test -s conftest
configure:10974: $? = 0
configure:10984: result: yes
configure:10928: checking for putenv
configure:10965: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10968: $? = 0
configure:10971: test -s conftest
configure:10974: $? = 0
configure:10984: result: yes
configure:10928: checking for strerror
configure:10965: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10968: $? = 0
configure:10971: test -s conftest
configure:10974: $? = 0
configure:10984: result: yes
configure:10928: checking for memmove
configure:10965: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10968: $? = 0
configure:10971: test -s conftest
configure:10974: $? = 0
configure:10984: result: yes
configure:10928: checking for mkstemp
configure:10965: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:10968: $? = 0
configure:10971: test -s conftest
configure:10974: $? = 0
configure:10984: result: yes
configure:11001: checking for working alloca.h
configure:11019: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:11022: $? = 0
configure:11025: test -s conftest
configure:11028: $? = 0
configure:11038: result: yes
configure:11048: checking for alloca
configure:11086: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:11089: $? = 0
configure:11092: test -s conftest
configure:11095: $? = 0
configure:11105: result: yes
configure:11288: checking for struct stat.st_rdev
configure:11308: gcc -c -g -O2  conftest.c >&5
configure:11311: $? = 0
configure:11314: test -s conftest.o
configure:11317: $? = 0
configure:11327: result: yes
configure:11337: checking for struct stat.st_blksize
configure:11357: gcc -c -g -O2  conftest.c >&5
configure:11360: $? = 0
configure:11363: test -s conftest.o
configure:11366: $? = 0
configure:11376: result: yes
configure:11386: checking for struct stat.st_blocks
configure:11406: gcc -c -g -O2  conftest.c >&5
configure:11409: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11425: result: yes
configure:11441: checking for S_ISLNK in sys/stat.h
configure:11454: gcc -E  conftest.c
configure:11460: $? = 0
configure:11479: result: yes
configure:11488: checking whether struct tm is in sys/time.h or time.h
configure:11508: gcc -c -g -O2  conftest.c >&5
configure:11511: $? = 0
configure:11514: test -s conftest.o
configure:11517: $? = 0
configure:11527: result: time.h
configure:11537: checking for struct tm.tm_zone
configure:11559: gcc -c -g -O2  conftest.c >&5
configure:11562: $? = 0
configure:11565: test -s conftest.o
configure:11568: $? = 0
configure:11578: result: yes
configure:11647: checking whether we need POSIX to get struct utimbuf
configure:11664: gcc -E  conftest.c
configure:11670: $? = 0
configure:11689: result: no
configure:11716: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:11719: $? = 0
configure:11721: ./conftest
configure:11724: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 11709 "configure"
#include "confdefs.h"
aux (l) unsigned long l;
             { int x; exit (l >= ((unsigned long)&x)); }
           main () { int q; aux((unsigned long)&q); }
configure:11738: checking whether floats fit in longs
configure:11752: gcc -o conftest -g -O2   conftest.c -lcrypt -lm  >&5
configure:11755: $? = 0
configure:11757: ./conftest
configure:11760: $? = 0
configure:11772: result: yes
configure:11793: checking for struct linger
configure:11813: gcc -c -g -O2  conftest.c >&5
configure:11816: $? = 0
configure:11819: test -s conftest.o
configure:11822: $? = 0
configure:11833: result: yes
configure:11842: checking for struct timespec
configure:11861: gcc -c -g -O2  conftest.c >&5
configure:11864: $? = 0
configure:11867: test -s conftest.o
configure:11870: $? = 0
configure:11881: result: yes
configure:11908: checking whether to support threads
configure:11922: result: no
configure:12130: checking for mawk
configure:12156: result: no
configure:12130: checking for gawk
configure:12145: found /bin/gawk
configure:12153: result: gawk
configure:12257: creating ./config.status

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

This file was extended by config.status 2.52, executed with
  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  > ./config.status 
on faust

config.status:12799: creating Makefile
config.status:12799: creating libguile/Makefile
config.status:12799: creating libguile/guile-snarf
config.status:12799: creating libguile/guile-doc-snarf
config.status:12799: creating libguile/guile-func-name-check
config.status:12799: creating libguile/guile-snarf-docs
config.status:12799: creating libguile/guile-snarf-docs-texi
config.status:12799: creating libguile/version.h
config.status:12799: creating ice-9/Makefile
config.status:12799: creating oop/Makefile
config.status:12799: creating oop/goops/Makefile
config.status:12799: creating scripts/Makefile
config.status:12799: creating srfi/Makefile
config.status:12799: creating qt/Makefile
config.status:12799: creating qt/qt.h
config.status:12799: creating qt/md/Makefile
config.status:12799: creating qt/time/Makefile
config.status:12799: creating guile-config/Makefile
config.status:12799: creating doc/Makefile
config.status:12799: creating doc/ref/Makefile
config.status:12799: creating doc/tutorial/Makefile
config.status:12799: creating doc/goops/Makefile
config.status:12799: creating doc/r5rs/Makefile
config.status:12799: creating examples/Makefile
config.status:12799: creating examples/scripts/Makefile
config.status:12799: creating examples/box/Makefile
config.status:12799: creating examples/box-module/Makefile
config.status:12799: creating examples/box-dynamic/Makefile
config.status:12799: creating examples/box-dynamic-module/Makefile
config.status:12799: creating examples/modules/Makefile
config.status:12799: creating examples/safe/Makefile
config.status:12799: creating test-suite/Makefile
config.status:12799: creating check-guile
config.status:12799: creating guile-tools
config.status:12891: creating libguile/scmconfig.h
configure:13157: configuring in guile-readline
configure:13224: running /bin/sh './configure'  --enable-ltdl-convenience 
--cache-file=/dev/null --srcdir=.
configure:13157: configuring in libltdl
configure:13224: running /bin/sh './configure'  --enable-ltdl-convenience 
--cache-file=/dev/null --srcdir=.

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_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_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_func_alloca_works=yes
ac_cv_func_atexit=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_endhostent=yes
ac_cv_func_endnetent=yes
ac_cv_func_endprotoent=yes
ac_cv_func_endservent=yes
ac_cv_func_fchown=yes
ac_cv_func_fcntl=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_ftime=yes
ac_cv_func_getcwd=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostname=yes
ac_cv_func_getitimer=yes
ac_cv_func_getlogin=yes
ac_cv_func_getnetbyaddr=yes
ac_cv_func_getnetbyname=yes
ac_cv_func_getnetent=yes
ac_cv_func_getpass=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getppid=yes
ac_cv_func_getpriority=yes
ac_cv_func_getprotoent=yes
ac_cv_func_getpwent=yes
ac_cv_func_getservent=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_hstrerror=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_lnaof=yes
ac_cv_func_inet_makeaddr=yes
ac_cv_func_inet_netof=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_kill=yes
ac_cv_func_link=yes
ac_cv_func_lstat=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdir=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_nice=yes
ac_cv_func_on_exit=yes
ac_cv_func_pause=yes
ac_cv_func_putenv=yes
ac_cv_func_readlink=yes
ac_cv_func_regcomp_norx=yes
ac_cv_func_rename=yes
ac_cv_func_rmdir=yes
ac_cv_func_select=yes
ac_cv_func_setegid=yes
ac_cv_func_seteuid=yes
ac_cv_func_sethostent=yes
ac_cv_func_sethostname=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setnetent=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpriority=yes
ac_cv_func_setprotoent=yes
ac_cv_func_setpwent=yes
ac_cv_func_setservent=yes
ac_cv_func_setsid=yes
ac_cv_func_shl_load=no
ac_cv_func_sigaction=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_socketpair=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strptime=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_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_tzset=yes
ac_cv_func_uname=yes
ac_cv_func_usleep=yes
ac_cv_func_waitpid=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_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_pwd_h=yes
ac_cv_header_regex_h=yes
ac_cv_header_rx_rxposix_h=no
ac_cv_header_rxposix_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_stdtypes_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_timeb_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utime_h=no
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_winsock2_h=no
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_lib_crypt_crypt=yes
ac_cv_lib_dir_opendir=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_m_main=yes
ac_cv_macro_S_ISLNK=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_install=$'/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=$'gcc -E'
ac_cv_prog_ac_ct_CC=gcc
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_make_make_set=yes
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_void_p=4
ac_cv_struct_tm=time.h
ac_cv_sys_restartable_syscalls=yes
ac_cv_type_getgroups=gid_t
ac_cv_type_int=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_signal=void
ac_cv_type_uid_t=yes
ac_cv_type_uintptr_t=yes
ac_cv_type_void_p=yes
ac_cv_working_alloca_h=yes
am_cv_prog_cc_stdc=
guile_cv_func_sleep_declared=yes
guile_cv_func_strptime_declared=no
guile_cv_func_usleep_declared=yes
guile_cv_func_usleep_return_type=int
guile_cv_have_h_errno=yes
guile_cv_have_ipv6=yes
guile_cv_have_sin6_scope_id=yes
guile_cv_have_uint32_t=yes
guile_cv_header_libc_with_unistd=no
guile_cv_localtime_cache=no
guile_cv_struct_utimbuf_needs_posix=no
guile_cv_type_float_fits_long=yes
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd=$'$MAGIC_CMD'
lt_cv_file_magic_test_file=$'/lib/libc.so.6 /lib/libc-*.so'
lt_cv_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_global_symbol_to_cdecl=$'sed -n -e \'s/^. .* \\(.*\\)$/extern char 
\\1;/p\''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/i486-suse-linux/bin/ld
lt_cv_path_NM=$'/usr/bin/nm -B'
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=$' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ 
\t]\\([ABCDGISTW][ABCDGISTW]*\\)[ \t][ 
\t]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2\\3 \\3/p\''
lt_cv_sys_path_separator=:
scm_cv_long_longs=yes
scm_cv_struct_linger=yes
scm_cv_struct_timespec=yes

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

#define SCM_DEBUG_DEPRECATED 0
#define SCM_WARN_DEPRECATED_DEFAULT "summary"
#define DEBUG_EXTENSIONS 1
#define READER_EXTENSIONS 1
#define HAVE_ARRAYS 1
#define HAVE_POSIX 1
#define HAVE_NETWORKING 1
#define HAVE_DLFCN_H 1
#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 SIZEOF_INT 4
#define SIZEOF_LONG 4
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UINTPTR_T 1
#define HAVE_PTRDIFF_T 1
#define HAVE_LONG_LONGS 1
#define SIZEOF_LONG_LONG 8
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRING_H 1
#define HAVE_REGEX_H 1
#define HAVE_SYS_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 DYNAMIC_LINKING 1
#define HAVE_CTERMID 1
#define HAVE_FTIME 1
#define HAVE_FCHOWN 1
#define HAVE_GETCWD 1
#define HAVE_GETEUID 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_MKDIR 1
#define HAVE_MKNOD 1
#define HAVE_NICE 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_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_CRYPT_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_LIBCRYPT 1
#define MISSING_STRPTIME_DECL 1
#define HAVE_UNIX_DOMAIN_SOCKETS 1
#define HAVE_SOCKETPAIR 1
#define HAVE_GETGROUPS 1
#define HAVE_SETPWENT 1
#define HAVE_PAUSE 1
#define HAVE_TZSET 1
#define HAVE_SETHOSTENT 1
#define HAVE_GETHOSTENT 1
#define HAVE_ENDHOSTENT 1
#define HAVE_SETNETENT 1
#define HAVE_GETNETENT 1
#define HAVE_ENDNETENT 1
#define HAVE_SETPROTOENT 1
#define HAVE_GETPROTOENT 1
#define HAVE_ENDPROTOENT 1
#define HAVE_SETSERVENT 1
#define HAVE_GETSERVENT 1
#define HAVE_ENDSERVENT 1
#define HAVE_GETNETBYADDR 1
#define HAVE_GETNETBYNAME 1
#define HAVE_INET_LNAOF 1
#define HAVE_INET_MAKEADDR 1
#define HAVE_INET_NETOF 1
#define HAVE_HSTRERROR 1
#define HAVE_INET_PTON 1
#define HAVE_INET_NTOP 1
#define HAVE_H_ERRNO 1
#define HAVE_UINT32_T 1
#define HAVE_IPV6 1
#define HAVE_SIN6_SCOPE_ID 1
#define HAVE_UNISTD_H 1
#define HAVE_RESTARTABLE_SYSCALLS 1
#define HAVE_REGCOMP 1
#define HAVE_INET_ATON 1
#define HAVE_PUTENV 1
#define HAVE_STRERROR 1
#define HAVE_MEMMOVE 1
#define HAVE_MKSTEMP 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_S_ISLNK 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define SCM_SINGLES 1
#define HAVE_STRUCT_LINGER 1
#define HAVE_STRUCT_TIMESPEC 1


configure: exit 0

reply via email to

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