* guile 1.6.1 on AIX5
@ 2002-12-17 8:49 Rolf-Alois Walter
2002-12-17 16:49 ` Rob Browning
0 siblings, 1 reply; 2+ messages in thread
From: Rolf-Alois Walter @ 2002-12-17 8:49 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 3297 bytes --]
Hi,
I tried to compile guile 1.6.1 on AIX5 and got the errors:
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c -DPIC -o .libs/numbers.lo
numbers.c: In function `scm_abs':
numbers.c:179: warning: implicit declaration of function `fabs'
numbers.c: In function `scm_istr2flo':
numbers.c:2665: warning: implicit declaration of function `cos'
numbers.c:2665: warning: implicit declaration of function `sin'
numbers.c: In function `scm_integer_p':
numbers.c:2905: warning: implicit declaration of function `floor'
numbers.c: In function `scm_asinh':
numbers.c:3865: warning: implicit declaration of function `log'
numbers.c:3865: warning: implicit declaration of function `sqrt'
numbers.c: In function `scm_sys_expt':
numbers.c:4023: warning: implicit declaration of function `pow'
numbers.c: In function `scm_sys_atan2':
numbers.c:4039: warning: implicit declaration of function `atan2'
In file included from numbers.c:4278:
../libguile/num2integral.i.c: In function `scm_short2num':
../libguile/num2integral.i.c:91: warning: comparison is always true due to limited range of data type
In file included from numbers.c:4286:
../libguile/num2integral.i.c: In function `scm_num2ushort':
../libguile/num2integral.i.c:64: warning: comparison is always true due to limited range of data type
In file included from numbers.c:4508:
../libguile/numbers.x: In function `scm_init_numbers':
../libguile/numbers.x:50: `floor' undeclared (first use in this function)
../libguile/numbers.x:50: (Each undeclared identifier is reported only once
../libguile/numbers.x:50: for each function it appears in.)
../libguile/numbers.x:51: `ceil' undeclared (first use in this function)
../libguile/numbers.x:54: `exp' undeclared (first use in this function)
../libguile/numbers.x:55: `log' undeclared (first use in this function)
../libguile/numbers.x:58: `tan' undeclared (first use in this function)
../libguile/numbers.x:59: `asin' undeclared (first use in this function)
../libguile/numbers.x:60: `acos' undeclared (first use in this function)
../libguile/numbers.x:61: `atan' undeclared (first use in this function)
../libguile/numbers.x:62: `sinh' undeclared (first use in this function)
../libguile/numbers.x:63: `cosh' undeclared (first use in this function)
../libguile/numbers.x:64: `tanh' undeclared (first use in this function)
gmake[2]: *** [numbers.lo] Error 1
gmake[2]: Leaving directory `/software/guile-1.6.1/libguile'
Bye Rolf
(See attached file: config.log)(See attached file: gmake.out)
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 179164 bytes --]
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.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = almws1.de.db.com
uname -m = 0051153A4C00
uname -r = 1
uname -s = AIX
uname -v = 5
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = 5.1.0.0
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/lpp/ssp/bin
PATH: /usr/lpp/ssp/kerberos/bin
PATH: /usr/lpp/ssp/rcmd/bin
PATH: /usr/lpp/ssp/install/bin
PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java130/jre/bin
PATH: /usr/java130/bin
PATH: /usr/sbin
PATH: /home/oracle/product/9.2.0/bin
PATH: /usr/vac/bin
PATH: /usr/vacpp/bin
PATH: /usr/java131/bin
PATH: /usr/local/bin
PATH: /usr/db/bin
PATH: /usr/db/objrepos
PATH: /etc
PATH: /usr/etc
PATH: /home/oracle/product/9.2.0/bin
PATH: /applications/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1495: checking for a BSD-compatible install
configure:1549: result: /usr/local/bin/ginstall -c
configure:1560: checking whether build environment is sane
configure:1603: result: yes
configure:1636: checking for gawk
configure:1652: found /usr/local/bin/gawk
configure:1662: result: gawk
configure:1672: checking whether make sets $(MAKE)
configure:1692: result: yes
configure:1838: checking whether to enable maintainer-specific portions of Makefiles
configure:1847: result: no
configure:2130: checking for gcc
configure:2146: found /usr/local/bin/gcc
configure:2156: result: gcc
configure:2400: checking for C compiler version
configure:2403: gcc --version </dev/null >&5
gcc (GCC) 3.2.1
Copyright (C) 2002 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:2406: $? = 0
configure:2408: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.2.1/specs
Configured with: /software/gcc-3.2.1/configure
Thread model: aix
gcc version 3.2.1
configure:2411: $? = 0
configure:2413: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2416: $? = 1
configure:2440: checking for C compiler default output
configure:2443: gcc conftest.c >&5
configure:2446: $? = 0
configure:2492: result: a.out
configure:2497: checking whether the C compiler works
configure:2503: ./a.out
configure:2506: $? = 0
configure:2523: result: yes
configure:2530: checking whether we are cross compiling
configure:2532: result: no
configure:2535: checking for suffix of executables
configure:2537: gcc -o conftest conftest.c >&5
configure:2540: $? = 0
configure:2565: result:
configure:2571: checking for suffix of object files
configure:2593: gcc -c conftest.c >&5
configure:2596: $? = 0
configure:2618: result: o
configure:2622: checking whether we are using the GNU C compiler
configure:2647: gcc -c conftest.c >&5
configure:2650: $? = 0
configure:2653: test -s conftest.o
configure:2656: $? = 0
configure:2669: result: yes
configure:2675: checking whether gcc accepts -g
configure:2697: gcc -c -g conftest.c >&5
configure:2700: $? = 0
configure:2703: test -s conftest.o
configure:2706: $? = 0
configure:2717: result: yes
configure:2734: checking for gcc option to accept ANSI C
configure:2795: gcc -c -g -O2 conftest.c >&5
configure:2798: $? = 0
configure:2801: test -s conftest.o
configure:2804: $? = 0
configure:2822: result: none needed
configure:2840: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before "me"
configure:2843: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2971: checking for style of include used by make
configure:2999: result: GNU
configure:3027: checking dependency style of gcc
configure:3089: result: gcc3
configure:3111: checking how to run the C preprocessor
configure:3147: gcc -E conftest.c
configure:3153: $? = 0
configure:3185: gcc -E conftest.c
configure:3188:28: ac_nonexistent.h: No such file or directory
configure:3191: $? = 1
configure: failed program was:
| #line 3176 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3229: result: gcc -E
configure:3254: gcc -E conftest.c
configure:3260: $? = 0
configure:3292: gcc -E conftest.c
configure:3295:28: ac_nonexistent.h: No such file or directory
configure:3298: $? = 1
configure: failed program was:
| #line 3283 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3344: checking for egrep
configure:3354: result: grep -E
configure:3360: checking for AIX
configure:3376: result: yes
configure:3390: checking for strerror in -lcposix
configure:3421: gcc -o conftest -g -O2 conftest.c -lcposix >&5
collect2: library libcposix not found
configure:3424: $? = 1
configure: failed program was:
| #line 3397 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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 strerror ();
| int
| main ()
| {
| strerror ();
| ;
| return 0;
| }
configure:3442: result: no
configure:3450: checking for ANSI C header files
configure:3476: gcc -c -g -O2 conftest.c >&5
configure:3479: $? = 0
configure:3482: test -s conftest.o
configure:3485: $? = 0
configure:3577: gcc -o conftest -g -O2 conftest.c >&5
configure:3580: $? = 0
configure:3582: ./conftest
configure:3585: $? = 0
configure:3600: result: yes
configure:3624: checking for sys/types.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for sys/stat.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for stdlib.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for string.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for memory.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for strings.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for inttypes.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3624: checking for stdint.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3685:20: stdint.h: No such file or directory
configure:3644: $? = 1
configure: failed program was:
| #line 3629 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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
| /* 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 <stdint.h>
configure:3661: result: no
configure:3624: checking for unistd.h
configure:3641: gcc -c -g -O2 conftest.c >&5
configure:3644: $? = 0
configure:3647: test -s conftest.o
configure:3650: $? = 0
configure:3661: result: yes
configure:3683: checking minix/config.h usability
configure:3696: gcc -c -g -O2 conftest.c >&5
configure:3741:26: minix/config.h: No such file or directory
configure:3699: $? = 1
configure: failed program was:
| #line 3685 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_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:3715: result: no
configure:3719: checking minix/config.h presence
configure:3730: gcc -E conftest.c
configure:3743:26: minix/config.h: No such file or directory
configure:3736: $? = 1
configure: failed program was:
| #line 3721 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:3755: result: no
configure:3791: checking for minix/config.h
configure:3798: result: no
configure:3831: checking for gcc option to accept ANSI C
configure:3895: gcc -c -g -O2 conftest.c >&5
configure:3898: $? = 0
configure:3901: test -s conftest.o
configure:3904: $? = 0
configure:3919: result: none needed
configure:4002: checking build system type
configure:4020: result: powerpc-ibm-aix5.1.0.0
configure:4028: checking host system type
configure:4042: result: powerpc-ibm-aix5.1.0.0
configure:4072: checking for ld used by GCC
configure:4135: result: /usr/bin/ld
configure:4144: checking if the linker (/usr/bin/ld) is GNU ld
configure:4156: result: no
configure:4161: checking for /usr/bin/ld option to reload object files
configure:4168: result: -r
configure:4173: checking for BSD-compatible nm
configure:4209: result: /usr/bin/nm -B
configure:4212: checking for a sed that does not truncate output
configure:4294: result: /usr/local/bin/sed
configure:4297: checking whether ln -s works
configure:4301: result: yes
configure:4308: checking how to recognise dependent libraries
configure:4489: result: pass_all
configure:4501: checking command to parse /usr/bin/nm -B output
configure:4585: gcc -c -g -O2 conftest.c >&5
configure:4588: $? = 0
configure:4592: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDT][BCDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:4595: $? = 0
configure:4647: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:4650: $? = 0
configure:4694: result: ok
configure:4712: checking dlfcn.h usability
configure:4725: gcc -c -g -O2 conftest.c >&5
configure:4728: $? = 0
configure:4731: test -s conftest.o
configure:4734: $? = 0
configure:4744: result: yes
configure:4748: checking dlfcn.h presence
configure:4759: gcc -E conftest.c
configure:4765: $? = 0
configure:4784: result: yes
configure:4820: checking for dlfcn.h
configure:4827: result: yes
configure:5025: checking for ranlib
configure:5041: found /usr/bin/ranlib
configure:5052: result: ranlib
configure:5105: checking for strip
configure:5121: found /usr/bin/strip
configure:5132: result: strip
configure:5342: checking for objdir
configure:5353: result: .libs
configure:5370: checking for gcc option to produce PIC
configure:5513: result: none
configure:5607: checking if gcc static flag -static -Wl,-lC works
configure:5632: gcc -o conftest -g -O2 -static -Wl,-lC conftest.c >&5
configure:5635: $? = 0
configure:5638: test -s conftest
configure:5641: $? = 0
configure:5657: result: yes
configure:5669: checking if gcc supports -c -o file.o
configure:5689: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:5713: result: yes
configure:5718: checking if gcc supports -c -o file.lo
configure:5746: gcc -c -g -O2 -c -o conftest.lo conftest.c >&5
configure:5749: $? = 0
configure:5752: test -s conftest.lo
configure:5755: $? = 0
configure:5777: result: yes
configure:5808: checking if gcc supports -fno-rtti -fno-exceptions
configure:5831: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c >&5
configure:5834: $? = 0
configure:5837: test -s conftest.o
configure:5840: $? = 0
configure:5857: result: yes
configure:5868: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6563: result: yes
configure:6568: checking how to hardcode library paths into programs
configure:6592: result: immediate
configure:6597: checking whether stripping libraries is possible
configure:6605: result: no
configure:6613: checking dynamic linker characteristics
configure:7033: result: aix5.1.0.0 ld.so
configure:7038: checking if libtool supports shared libraries
configure:7040: result: yes
configure:7043: checking whether to build shared libraries
configure:7064: result: yes
configure:7067: checking whether to build static libraries
configure:7071: result: yes
configure:8359: checking for an ANSI C-conforming const
configure:8427: gcc -c -g -O2 conftest.c >&5
configure:8430: $? = 0
configure:8433: test -s conftest.o
configure:8436: $? = 0
configure:8447: result: yes
configure:8465: checking for dirent.h that defines DIR
configure:8490: gcc -c -g -O2 conftest.c >&5
configure:8493: $? = 0
configure:8496: test -s conftest.o
configure:8499: $? = 0
configure:8510: result: yes
configure:8523: checking for library containing opendir
configure:8554: gcc -o conftest -g -O2 conftest.c >&5
configure:8557: $? = 0
configure:8560: test -s conftest
configure:8563: $? = 0
configure:8622: result: none required
configure:8738: checking whether gcc supports assert without backlinking
configure:8754: result:
configure:8930: checking which extension is used for shared libraries
configure:8944: result: .a
configure:8955: checking which variable specifies run-time library path
configure:8962: result: LIBPATH
configure:8973: checking for the default library search path
configure:8980: result: /lib /usr/lib
configure:9002: checking for objdir
configure:9022: result: .libs
configure:9030: checking whether libtool supports -dlopen/-dlpreopen
configure:9042: result: yes
configure:9055: checking for shl_load
configure:9105: gcc -o conftest -g -O2 conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: shl_load
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:9108: $? = 1
configure: failed program was:
| #line 9060 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| /* end confdefs.h. */
| /* 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
| /* 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:9125: result: no
configure:9134: checking for shl_load in -ldld
configure:9165: gcc -o conftest -g -O2 conftest.c -ldld >&5
collect2: library libdld not found
configure:9168: $? = 1
configure: failed program was:
| #line 9141 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 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 shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:9186: result: no
configure:9196: checking for dlopen in -ldl
configure:9227: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:9230: $? = 0
configure:9233: test -s conftest
configure:9236: $? = 0
configure:9248: result: yes
configure:9447: checking for dlerror
configure:9497: gcc -o conftest -g -O2 conftest.c -ldl >&5
configure:9500: $? = 0
configure:9503: test -s conftest
configure:9506: $? = 0
configure:9517: result: yes
configure:9530: checking for _ prefix in compiled symbols
configure:9540: gcc -c -g -O2 conftest.c >&5
configure:9543: $? = 0
configure:9547: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDT][BCDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:9550: $? = 0
configure:9573: result: no
configure:9690: checking whether deplibs are loaded by dlopen
configure:9716: result: unknown
configure:9740: checking argz.h usability
configure:9753: gcc -c -g -O2 conftest.c >&5
configure:9808:18: argz.h: No such file or directory
configure:9756: $? = 1
configure: failed program was:
| #line 9742 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 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 <argz.h>
configure:9772: result: no
configure:9776: checking argz.h presence
configure:9787: gcc -E conftest.c
configure:9810:18: argz.h: No such file or directory
configure:9793: $? = 1
configure: failed program was:
| #line 9778 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| /* end confdefs.h. */
| #include <argz.h>
configure:9812: result: no
configure:9848: checking for argz.h
configure:9855: result: no
configure:9869: checking for error_t
configure:9897: gcc -c -g -O2 conftest.c >&5
configure: In function `main':
configure:9913: `error_t' undeclared (first use in this function)
configure:9913: (Each undeclared identifier is reported only once
configure:9913: for each function it appears in.)
configure:9913: parse error before ')' token
configure:9900: $? = 1
configure: failed program was:
| #line 9874 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| /* end confdefs.h. */
| #if HAVE_ARGZ_H
| # include <argz.h>
| #endif
|
| int
| main ()
| {
| if ((error_t *) 0)
| return 0;
| if (sizeof (error_t))
| return 0;
| ;
| return 0;
| }
configure:9917: result: no
configure:9943: checking for argz_append
configure:9993: gcc -o conftest -g -O2 conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: argz_append
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:9996: $? = 1
configure: failed program was:
| #line 9948 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_append (); 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
| /* 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 argz_append ();
| /* 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_argz_append) || defined (__stub___argz_append)
| choke me
| #else
| char (*f) () = argz_append;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != argz_append;
| ;
| return 0;
| }
configure:10013: result: no
configure:9943: checking for argz_create_sep
configure:9993: gcc -o conftest -g -O2 conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: argz_create_sep
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:9996: $? = 1
configure: failed program was:
| #line 9948 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_create_sep (); 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
| /* 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 argz_create_sep ();
| /* 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_argz_create_sep) || defined (__stub___argz_create_sep)
| choke me
| #else
| char (*f) () = argz_create_sep;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != argz_create_sep;
| ;
| return 0;
| }
configure:10013: result: no
configure:9943: checking for argz_insert
configure:9993: gcc -o conftest -g -O2 conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: argz_insert
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:9996: $? = 1
configure: failed program was:
| #line 9948 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_insert (); 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
| /* 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 argz_insert ();
| /* 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_argz_insert) || defined (__stub___argz_insert)
| choke me
| #else
| char (*f) () = argz_insert;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != argz_insert;
| ;
| return 0;
| }
configure:10013: result: no
configure:9943: checking for argz_next
configure:9993: gcc -o conftest -g -O2 conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: argz_next
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:9996: $? = 1
configure: failed program was:
| #line 9948 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_next (); 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
| /* 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 argz_next ();
| /* 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_argz_next) || defined (__stub___argz_next)
| choke me
| #else
| char (*f) () = argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != argz_next;
| ;
| return 0;
| }
configure:10013: result: no
configure:9943: checking for argz_stringify
configure:9993: gcc -o conftest -g -O2 conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: argz_stringify
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:9996: $? = 1
configure: failed program was:
| #line 9948 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char argz_stringify (); 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
| /* 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 argz_stringify ();
| /* 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_argz_stringify) || defined (__stub___argz_stringify)
| choke me
| #else
| char (*f) () = argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != argz_stringify;
| ;
| return 0;
| }
configure:10013: result: no
configure:10063: checking errno.h usability
configure:10076: gcc -c -g -O2 conftest.c >&5
configure:10079: $? = 0
configure:10082: test -s conftest.o
configure:10085: $? = 0
configure:10095: result: yes
configure:10099: checking errno.h presence
configure:10110: gcc -E conftest.c
configure:10116: $? = 0
configure:10135: result: yes
configure:10171: checking for errno.h
configure:10178: result: yes
configure:10063: checking malloc.h usability
configure:10076: gcc -c -g -O2 conftest.c >&5
configure:10079: $? = 0
configure:10082: test -s conftest.o
configure:10085: $? = 0
configure:10095: result: yes
configure:10099: checking malloc.h presence
configure:10110: gcc -E conftest.c
configure:10116: $? = 0
configure:10135: result: yes
configure:10171: checking for malloc.h
configure:10178: result: yes
configure:10054: checking for memory.h
configure:10059: result: yes
configure:10054: checking for stdlib.h
configure:10059: result: yes
configure:10063: checking stdio.h usability
configure:10076: gcc -c -g -O2 conftest.c >&5
configure:10079: $? = 0
configure:10082: test -s conftest.o
configure:10085: $? = 0
configure:10095: result: yes
configure:10099: checking stdio.h presence
configure:10110: gcc -E conftest.c
configure:10116: $? = 0
configure:10135: result: yes
configure:10171: checking for stdio.h
configure:10178: result: yes
configure:10063: checking ctype.h usability
configure:10076: gcc -c -g -O2 conftest.c >&5
configure:10079: $? = 0
configure:10082: test -s conftest.o
configure:10085: $? = 0
configure:10095: result: yes
configure:10099: checking ctype.h presence
configure:10110: gcc -E conftest.c
configure:10116: $? = 0
configure:10135: result: yes
configure:10171: checking for ctype.h
configure:10178: result: yes
configure:10054: checking for unistd.h
configure:10059: result: yes
configure:10207: checking dl.h usability
configure:10220: gcc -c -g -O2 conftest.c >&5
configure:10283:16: dl.h: No such file or directory
configure:10223: $? = 1
configure: failed program was:
| #line 10209 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_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 <dl.h>
configure:10239: result: no
configure:10243: checking dl.h presence
configure:10254: gcc -E conftest.c
configure:10285:16: dl.h: No such file or directory
configure:10260: $? = 1
configure: failed program was:
| #line 10245 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dl.h>
configure:10279: result: no
configure:10315: checking for dl.h
configure:10322: result: no
configure:10207: checking sys/dl.h usability
configure:10220: gcc -c -g -O2 conftest.c >&5
configure:10283:20: sys/dl.h: No such file or directory
configure:10223: $? = 1
configure: failed program was:
| #line 10209 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_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 <sys/dl.h>
configure:10239: result: no
configure:10243: checking sys/dl.h presence
configure:10254: gcc -E conftest.c
configure:10285:20: sys/dl.h: No such file or directory
configure:10260: $? = 1
configure: failed program was:
| #line 10245 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <sys/dl.h>
configure:10279: result: no
configure:10315: checking for sys/dl.h
configure:10322: result: no
configure:10207: checking dld.h usability
configure:10220: gcc -c -g -O2 conftest.c >&5
configure:10283:17: dld.h: No such file or directory
configure:10223: $? = 1
configure: failed program was:
| #line 10209 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_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 <dld.h>
configure:10239: result: no
configure:10243: checking dld.h presence
configure:10254: gcc -E conftest.c
configure:10285:17: dld.h: No such file or directory
configure:10260: $? = 1
configure: failed program was:
| #line 10245 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <dld.h>
configure:10279: result: no
configure:10315: checking for dld.h
configure:10322: result: no
configure:10341: checking for string.h
configure:10346: result: yes
configure:10484: checking for strchr
configure:10534: gcc -o conftest -g -O2 conftest.c >&5
configure:10546: warning: conflicting types for built-in function `strchr'
configure:10537: $? = 0
configure:10540: test -s conftest
configure:10543: $? = 0
configure:10554: result: yes
configure:10569: checking for strrchr
configure:10619: gcc -o conftest -g -O2 conftest.c >&5
configure:10632: warning: conflicting types for built-in function `strrchr'
configure:10622: $? = 0
configure:10625: test -s conftest
configure:10628: $? = 0
configure:10639: result: yes
configure:10654: checking for memcpy
configure:10704: gcc -o conftest -g -O2 conftest.c >&5
configure:10718: warning: conflicting types for built-in function `memcpy'
configure:10707: $? = 0
configure:10710: test -s conftest
configure:10713: $? = 0
configure:10724: result: yes
configure:10739: checking for memmove
configure:10789: gcc -o conftest -g -O2 conftest.c >&5
configure:10792: $? = 0
configure:10795: test -s conftest
configure:10798: $? = 0
configure:10809: result: yes
configure:10739: checking for strcmp
configure:10789: gcc -o conftest -g -O2 conftest.c >&5
configure:10805: warning: conflicting types for built-in function `strcmp'
configure:10792: $? = 0
configure:10795: test -s conftest
configure:10798: $? = 0
configure:10809: result: yes
configure:10824: checking for makeinfo
configure:10840: found /usr/local/bin/makeinfo
configure:10851: result: yes
configure:10905: checking for an ANSI C-conforming const
configure:10993: result: yes
configure:11003: checking for inline
configure:11025: gcc -c -g -O2 conftest.c >&5
configure:11028: $? = 0
configure:11031: test -s conftest.o
configure:11034: $? = 0
configure:11046: result: inline
configure:11061: checking whether byte ordering is bigendian
configure:11089: gcc -c -g -O2 conftest.c >&5
configure:11092: $? = 0
configure:11095: test -s conftest.o
configure:11098: $? = 0
configure:11123: gcc -c -g -O2 conftest.c >&5
configure:11126: $? = 0
configure:11129: test -s conftest.o
configure:11132: $? = 0
configure:11246: result: yes
configure:11266: checking for int
configure:11291: gcc -c -g -O2 conftest.c >&5
configure:11294: $? = 0
configure:11297: test -s conftest.o
configure:11300: $? = 0
configure:11311: result: yes
configure:11314: checking size of int
configure:11589: gcc -o conftest -g -O2 conftest.c >&5
configure:11592: $? = 0
configure:11594: ./conftest
configure:11597: $? = 0
configure:11620: result: 4
configure:11627: checking for long
configure:11652: gcc -c -g -O2 conftest.c >&5
configure:11655: $? = 0
configure:11658: test -s conftest.o
configure:11661: $? = 0
configure:11672: result: yes
configure:11675: checking size of long
configure:11950: gcc -o conftest -g -O2 conftest.c >&5
configure:11953: $? = 0
configure:11955: ./conftest
configure:11958: $? = 0
configure:11981: result: 4
configure:11995: checking for stdint.h
configure:12000: result: no
configure:12137: checking for inttypes.h
configure:12142: result: yes
configure:12274: checking for uintptr_t
configure:12299: gcc -c -g -O2 conftest.c >&5
configure:12302: $? = 0
configure:12305: test -s conftest.o
configure:12308: $? = 0
configure:12319: result: yes
configure:12329: checking for ptrdiff_t
configure:12354: gcc -c -g -O2 conftest.c >&5
configure:12357: $? = 0
configure:12360: test -s conftest.o
configure:12363: $? = 0
configure:12374: result: yes
configure:12386: checking for long longs
configure:12408: gcc -c -g -O2 conftest.c >&5
configure:12411: $? = 0
configure:12414: test -s conftest.o
configure:12417: $? = 0
configure:12428: result: yes
configure:12436: checking for long long
configure:12461: gcc -c -g -O2 conftest.c >&5
configure:12464: $? = 0
configure:12467: test -s conftest.o
configure:12470: $? = 0
configure:12481: result: yes
configure:12484: checking size of long long
configure:12759: gcc -o conftest -g -O2 conftest.c >&5
configure:12762: $? = 0
configure:12764: ./conftest
configure:12767: $? = 0
configure:12790: result: 8
configure:12799: checking for void *
configure:12824: gcc -c -g -O2 conftest.c >&5
configure:12827: $? = 0
configure:12830: test -s conftest.o
configure:12833: $? = 0
configure:12844: result: yes
configure:12847: checking size of void *
configure:13122: gcc -o conftest -g -O2 conftest.c >&5
configure:13125: $? = 0
configure:13127: ./conftest
configure:13130: $? = 0
configure:13153: result: 4
configure:13167: checking for ANSI C header files
configure:13317: result: yes
configure:13335: checking for dirent.h that defines DIR
configure:13380: result: yes
configure:13393: checking for library containing opendir
configure:13492: result: none required
configure:13608: checking whether time.h and sys/time.h may both be included
configure:13634: gcc -c -g -O2 conftest.c >&5
configure:13637: $? = 0
configure:13640: test -s conftest.o
configure:13643: $? = 0
configure:13654: result: yes
configure:13664: checking for sys/wait.h that is POSIX.1 compatible
configure:13696: gcc -c -g -O2 conftest.c >&5
configure:13699: $? = 0
configure:13702: test -s conftest.o
configure:13705: $? = 0
configure:13716: result: yes
configure:13764: checking assert.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking assert.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for assert.h
configure:13879: result: yes
configure:13764: checking io.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13863:16: io.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_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 <io.h>
configure:13796: result: no
configure:13800: checking io.h presence
configure:13811: gcc -E conftest.c
configure:13865:16: io.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_H 1
| /* end confdefs.h. */
| #include <io.h>
configure:13836: result: no
configure:13872: checking for io.h
configure:13879: result: no
configure:13764: checking libc.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13863:18: libc.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_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 <libc.h>
configure:13796: result: no
configure:13800: checking libc.h presence
configure:13811: gcc -E conftest.c
configure:13865:18: libc.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_H 1
| /* end confdefs.h. */
| #include <libc.h>
configure:13836: result: no
configure:13872: checking for libc.h
configure:13879: result: no
configure:13764: checking limits.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking limits.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for limits.h
configure:13879: result: yes
configure:13755: checking for malloc.h
configure:13760: result: yes
configure:13755: checking for memory.h
configure:13760: result: yes
configure:13755: checking for string.h
configure:13760: result: yes
configure:13764: checking regex.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking regex.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for regex.h
configure:13879: result: yes
configure:13764: checking rxposix.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13868:21: rxposix.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rxposix.h>
configure:13796: result: no
configure:13800: checking rxposix.h presence
configure:13811: gcc -E conftest.c
configure:13870:21: rxposix.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h. */
| #include <rxposix.h>
configure:13836: result: no
configure:13872: checking for rxposix.h
configure:13879: result: no
configure:13764: checking rx/rxposix.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13868:24: rx/rxposix.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rx/rxposix.h>
configure:13796: result: no
configure:13800: checking rx/rxposix.h presence
configure:13811: gcc -E conftest.c
configure:13870:24: rx/rxposix.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_REGEX_H 1
| /* end confdefs.h. */
| #include <rx/rxposix.h>
configure:13836: result: no
configure:13872: checking for rx/rxposix.h
configure:13879: result: no
configure:13764: checking sys/ioctl.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking sys/ioctl.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for sys/ioctl.h
configure:13879: result: yes
configure:13764: checking sys/select.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking sys/select.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for sys/select.h
configure:13879: result: yes
configure:13764: checking sys/time.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking sys/time.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for sys/time.h
configure:13879: result: yes
configure:13764: checking sys/timeb.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking sys/timeb.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for sys/timeb.h
configure:13879: result: yes
configure:13764: checking sys/times.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking sys/times.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for sys/times.h
configure:13879: result: yes
configure:13764: checking sys/stdtypes.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13873:26: sys/stdtypes.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* 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:13796: result: no
configure:13800: checking sys/stdtypes.h presence
configure:13811: gcc -E conftest.c
configure:13875:26: sys/stdtypes.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* end confdefs.h. */
| #include <sys/stdtypes.h>
configure:13836: result: no
configure:13872: checking for sys/stdtypes.h
configure:13879: result: no
configure:13755: checking for sys/types.h
configure:13760: result: yes
configure:13764: checking sys/utime.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13874:23: sys/utime.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* 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:13796: result: no
configure:13800: checking sys/utime.h presence
configure:13811: gcc -E conftest.c
configure:13876:23: sys/utime.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* end confdefs.h. */
| #include <sys/utime.h>
configure:13836: result: no
configure:13872: checking for sys/utime.h
configure:13879: result: no
configure:13764: checking time.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking time.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for time.h
configure:13879: result: yes
configure:13755: checking for unistd.h
configure:13760: result: yes
configure:13764: checking utime.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking utime.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for utime.h
configure:13879: result: yes
configure:13764: checking pwd.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking pwd.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for pwd.h
configure:13879: result: yes
configure:13764: checking winsock2.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13878:22: winsock2.h: No such file or directory
configure:13780: $? = 1
configure: failed program was:
| #line 13766 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* 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 <winsock2.h>
configure:13796: result: no
configure:13800: checking winsock2.h presence
configure:13811: gcc -E conftest.c
configure:13880:22: winsock2.h: No such file or directory
configure:13817: $? = 1
configure: failed program was:
| #line 13802 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* end confdefs.h. */
| #include <winsock2.h>
configure:13836: result: no
configure:13872: checking for winsock2.h
configure:13879: result: no
configure:13764: checking grp.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking grp.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for grp.h
configure:13879: result: yes
configure:13764: checking sys/utsname.h usability
configure:13777: gcc -c -g -O2 conftest.c >&5
configure:13780: $? = 0
configure:13783: test -s conftest.o
configure:13786: $? = 0
configure:13796: result: yes
configure:13800: checking sys/utsname.h presence
configure:13811: gcc -E conftest.c
configure:13817: $? = 0
configure:13836: result: yes
configure:13872: checking for sys/utsname.h
configure:13879: result: yes
configure:13899: checking for libc.h
configure:13904: result: no
configure:13899: checking for unistd.h
configure:13904: result: yes
configure:14036: checking whether libc.h and unistd.h can be included together
configure:14091: result: no
configure:14102: checking for uid_t in sys/types.h
configure:14126: result: yes
configure:14141: checking type of array argument to getgroups
configure:14180: gcc -o conftest -g -O2 conftest.c >&5
configure:14183: $? = 0
configure:14185: ./conftest
configure:14188: $? = 0
configure:14222: result: gid_t
configure:14230: checking return type of signal handlers
configure:14262: gcc -c -g -O2 conftest.c >&5
configure:14265: $? = 0
configure:14268: test -s conftest.o
configure:14271: $? = 0
configure:14282: result: void
configure:14290: checking for mode_t
configure:14315: gcc -c -g -O2 conftest.c >&5
configure:14318: $? = 0
configure:14321: test -s conftest.o
configure:14324: $? = 0
configure:14335: result: yes
configure:14349: checking for main in -lm
configure:14374: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14377: $? = 0
configure:14380: test -s conftest
configure:14383: $? = 0
configure:14395: result: yes
configure:14410: checking for gethostbyname
configure:14460: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14463: $? = 0
configure:14466: test -s conftest
configure:14469: $? = 0
configure:14480: result: yes
configure:14560: checking for connect
configure:14610: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14613: $? = 0
configure:14616: test -s conftest
configure:14619: $? = 0
configure:14630: result: yes
configure:14790: checking for ctermid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for ftime
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for fchown
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for getcwd
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for geteuid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for gettimeofday
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for lstat
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for mkdir
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for mknod
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for nice
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for readlink
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for rename
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for rmdir
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for select
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for setegid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for seteuid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for setlocale
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for setpgid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for setsid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for sigaction
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for siginterrupt
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for strftime
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for strptime
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for symlink
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for sync
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for tcgetpgrp
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for tcsetpgrp
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for times
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for uname
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for waitpid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for strdup
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for system
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for usleep
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for atexit
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for on_exit
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for chown
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for link
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for fcntl
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for ttyname
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for getpwent
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for getgrent
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for kill
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for getppid
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for getpgrp
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for fork
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for setitimer
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14790: checking for getitimer
configure:14840: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:14843: $? = 0
configure:14846: test -s conftest
configure:14849: $? = 0
configure:14860: result: yes
configure:14887: checking crypt.h usability
configure:14900: gcc -c -g -O2 conftest.c >&5
configure:14903: $? = 0
configure:14906: test -s conftest.o
configure:14909: $? = 0
configure:14919: result: yes
configure:14923: checking crypt.h presence
configure:14934: gcc -E conftest.c
configure:14940: $? = 0
configure:14959: result: yes
configure:14995: checking for crypt.h
configure:15002: result: yes
configure:14887: checking sys/resource.h usability
configure:14900: gcc -c -g -O2 conftest.c >&5
configure:14903: $? = 0
configure:14906: test -s conftest.o
configure:14909: $? = 0
configure:14919: result: yes
configure:14923: checking sys/resource.h presence
configure:14934: gcc -E conftest.c
configure:14940: $? = 0
configure:14959: result: yes
configure:14995: checking for sys/resource.h
configure:15002: result: yes
configure:14887: checking sys/file.h usability
configure:14900: gcc -c -g -O2 conftest.c >&5
configure:14903: $? = 0
configure:14906: test -s conftest.o
configure:14909: $? = 0
configure:14919: result: yes
configure:14923: checking sys/file.h presence
configure:14934: gcc -E conftest.c
configure:14940: $? = 0
configure:14959: result: yes
configure:14995: checking for sys/file.h
configure:15002: result: yes
configure:15027: checking for chroot
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for flock
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
ld: 0711-317 ERROR: Undefined symbol: flock
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:15080: $? = 1
configure: failed program was:
| #line 15032 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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
| /* end confdefs.h. */
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char flock (); 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
| /* 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 flock ();
| /* 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_flock) || defined (__stub___flock)
| choke me
| #else
| char (*f) () = flock;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != flock;
| ;
| return 0;
| }
configure:15097: result: no
configure:15027: checking for getlogin
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for cuserid
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for getpriority
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for setpriority
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for getpass
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for sethostname
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15027: checking for gethostname
configure:15077: gcc -o conftest -g -O2 conftest.c -lm >&5
configure:15080: $? = 0
configure:15083: test -s conftest
configure:15086: $? = 0
configure:15097: result: yes
configure:15108: checking for crypt in -lcrypt
configure:15139: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15142: $? = 0
configure:15145: test -s conftest
configure:15148: $? = 0
configure:15160: result: yes
configure:15182: checking for strptime declaration
configure:15206: result: yes
configure:15217: checking for sleep declaration
configure:15241: result: yes
configure:15252: checking for usleep declaration
configure:15276: result: yes
configure:15289: checking return type of usleep
configure:15313: result: int
configure:15335: checking sys/un.h usability
configure:15348: gcc -c -g -O2 conftest.c >&5
configure:15351: $? = 0
configure:15354: test -s conftest.o
configure:15357: $? = 0
configure:15367: result: yes
configure:15371: checking sys/un.h presence
configure:15382: gcc -E conftest.c
configure:15388: $? = 0
configure:15407: result: yes
configure:15443: checking for sys/un.h
configure:15450: result: yes
configure:15475: checking for socketpair
configure:15525: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15528: $? = 0
configure:15531: test -s conftest
configure:15534: $? = 0
configure:15545: result: yes
configure:15475: checking for getgroups
configure:15525: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15528: $? = 0
configure:15531: test -s conftest
configure:15534: $? = 0
configure:15545: result: yes
configure:15475: checking for setpwent
configure:15525: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15528: $? = 0
configure:15531: test -s conftest
configure:15534: $? = 0
configure:15545: result: yes
configure:15475: checking for pause
configure:15525: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15528: $? = 0
configure:15531: test -s conftest
configure:15534: $? = 0
configure:15545: result: yes
configure:15475: checking for tzset
configure:15525: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15528: $? = 0
configure:15531: test -s conftest
configure:15534: $? = 0
configure:15545: result: yes
configure:15579: checking for sethostent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for gethostent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for endhostent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for setnetent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for getnetent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for endnetent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for setprotoent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for getprotoent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for endprotoent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for setservent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for getservent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for endservent
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for getnetbyaddr
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for getnetbyname
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for inet_lnaof
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for inet_makeaddr
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for inet_netof
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for hstrerror
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for inet_pton
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15579: checking for inet_ntop
configure:15629: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15632: $? = 0
configure:15635: test -s conftest
configure:15638: $? = 0
configure:15649: result: yes
configure:15661: checking whether netdb.h declares h_errno
configure:15683: gcc -c -g -O2 conftest.c >&5
configure:15686: $? = 0
configure:15689: test -s conftest.o
configure:15692: $? = 0
configure:15704: result: yes
configure:15714: checking whether uint32_t is defined
configure:15737: gcc -c -g -O2 conftest.c >&5
configure:15740: $? = 0
configure:15743: test -s conftest.o
configure:15746: $? = 0
configure:15758: result: yes
configure:15768: checking for working IPv6 support
configure:15795: gcc -c -g -O2 conftest.c >&5
configure:15798: $? = 0
configure:15801: test -s conftest.o
configure:15804: $? = 0
configure:15816: result: yes
configure:15827: checking whether sockaddr_in6 has sin6_scope_id
configure:15853: gcc -c -g -O2 conftest.c >&5
configure:15856: $? = 0
configure:15859: test -s conftest.o
configure:15862: $? = 0
configure:15874: result: yes
configure:15884: checking whether localtime caches TZ
configure:15935: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:15938: $? = 0
configure:15940: ./conftest
configure:15943: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 15894 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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_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 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
| /* end confdefs.h. */
| #include <time.h>
| #if STDC_HEADERS
| # include <stdlib.h>
| #endif
| extern char **environ;
| unset_TZ ()
| {
| char **from, **to;
| for (to = from = environ; (*to = *from); from++)
| if (! (to[0][0] == 'T' && to[0][1] == 'Z' && to[0][2] == '='))
| to++;
| }
| char TZ_GMT0[] = "TZ=GMT0";
| char TZ_PST8[] = "TZ=PST8";
| main()
| {
| time_t now = time ((time_t *) 0);
| int hour_GMT0, hour_unset;
| if (putenv (TZ_GMT0) != 0)
| exit (1);
| hour_GMT0 = localtime (&now)->tm_hour;
| unset_TZ ();
| hour_unset = localtime (&now)->tm_hour;
| if (putenv (TZ_PST8) != 0)
| exit (1);
| if (localtime (&now)->tm_hour == hour_GMT0)
| exit (1);
| unset_TZ ();
| if (localtime (&now)->tm_hour != hour_unset)
| exit (1);
| exit (0);
| }
configure:15962: result: yes
configure:15978: checking for unistd.h
configure:15983: result: yes
configure:16115: checking for restartable system calls
configure:16178: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16181: $? = 0
configure:16183: ./conftest
configure:16186: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 16127 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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_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 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 LOCALTIME_CACHE 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| /* Exit 0 (true) if wait returns something other than -1,
| i.e. the pid of the child, which means that wait was restarted
| after getting the signal. */
|
| #include <sys/types.h>
| #include <signal.h>
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_WAIT_H
| # include <sys/wait.h>
| #endif
|
| /* Some platforms explicitly require an extern "C" signal handler
| when using C++. */
| #ifdef __cplusplus
| extern "C" void ucatch (int dummy) { }
| #else
| void ucatch (dummy) int dummy; { }
| #endif
|
| int
| main ()
| {
| int i = fork (), status;
|
| if (i == 0)
| {
| sleep (3);
| kill (getppid (), SIGINT);
| sleep (3);
| exit (0);
| }
|
| signal (SIGINT, ucatch);
|
| status = wait (&i);
| if (status == -1)
| wait (&i);
|
| exit (status == -1);
| }
configure:16200: result: no
configure:16215: checking for regcomp
configure:16256: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16259: $? = 0
configure:16262: test -s conftest
configure:16265: $? = 0
configure:16278: result: yes
configure:16434: checking for inet_aton
configure:16484: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16487: $? = 0
configure:16490: test -s conftest
configure:16493: $? = 0
configure:16504: result: yes
configure:16434: checking for putenv
configure:16484: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16487: $? = 0
configure:16490: test -s conftest
configure:16493: $? = 0
configure:16504: result: yes
configure:16434: checking for strerror
configure:16484: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16487: $? = 0
configure:16490: test -s conftest
configure:16493: $? = 0
configure:16504: result: yes
configure:16434: checking for memmove
configure:16504: result: yes
configure:16434: checking for mkstemp
configure:16484: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16487: $? = 0
configure:16490: test -s conftest
configure:16493: $? = 0
configure:16504: result: yes
configure:16523: checking for working alloca.h
configure:16545: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16548: $? = 0
configure:16551: test -s conftest
configure:16554: $? = 0
configure:16565: result: yes
configure:16575: checking for alloca
configure:16617: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:16620: $? = 0
configure:16623: test -s conftest
configure:16626: $? = 0
configure:16637: result: yes
configure:16846: checking for struct stat.st_rdev
configure:16870: gcc -c -g -O2 conftest.c >&5
configure:16873: $? = 0
configure:16876: test -s conftest.o
configure:16879: $? = 0
configure:16927: result: yes
configure:16938: checking for struct stat.st_blksize
configure:16962: gcc -c -g -O2 conftest.c >&5
configure:16965: $? = 0
configure:16968: test -s conftest.o
configure:16971: $? = 0
configure:17019: result: yes
configure:17031: checking for struct stat.st_blocks
configure:17055: gcc -c -g -O2 conftest.c >&5
configure:17058: $? = 0
configure:17061: test -s conftest.o
configure:17064: $? = 0
configure:17112: result: yes
configure:17131: checking for S_ISLNK in sys/stat.h
configure:17148: gcc -E conftest.c
configure:17154: $? = 0
configure:17174: result: yes
configure:17184: checking whether struct tm is in sys/time.h or time.h
configure:17208: gcc -c -g -O2 conftest.c >&5
configure:17211: $? = 0
configure:17214: test -s conftest.o
configure:17217: $? = 0
configure:17228: result: time.h
configure:17238: checking for struct tm.tm_zone
configure:17265: gcc -c -g -O2 conftest.c >&5
configure: In function `main':
configure:17442: structure has no member named `tm_zone'
configure:17268: $? = 1
configure: failed program was:
| #line 17243 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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_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 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 LOCALTIME_CACHE 1
| #define HAVE_UNISTD_H 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
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (ac_aggr.tm_zone)
| return 0;
| ;
| return 0;
| }
configure:17303: gcc -c -g -O2 conftest.c >&5
configure: In function `main':
configure:17480: structure has no member named `tm_zone'
configure:17306: $? = 1
configure: failed program was:
| #line 17281 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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_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 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 LOCALTIME_CACHE 1
| #define HAVE_UNISTD_H 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
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <time.h>
|
|
| int
| main ()
| {
| static struct tm ac_aggr;
| if (sizeof ac_aggr.tm_zone)
| return 0;
| ;
| return 0;
| }
configure:17325: result: no
configure:17343: checking for tzname
configure:17369: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:17372: $? = 0
configure:17375: test -s conftest
configure:17378: $? = 0
configure:17389: result: yes
configure:17401: checking whether we need POSIX to get struct utimbuf
configure:17422: gcc -E conftest.c
configure:17428: $? = 0
configure:17448: result: no
configure:17480: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:17483: $? = 0
configure:17485: ./conftest
configure:17488: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 17468 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define SCM_DEBUG_DEPRECATED 0
| #define SCM_WARN_DEPRECATED_DEFAULT "summary"
| #define DEBUG_EXTENSIONS 1
| #define READER_EXTENSIONS 1
| #define _ALL_SOURCE 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_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_DIRENT_H 1
| #define LTDL_SHLIB_EXT ".a"
| #define LTDL_SHLIBPATH_VAR "LIBPATH"
| #define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
| #define LTDL_OBJDIR ".libs/"
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_ERRNO_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_CTYPE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRCHR 1
| #define HAVE_STRRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRCMP 1
| #define HAVE_ARRAYS 1
| #define HAVE_POSIX 1
| #define HAVE_NETWORKING 1
| #define WORDS_BIGENDIAN 1
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #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_ASSERT_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_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 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 LOCALTIME_CACHE 1
| #define HAVE_UNISTD_H 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_TZNAME 1
| /* end confdefs.h. */
| aux (l) unsigned long l;
| { int x; exit (l >= ((unsigned long)&x)); }
| main () { int q; aux((unsigned long)&q); }
configure:17508: checking whether floats fit in longs
configure:17526: gcc -o conftest -g -O2 conftest.c -lcrypt -lm >&5
configure:17529: $? = 0
configure:17531: ./conftest
configure:17534: $? = 0
configure:17548: result: yes
configure:17570: checking for struct linger
configure:17594: gcc -c -g -O2 conftest.c >&5
configure:17597: $? = 0
configure:17600: test -s conftest.o
configure:17603: $? = 0
configure:17615: result: yes
configure:17626: checking for struct timespec
configure:17649: gcc -c -g -O2 conftest.c >&5
configure:17652: $? = 0
configure:17655: test -s conftest.o
configure:17658: $? = 0
configure:17670: result: yes
configure:17698: checking whether to support threads
configure:17712: result: no
configure:17955: checking for gawk
configure:17981: result: gawk
configure:18209: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on almws1.de.db.com
config.status:754: creating Makefile
config.status:754: creating am/Makefile
config.status:754: creating libguile/Makefile
config.status:754: creating libguile-ltdl/Makefile
config.status:754: creating libguile-ltdl/upstream/Makefile
config.status:754: creating ice-9/Makefile
config.status:754: creating oop/Makefile
config.status:754: creating oop/goops/Makefile
config.status:754: creating scripts/Makefile
config.status:754: creating srfi/Makefile
config.status:754: creating qt/Makefile
config.status:754: creating qt/qt.h
config.status:754: creating qt/md/Makefile
config.status:754: creating qt/time/Makefile
config.status:754: creating guile-config/Makefile
config.status:754: creating doc/Makefile
config.status:754: creating doc/ref/Makefile
config.status:754: creating doc/tutorial/Makefile
config.status:754: creating doc/goops/Makefile
config.status:754: creating doc/r5rs/Makefile
config.status:754: creating examples/Makefile
config.status:754: creating examples/scripts/Makefile
config.status:754: creating examples/box/Makefile
config.status:754: creating examples/box-module/Makefile
config.status:754: creating examples/box-dynamic/Makefile
config.status:754: creating examples/box-dynamic-module/Makefile
config.status:754: creating examples/modules/Makefile
config.status:754: creating examples/safe/Makefile
config.status:754: creating test-suite/Makefile
config.status:754: creating check-guile
config.status:754: creating guile-tools
config.status:754: creating pre-inst-guile
config.status:754: creating libguile/guile-snarf
config.status:754: creating libguile/guile-doc-snarf
config.status:754: creating libguile/guile-func-name-check
config.status:754: creating libguile/guile-snarf-docs
config.status:868: creating config.h
config.status:1526: executing depfiles commands
configure:19553: configuring in guile-readline
configure:19637: running /bin/sh './configure' --prefix=/usr/local --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=powerpc-ibm-aix5.1.0.0
ac_cv_build_alias=powerpc-ibm-aix5.1.0.0
ac_cv_c_bigendian=yes
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_exeext=''
ac_cv_func_alloca_works=yes
ac_cv_func_argz_append=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
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_dlerror=yes
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=no
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_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdir=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_nice=yes
ac_cv_func_on_exit=yes
ac_cv_func_pause=yes
ac_cv_func_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_strchr=yes
ac_cv_func_strcmp=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strptime=yes
ac_cv_func_strrchr=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_argz_h=no
ac_cv_header_assert_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_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=no
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=no
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=powerpc-ibm-aix5.1.0.0
ac_cv_host_alias=powerpc-ibm-aix5.1.0.0
ac_cv_lib_cposix_strerror=no
ac_cv_lib_crypt_crypt=yes
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=no
ac_cv_objext=o
ac_cv_path_install='/usr/local/bin/ginstall -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_egrep='grep -E'
ac_cv_prog_have_makeinfo=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
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=no
ac_cv_sys_symbol_underscore=no
ac_cv_type_error_t=no
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_var_tzname=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=''
guile_cv_func_sleep_declared=yes
guile_cv_func_strptime_declared=yes
guile_cv_func_usleep_declared=yes
guile_cv_func_usleep_return_type=int
guile_cv_have_h_errno=yes
guile_cv_have_ipv6=yes
guile_cv_have_sin6_scope_id=yes
guile_cv_have_uint32_t=yes
guile_cv_header_libc_with_unistd=no
guile_cv_localtime_cache=yes
guile_cv_struct_utimbuf_needs_posix=no
guile_cv_type_float_fits_long=yes
libltdl_cv_objdir=.libs
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.a
libltdl_cv_shlibpath_var=LIBPATH
libltdl_cv_sys_dlopen_deplibs=unknown
libltdl_cv_sys_search_path='/lib /usr/lib'
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
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/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/local/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_pic=''
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static='-static -Wl,-lC'
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDT][BCDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'
scm_cv_long_longs=yes
scm_cv_struct_linger=yes
scm_cv_struct_timespec=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /software/guile-1.6.1/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /software/guile-1.6.1/missing --run tar'
AUTOCONF='${SHELL} /software/guile-1.6.1/missing --run autoconf'
AUTOHEADER='${SHELL} /software/guile-1.6.1/missing --run autoheader'
AUTOMAKE='${SHELL} /software/guile-1.6.1/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -Wmissing-prototypes'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLPREOPEN='-dlpreopen force'
ECHO='/usr/local/bin/echo'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_DOT_DOC_FILES='ramap.doc unif.doc filesys.doc posix.doc net_db.doc socket.doc regex-posix.doc'
EXTRA_DOT_X_FILES='ramap.x unif.x filesys.x posix.x net_db.x socket.x regex-posix.x'
GUILE_EFFECTIVE_VERSION='1.6'
GUILE_LIBS=' -lcrypt -lm '
GUILE_MAJOR_VERSION='1'
GUILE_MICRO_VERSION='1'
GUILE_MINOR_VERSION='6'
GUILE_VERSION='1.6.1'
HAVE_MAKEINFO_FALSE='#'
HAVE_MAKEINFO_TRUE=''
HTMLDOC_FALSE=''
HTMLDOC_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE=''
INSTALL_LTDL_TRUE='#'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBADD_DL='-ldl'
LIBGUILE_INTERFACE='15:0:3'
LIBGUILE_INTERFACE_AGE='3'
LIBGUILE_INTERFACE_CURRENT='15'
LIBGUILE_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE='1:0:0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT='1'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_13_14_MAJOR='1'
LIBGUILE_SRFI_SRFI_4_INTERFACE='1:0:0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT='1'
LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION='0'
LIBGUILE_SRFI_SRFI_4_MAJOR='1'
LIBLOBJS='ramap.lo unif.lo filesys.lo posix.lo net_db.lo socket.lo regex-posix.lo'
LIBOBJS=' ramap$U.o unif$U.o filesys$U.o posix$U.o net_db$U.o socket$U.o regex-posix$U.o'
LIBQTHREADS_INTERFACE='15:0:3'
LIBQTHREADS_INTERFACE_AGE='3'
LIBQTHREADS_INTERFACE_CURRENT='15'
LIBQTHREADS_INTERFACE_REVISION='0'
LIBS='-lcrypt -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=' ramap$U.lo unif$U.lo filesys$U.lo posix$U.lo net_db$U.lo socket$U.lo regex-posix$U.lo'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /software/guile-1.6.1/missing --run makeinfo'
OBJEXT='o'
PACKAGE='guile'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
QTHREAD_LTLIBS=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TEXI2HTML=''
THREAD_LIBS_INSTALLED=''
THREAD_LIBS_LOCAL=''
THREAD_PACKAGE=''
VERSION='1.6.1'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='powerpc-ibm-aix5.1.0.0'
build_alias=''
build_cpu='powerpc'
build_os='aix5.1.0.0'
build_vendor='ibm'
datadir='${prefix}/share'
exec_prefix='${prefix}'
have_makeinfo='yes'
host='powerpc-ibm-aix5.1.0.0'
host_alias=''
host_cpu='powerpc'
host_os='aix5.1.0.0'
host_vendor='ibm'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/software/guile-1.6.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
qtdmdb_s=''
qthread_asflags=''
qtmd_h=''
qtmdc_c=''
qtmds_s=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' guile-readline'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute='/software/guile-1.6.1'
top_srcdir_absolute='/software/guile-1.6.1'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define DEBUG_EXTENSIONS 1
#define DYNAMIC_LINKING 1
#define GETGROUPS_T gid_t
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ARRAYS 1
#define HAVE_ASSERT_H 1
#define HAVE_ATEXIT 1
#define HAVE_CHOWN 1
#define HAVE_CHROOT 1
#define HAVE_CONNECT 1
#define HAVE_CRYPT_H 1
#define HAVE_CTERMID 1
#define HAVE_CTYPE_H 1
#define HAVE_CUSERID 1
#define HAVE_DIRENT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLERROR 1
#define HAVE_DLFCN_H 1
#define HAVE_ENDHOSTENT 1
#define HAVE_ENDNETENT 1
#define HAVE_ENDPROTOENT 1
#define HAVE_ENDSERVENT 1
#define HAVE_ERRNO_H 1
#define HAVE_FCHOWN 1
#define HAVE_FCNTL 1
#define HAVE_FORK 1
#define HAVE_FTIME 1
#define HAVE_GETCWD 1
#define HAVE_GETEUID 1
#define HAVE_GETGRENT 1
#define HAVE_GETGROUPS 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETHOSTENT 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETITIMER 1
#define HAVE_GETLOGIN 1
#define HAVE_GETNETBYADDR 1
#define HAVE_GETNETBYNAME 1
#define HAVE_GETNETENT 1
#define HAVE_GETPASS 1
#define HAVE_GETPGRP 1
#define HAVE_GETPPID 1
#define HAVE_GETPRIORITY 1
#define HAVE_GETPROTOENT 1
#define HAVE_GETPWENT 1
#define HAVE_GETSERVENT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_GRP_H 1
#define HAVE_HSTRERROR 1
#define HAVE_H_ERRNO 1
#define HAVE_INET_ATON 1
#define HAVE_INET_LNAOF 1
#define HAVE_INET_MAKEADDR 1
#define HAVE_INET_NETOF 1
#define HAVE_INET_NTOP 1
#define HAVE_INET_PTON 1
#define HAVE_INTTYPES_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_IPV6 1
#define HAVE_KILL 1
#define HAVE_LIBCRYPT 1
#define HAVE_LIBDL 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_LINK 1
#define HAVE_LONG_LONGS 1
#define HAVE_LSTAT 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKDIR 1
#define HAVE_MKNOD 1
#define HAVE_MKSTEMP 1
#define HAVE_NETWORKING 1
#define HAVE_NICE 1
#define HAVE_ON_EXIT 1
#define HAVE_PAUSE 1
#define HAVE_POSIX 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_PTRDIFF_T 1
#define HAVE_PUTENV 1
#define HAVE_PWD_H 1
#define HAVE_READLINK 1
#define HAVE_REGCOMP 1
#define HAVE_REGEX_H 1
#define HAVE_RENAME 1
#define HAVE_RMDIR 1
#define HAVE_SELECT 1
#define HAVE_SETEGID 1
#define HAVE_SETEUID 1
#define HAVE_SETHOSTENT 1
#define HAVE_SETHOSTNAME 1
#define HAVE_SETITIMER 1
#define HAVE_SETLOCALE 1
#define HAVE_SETNETENT 1
#define HAVE_SETPGID 1
#define HAVE_SETPRIORITY 1
#define HAVE_SETPROTOENT 1
#define HAVE_SETPWENT 1
#define HAVE_SETSERVENT 1
#define HAVE_SETSID 1
#define HAVE_SIGACTION 1
#define HAVE_SIGINTERRUPT 1
#define HAVE_SIN6_SCOPE_ID 1
#define HAVE_SOCKETPAIR 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRCMP 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRPTIME 1
#define HAVE_STRRCHR 1
#define HAVE_STRUCT_LINGER 1
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_STRUCT_TIMESPEC 1
#define HAVE_ST_BLOCKS 1
#define HAVE_SYMLINK 1
#define HAVE_SYNC 1
#define HAVE_SYSTEM 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMEB_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_S_ISLNK 1
#define HAVE_TCGETPGRP 1
#define HAVE_TCSETPGRP 1
#define HAVE_TIMES 1
#define HAVE_TIME_H 1
#define HAVE_TTYNAME 1
#define HAVE_TZNAME 1
#define HAVE_TZSET 1
#define HAVE_UINT32_T 1
#define HAVE_UINTPTR_T 1
#define HAVE_UNAME 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNIX_DOMAIN_SOCKETS 1
#define HAVE_USLEEP 1
#define HAVE_UTIME_H 1
#define HAVE_WAITPID 1
#define LOCALTIME_CACHE 1
#define LTDL_DLOPEN_DEPLIBS 1
#define LTDL_OBJDIR ".libs/"
#define LTDL_SHLIBPATH_VAR "LIBPATH"
#define LTDL_SHLIB_EXT ".a"
#define LTDL_SYSSEARCHPATH "/lib:/usr/lib"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define READER_EXTENSIONS 1
#define RETSIGTYPE void
#define SCM_DEBUG_DEPRECATED 0
#define SCM_SINGLES 1
#define SCM_WARN_DEPRECATED_DEFAULT "summary"
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF_VOID_P 4
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define WORDS_BIGENDIAN 1
#define _ALL_SOURCE 1
#define error_t int
configure: exit 0
[-- Attachment #3: gmake.out --]
[-- Type: application/octet-stream, Size: 68748 bytes --]
gmake all-recursive
gmake[1]: Entering directory `/software/guile-1.6.1'
Making all in oop
gmake[2]: Entering directory `/software/guile-1.6.1/oop'
Making all in goops
gmake[3]: Entering directory `/software/guile-1.6.1/oop/goops'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/software/guile-1.6.1/oop/goops'
gmake[3]: Entering directory `/software/guile-1.6.1/oop'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/software/guile-1.6.1/oop'
gmake[2]: Leaving directory `/software/guile-1.6.1/oop'
Making all in qt
gmake[2]: Entering directory `/software/guile-1.6.1/qt'
Making all in md
gmake[3]: Entering directory `/software/guile-1.6.1/qt/md'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/software/guile-1.6.1/qt/md'
Making all in time
gmake[3]: Entering directory `/software/guile-1.6.1/qt/time'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory `/software/guile-1.6.1/qt/time'
gmake[3]: Entering directory `/software/guile-1.6.1/qt'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/software/guile-1.6.1/qt'
gmake[2]: Leaving directory `/software/guile-1.6.1/qt'
Making all in libguile-ltdl
gmake[2]: Entering directory `/software/guile-1.6.1/libguile-ltdl'
Making all in upstream
gmake[3]: Entering directory `/software/guile-1.6.1/libguile-ltdl/upstream'
gmake all-am
gmake[4]: Entering directory `/software/guile-1.6.1/libguile-ltdl/upstream'
gmake[4]: Nothing to be done for `all-am'.
gmake[4]: Leaving directory `/software/guile-1.6.1/libguile-ltdl/upstream'
gmake[3]: Leaving directory `/software/guile-1.6.1/libguile-ltdl/upstream'
gmake[3]: Entering directory `/software/guile-1.6.1/libguile-ltdl'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -g -O2 -Wall -Wmissing-prototypes -MT guile-ltdl.lo -MD -MP -MF ".deps/guile-ltdl.Tpo" \
-c -o guile-ltdl.lo `test -f 'guile-ltdl.c' || echo './'`guile-ltdl.c; \
then mv ".deps/guile-ltdl.Tpo" ".deps/guile-ltdl.Plo"; \
else rm -f ".deps/guile-ltdl.Tpo"; exit 1; \
fi
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I. -I.. -I./.. -g -O2 -Wall -Wmissing-prototypes -MT guile-ltdl.lo -MD -MP -MF .deps/guile-ltdl.Tpo -c guile-ltdl.c -DPIC -o .libs/guile-ltdl.lo
mv -f .libs/guile-ltdl.lo guile-ltdl.o
(cd . && ln -s guile-ltdl.o guile-ltdl.lo)
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -Wmissing-prototypes -o libguile-ltdl.la -rpath /usr/local/lib -version-info 1:0:0 -export-dynamic -no-undefined guile-ltdl.lo -ldl -lcrypt -lm
rm -fr .libs/libguile-ltdl.la .libs/libguile-ltdl.* .libs/libguile-ltdl.*
generating symbol list for `libguile-ltdl.la'
/usr/bin/nm -B guile-ltdl.o | sed -n -e 's/^.*[ ]\([BCDT][BCDT]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' | sed 's/.* //' | sort | uniq > .libs/libguile-ltdl.exp
gcc -shared -o .libs/libguile-ltdl.so.1 guile-ltdl.o -ldl -lcrypt -lm -lc -Wl,-bnoentry -Wl,-bexport:.libs/libguile-ltdl.exp
ar -crlo .libs/libguile-ltdl.a .libs/libguile-ltdl.so.1
ar cru .libs/libguile-ltdl.a guile-ltdl.o
ranlib .libs/libguile-ltdl.a
creating libguile-ltdl.la
(cd .libs && rm -f libguile-ltdl.la && ln -s ../libguile-ltdl.la libguile-ltdl.la)
gmake[3]: Leaving directory `/software/guile-1.6.1/libguile-ltdl'
gmake[2]: Leaving directory `/software/guile-1.6.1/libguile-ltdl'
Making all in libguile
gmake[2]: Entering directory `/software/guile-1.6.1/libguile'
Generating libpath.h...
rm -f scmconfig.h
sed -e 's|\(#define PACKAGE_.*\)|/* do not publish: \1 */|' \
< ../config.h > scmconfig.h.tmp
mv scmconfig.h.tmp scmconfig.h
./guile-snarf -o alist.x alist.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o arbiters.x arbiters.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o async.x async.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o backtrace.x backtrace.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o boolean.x boolean.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o chars.x chars.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o continuations.x continuations.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o debug.x debug.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o deprecation.x deprecation.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o dynl.x dynl.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o dynwind.x dynwind.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o environments.x environments.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o eq.x eq.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o error.x error.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o eval.x eval.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o evalext.x evalext.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o extensions.x extensions.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o feature.x feature.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o fluids.x fluids.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o fports.x fports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o gc.x gc.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o goops.x goops.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o gsubr.x gsubr.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o guardians.x guardians.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o hash.x hash.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o hashtab.x hashtab.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o hooks.x hooks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o init.x init.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o ioext.x ioext.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o iselect.x iselect.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o keywords.x keywords.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o lang.x lang.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o list.x list.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o load.x load.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o macros.x macros.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o mallocs.x mallocs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o modules.x modules.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o numbers.x numbers.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o objects.x objects.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o objprop.x objprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o options.x options.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o pairs.x pairs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o ports.x ports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o print.x print.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o procprop.x procprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o procs.x procs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o properties.x properties.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o random.x random.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o rdelim.x rdelim.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o read.x read.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o root.x root.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o rw.x rw.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o scmsigs.x scmsigs.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o script.x script.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o simpos.x simpos.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o smob.x smob.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o sort.x sort.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o srcprop.x srcprop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o stackchk.x stackchk.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o stacks.x stacks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o stime.x stime.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o strings.x strings.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o strop.x strop.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o strorder.x strorder.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o strports.x strports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o struct.x struct.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o symbols.x symbols.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o throw.x throw.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o values.x values.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o variable.x variable.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o vectors.x vectors.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o version.x version.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o vports.x vports.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o weaks.x weaks.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o symbols-deprecated.x symbols-deprecated.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o ramap.x ramap.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o unif.x unif.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o filesys.x filesys.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o posix.x posix.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o net_db.x net_db.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o socket.x socket.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
./guile-snarf -o regex-posix.x regex-posix.c -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT c-tokenize.o -MD -MP -MF ".deps/c-tokenize.Tpo" \
-c -o c-tokenize.o `test -f 'c-tokenize.c' || echo './'`c-tokenize.c; \
then mv ".deps/c-tokenize.Tpo" ".deps/c-tokenize.Po"; \
else rm -f ".deps/c-tokenize.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc -g -O2 -Wall -Wmissing-prototypes -o guile_filter_doc_snarfage c-tokenize.o -lcrypt -lm
mkdir .libs
gcc -g -O2 -Wall -Wmissing-prototypes -o guile_filter_doc_snarfage c-tokenize.o -lcrypt -lm
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check alist.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes alist.c | \
./guile_filter_doc_snarfage --filter-snarfage) > alist.doc || { rm alist.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check arbiters.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes arbiters.c | \
./guile_filter_doc_snarfage --filter-snarfage) > arbiters.doc || { rm arbiters.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check async.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes async.c | \
./guile_filter_doc_snarfage --filter-snarfage) > async.doc || { rm async.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check backtrace.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes backtrace.c | \
./guile_filter_doc_snarfage --filter-snarfage) > backtrace.doc || { rm backtrace.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check boolean.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes boolean.c | \
./guile_filter_doc_snarfage --filter-snarfage) > boolean.doc || { rm boolean.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check chars.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes chars.c | \
./guile_filter_doc_snarfage --filter-snarfage) > chars.doc || { rm chars.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check continuations.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes continuations.c | \
./guile_filter_doc_snarfage --filter-snarfage) > continuations.doc || { rm continuations.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check debug.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes debug.c | \
./guile_filter_doc_snarfage --filter-snarfage) > debug.doc || { rm debug.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check dynl.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes dynl.c | \
./guile_filter_doc_snarfage --filter-snarfage) > dynl.doc || { rm dynl.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check dynwind.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes dynwind.c | \
./guile_filter_doc_snarfage --filter-snarfage) > dynwind.doc || { rm dynwind.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check environments.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes environments.c | \
./guile_filter_doc_snarfage --filter-snarfage) > environments.doc || { rm environments.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check eq.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes eq.c | \
./guile_filter_doc_snarfage --filter-snarfage) > eq.doc || { rm eq.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check error.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes error.c | \
./guile_filter_doc_snarfage --filter-snarfage) > error.doc || { rm error.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check eval.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes eval.c | \
./guile_filter_doc_snarfage --filter-snarfage) > eval.doc || { rm eval.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check evalext.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes evalext.c | \
./guile_filter_doc_snarfage --filter-snarfage) > evalext.doc || { rm evalext.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check extensions.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes extensions.c | \
./guile_filter_doc_snarfage --filter-snarfage) > extensions.doc || { rm extensions.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check feature.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes feature.c | \
./guile_filter_doc_snarfage --filter-snarfage) > feature.doc || { rm feature.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check fluids.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes fluids.c | \
./guile_filter_doc_snarfage --filter-snarfage) > fluids.doc || { rm fluids.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check fports.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes fports.c | \
./guile_filter_doc_snarfage --filter-snarfage) > fports.doc || { rm fports.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check gc.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes gc.c | \
./guile_filter_doc_snarfage --filter-snarfage) > gc.doc || { rm gc.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check goops.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes goops.c | \
./guile_filter_doc_snarfage --filter-snarfage) > goops.doc || { rm goops.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check gsubr.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes gsubr.c | \
./guile_filter_doc_snarfage --filter-snarfage) > gsubr.doc || { rm gsubr.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check guardians.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes guardians.c | \
./guile_filter_doc_snarfage --filter-snarfage) > guardians.doc || { rm guardians.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check hash.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes hash.c | \
./guile_filter_doc_snarfage --filter-snarfage) > hash.doc || { rm hash.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check hashtab.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes hashtab.c | \
./guile_filter_doc_snarfage --filter-snarfage) > hashtab.doc || { rm hashtab.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check hooks.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes hooks.c | \
./guile_filter_doc_snarfage --filter-snarfage) > hooks.doc || { rm hooks.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check init.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes init.c | \
./guile_filter_doc_snarfage --filter-snarfage) > init.doc || { rm init.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check ioext.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes ioext.c | \
./guile_filter_doc_snarfage --filter-snarfage) > ioext.doc || { rm ioext.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check iselect.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes iselect.c | \
./guile_filter_doc_snarfage --filter-snarfage) > iselect.doc || { rm iselect.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check keywords.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes keywords.c | \
./guile_filter_doc_snarfage --filter-snarfage) > keywords.doc || { rm keywords.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check lang.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes lang.c | \
./guile_filter_doc_snarfage --filter-snarfage) > lang.doc || { rm lang.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check list.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes list.c | \
./guile_filter_doc_snarfage --filter-snarfage) > list.doc || { rm list.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check load.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes load.c | \
./guile_filter_doc_snarfage --filter-snarfage) > load.doc || { rm load.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check macros.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes macros.c | \
./guile_filter_doc_snarfage --filter-snarfage) > macros.doc || { rm macros.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check mallocs.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes mallocs.c | \
./guile_filter_doc_snarfage --filter-snarfage) > mallocs.doc || { rm mallocs.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check modules.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes modules.c | \
./guile_filter_doc_snarfage --filter-snarfage) > modules.doc || { rm modules.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check numbers.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes numbers.c | \
./guile_filter_doc_snarfage --filter-snarfage) > numbers.doc || { rm numbers.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check objects.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes objects.c | \
./guile_filter_doc_snarfage --filter-snarfage) > objects.doc || { rm objects.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check objprop.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes objprop.c | \
./guile_filter_doc_snarfage --filter-snarfage) > objprop.doc || { rm objprop.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check options.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes options.c | \
./guile_filter_doc_snarfage --filter-snarfage) > options.doc || { rm options.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check pairs.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes pairs.c | \
./guile_filter_doc_snarfage --filter-snarfage) > pairs.doc || { rm pairs.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check ports.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes ports.c | \
./guile_filter_doc_snarfage --filter-snarfage) > ports.doc || { rm ports.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check print.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes print.c | \
./guile_filter_doc_snarfage --filter-snarfage) > print.doc || { rm print.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check procprop.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes procprop.c | \
./guile_filter_doc_snarfage --filter-snarfage) > procprop.doc || { rm procprop.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check procs.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes procs.c | \
./guile_filter_doc_snarfage --filter-snarfage) > procs.doc || { rm procs.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check properties.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes properties.c | \
./guile_filter_doc_snarfage --filter-snarfage) > properties.doc || { rm properties.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check random.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes random.c | \
./guile_filter_doc_snarfage --filter-snarfage) > random.doc || { rm random.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check rdelim.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes rdelim.c | \
./guile_filter_doc_snarfage --filter-snarfage) > rdelim.doc || { rm rdelim.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check read.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes read.c | \
./guile_filter_doc_snarfage --filter-snarfage) > read.doc || { rm read.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check root.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes root.c | \
./guile_filter_doc_snarfage --filter-snarfage) > root.doc || { rm root.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check rw.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes rw.c | \
./guile_filter_doc_snarfage --filter-snarfage) > rw.doc || { rm rw.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check scmsigs.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes scmsigs.c | \
./guile_filter_doc_snarfage --filter-snarfage) > scmsigs.doc || { rm scmsigs.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check script.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes script.c | \
./guile_filter_doc_snarfage --filter-snarfage) > script.doc || { rm script.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check simpos.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes simpos.c | \
./guile_filter_doc_snarfage --filter-snarfage) > simpos.doc || { rm simpos.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check smob.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes smob.c | \
./guile_filter_doc_snarfage --filter-snarfage) > smob.doc || { rm smob.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check sort.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes sort.c | \
./guile_filter_doc_snarfage --filter-snarfage) > sort.doc || { rm sort.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check srcprop.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes srcprop.c | \
./guile_filter_doc_snarfage --filter-snarfage) > srcprop.doc || { rm srcprop.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check stackchk.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes stackchk.c | \
./guile_filter_doc_snarfage --filter-snarfage) > stackchk.doc || { rm stackchk.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check stacks.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes stacks.c | \
./guile_filter_doc_snarfage --filter-snarfage) > stacks.doc || { rm stacks.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check stime.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes stime.c | \
./guile_filter_doc_snarfage --filter-snarfage) > stime.doc || { rm stime.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check strings.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes strings.c | \
./guile_filter_doc_snarfage --filter-snarfage) > strings.doc || { rm strings.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check strop.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes strop.c | \
./guile_filter_doc_snarfage --filter-snarfage) > strop.doc || { rm strop.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check strorder.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes strorder.c | \
./guile_filter_doc_snarfage --filter-snarfage) > strorder.doc || { rm strorder.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check strports.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes strports.c | \
./guile_filter_doc_snarfage --filter-snarfage) > strports.doc || { rm strports.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check struct.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes struct.c | \
./guile_filter_doc_snarfage --filter-snarfage) > struct.doc || { rm struct.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check symbols.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes symbols.c | \
./guile_filter_doc_snarfage --filter-snarfage) > symbols.doc || { rm symbols.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check throw.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes throw.c | \
./guile_filter_doc_snarfage --filter-snarfage) > throw.doc || { rm throw.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check values.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes values.c | \
./guile_filter_doc_snarfage --filter-snarfage) > values.doc || { rm values.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check variable.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes variable.c | \
./guile_filter_doc_snarfage --filter-snarfage) > variable.doc || { rm variable.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check vectors.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes vectors.c | \
./guile_filter_doc_snarfage --filter-snarfage) > vectors.doc || { rm vectors.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check version.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes version.c | \
./guile_filter_doc_snarfage --filter-snarfage) > version.doc || { rm version.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check vports.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes vports.c | \
./guile_filter_doc_snarfage --filter-snarfage) > vports.doc || { rm vports.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check weaks.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes weaks.c | \
./guile_filter_doc_snarfage --filter-snarfage) > weaks.doc || { rm weaks.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check symbols-deprecated.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes symbols-deprecated.c | \
./guile_filter_doc_snarfage --filter-snarfage) > symbols-deprecated.doc || { rm symbols-deprecated.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check ramap.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes ramap.c | \
./guile_filter_doc_snarfage --filter-snarfage) > ramap.doc || { rm ramap.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check unif.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes unif.c | \
./guile_filter_doc_snarfage --filter-snarfage) > unif.doc || { rm unif.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check filesys.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes filesys.c | \
./guile_filter_doc_snarfage --filter-snarfage) > filesys.doc || { rm filesys.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check posix.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes posix.c | \
./guile_filter_doc_snarfage --filter-snarfage) > posix.doc || { rm posix.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check net_db.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes net_db.c | \
./guile_filter_doc_snarfage --filter-snarfage) > net_db.doc || { rm net_db.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check socket.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes socket.c | \
./guile_filter_doc_snarfage --filter-snarfage) > socket.doc || { rm socket.doc; false; }
(test -n "" || AWK="gawk"; gawk -f ./guile-func-name-check regex-posix.c)
(./guile-snarf-docs -DHAVE_CONFIG_H -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes regex-posix.c | \
./guile_filter_doc_snarfage --filter-snarfage) > regex-posix.doc || { rm regex-posix.doc; false; }
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT guile.o -MD -MP -MF ".deps/guile.Tpo" \
-c -o guile.o `test -f 'guile.c' || echo './'`guile.c; \
then mv ".deps/guile.Tpo" ".deps/guile.Po"; \
else rm -f ".deps/guile.Tpo"; exit 1; \
fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT alist.lo -MD -MP -MF ".deps/alist.Tpo" \
-c -o alist.lo `test -f 'alist.c' || echo './'`alist.c; \
then mv ".deps/alist.Tpo" ".deps/alist.Plo"; \
else rm -f ".deps/alist.Tpo"; exit 1; \
fi
rm -f .libs/alist.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT alist.lo -MD -MP -MF .deps/alist.Tpo -c alist.c -DPIC -o .libs/alist.lo
mv -f .libs/alist.lo alist.o
(cd . && ln -s alist.o alist.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT arbiters.lo -MD -MP -MF ".deps/arbiters.Tpo" \
-c -o arbiters.lo `test -f 'arbiters.c' || echo './'`arbiters.c; \
then mv ".deps/arbiters.Tpo" ".deps/arbiters.Plo"; \
else rm -f ".deps/arbiters.Tpo"; exit 1; \
fi
rm -f .libs/arbiters.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT arbiters.lo -MD -MP -MF .deps/arbiters.Tpo -c arbiters.c -DPIC -o .libs/arbiters.lo
mv -f .libs/arbiters.lo arbiters.o
(cd . && ln -s arbiters.o arbiters.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT async.lo -MD -MP -MF ".deps/async.Tpo" \
-c -o async.lo `test -f 'async.c' || echo './'`async.c; \
then mv ".deps/async.Tpo" ".deps/async.Plo"; \
else rm -f ".deps/async.Tpo"; exit 1; \
fi
rm -f .libs/async.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT async.lo -MD -MP -MF .deps/async.Tpo -c async.c -DPIC -o .libs/async.lo
mv -f .libs/async.lo async.o
(cd . && ln -s async.o async.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT backtrace.lo -MD -MP -MF ".deps/backtrace.Tpo" \
-c -o backtrace.lo `test -f 'backtrace.c' || echo './'`backtrace.c; \
then mv ".deps/backtrace.Tpo" ".deps/backtrace.Plo"; \
else rm -f ".deps/backtrace.Tpo"; exit 1; \
fi
rm -f .libs/backtrace.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT backtrace.lo -MD -MP -MF .deps/backtrace.Tpo -c backtrace.c -DPIC -o .libs/backtrace.lo
mv -f .libs/backtrace.lo backtrace.o
(cd . && ln -s backtrace.o backtrace.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT boolean.lo -MD -MP -MF ".deps/boolean.Tpo" \
-c -o boolean.lo `test -f 'boolean.c' || echo './'`boolean.c; \
then mv ".deps/boolean.Tpo" ".deps/boolean.Plo"; \
else rm -f ".deps/boolean.Tpo"; exit 1; \
fi
rm -f .libs/boolean.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT boolean.lo -MD -MP -MF .deps/boolean.Tpo -c boolean.c -DPIC -o .libs/boolean.lo
mv -f .libs/boolean.lo boolean.o
(cd . && ln -s boolean.o boolean.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT chars.lo -MD -MP -MF ".deps/chars.Tpo" \
-c -o chars.lo `test -f 'chars.c' || echo './'`chars.c; \
then mv ".deps/chars.Tpo" ".deps/chars.Plo"; \
else rm -f ".deps/chars.Tpo"; exit 1; \
fi
rm -f .libs/chars.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT chars.lo -MD -MP -MF .deps/chars.Tpo -c chars.c -DPIC -o .libs/chars.lo
mv -f .libs/chars.lo chars.o
(cd . && ln -s chars.o chars.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT continuations.lo -MD -MP -MF ".deps/continuations.Tpo" \
-c -o continuations.lo `test -f 'continuations.c' || echo './'`continuations.c; \
then mv ".deps/continuations.Tpo" ".deps/continuations.Plo"; \
else rm -f ".deps/continuations.Tpo"; exit 1; \
fi
rm -f .libs/continuations.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT continuations.lo -MD -MP -MF .deps/continuations.Tpo -c continuations.c -DPIC -o .libs/continuations.lo
mv -f .libs/continuations.lo continuations.o
(cd . && ln -s continuations.o continuations.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT debug.lo -MD -MP -MF ".deps/debug.Tpo" \
-c -o debug.lo `test -f 'debug.c' || echo './'`debug.c; \
then mv ".deps/debug.Tpo" ".deps/debug.Plo"; \
else rm -f ".deps/debug.Tpo"; exit 1; \
fi
rm -f .libs/debug.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -DPIC -o .libs/debug.lo
mv -f .libs/debug.lo debug.o
(cd . && ln -s debug.o debug.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT deprecation.lo -MD -MP -MF ".deps/deprecation.Tpo" \
-c -o deprecation.lo `test -f 'deprecation.c' || echo './'`deprecation.c; \
then mv ".deps/deprecation.Tpo" ".deps/deprecation.Plo"; \
else rm -f ".deps/deprecation.Tpo"; exit 1; \
fi
rm -f .libs/deprecation.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT deprecation.lo -MD -MP -MF .deps/deprecation.Tpo -c deprecation.c -DPIC -o .libs/deprecation.lo
mv -f .libs/deprecation.lo deprecation.o
(cd . && ln -s deprecation.o deprecation.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT dynl.lo -MD -MP -MF ".deps/dynl.Tpo" \
-c -o dynl.lo `test -f 'dynl.c' || echo './'`dynl.c; \
then mv ".deps/dynl.Tpo" ".deps/dynl.Plo"; \
else rm -f ".deps/dynl.Tpo"; exit 1; \
fi
rm -f .libs/dynl.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT dynl.lo -MD -MP -MF .deps/dynl.Tpo -c dynl.c -DPIC -o .libs/dynl.lo
mv -f .libs/dynl.lo dynl.o
(cd . && ln -s dynl.o dynl.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT dynwind.lo -MD -MP -MF ".deps/dynwind.Tpo" \
-c -o dynwind.lo `test -f 'dynwind.c' || echo './'`dynwind.c; \
then mv ".deps/dynwind.Tpo" ".deps/dynwind.Plo"; \
else rm -f ".deps/dynwind.Tpo"; exit 1; \
fi
rm -f .libs/dynwind.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT dynwind.lo -MD -MP -MF .deps/dynwind.Tpo -c dynwind.c -DPIC -o .libs/dynwind.lo
mv -f .libs/dynwind.lo dynwind.o
(cd . && ln -s dynwind.o dynwind.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT environments.lo -MD -MP -MF ".deps/environments.Tpo" \
-c -o environments.lo `test -f 'environments.c' || echo './'`environments.c; \
then mv ".deps/environments.Tpo" ".deps/environments.Plo"; \
else rm -f ".deps/environments.Tpo"; exit 1; \
fi
rm -f .libs/environments.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT environments.lo -MD -MP -MF .deps/environments.Tpo -c environments.c -DPIC -o .libs/environments.lo
mv -f .libs/environments.lo environments.o
(cd . && ln -s environments.o environments.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT eq.lo -MD -MP -MF ".deps/eq.Tpo" \
-c -o eq.lo `test -f 'eq.c' || echo './'`eq.c; \
then mv ".deps/eq.Tpo" ".deps/eq.Plo"; \
else rm -f ".deps/eq.Tpo"; exit 1; \
fi
rm -f .libs/eq.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT eq.lo -MD -MP -MF .deps/eq.Tpo -c eq.c -DPIC -o .libs/eq.lo
mv -f .libs/eq.lo eq.o
(cd . && ln -s eq.o eq.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT error.lo -MD -MP -MF ".deps/error.Tpo" \
-c -o error.lo `test -f 'error.c' || echo './'`error.c; \
then mv ".deps/error.Tpo" ".deps/error.Plo"; \
else rm -f ".deps/error.Tpo"; exit 1; \
fi
rm -f .libs/error.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -DPIC -o .libs/error.lo
mv -f .libs/error.lo error.o
(cd . && ln -s error.o error.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT eval.lo -MD -MP -MF ".deps/eval.Tpo" \
-c -o eval.lo `test -f 'eval.c' || echo './'`eval.c; \
then mv ".deps/eval.Tpo" ".deps/eval.Plo"; \
else rm -f ".deps/eval.Tpo"; exit 1; \
fi
rm -f .libs/eval.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT eval.lo -MD -MP -MF .deps/eval.Tpo -c eval.c -DPIC -o .libs/eval.lo
In file included from eval.c:4162:
eval.c: In function `scm_deval':
eval.c:1848: warning: implicit declaration of function `alloca'
mv -f .libs/eval.lo eval.o
(cd . && ln -s eval.o eval.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT evalext.lo -MD -MP -MF ".deps/evalext.Tpo" \
-c -o evalext.lo `test -f 'evalext.c' || echo './'`evalext.c; \
then mv ".deps/evalext.Tpo" ".deps/evalext.Plo"; \
else rm -f ".deps/evalext.Tpo"; exit 1; \
fi
rm -f .libs/evalext.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT evalext.lo -MD -MP -MF .deps/evalext.Tpo -c evalext.c -DPIC -o .libs/evalext.lo
mv -f .libs/evalext.lo evalext.o
(cd . && ln -s evalext.o evalext.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT extensions.lo -MD -MP -MF ".deps/extensions.Tpo" \
-c -o extensions.lo `test -f 'extensions.c' || echo './'`extensions.c; \
then mv ".deps/extensions.Tpo" ".deps/extensions.Plo"; \
else rm -f ".deps/extensions.Tpo"; exit 1; \
fi
rm -f .libs/extensions.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT extensions.lo -MD -MP -MF .deps/extensions.Tpo -c extensions.c -DPIC -o .libs/extensions.lo
mv -f .libs/extensions.lo extensions.o
(cd . && ln -s extensions.o extensions.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT feature.lo -MD -MP -MF ".deps/feature.Tpo" \
-c -o feature.lo `test -f 'feature.c' || echo './'`feature.c; \
then mv ".deps/feature.Tpo" ".deps/feature.Plo"; \
else rm -f ".deps/feature.Tpo"; exit 1; \
fi
rm -f .libs/feature.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT feature.lo -MD -MP -MF .deps/feature.Tpo -c feature.c -DPIC -o .libs/feature.lo
mv -f .libs/feature.lo feature.o
(cd . && ln -s feature.o feature.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT fluids.lo -MD -MP -MF ".deps/fluids.Tpo" \
-c -o fluids.lo `test -f 'fluids.c' || echo './'`fluids.c; \
then mv ".deps/fluids.Tpo" ".deps/fluids.Plo"; \
else rm -f ".deps/fluids.Tpo"; exit 1; \
fi
rm -f .libs/fluids.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT fluids.lo -MD -MP -MF .deps/fluids.Tpo -c fluids.c -DPIC -o .libs/fluids.lo
mv -f .libs/fluids.lo fluids.o
(cd . && ln -s fluids.o fluids.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT fports.lo -MD -MP -MF ".deps/fports.Tpo" \
-c -o fports.lo `test -f 'fports.c' || echo './'`fports.c; \
then mv ".deps/fports.Tpo" ".deps/fports.Plo"; \
else rm -f ".deps/fports.Tpo"; exit 1; \
fi
rm -f .libs/fports.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT fports.lo -MD -MP -MF .deps/fports.Tpo -c fports.c -DPIC -o .libs/fports.lo
mv -f .libs/fports.lo fports.o
(cd . && ln -s fports.o fports.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gc.lo -MD -MP -MF ".deps/gc.Tpo" \
-c -o gc.lo `test -f 'gc.c' || echo './'`gc.c; \
then mv ".deps/gc.Tpo" ".deps/gc.Plo"; \
else rm -f ".deps/gc.Tpo"; exit 1; \
fi
rm -f .libs/gc.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gc.lo -MD -MP -MF .deps/gc.Tpo -c gc.c -DPIC -o .libs/gc.lo
mv -f .libs/gc.lo gc.o
(cd . && ln -s gc.o gc.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gc_os_dep.lo -MD -MP -MF ".deps/gc_os_dep.Tpo" \
-c -o gc_os_dep.lo `test -f 'gc_os_dep.c' || echo './'`gc_os_dep.c; \
then mv ".deps/gc_os_dep.Tpo" ".deps/gc_os_dep.Plo"; \
else rm -f ".deps/gc_os_dep.Tpo"; exit 1; \
fi
rm -f .libs/gc_os_dep.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gc_os_dep.lo -MD -MP -MF .deps/gc_os_dep.Tpo -c gc_os_dep.c -DPIC -o .libs/gc_os_dep.lo
gc_os_dep.c: In function `scm_get_stack_base':
gc_os_dep.c:1835: warning: unused variable `result'
mv -f .libs/gc_os_dep.lo gc_os_dep.o
(cd . && ln -s gc_os_dep.o gc_os_dep.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gdbint.lo -MD -MP -MF ".deps/gdbint.Tpo" \
-c -o gdbint.lo `test -f 'gdbint.c' || echo './'`gdbint.c; \
then mv ".deps/gdbint.Tpo" ".deps/gdbint.Plo"; \
else rm -f ".deps/gdbint.Tpo"; exit 1; \
fi
rm -f .libs/gdbint.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gdbint.lo -MD -MP -MF .deps/gdbint.Tpo -c gdbint.c -DPIC -o .libs/gdbint.lo
mv -f .libs/gdbint.lo gdbint.o
(cd . && ln -s gdbint.o gdbint.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_data.lo -MD -MP -MF ".deps/gh_data.Tpo" \
-c -o gh_data.lo `test -f 'gh_data.c' || echo './'`gh_data.c; \
then mv ".deps/gh_data.Tpo" ".deps/gh_data.Plo"; \
else rm -f ".deps/gh_data.Tpo"; exit 1; \
fi
rm -f .libs/gh_data.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_data.lo -MD -MP -MF .deps/gh_data.Tpo -c gh_data.c -DPIC -o .libs/gh_data.lo
mv -f .libs/gh_data.lo gh_data.o
(cd . && ln -s gh_data.o gh_data.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_eval.lo -MD -MP -MF ".deps/gh_eval.Tpo" \
-c -o gh_eval.lo `test -f 'gh_eval.c' || echo './'`gh_eval.c; \
then mv ".deps/gh_eval.Tpo" ".deps/gh_eval.Plo"; \
else rm -f ".deps/gh_eval.Tpo"; exit 1; \
fi
rm -f .libs/gh_eval.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_eval.lo -MD -MP -MF .deps/gh_eval.Tpo -c gh_eval.c -DPIC -o .libs/gh_eval.lo
mv -f .libs/gh_eval.lo gh_eval.o
(cd . && ln -s gh_eval.o gh_eval.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_funcs.lo -MD -MP -MF ".deps/gh_funcs.Tpo" \
-c -o gh_funcs.lo `test -f 'gh_funcs.c' || echo './'`gh_funcs.c; \
then mv ".deps/gh_funcs.Tpo" ".deps/gh_funcs.Plo"; \
else rm -f ".deps/gh_funcs.Tpo"; exit 1; \
fi
rm -f .libs/gh_funcs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_funcs.lo -MD -MP -MF .deps/gh_funcs.Tpo -c gh_funcs.c -DPIC -o .libs/gh_funcs.lo
mv -f .libs/gh_funcs.lo gh_funcs.o
(cd . && ln -s gh_funcs.o gh_funcs.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_init.lo -MD -MP -MF ".deps/gh_init.Tpo" \
-c -o gh_init.lo `test -f 'gh_init.c' || echo './'`gh_init.c; \
then mv ".deps/gh_init.Tpo" ".deps/gh_init.Plo"; \
else rm -f ".deps/gh_init.Tpo"; exit 1; \
fi
rm -f .libs/gh_init.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_init.lo -MD -MP -MF .deps/gh_init.Tpo -c gh_init.c -DPIC -o .libs/gh_init.lo
mv -f .libs/gh_init.lo gh_init.o
(cd . && ln -s gh_init.o gh_init.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_io.lo -MD -MP -MF ".deps/gh_io.Tpo" \
-c -o gh_io.lo `test -f 'gh_io.c' || echo './'`gh_io.c; \
then mv ".deps/gh_io.Tpo" ".deps/gh_io.Plo"; \
else rm -f ".deps/gh_io.Tpo"; exit 1; \
fi
rm -f .libs/gh_io.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_io.lo -MD -MP -MF .deps/gh_io.Tpo -c gh_io.c -DPIC -o .libs/gh_io.lo
mv -f .libs/gh_io.lo gh_io.o
(cd . && ln -s gh_io.o gh_io.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_list.lo -MD -MP -MF ".deps/gh_list.Tpo" \
-c -o gh_list.lo `test -f 'gh_list.c' || echo './'`gh_list.c; \
then mv ".deps/gh_list.Tpo" ".deps/gh_list.Plo"; \
else rm -f ".deps/gh_list.Tpo"; exit 1; \
fi
rm -f .libs/gh_list.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_list.lo -MD -MP -MF .deps/gh_list.Tpo -c gh_list.c -DPIC -o .libs/gh_list.lo
mv -f .libs/gh_list.lo gh_list.o
(cd . && ln -s gh_list.o gh_list.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_predicates.lo -MD -MP -MF ".deps/gh_predicates.Tpo" \
-c -o gh_predicates.lo `test -f 'gh_predicates.c' || echo './'`gh_predicates.c; \
then mv ".deps/gh_predicates.Tpo" ".deps/gh_predicates.Plo"; \
else rm -f ".deps/gh_predicates.Tpo"; exit 1; \
fi
rm -f .libs/gh_predicates.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gh_predicates.lo -MD -MP -MF .deps/gh_predicates.Tpo -c gh_predicates.c -DPIC -o .libs/gh_predicates.lo
mv -f .libs/gh_predicates.lo gh_predicates.o
(cd . && ln -s gh_predicates.o gh_predicates.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT goops.lo -MD -MP -MF ".deps/goops.Tpo" \
-c -o goops.lo `test -f 'goops.c' || echo './'`goops.c; \
then mv ".deps/goops.Tpo" ".deps/goops.Plo"; \
else rm -f ".deps/goops.Tpo"; exit 1; \
fi
rm -f .libs/goops.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT goops.lo -MD -MP -MF .deps/goops.Tpo -c goops.c -DPIC -o .libs/goops.lo
mv -f .libs/goops.lo goops.o
(cd . && ln -s goops.o goops.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gsubr.lo -MD -MP -MF ".deps/gsubr.Tpo" \
-c -o gsubr.lo `test -f 'gsubr.c' || echo './'`gsubr.c; \
then mv ".deps/gsubr.Tpo" ".deps/gsubr.Plo"; \
else rm -f ".deps/gsubr.Tpo"; exit 1; \
fi
rm -f .libs/gsubr.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT gsubr.lo -MD -MP -MF .deps/gsubr.Tpo -c gsubr.c -DPIC -o .libs/gsubr.lo
mv -f .libs/gsubr.lo gsubr.o
(cd . && ln -s gsubr.o gsubr.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT guardians.lo -MD -MP -MF ".deps/guardians.Tpo" \
-c -o guardians.lo `test -f 'guardians.c' || echo './'`guardians.c; \
then mv ".deps/guardians.Tpo" ".deps/guardians.Plo"; \
else rm -f ".deps/guardians.Tpo"; exit 1; \
fi
rm -f .libs/guardians.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT guardians.lo -MD -MP -MF .deps/guardians.Tpo -c guardians.c -DPIC -o .libs/guardians.lo
mv -f .libs/guardians.lo guardians.o
(cd . && ln -s guardians.o guardians.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" \
-c -o hash.lo `test -f 'hash.c' || echo './'`hash.c; \
then mv ".deps/hash.Tpo" ".deps/hash.Plo"; \
else rm -f ".deps/hash.Tpo"; exit 1; \
fi
rm -f .libs/hash.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -DPIC -o .libs/hash.lo
mv -f .libs/hash.lo hash.o
(cd . && ln -s hash.o hash.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT hashtab.lo -MD -MP -MF ".deps/hashtab.Tpo" \
-c -o hashtab.lo `test -f 'hashtab.c' || echo './'`hashtab.c; \
then mv ".deps/hashtab.Tpo" ".deps/hashtab.Plo"; \
else rm -f ".deps/hashtab.Tpo"; exit 1; \
fi
rm -f .libs/hashtab.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT hashtab.lo -MD -MP -MF .deps/hashtab.Tpo -c hashtab.c -DPIC -o .libs/hashtab.lo
mv -f .libs/hashtab.lo hashtab.o
(cd . && ln -s hashtab.o hashtab.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT hooks.lo -MD -MP -MF ".deps/hooks.Tpo" \
-c -o hooks.lo `test -f 'hooks.c' || echo './'`hooks.c; \
then mv ".deps/hooks.Tpo" ".deps/hooks.Plo"; \
else rm -f ".deps/hooks.Tpo"; exit 1; \
fi
rm -f .libs/hooks.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT hooks.lo -MD -MP -MF .deps/hooks.Tpo -c hooks.c -DPIC -o .libs/hooks.lo
mv -f .libs/hooks.lo hooks.o
(cd . && ln -s hooks.o hooks.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT init.lo -MD -MP -MF ".deps/init.Tpo" \
-c -o init.lo `test -f 'init.c' || echo './'`init.c; \
then mv ".deps/init.Tpo" ".deps/init.Plo"; \
else rm -f ".deps/init.Tpo"; exit 1; \
fi
rm -f .libs/init.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -DPIC -o .libs/init.lo
mv -f .libs/init.lo init.o
(cd . && ln -s init.o init.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT ioext.lo -MD -MP -MF ".deps/ioext.Tpo" \
-c -o ioext.lo `test -f 'ioext.c' || echo './'`ioext.c; \
then mv ".deps/ioext.Tpo" ".deps/ioext.Plo"; \
else rm -f ".deps/ioext.Tpo"; exit 1; \
fi
rm -f .libs/ioext.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT ioext.lo -MD -MP -MF .deps/ioext.Tpo -c ioext.c -DPIC -o .libs/ioext.lo
mv -f .libs/ioext.lo ioext.o
(cd . && ln -s ioext.o ioext.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT iselect.lo -MD -MP -MF ".deps/iselect.Tpo" \
-c -o iselect.lo `test -f 'iselect.c' || echo './'`iselect.c; \
then mv ".deps/iselect.Tpo" ".deps/iselect.Plo"; \
else rm -f ".deps/iselect.Tpo"; exit 1; \
fi
rm -f .libs/iselect.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT iselect.lo -MD -MP -MF .deps/iselect.Tpo -c iselect.c -DPIC -o .libs/iselect.lo
mv -f .libs/iselect.lo iselect.o
(cd . && ln -s iselect.o iselect.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT keywords.lo -MD -MP -MF ".deps/keywords.Tpo" \
-c -o keywords.lo `test -f 'keywords.c' || echo './'`keywords.c; \
then mv ".deps/keywords.Tpo" ".deps/keywords.Plo"; \
else rm -f ".deps/keywords.Tpo"; exit 1; \
fi
rm -f .libs/keywords.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT keywords.lo -MD -MP -MF .deps/keywords.Tpo -c keywords.c -DPIC -o .libs/keywords.lo
mv -f .libs/keywords.lo keywords.o
(cd . && ln -s keywords.o keywords.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT lang.lo -MD -MP -MF ".deps/lang.Tpo" \
-c -o lang.lo `test -f 'lang.c' || echo './'`lang.c; \
then mv ".deps/lang.Tpo" ".deps/lang.Plo"; \
else rm -f ".deps/lang.Tpo"; exit 1; \
fi
rm -f .libs/lang.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT lang.lo -MD -MP -MF .deps/lang.Tpo -c lang.c -DPIC -o .libs/lang.lo
mv -f .libs/lang.lo lang.o
(cd . && ln -s lang.o lang.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT list.lo -MD -MP -MF ".deps/list.Tpo" \
-c -o list.lo `test -f 'list.c' || echo './'`list.c; \
then mv ".deps/list.Tpo" ".deps/list.Plo"; \
else rm -f ".deps/list.Tpo"; exit 1; \
fi
rm -f .libs/list.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT list.lo -MD -MP -MF .deps/list.Tpo -c list.c -DPIC -o .libs/list.lo
mv -f .libs/list.lo list.o
(cd . && ln -s list.o list.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT load.lo -MD -MP -MF ".deps/load.Tpo" \
-c -o load.lo `test -f 'load.c' || echo './'`load.c; \
then mv ".deps/load.Tpo" ".deps/load.Plo"; \
else rm -f ".deps/load.Tpo"; exit 1; \
fi
rm -f .libs/load.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT load.lo -MD -MP -MF .deps/load.Tpo -c load.c -DPIC -o .libs/load.lo
mv -f .libs/load.lo load.o
(cd . && ln -s load.o load.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT macros.lo -MD -MP -MF ".deps/macros.Tpo" \
-c -o macros.lo `test -f 'macros.c' || echo './'`macros.c; \
then mv ".deps/macros.Tpo" ".deps/macros.Plo"; \
else rm -f ".deps/macros.Tpo"; exit 1; \
fi
rm -f .libs/macros.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT macros.lo -MD -MP -MF .deps/macros.Tpo -c macros.c -DPIC -o .libs/macros.lo
mv -f .libs/macros.lo macros.o
(cd . && ln -s macros.o macros.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT mallocs.lo -MD -MP -MF ".deps/mallocs.Tpo" \
-c -o mallocs.lo `test -f 'mallocs.c' || echo './'`mallocs.c; \
then mv ".deps/mallocs.Tpo" ".deps/mallocs.Plo"; \
else rm -f ".deps/mallocs.Tpo"; exit 1; \
fi
rm -f .libs/mallocs.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT mallocs.lo -MD -MP -MF .deps/mallocs.Tpo -c mallocs.c -DPIC -o .libs/mallocs.lo
mv -f .libs/mallocs.lo mallocs.o
(cd . && ln -s mallocs.o mallocs.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT modules.lo -MD -MP -MF ".deps/modules.Tpo" \
-c -o modules.lo `test -f 'modules.c' || echo './'`modules.c; \
then mv ".deps/modules.Tpo" ".deps/modules.Plo"; \
else rm -f ".deps/modules.Tpo"; exit 1; \
fi
rm -f .libs/modules.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT modules.lo -MD -MP -MF .deps/modules.Tpo -c modules.c -DPIC -o .libs/modules.lo
mv -f .libs/modules.lo modules.o
(cd . && ln -s modules.o modules.lo)
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT numbers.lo -MD -MP -MF ".deps/numbers.Tpo" \
-c -o numbers.lo `test -f 'numbers.c' || echo './'`numbers.c; \
then mv ".deps/numbers.Tpo" ".deps/numbers.Plo"; \
else rm -f ".deps/numbers.Tpo"; exit 1; \
fi
rm -f .libs/numbers.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c -DPIC -o .libs/numbers.lo
numbers.c: In function `scm_abs':
numbers.c:179: warning: implicit declaration of function `fabs'
numbers.c: In function `scm_istr2flo':
numbers.c:2665: warning: implicit declaration of function `cos'
numbers.c:2665: warning: implicit declaration of function `sin'
numbers.c: In function `scm_integer_p':
numbers.c:2905: warning: implicit declaration of function `floor'
numbers.c: In function `scm_asinh':
numbers.c:3865: warning: implicit declaration of function `log'
numbers.c:3865: warning: implicit declaration of function `sqrt'
numbers.c: In function `scm_sys_expt':
numbers.c:4023: warning: implicit declaration of function `pow'
numbers.c: In function `scm_sys_atan2':
numbers.c:4039: warning: implicit declaration of function `atan2'
In file included from numbers.c:4278:
../libguile/num2integral.i.c: In function `scm_short2num':
../libguile/num2integral.i.c:91: warning: comparison is always true due to limited range of data type
In file included from numbers.c:4286:
../libguile/num2integral.i.c: In function `scm_num2ushort':
../libguile/num2integral.i.c:64: warning: comparison is always true due to limited range of data type
In file included from numbers.c:4508:
../libguile/numbers.x: In function `scm_init_numbers':
../libguile/numbers.x:50: `floor' undeclared (first use in this function)
../libguile/numbers.x:50: (Each undeclared identifier is reported only once
../libguile/numbers.x:50: for each function it appears in.)
../libguile/numbers.x:51: `ceil' undeclared (first use in this function)
../libguile/numbers.x:54: `exp' undeclared (first use in this function)
../libguile/numbers.x:55: `log' undeclared (first use in this function)
../libguile/numbers.x:58: `tan' undeclared (first use in this function)
../libguile/numbers.x:59: `asin' undeclared (first use in this function)
../libguile/numbers.x:60: `acos' undeclared (first use in this function)
../libguile/numbers.x:61: `atan' undeclared (first use in this function)
../libguile/numbers.x:62: `sinh' undeclared (first use in this function)
../libguile/numbers.x:63: `cosh' undeclared (first use in this function)
../libguile/numbers.x:64: `tanh' undeclared (first use in this function)
gmake[2]: *** [numbers.lo] Error 1
gmake[2]: Leaving directory `/software/guile-1.6.1/libguile'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/software/guile-1.6.1'
gmake: *** [all] Error 2
[-- Attachment #4: Type: text/plain, Size: 136 bytes --]
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile 1.6.1 on AIX5
2002-12-17 8:49 guile 1.6.1 on AIX5 Rolf-Alois Walter
@ 2002-12-17 16:49 ` Rob Browning
0 siblings, 0 replies; 2+ messages in thread
From: Rob Browning @ 2002-12-17 16:49 UTC (permalink / raw)
Cc: bug-guile
"Rolf-Alois Walter" <rolf-alois.walter@db.com> writes:
> I tried to compile guile 1.6.1 on AIX5 and got the errors:
>
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../libguile-ltdl -g -O2 -Wall -Wmissing-prototypes -MT numbers.lo -MD -MP -MF .deps/numbers.Tpo -c numbers.c -DPIC -o .libs/numbers.lo
> numbers.c: In function `scm_abs':
> numbers.c:179: warning: implicit declaration of function `fabs'
> numbers.c: In function `scm_istr2flo':
> numbers.c:2665: warning: implicit declaration of function `cos'
> numbers.c:2665: warning: implicit declaration of function `sin'
Hmm. numbers.c has a #include <math.h> at the top. Are fabs, sin,
cos, etc. in some other header on AIX5?
Thanks
--
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-17 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-17 8:49 guile 1.6.1 on AIX5 Rolf-Alois Walter
2002-12-17 16:49 ` Rob Browning
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).