Tracker: Support Requests

5 Building Clisp on AIX 5.3 - ID: 3145773
Last Update: Tracker Item Submitted ( yueli )

I'm trying to build Clisp on an IBM P-series cluster, which uses AIX
5.1. I read the INSTALL file in the unix directory, and I installed
libreadline, libffcall, libsigsegv. Until now, I encountered two
problems which prevents me from moving forward. Not sure whether they
are related or not:

1. the libreadline can't be found.

I'm quite sure that my installation is successful, and I specified the
directory of libreadline using --with-libreadline-prefix, however,
everytime I do configuration it says:

FFI: yes (user requested: default)
readline: no (user requested: default)
libsigsegv: yes

I looked at config.log, but still couldn't figure out why, attached is
this config.log file.

2. Thought it couldn't find readline, Clisp can still be built,
therefore, I just ignored the libreadline, and typed make. However, I
got the following error (last 30 lines):

End of comment outside comment in line 199
./comment5 /home/yli/trunks/clisp/src/arilev0.d | ./gctrigger
| ./varbrace > arilev0.c
./comment5 /home/yli/trunks/clisp/src/arilev1.d | ./gctrigger
| ./varbrace > arilev1.c
./comment5 /home/yli/trunks/clisp/src/intelem.d | ./gctrigger
| ./varbrace > intelem.c
./comment5 /home/yli/trunks/clisp/src/intlog.d | ./gctrigger |
./varbrace > intlog.c
./comment5 /home/yli/trunks/clisp/src/intplus.d | ./gctrigger
| ./varbrace > intplus.c
./comment5 /home/yli/trunks/clisp/src/intcomp.d | ./gctrigger
| ./varbrace > intcomp.c
./comment5 /home/yli/trunks/clisp/src/intbyte.d | ./gctrigger
| ./varbrace > intbyte.c
./comment5 /home/yli/trunks/clisp/src/intmal.d | ./gctrigger |
./varbrace > intmal.c
./comment5 /home/yli/trunks/clisp/src/intdiv.d | ./gctrigger |
./varbrace > intdiv.c
./comment5 /home/yli/trunks/clisp/src/intgcd.d | ./gctrigger |
./varbrace > intgcd.c
./comment5 /home/yli/trunks/clisp/src/int2adic.d | ./gctrigger
| ./varbrace > int2adic.c
./comment5 /home/yli/trunks/clisp/src/intsqrt.d | ./gctrigger
| ./varbrace > intsqrt.c
./comment5 /home/yli/trunks/clisp/src/intprint.d | ./gctrigger
| ./varbrace > intprint.c
./comment5 /home/yli/trunks/clisp/src/intread.d | ./gctrigger
| ./varbrace > intread.c
./comment5 /home/yli/trunks/clisp/src/intserial.d |
./gctrigger | ./varbrace > intserial.c
./comment5 /home/yli/trunks/clisp/src/rational.d | ./gctrigger
| ./varbrace > rational.c
./comment5 /home/yli/trunks/clisp/src/sfloat.d | ./gctrigger |
./varbrace > sfloat.c
./comment5 /home/yli/trunks/clisp/src/ffloat.d | ./gctrigger |
./varbrace > ffloat.c
./comment5 /home/yli/trunks/clisp/src/dfloat.d | ./gctrigger |
./varbrace > dfloat.c
./comment5 /home/yli/trunks/clisp/src/lfloat.d | ./gctrigger |
./varbrace > lfloat.c
./comment5 /home/yli/trunks/clisp/src/flo_konv.d | ./gctrigger
| ./varbrace > flo_konv.c
./comment5 /home/yli/trunks/clisp/src/flo_rest.d | ./gctrigger
| ./varbrace > flo_rest.c
./comment5 /home/yli/trunks/clisp/src/realelem.d | ./gctrigger
| ./varbrace > realelem.c
./comment5 /home/yli/trunks/clisp/src/realrand.d | ./gctrigger
| ./varbrace > realrand.c
./comment5 /home/yli/trunks/clisp/src/realtran.d | ./gctrigger
| ./varbrace > realtran.c
./comment5 /home/yli/trunks/clisp/src/compelem.d | ./gctrigger
| ./varbrace > compelem.c
./comment5 /home/yli/trunks/clisp/src/comptran.d | ./gctrigger
| ./varbrace > comptran.c
./comment5 /home/yli/trunks/clisp/src/arilev1c.d | ./gctrigger
| ./varbrace > arilev1c.c
./comment5 /home/yli/trunks/clisp/src/arilev1e.d | ./gctrigger
| ./varbrace > arilev1e.c
./comment5 /home/yli/trunks/clisp/src/arilev1i.d | ./gctrigger
| ./varbrace > arilev1i.c
./comment5 /home/yli/trunks/clisp/src/genclisph.d |
./gctrigger | ./varbrace > genclisph.c
./comment5 /home/yli/trunks/clisp/src/noreadline.d |
./gctrigger | ./varbrace > noreadline.c
./comment5 /home/yli/trunks/clisp/src/lispbibl.d | sed -e
'/^%% /{s///p;d;}' -e '/^#line /!s/.*//' > gen.lispbibl.c
true
rm -f spvw_calendar.c
ln -s /home/yli/trunks/clisp/src/spvw_calendar.c spvw_calendar.c
make: 1254-002 Cannot find a rule to create target gllib/stdint.h from
dependencies.


Here I'm wondering is there any trick to follow to build Clisp on AIX?
Any suggestion is appreciate!

Thanks,

Yue


Config log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU CLISP configure 2.49+ (2010-07-17), which was
generated by GNU Autoconf 2.65. Invocation command line was

$ configure --srcdir=/home/yli/trunks/clisp/src --disable-option-checking --prefix=/home/yli/ --with-libffcall-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0 --with-libsigsegv-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0 --with-libreadline-prefix=/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0 --cache-file=config.cache

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

hostname = hydra
uname -m = 00C7A9FD4C00
uname -r = 3
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
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = 5.3.0.0
/bin/universe = unknown

PATH: /usr/bin
PATH: /etc
PATH: /usr/sbin
PATH: /usr/ucb
PATH: /usr/bin/X11
PATH: /sbin
PATH: /usr/java14/jre/bin
PATH: /usr/java14/bin
PATH: /usr/vac/bin
PATH: /usr/vacpp/bin
PATH: /usr/lpp/LoadL/full/bin
PATH: /usr/lpp/mmfs/bin
PATH: /usr/local/bin
PATH: /home/yli/bin
PATH: .


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

configure:2911: creating cache config.cache
configure:3050: checking for a BSD-compatible install
configure:3118: result: /home/yli/trunks/clisp/src/build-aux/install-sh -c
configure:3129: checking whether build environment is sane
configure:3179: result: yes
configure:3320: checking for a thread-safe mkdir -p
configure:3359: result: /home/yli/trunks/clisp/src/build-aux/install-sh -c -d
configure:3373: checking for gawk
configure:3403: result: no
configure:3373: checking for mawk
configure:3389: found /usr/bin/mawk
configure:3400: result: mawk
configure:3411: checking whether make sets $(MAKE)
configure:3433: result: yes
configure:3551: ** check for host type
configure:3557: checking build system type
configure:3571: result: powerpc-ibm-aix5.3.0.0
configure:3591: checking host system type
configure:3604: result: powerpc-ibm-aix5.3.0.0
configure:3624: checking how to remove colons from paths
configure:3635: result: echo $x
configure:3639: ** checks for programs
configure:3689: checking for gcc
configure:3705: found /usr/bin/gcc
configure:3716: result: gcc
configure:3945: checking for C compiler version
configure:3954: gcc --version >&5
gcc (GCC) 3.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3965: $? = 0
configure:3954: gcc -v >&5
Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/3.3.2/specs
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.1.0.0
Thread model: aix
gcc version 3.3.2
configure:3965: $? = 0
configure:3954: gcc -V >&5
gcc: `-V' option must have argument
configure:3965: $? = 1
configure:3954: gcc -qversion >&5
gcc: unrecognized option `-qversion'
gcc: no input files
configure:3965: $? = 1
configure:3985: checking whether the C compiler works
configure:4007: gcc conftest.c >&5
configure:4011: $? = 0
configure:4060: result: yes
configure:4063: checking for C compiler default output file name
configure:4065: result: a.out
configure:4071: checking for suffix of executables
configure:4078: gcc -o conftest conftest.c >&5
configure:4082: $? = 0
configure:4104: result:
configure:4126: checking whether we are cross compiling
configure:4134: gcc -o conftest conftest.c >&5
configure:4138: $? = 0
configure:4145: ./conftest
configure:4149: $? = 0
configure:4164: result: no
configure:4169: checking for suffix of object files
configure:4191: gcc -c conftest.c >&5
configure:4195: $? = 0
configure:4216: result: o
configure:4220: checking whether we are using the GNU C compiler
configure:4239: gcc -c conftest.c >&5
configure:4239: $? = 0
configure:4248: result: yes
configure:4257: checking whether gcc accepts -g
configure:4277: gcc -c -g conftest.c >&5
configure:4277: $? = 0
configure:4318: result: yes
configure:4335: checking for gcc option to accept ISO C89
configure:4399: gcc -c -g -O2 conftest.c >&5
configure:4399: $? = 0
configure:4412: result: none needed
configure:4443: checking for style of include used by make
configure:4471: result: GNU
configure:4496: checking dependency style of gcc
configure:4606: result: gcc3
configure:4625: checking how to run the C preprocessor
configure:4656: gcc -E conftest.c
configure:4656: $? = 0
configure:4670: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:4670: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4695: result: gcc -E
configure:4715: gcc -E conftest.c
configure:4715: $? = 0
configure:4729: gcc -E conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:4729: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4799: checking for ranlib
configure:4815: found /usr/bin/ranlib
configure:4826: result: ranlib
configure:4849: checking whether gcc and cc understand -c and -o together
configure:4880: gcc -c conftest.c -o conftest2.o >&5
configure:4884: $? = 0
configure:4890: gcc -c conftest.c -o conftest2.o >&5
configure:4894: $? = 0
configure:4905: cc -c conftest.c >&5
cc: 1501-245 (W) Warning: Hard ulimit has been reduced to less than RLIM_INFINITY. There may not be enough space to complete the compilation.
configure:4909: $? = 0
configure:4917: cc -c conftest.c -o conftest2.o >&5
cc: 1501-245 (W) Warning: Hard ulimit has been reduced to less than RLIM_INFINITY. There may not be enough space to complete the compilation.
configure:4921: $? = 0
configure:4927: cc -c conftest.c -o conftest2.o >&5
cc: 1501-245 (W) Warning: Hard ulimit has been reduced to less than RLIM_INFINITY. There may not be enough space to complete the compilation.
configure:4931: $? = 0
configure:4949: result: yes
configure:4976: checking for grep that handles long lines and -e
configure:5034: result: /usr/bin/grep
configure:5039: checking for egrep
configure:5101: result: /usr/bin/grep -E
configure:5106: checking for ANSI C header files
configure:5126: gcc -c -g -O2 conftest.c >&5
configure:5126: $? = 0
configure:5199: gcc -o conftest -g -O2 conftest.c >&5
configure:5199: $? = 0
configure:5199: ./conftest
configure:5199: $? = 0
configure:5210: result: yes
configure:5223: checking for sys/types.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for sys/stat.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for stdlib.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for string.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for memory.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for strings.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for inttypes.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for stdint.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5223: checking for unistd.h
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5223: $? = 0
configure:5223: result: yes
configure:5239: checking minix/config.h usability
configure:5239: gcc -c -g -O2 conftest.c >&5
conftest.c:52:26: minix/config.h: No such file or directory
configure:5239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:5239: result: no
configure:5239: checking minix/config.h presence
configure:5239: gcc -E conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:5239: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include <minix/config.h>
configure:5239: result: no
configure:5239: checking for minix/config.h
configure:5239: result: no
configure:5268: checking whether it is safe to define __EXTENSIONS__
configure:5286: gcc -c -g -O2 conftest.c >&5
configure:5286: $? = 0
configure:5293: result: yes
configure:5374: checking how to make hard links
configure:5390: result: ln
configure:5394: checking whether ln -s works
configure:5408: result: yes
configure:5415: checking how to make hard links to symlinks
configure:5444: result: ln
configure:5796: checking how to print strings
configure:5825: result: print -r
configure:5844: checking for a sed that does not truncate output
configure:5908: result: /usr/bin/sed
configure:5926: checking for fgrep
configure:5988: result: /usr/bin/grep -F
configure:6023: checking for ld used by gcc
configure:6090: result: /usr/bin/ld
configure:6097: checking if the linker (/usr/bin/ld) is GNU ld
configure:6112: result: no
configure:6124: checking for BSD- or MS-compatible name lister (nm)
configure:6173: result: /usr/bin/nm -B
configure:6303: checking the name lister (/usr/bin/nm -B) interface
configure:6310: gcc -c -g -O2 conftest.c >&5
configure:6313: /usr/bin/nm -B "conftest.o"
configure:6316: output
8 d TOC
0 d _conftest.rw_c
0 D some_variable
configure:6323: result: BSD nm
configure:6326: checking whether ln -s works
configure:6330: result: yes
configure:6338: checking the maximum length of command line arguments
configure:6463: result: 153600
configure:6480: checking whether the shell understands some XSI constructs
configure:6490: result: yes
configure:6494: checking whether the shell understands "+="
configure:6500: result: no
configure:6535: checking for /usr/bin/ld option to reload object files
configure:6542: result: -r
configure:6611: checking for objdump
configure:6638: result: objdump
configure:6667: checking how to recognize dependent libraries
configure:6869: result: pass_all
configure:6929: checking for ar
configure:6945: found /usr/bin/ar
configure:6956: result: ar
configure:7034: checking for strip
configure:7050: found /usr/bin/strip
configure:7061: result: strip
configure:7133: checking for ranlib
configure:7160: result: ranlib
configure:7262: checking command to parse /usr/bin/nm -B output from gcc object
configure:7380: gcc -c -g -O2 conftest.c >&5
configure:7383: $? = 0
configure:7387: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDT][BCDT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:7390: $? = 0
configure:7444: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
configure:7447: $? = 0
configure:7485: result: ok
configure:8322: checking for dlfcn.h
configure:8322: gcc -c -g -O2 conftest.c >&5
configure:8322: $? = 0
configure:8322: result: yes
configure:8507: checking for objdir
configure:8522: result: .libs
configure:8789: checking if gcc supports -fno-rtti -fno-exceptions
configure:8807: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:8811: $? = 0
configure:8824: result: no
configure:8844: checking for gcc option to produce PIC
configure:9129: result: -DPIC
configure:9141: checking if gcc PIC flag -DPIC works
configure:9159: gcc -c -g -O2 -DPIC -DPIC conftest.c >&5
configure:9163: $? = 0
configure:9176: result: yes
configure:9200: checking if gcc static flag -static works
configure:9228: result: no
configure:9243: checking if gcc supports -c -o file.o
configure:9264: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:9268: $? = 0
configure:9290: result: yes
configure:9298: checking if gcc supports -c -o file.o
configure:9345: result: yes
configure:9378: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9912: gcc -o conftest -g -O2 conftest.c >&5
configure:9912: $? = 0
configure:10453: result: yes
configure:10698: checking dynamic linker characteristics
configure:11375: result: aix5.3.0.0 ld.so
configure:11482: checking how to hardcode library paths into programs
configure:11507: result: immediate
configure:12047: checking whether stripping libraries is possible
configure:12069: result: no
configure:12087: checking if libtool supports shared libraries
configure:12089: result: yes
configure:12092: checking whether to build shared libraries
configure:12113: result: yes
configure:12116: checking whether to build static libraries
configure:12120: result: no
configure:12158: checking for groff
configure:12188: result: no
configure:12195: checking for ps2pdf
configure:12211: found /usr/bin/ps2pdf
configure:12222: result: ps2pdf
configure:12234: checking for gzip
configure:12250: found /usr/bin/gzip
configure:12261: result: gzip
configure:12272: checking whether test -nt works
configure:12288: result: yes
configure:12291: ** checks for system features
configure:12300: checking for special C compiler options needed for large files
configure:12345: result: no
configure:12351: checking for _FILE_OFFSET_BITS value needed for large files
configure:12376: gcc -c -g -O2 conftest.c >&5
conftest.c:32: warning: left shift count >= width of type
conftest.c:32: warning: left shift count >= width of type
conftest.c:34: error: size of array `off_t_is_large' is negative
configure:12376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12400: gcc -c -g -O2 conftest.c >&5
conftest.c:33: warning: left shift count >= width of type
conftest.c:33: warning: left shift count >= width of type
conftest.c:35: error: size of array `off_t_is_large' is negative
configure:12400: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #define _FILE_OFFSET_BITS 64
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12408: result: unknown
configure:12420: checking for _LARGE_FILES value needed for large files
configure:12445: gcc -c -g -O2 conftest.c >&5
conftest.c:32: warning: left shift count >= width of type
conftest.c:32: warning: left shift count >= width of type
conftest.c:34: error: size of array `off_t_is_large' is negative
configure:12445: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <sys/types.h>
| /* Check that off_t can represent 2**63 - 1 correctly.
| We can't simply define LARGE_OFF_T to be 9223372036854775807,
| since some C++ compilers masquerading as C compilers
| incorrectly reject 9223372036854775807. */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| && LARGE_OFF_T % 2147483647 == 1)
| ? 1 : -1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:12469: gcc -c -g -O2 conftest.c >&5
configure:12469: $? = 0
configure:12477: result: 1
configure:12491: checking whether using GNU C
configure:12514: result: yes
configure:12524: checking whether using SUNPRO C
configure:12546: result: no
configure:12554: checking whether using C++
configure:12577: result: no
configure:12585: checking whether CPP likes empty macro arguments
configure:12596: gcc -E conftest.c
configure:12596: $? = 0
configure:12603: result: yes
configure:12612: checking for underscore in external names
configure:12626: gcc -S conftest.c
configure:12629: $? = 0
configure:12639: result: no
configure:12649: checking whether CC works at all
configure:12692: gcc -o conftest -g -O2 conftest.c >&5
configure:12692: $? = 0
configure:12692: ./conftest
configure:12692: $? = 0
configure:12709: result: yes
configure:12717: ** check for add-ons
configure:12728: checking for working alloca.h
configure:12745: gcc -o conftest -g -O2 conftest.c >&5
configure:12745: $? = 0
configure:12753: result: yes
configure:12761: checking for alloca
configure:12798: gcc -o conftest -g -O2 conftest.c >&5
configure:12798: $? = 0
configure:12806: result: yes
configure:13028: checking if environ is properly declared
configure:13046: gcc -c -g -O2 conftest.c >&5
conftest.c:30: error: conflicting types for `environ'
/usr/include/unistd.h:871: error: previous declaration of `environ'
configure:13046: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h. */
| #include <unistd.h>
| extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
| ;
| return 0;
| }
configure:13054: result: yes
configure:13069: checking whether the preprocessor supports include_next
configure:13107: gcc -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:13107: $? = 0
configure:13128: result: yes
configure:13149: checking whether system header files limit the line length
configure:13172: result: no
configure:13187: checking for errno.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for sys/time.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for langinfo.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for sys/mman.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for unistd.h
configure:13187: result: yes
configure:13187: checking for sys/socket.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for stddef.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for stdint.h
configure:13187: result: yes
configure:13187: checking for wchar.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for stdlib.h
configure:13187: result: yes
configure:13187: checking for string.h
configure:13187: result: yes
configure:13187: checking for sys/wait.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13187: checking for wctype.h
configure:13187: gcc -c -g -O2 conftest.c >&5
configure:13187: $? = 0
configure:13187: result: yes
configure:13203: checking for complete errno.h
configure:13258: result: yes
configure:13533: checking for C/C++ restrict keyword
configure:13558: gcc -c -g -O2 conftest.c >&5
configure:13558: $? = 0
configure:13566: result: __restrict
configure:13650: checking for struct timeval
configure:13670: gcc -c -g -O2 conftest.c >&5
configure:13670: $? = 0
configure:13677: result: yes
configure:13686: checking whether gettimeofday is declared without a macro
configure:13708: gcc -c -g -O2 conftest.c >&5
configure:13708: $? = 0
configure:13716: result: yes
configure:13738: checking for gettimeofday
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for readlink
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mbsinit
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mbrtowc
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mbsrtowcs
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for mprotect
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for memchr
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for nl_langinfo
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for setenv
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for iswcntrl
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13738: checking for iswblank
configure:13738: gcc -o conftest -g -O2 conftest.c >&5
configure:13738: $? = 0
configure:13738: result: yes
configure:13796: checking for ld used by GCC
configure:13860: result: /usr/bin/ld
configure:13867: checking if the linker (/usr/bin/ld) is GNU ld
configure:13880: result: no
configure:13887: checking for shared library run path origin
configure:13900: result: done
configure:13985: checking for nl_langinfo and CODESET
configure:14001: gcc -o conftest -g -O2 conftest.c >&5
configure:14001: $? = 0
configure:14010: result: yes
configure:14020: checking for working fcntl.h
configure:14077: gcc -o conftest -g -O2 conftest.c >&5
configure:14077: $? = 0
configure:14077: ./conftest
configure:14077: $? = 32
configure: program exited with status 32
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/stat.h>
| #include <unistd.h>
| #include <fcntl.h>
| #ifndef O_NOATIME
| #define O_NOATIME 0
| #endif
| #ifndef O_NOFOLLOW
| #define O_NOFOLLOW 0
| #endif
| static int const constants[] =
| {
| O_CREAT, O_EXCL, O_NOCTTY, O_TRUNC, O_APPEND,
| O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
| };
|
| int
| main ()
| {
|
| int status = !constants;
| {
| static char const sym[] = "conftest.sym";
| if (symlink (".", sym) != 0
| || close (open (sym, O_RDONLY | O_NOFOLLOW)) == 0)
| status |= 32;
| unlink (sym);
| }
| {
| static char const file[] = "confdefs.h";
| int fd = open (file, O_RDONLY | O_NOATIME);
| char c;
| struct stat st0, st1;
| if (fd < 0
| || fstat (fd, &st0) != 0
| || sleep (1) != 0
| || read (fd, &c, 1) != 1
| || close (fd) != 0
| || stat (file, &st1) != 0
| || st0.st_atime != st1.st_atime)
| status |= 64;
| }
| return status;
| ;
| return 0;
| }
configure:14092: result: no (bad O_NOFOLLOW)
configure:14115: checking whether getc_unlocked is declared
configure:14115: gcc -c -g -O2 conftest.c >&5
configure:14115: $? = 0
configure:14115: result: yes
configure:14127: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:61:22: features.h: No such file or directory
configure:14154: result: no
configure:14163: checking for stdlib.h
configure:14163: result: yes
configure:14173: checking for GNU libc compatible malloc
configure:14197: gcc -o conftest -g -O2 conftest.c >&5
configure:14197: $? = 0
configure:14197: ./conftest
configure:14197: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h. */
| #if defined STDC_HEADERS || defined HAVE_STDLIB_H
| # include <stdlib.h>
| #else
| char *malloc ();
| #endif
|
| int
| main ()
| {
| return ! malloc (0);
| ;
| return 0;
| }
configure:14207: result: no
configure:14222: checking for long long int
configure:14259: gcc -o conftest -g -O2 conftest.c >&5
configure:14259: $? = 0
configure:14289: gcc -o conftest -g -O2 conftest.c >&5
configure:14289: $? = 0
configure:14289: ./conftest
configure:14289: $? = 0
configure:14304: result: yes
configure:14350: checking for mbstate_t
configure:14367: gcc -c -g -O2 conftest.c >&5
configure:14367: $? = 0
configure:14374: result: yes
configure:14393: checking for a traditional japanese locale
configure:14450: gcc -o conftest -g -O2 conftest.c >&5
configure:14453: $? = 0
configure:14495: result: none
configure:14503: checking for a transitional chinese locale
configure:14561: gcc -o conftest -g -O2 conftest.c >&5
configure:14564: $? = 0
configure:14590: result: none
configure:14597: checking for a french Unicode locale
configure:14657: gcc -o conftest -g -O2 conftest.c >&5
configure:14660: $? = 0
configure:14687: result: none
configure:14777: checking for mmap
configure:14777: gcc -o conftest -g -O2 conftest.c >&5
configure:14777: $? = 0
configure:14777: result: yes
configure:14788: checking for MAP_ANONYMOUS
configure:14825: result: yes
configure:14847: checking whether memchr works
configure:14909: gcc -o conftest -g -O2 conftest.c >&5
configure:14909: $? = 0
configure:14909: ./conftest
configure:14909: $? = 0
configure:14919: result: yes
configure:14964: gcc -c -g -O2 conftest.c >&5
conftest.c:66: error: parse error before "a"
conftest.c:68: error: syntax error before "typedef"
configure:14964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| /* end confdefs.h. */
| #ifndef __APPLE_CC__
| not a universal capable compiler
| #endif
| typedef int dummy;
|
configure:15072: checking whether setenv validates arguments
configure:15100: gcc -o conftest -g -O2 conftest.c >&5
configure:15100: $? = 0
configure:15100: ./conftest
configure:15100: $? = 0
configure:15110: result: yes
configure:15132: checking search.h usability
configure:15132: gcc -c -g -O2 conftest.c >&5
configure:15132: $? = 0
configure:15132: result: yes
configure:15132: checking search.h presence
configure:15132: gcc -E conftest.c
configure:15132: $? = 0
configure:15132: result: yes
configure:15132: checking for search.h
configure:15132: result: yes
configure:15144: checking for tsearch
configure:15144: gcc -o conftest -g -O2 conftest.c >&5
configure:15144: $? = 0
configure:15144: result: yes
configure:15157: checking for inline
configure:15173: gcc -c -g -O2 conftest.c >&5
configure:15173: $? = 0
configure:15181: result: inline
configure:15223: checking whether <sys/socket.h> is self-contained
configure:15240: gcc -c -g -O2 conftest.c >&5
configure:15240: $? = 0
configure:15248: result: yes
configure:15253: checking for shutdown
configure:15253: gcc -o conftest -g -O2 conftest.c >&5
configure:15253: $? = 0
configure:15253: result: yes
configure:15263: checking whether <sys/socket.h> defines the SHUT_* macros
configure:15280: gcc -c -g -O2 conftest.c >&5
configure:15280: $? = 0
configure:15288: result: yes
configure:15376: checking for struct sockaddr_storage
configure:15376: gcc -c -g -O2 conftest.c >&5
configure:15376: $? = 0
configure:15376: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:84: error: parse error before ')' token
configure:15376: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| /* end confdefs.h. */
|
| /* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((struct sockaddr_storage)))
| return 0;
| ;
| return 0;
| }
configure:15376: result: yes
configure:15397: checking for sa_family_t
configure:15397: gcc -c -g -O2 conftest.c >&5
configure:15397: $? = 0
configure:15397: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:85: error: parse error before ')' token
configure:15397: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| /* end confdefs.h. */
|
| /* sys/types.h is not needed according to POSIX, but the
| sys/socket.h in i386-unknown-freebsd4.10 and
| powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_WS2TCPIP_H
| #include <ws2tcpip.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof ((sa_family_t)))
| return 0;
| ;
| return 0;
| }
configure:15397: result: yes
configure:15456: checking whether socket is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `socket' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef socket
| (void) socket;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether connect is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `connect' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef connect
| (void) connect;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether accept is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `accept' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef accept
| (void) accept;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether bind is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `bind' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef bind
| (void) bind;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether getpeername is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `getpeername' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef getpeername
| (void) getpeername;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether getsockname is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `getsockname' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef getsockname
| (void) getsockname;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether getsockopt is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `getsockopt' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef getsockopt
| (void) getsockopt;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether listen is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `listen' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef listen
| (void) listen;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether recv is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `recv' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef recv
| (void) recv;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether send is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `send' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef send
| (void) send;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether recvfrom is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `recvfrom' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef recvfrom
| (void) recvfrom;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether sendto is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `sendto' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef sendto
| (void) sendto;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether setsockopt is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `setsockopt' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef setsockopt
| (void) setsockopt;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether shutdown is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `shutdown' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef shutdown
| (void) shutdown;
| ;
| return 0;
| }
configure:15488: result: no
configure:15456: checking whether accept4 is declared without a macro
configure:15480: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:82: error: `accept4' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:15480: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
|
| /* Some systems require prerequisite headers. */
| #include <sys/types.h>
| #if !defined __GLIBC__ && HAVE_SYS_TIME_H
| # include <sys/time.h>
| #endif
| #include <sys/select.h>
|
| int
| main ()
| {
| #undef accept4
| (void) accept4;
| ;
| return 0;
| }
configure:15488: result: no
configure:15501: checking for stdbool.h that conforms to C99
configure:15568: gcc -c -g -O2 conftest.c >&5
configure:15568: $? = 0
configure:15575: result: yes
configure:15577: checking for _Bool
configure:15577: gcc -c -g -O2 conftest.c >&5
configure:15577: $? = 0
configure:15577: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:106: error: parse error before ')' token
configure:15577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| return 0;
| ;
| return 0;
| }
configure:15577: result: yes
configure:15598: checking for wchar_t
configure:15615: gcc -c -g -O2 conftest.c >&5
configure:15615: $? = 0
configure:15622: result: yes
configure:15633: checking for unsigned long long int
configure:15670: gcc -o conftest -g -O2 conftest.c >&5
configure:15670: $? = 0
configure:15678: result: yes
configure:15754: checking whether memmem is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether mempcpy is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:81: error: `mempcpy' undeclared (first use in this function)
conftest.c:81: error: (Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.)
configure:15772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef mempcpy
| (void) mempcpy;
| ;
| return 0;
| }
configure:15780: result: no
configure:15754: checking whether memrchr is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:81: error: `memrchr' undeclared (first use in this function)
conftest.c:81: error: (Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.)
configure:15772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef memrchr
| (void) memrchr;
| ;
| return 0;
| }
configure:15780: result: no
configure:15754: checking whether rawmemchr is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:81: error: `rawmemchr' undeclared (first use in this function)
conftest.c:81: error: (Each undeclared identifier is reported only once
conftest.c:81: error: for each function it appears in.)
configure:15772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef rawmemchr
| (void) rawmemchr;
| ;
| return 0;
| }
configure:15780: result: no
configure:15754: checking whether stpcpy is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether stpncpy is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strchrnul is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:83: error: `strchrnul' undeclared (first use in this function)
conftest.c:83: error: (Each undeclared identifier is reported only once
conftest.c:83: error: for each function it appears in.)
configure:15772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strchrnul
| (void) strchrnul;
| ;
| return 0;
| }
configure:15780: result: no
configure:15754: checking whether strdup is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strncat is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strndup is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strnlen is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strpbrk is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strsep is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strcasestr is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:89: error: `strcasestr' undeclared (first use in this function)
conftest.c:89: error: (Each undeclared identifier is reported only once
conftest.c:89: error: for each function it appears in.)
configure:15772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strcasestr
| (void) strcasestr;
| ;
| return 0;
| }
configure:15780: result: no
configure:15754: checking whether strtok_r is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strsignal is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
configure:15772: $? = 0
configure:15780: result: yes
configure:15754: checking whether strverscmp is declared without a macro
configure:15772: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:91: error: `strverscmp' undeclared (first use in this function)
conftest.c:91: error: (Each undeclared identifier is reported only once
conftest.c:91: error: for each function it appears in.)
configure:15772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| /* end confdefs.h. */
| #include <string.h>
|
| int
| main ()
| {
| #undef strverscmp
| (void) strverscmp;
| ;
| return 0;
| }
configure:15780: result: no
configure:15828: checking whether <wchar.h> uses 'inline' correctly
configure:15843: gcc -c -g -O2 conftest.c >&5
configure:15846: $? = 0
configure:15857: gcc -c -g -O2 conftest.c >&5
configure:15860: $? = 0
configure:15873: result: yes
configure:15888: checking for wint_t
configure:15913: gcc -c -g -O2 conftest.c >&5
configure:15913: $? = 0
configure:15920: result: yes
configure:15932: checking whether iswblank is declared
configure:15932: gcc -c -g -O2 conftest.c >&5
conftest.c: In function `main':
conftest.c:123: error: `iswblank' undeclared (first use in this function)
conftest.c:123: error: (Each undeclared identifier is reported only once
conftest.c:123: error: for each function it appears in.)
configure:15932: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef iswblank
| (void) iswblank;
| #endif
|
| ;
| return 0;
| }
configure:15932: result: no
configure:15982: checking for alloca as a compiler built-in
configure:16006: result: yes
configure:16047: checking for getpagesize
configure:16047: gcc -o conftest -g -O2 conftest.c >&5
configure:16047: $? = 0
configure:16047: result: yes
configure:16104: checking whether getpagesize is declared
configure:16104: gcc -c -g -O2 conftest.c >&5
configure:16104: $? = 0
configure:16104: result: yes
configure:16177: checking whether gettimeofday clobbers localtime buffer
configure:16209: gcc -o conftest -g -O2 conftest.c >&5
configure:16209: $? = 0
configure:16209: ./conftest
configure:16209: $? = 0
configure:16219: result: no
configure:16272: checking for gettimeofday with POSIX signature
configure:16300: gcc -c -g -O2 conftest.c >&5
configure:16300: $? = 0
configure:16325: result: yes
configure:16400: checking host CPU and C ABI
configure:16542: result: powerpc
configure:16626: checking whether langinfo.h defines CODESET
configure:16644: gcc -c -g -O2 conftest.c >&5
configure:16644: $? = 0
configure:16652: result: yes
configure:16657: checking whether langinfo.h defines T_FMT_AMPM
configure:16675: gcc -c -g -O2 conftest.c >&5
configure:16675: $? = 0
configure:16683: result: yes
configure:16688: checking whether langinfo.h defines ERA
configure:16706: gcc -c -g -O2 conftest.c >&5
configure:16706: $? = 0
configure:16714: result: yes
configure:16719: checking whether langinfo.h defines YESEXPR
configure:16737: gcc -c -g -O2 conftest.c >&5
configure:16737: $? = 0
configure:16745: result: yes
configure:16762: checking whether nl_langinfo is declared without a macro
configure:16780: gcc -c -g -O2 conftest.c >&5
configure:16780: $? = 0
configure:16788: result: yes
configure:17296: checking for libsigsegv
configure:17318: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libsigsegv.a -lc >&5
configure:17318: $? = 0
configure:17328: result: yes
configure:17335: checking how to link with libsigsegv
configure:17337: result: /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libsigsegv.a -lc
configure:17359: checking whether link(2) dereferences a symlink
configure:17409: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:17409: $? = 0
configure:17409: ./conftest
configure:17409: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| /* end confdefs.h. */
|
| # include <sys/types.h>
| # include <sys/stat.h>
| # include <unistd.h>
| # include <stdlib.h>
|
| # define SAME_INODE(Stat_buf_1, Stat_buf_2) ((Stat_buf_1).st_ino == (Stat_buf_2).st_ino && (Stat_buf_1).st_dev == (Stat_buf_2).st_dev)
|
| int
| main ()
| {
| const char *file = "conftest.file";
| const char *sym = "conftest.sym";
| const char *hard = "conftest.hard";
| struct stat sb_file, sb_hard;
|
| /* Create a symlink to the regular file. */
| if (symlink (file, sym))
| return 2;
|
| /* Create a hard link to that symlink. */
| if (link (sym, hard))
| return 3;
|
| if (lstat (hard, &sb_hard))
| return 4;
| if (lstat (file, &sb_file))
| return 5;
|
| /* If the dev/inode of hard and file are the same, then
| the link call followed the symlink. */
| return SAME_INODE (sb_hard, sb_file) ? 1 : 0;
| }
|
configure:17421: result: yes
configure:17466: checking whether mbrtowc handles incomplete characters
configure:17516: result: guessing no
configure:17522: checking whether mbrtowc works as well as mbtowc
configure:17576: result: guessing yes
configure:17865: checking whether mbrtowc handles incomplete characters
configure:17915: result: guessing no
configure:17921: checking whether mbrtowc works as well as mbtowc
configure:17975: result: guessing yes
configure:18050: checking whether mbrtowc handles incomplete characters
configure:18100: result: guessing no
configure:18106: checking whether mbrtowc works as well as mbtowc
configure:18160: result: guessing yes
configure:18512: checking for library containing setsockopt
configure:18534: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:18534: $? = 0
configure:18615: result: none needed
configure:18632: checking for socklen_t
configure:18632: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:18632: $? = 0
configure:18632: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:115: error: parse error before ')' token
configure:18632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
|
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| return 0;
| ;
| return 0;
| }
configure:18632: result: yes
configure:18718: checking whether NULL can be used in arbitrary expressions
configure:18736: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:18736: $? = 0
configure:18743: result: yes
configure:18898: checking whether stdint.h conforms to C99
configure:19067: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:226: error: negative width in bit-field `check_UINT8_C'
conftest.c:228: error: negative width in bit-field `check_UINT16_C'
configure:19067: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| /* end confdefs.h. */
|
|
| #define __STDC_LIMIT_MACROS 1 /* to make it work also in C++ mode */
| #define __STDC_CONSTANT_MACROS 1 /* to make it work also in C++ mode */
| #define _GL_JUST_INCLUDE_SYSTEM_STDINT_H 1 /* work if build isn't clean */
| #include <stdint.h>
| /* Dragonfly defines WCHAR_MIN, WCHAR_MAX only in <wchar.h>. */
| #if !(defined WCHAR_MIN && defined WCHAR_MAX)
| #error "WCHAR_MIN, WCHAR_MAX not defined in <stdint.h>"
| #endif
|
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
|
| #ifdef INT8_MAX
| int8_t a1 = INT8_MAX;
| int8_t a1min = INT8_MIN;
| #endif
| #ifdef INT16_MAX
| int16_t a2 = INT16_MAX;
| int16_t a2min = INT16_MIN;
| #endif
| #ifdef INT32_MAX
| int32_t a3 = INT32_MAX;
| int32_t a3min = INT32_MIN;
| #endif
| #ifdef INT64_MAX
| int64_t a4 = INT64_MAX;
| int64_t a4min = INT64_MIN;
| #endif
| #ifdef UINT8_MAX
| uint8_t b1 = UINT8_MAX;
| #else
| typedef int b1[(unsigned char) -1 != 255 ? 1 : -1];
| #endif
| #ifdef UINT16_MAX
| uint16_t b2 = UINT16_MAX;
| #endif
| #ifdef UINT32_MAX
| uint32_t b3 = UINT32_MAX;
| #endif
| #ifdef UINT64_MAX
| uint64_t b4 = UINT64_MAX;
| #endif
| int_least8_t c1 = INT8_C (0x7f);
| int_least8_t c1max = INT_LEAST8_MAX;
| int_least8_t c1min = INT_LEAST8_MIN;
| int_least16_t c2 = INT16_C (0x7fff);
| int_least16_t c2max = INT_LEAST16_MAX;
| int_least16_t c2min = INT_LEAST16_MIN;
| int_least32_t c3 = INT32_C (0x7fffffff);
| int_least32_t c3max = INT_LEAST32_MAX;
| int_least32_t c3min = INT_LEAST32_MIN;
| int_least64_t c4 = INT64_C (0x7fffffffffffffff);
| int_least64_t c4max = INT_LEAST64_MAX;
| int_least64_t c4min = INT_LEAST64_MIN;
| uint_least8_t d1 = UINT8_C (0xff);
| uint_least8_t d1max = UINT_LEAST8_MAX;
| uint_least16_t d2 = UINT16_C (0xffff);
| uint_least16_t d2max = UINT_LEAST16_MAX;
| uint_least32_t d3 = UINT32_C (0xffffffff);
| uint_least32_t d3max = UINT_LEAST32_MAX;
| uint_least64_t d4 = UINT64_C (0xffffffffffffffff);
| uint_least64_t d4max = UINT_LEAST64_MAX;
| int_fast8_t e1 = INT_FAST8_MAX;
| int_fast8_t e1min = INT_FAST8_MIN;
| int_fast16_t e2 = INT_FAST16_MAX;
| int_fast16_t e2min = INT_FAST16_MIN;
| int_fast32_t e3 = INT_FAST32_MAX;
| int_fast32_t e3min = INT_FAST32_MIN;
| int_fast64_t e4 = INT_FAST64_MAX;
| int_fast64_t e4min = INT_FAST64_MIN;
| uint_fast8_t f1 = UINT_FAST8_MAX;
| uint_fast16_t f2 = UINT_FAST16_MAX;
| uint_fast32_t f3 = UINT_FAST32_MAX;
| uint_fast64_t f4 = UINT_FAST64_MAX;
| #ifdef INTPTR_MAX
| intptr_t g = INTPTR_MAX;
| intptr_t gmin = INTPTR_MIN;
| #endif
| #ifdef UINTPTR_MAX
| uintptr_t h = UINTPTR_MAX;
| #endif
| intmax_t i = INTMAX_MAX;
| uintmax_t j = UINTMAX_MAX;
|
| #include <limits.h> /* for CHAR_BIT */
| #define TYPE_MINIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) 0 : ~ (t) 0 << (sizeof (t) * CHAR_BIT - 1)))
| #define TYPE_MAXIMUM(t) ((t) ((t) 0 < (t) -1 ? (t) -1 : ~ (~ (t) 0 << (sizeof (t) * CHAR_BIT - 1))))
| struct s {
| int check_PTRDIFF:
| PTRDIFF_MIN == TYPE_MINIMUM (ptrdiff_t)
| && PTRDIFF_MAX == TYPE_MAXIMUM (ptrdiff_t)
| ? 1 : -1;
| /* Detect bug in FreeBSD 6.0 / ia64. */
| int check_SIG_ATOMIC:
| SIG_ATOMIC_MIN == TYPE_MINIMUM (sig_atomic_t)
| && SIG_ATOMIC_MAX == TYPE_MAXIMUM (sig_atomic_t)
| ? 1 : -1;
| int check_SIZE: SIZE_MAX == TYPE_MAXIMUM (size_t) ? 1 : -1;
| int check_WCHAR:
| WCHAR_MIN == TYPE_MINIMUM (wchar_t)
| && WCHAR_MAX == TYPE_MAXIMUM (wchar_t)
| ? 1 : -1;
| /* Detect bug in mingw. */
| int check_WINT:
| WINT_MIN == TYPE_MINIMUM (wint_t)
| && WINT_MAX == TYPE_MAXIMUM (wint_t)
| ? 1 : -1;
|
| /* Detect bugs in glibc 2.4 and Solaris 10 stdint.h, among others. */
| int check_UINT8_C:
| (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
| int check_UINT16_C:
| (-1 < UINT16_C (0)) == (-1 < (uint_least16_t) 0) ? 1 : -1;
|
| /* Detect bugs in OpenBSD 3.9 stdint.h. */
| #ifdef UINT8_MAX
| int check_uint8: (uint8_t) -1 == UINT8_MAX ? 1 : -1;
| #endif
| #ifdef UINT16_MAX
| int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1;
| #endif
| #ifdef UINT32_MAX
| int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
| #endif
| #ifdef UINT64_MAX
| int check_uint64: (uint64_t) -1 == UINT64_MAX ? 1 : -1;
| #endif
| int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
| int check_uint_least16: (uint_least16_t) -1 == UINT_LEAST16_MAX ? 1 : -1;
| int check_uint_least32: (uint_least32_t) -1 == UINT_LEAST32_MAX ? 1 : -1;
| int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
| int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
| int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
| int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
| int check_uint_fast64: (uint_fast64_t) -1 == UINT_FAST64_MAX ? 1 : -1;
| int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1;
| int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
| int check_size: (size_t) -1 == SIZE_MAX ? 1 : -1;
| };
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19161: result: no
configure:19170: checking sys/inttypes.h usability
configure:19170: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19170: $? = 0
configure:19170: result: yes
configure:19170: checking sys/inttypes.h presence
configure:19170: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:19170: $? = 0
configure:19170: result: yes
configure:19170: checking for sys/inttypes.h
configure:19170: result: yes
configure:19170: checking sys/bitypes.h usability
configure:19170: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:139:25: sys/bitypes.h: No such file or directory
configure:19170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/bitypes.h>
configure:19170: result: no
configure:19170: checking sys/bitypes.h presence
configure:19170: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
conftest.c:106:25: sys/bitypes.h: No such file or directory
configure:19170: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| /* end confdefs.h. */
| #include <sys/bitypes.h>
configure:19170: result: no
configure:19170: checking for sys/bitypes.h
configure:19170: result: no
configure:19202: checking for bit size of ptrdiff_t
configure:19207: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19207: $? = 0
configure:19207: ./conftest
configure:19207: $? = 0
configure:19228: result: 32
configure:19202: checking for bit size of size_t
configure:19207: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19207: $? = 0
configure:19207: ./conftest
configure:19207: $? = 0
configure:19228: result: 32
configure:19247: checking for bit size of sig_atomic_t
configure:19252: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19252: $? = 0
configure:19252: ./conftest
configure:19252: $? = 0
configure:19273: result: 32
configure:19247: checking for bit size of wchar_t
configure:19252: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19252: $? = 0
configure:19252: ./conftest
configure:19252: $? = 0
configure:19273: result: 16
configure:19247: checking for bit size of wint_t
configure:19252: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19252: $? = 0
configure:19252: ./conftest
configure:19252: $? = 0
configure:19273: result: 32
configure:19291: checking whether sig_atomic_t is signed
configure:19318: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19318: $? = 0
configure:19328: result: yes
configure:19291: checking whether wchar_t is signed
configure:19318: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:123: error: size of array `verify' is negative
configure:19318: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| int verify[2 * ((wchar_t) -1 < (wchar_t) 0) - 1];
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19328: result: no
configure:19291: checking whether wint_t is signed
configure:19318: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19318: $? = 0
configure:19328: result: yes
configure:19350: checking for ptrdiff_t integer literal suffix
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:125: error: conflicting types for `foo'
conftest.c:124: error: previous declaration of `foo'
configure:19396: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern ptrdiff_t foo;
| extern int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19396: $? = 0
configure:19405: result: l
configure:19350: checking for size_t integer literal suffix
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:126: error: conflicting types for `foo'
conftest.c:125: error: previous declaration of `foo'
configure:19396: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern size_t foo;
| extern unsigned int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19396: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19396: $? = 0
configure:19405: result: ul
configure:19422: checking for sig_atomic_t integer literal suffix
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19468: $? = 0
configure:19477: result:
configure:19422: checking for wchar_t integer literal suffix
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: conflicting types for `foo'
conftest.c:127: error: previous declaration of `foo'
configure:19468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern wchar_t foo;
| extern unsigned int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: conflicting types for `foo'
conftest.c:127: error: previous declaration of `foo'
configure:19468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern wchar_t foo;
| extern unsigned long int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: conflicting types for `foo'
conftest.c:127: error: previous declaration of `foo'
configure:19468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern wchar_t foo;
| extern unsigned long long int foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:128: error: parse error before "foo"
conftest.c:128: error: conflicting types for `foo'
conftest.c:127: error: previous declaration of `foo'
conftest.c:128: warning: data definition has no type or storage class
configure:19468: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| /* end confdefs.h. */
|
| /* BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be
| included before <wchar.h>. */
| #include <stddef.h>
| #include <signal.h>
| #if HAVE_WCHAR_H
| # include <stdio.h>
| # include <time.h>
| # include <wchar.h>
| #endif
|
| extern wchar_t foo;
| extern unsigned __int64 foo;
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:19477: result: no
configure:19422: checking for wint_t integer literal suffix
configure:19468: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19468: $? = 0
configure:19477: result:
configure:19553: checking for random.h
configure:19553: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:152:20: random.h: No such file or directory
configure:19553: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|
| #include <random.h>
configure:19553: result: no
configure:19570: checking for struct random_data
configure:19570: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:127: error: invalid application of `sizeof' to an incomplete type
configure:19570: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
|
| int
| main ()
| {
| if (sizeof (struct random_data))
| return 0;
| ;
| return 0;
| }
configure:19570: result: no
configure:19591: checking whether _Exit is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:130: error: `_Exit' undeclared (first use in this function)
conftest.c:130: error: (Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef _Exit
| (void) _Exit;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether atoll is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:130: error: `atoll' undeclared (first use in this function)
conftest.c:130: error: (Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef atoll
| (void) atoll;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether canonicalize_file_name is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:130: error: `canonicalize_file_name' undeclared (first use in this function)
conftest.c:130: error: (Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef canonicalize_file_name
| (void) canonicalize_file_name;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether getloadavg is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:130: error: `getloadavg' undeclared (first use in this function)
conftest.c:130: error: (Each undeclared identifier is reported only once
conftest.c:130: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef getloadavg
| (void) getloadavg;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether getsubopt is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether grantpt is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether mkdtemp is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:132: error: `mkdtemp' undeclared (first use in this function)
conftest.c:132: error: (Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkdtemp
| (void) mkdtemp;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether mkostemp is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:132: error: `mkostemp' undeclared (first use in this function)
conftest.c:132: error: (Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkostemp
| (void) mkostemp;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether mkostemps is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:132: error: `mkostemps' undeclared (first use in this function)
conftest.c:132: error: (Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkostemps
| (void) mkostemps;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether mkstemp is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether mkstemps is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:133: error: `mkstemps' undeclared (first use in this function)
conftest.c:133: error: (Each undeclared identifier is reported only once
conftest.c:133: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef mkstemps
| (void) mkstemps;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether ptsname is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether random_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:134: error: `random_r' undeclared (first use in this function)
conftest.c:134: error: (Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef random_r
| (void) random_r;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether initstat_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:134: error: `initstat_r' undeclared (first use in this function)
conftest.c:134: error: (Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef initstat_r
| (void) initstat_r;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether srandom_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:134: error: `srandom_r' undeclared (first use in this function)
conftest.c:134: error: (Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef srandom_r
| (void) srandom_r;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether setstate_r is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:134: error: `setstate_r' undeclared (first use in this function)
conftest.c:134: error: (Each undeclared identifier is reported only once
conftest.c:134: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef setstate_r
| (void) setstate_r;
| ;
| return 0;
| }
configure:19623: result: no
configure:19591: checking whether realpath is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether rpmatch is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether setenv is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether strtod is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether strtoll is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether strtoull is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether unlockpt is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:19615: $? = 0
configure:19623: result: yes
configure:19591: checking whether unsetenv is declared without a macro
configure:19615: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:141: error: `unsetenv' undeclared (first use in this function)
conftest.c:141: error: (Each undeclared identifier is reported only once
conftest.c:141: error: for each function it appears in.)
configure:19615: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| /* end confdefs.h. */
| #include <stdlib.h>
| #if HAVE_SYS_LOADAVG_H
| # include <sys/loadavg.h>
| #endif
| #if HAVE_RANDOM_H
| # include <random.h>
| #endif
|
| int
| main ()
| {
| #undef unsetenv
| (void) unsetenv;
| ;
| return 0;
| }
configure:19623: result: no
configure:19647: checking whether <sys/socket.h> is self-contained
configure:19672: result: yes
configure:19677: checking for shutdown
configure:19677: result: yes
configure:19687: checking whether <sys/socket.h> defines the SHUT_* macros
configure:19712: result: yes
configure:19800: checking for struct sockaddr_storage
configure:19800: result: yes
configure:19821: checking for sa_family_t
configure:19821: result: yes
configure:19880: checking whether socket is declared without a macro
configure:19912: result: no
configure:19880: checking whether connect is declared without a macro
configure:19912: result: no
configure:19880: checking whether accept is declared without a macro
configure:19912: result: no
configure:19880: checking whether bind is declared without a macro
configure:19912: result: no
configure:19880: checking whether getpeername is declared without a macro
configure:19912: result: no
configure:19880: checking whether getsockname is declared without a macro
configure:19912: result: no
configure:19880: checking whether getsockopt is declared without a macro
configure:19912: result: no
configure:19880: checking whether listen is declared without a macro
configure:19912: result: no
configure:19880: checking whether recv is declared without a macro
configure:19912: result: no
configure:19880: checking whether send is declared without a macro
configure:19912: result: no
configure:19880: checking whether recvfrom is declared without a macro
configure:19912: result: no
configure:19880: checking whether sendto is declared without a macro
configure:19912: result: no
configure:19880: checking whether setsockopt is declared without a macro
configure:19912: result: no
configure:19880: checking whether shutdown is declared without a macro
configure:19912: result: no
configure:19880: checking whether accept4 is declared without a macro
configure:19912: result: no
configure:19992: checking whether waitpid is declared without a macro
configure:20009: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20009: $? = 0
configure:20017: result: yes
configure:20159: checking whether chown is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether dup2 is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether dup3 is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:150: error: `dup3' undeclared (first use in this function)
conftest.c:150: error: (Each undeclared identifier is reported only once
conftest.c:150: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef dup3
| (void) dup3;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether environ is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether euidaccess is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:151: error: `euidaccess' undeclared (first use in this function)
conftest.c:151: error: (Each undeclared identifier is reported only once
conftest.c:151: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef euidaccess
| (void) euidaccess;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether faccessat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:151: error: `faccessat' undeclared (first use in this function)
conftest.c:151: error: (Each undeclared identifier is reported only once
conftest.c:151: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef faccessat
| (void) faccessat;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether fchdir is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether fchownat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:152: error: `fchownat' undeclared (first use in this function)
conftest.c:152: error: (Each undeclared identifier is reported only once
conftest.c:152: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef fchownat
| (void) fchownat;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether fsync is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether ftruncate is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:153: error: `ftruncate' undeclared (first use in this function)
conftest.c:153: error: (Each undeclared identifier is reported only once
conftest.c:153: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef ftruncate
| (void) ftruncate;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether getcwd is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getdomainname is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:154: error: `getdomainname' undeclared (first use in this function)
conftest.c:154: error: (Each undeclared identifier is reported only once
conftest.c:154: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef getdomainname
| (void) getdomainname;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether getdtablesize is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getgroups is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether gethostname is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getlogin is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getlogin_r is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getpagesize is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether getusershell is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether setusershell is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether endusershell is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether lchown is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether link is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether linkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:165: error: `linkat' undeclared (first use in this function)
conftest.c:165: error: (Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef linkat
| (void) linkat;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether lseek is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:165: error: `lseek' undeclared (first use in this function)
conftest.c:165: error: (Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef lseek
| (void) lseek;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether pipe2 is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:165: error: `pipe2' undeclared (first use in this function)
conftest.c:165: error: (Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef pipe2
| (void) pipe2;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether pread is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:165: error: `pread' undeclared (first use in this function)
conftest.c:165: error: (Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef pread
| (void) pread;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether pwrite is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:165: error: `pwrite' undeclared (first use in this function)
conftest.c:165: error: (Each undeclared identifier is reported only once
conftest.c:165: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef pwrite
| (void) pwrite;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether readlink is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether readlinkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:166: error: `readlinkat' undeclared (first use in this function)
conftest.c:166: error: (Each undeclared identifier is reported only once
conftest.c:166: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef readlinkat
| (void) readlinkat;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether rmdir is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether sleep is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether symlink is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether symlinkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:169: error: `symlinkat' undeclared (first use in this function)
conftest.c:169: error: (Each undeclared identifier is reported only once
conftest.c:169: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef symlinkat
| (void) symlinkat;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether ttyname_r is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether unlink is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20159: checking whether unlinkat is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:171: error: `unlinkat' undeclared (first use in this function)
conftest.c:171: error: (Each undeclared identifier is reported only once
conftest.c:171: error: for each function it appears in.)
configure:20186: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| /* end confdefs.h. */
| #include <unistd.h>
| /* Some systems declare various items in the wrong headers. */
| #ifndef __GLIBC__
| # include <fcntl.h>
| # include <stdio.h>
| # include <stdlib.h>
| # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| # include <io.h>
| # endif
| #endif
|
| int
| main ()
| {
| #undef unlinkat
| (void) unlinkat;
| ;
| return 0;
| }
configure:20194: result: no
configure:20159: checking whether usleep is declared without a macro
configure:20186: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20186: $? = 0
configure:20194: result: yes
configure:20298: checking for unsetenv
configure:20298: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20298: $? = 0
configure:20298: result: yes
configure:20324: checking for unsetenv() return type
configure:20351: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20351: $? = 0
configure:20358: result: int
configure:20377: checking whether unsetenv obeys POSIX
configure:20407: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20407: $? = 0
configure:20407: ./conftest
configure:20407: $? = 0
configure:20417: result: yes
configure:20523: checking whether btowc is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wctob is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbsinit is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbrtowc is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbrlen is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbsrtowcs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether mbsnrtowcs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcrtomb is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcsrtombs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcsnrtombs is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20523: checking whether wcwidth is declared without a macro
configure:20548: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20548: $? = 0
configure:20556: result: yes
configure:20609: checking whether iswcntrl works
configure:20648: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:20648: $? = 0
configure:20648: ./conftest
configure:20648: $? = 0
configure:20659: result: yes
configure:21263: checking for iconv
configure:21287: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: .iconv_open
ld: 0711-317 ERROR: Undefined symbol: .iconv
ld: 0711-317 ERROR: Undefined symbol: .iconv_close
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:21287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <iconv.h>
|
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
| iconv(cd,NULL,NULL,NULL,NULL);
| iconv_close(cd);
| ;
| return 0;
| }
configure:21311: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -liconv >&5
configure:21311: $? = 0
configure:21321: result: yes
configure:21324: checking for working iconv
configure:21439: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -liconv >&5
configure:21439: $? = 0
configure:21439: ./conftest
configure:21439: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| /* end confdefs.h. */
|
| #include <iconv.h>
| #include <string.h>
| int main ()
| {
| /* Test against AIX 5.1 bug: Failures are not distinguishable from successful
| returns. */
| {
| iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8");
| if (cd_utf8_to_88591 != (iconv_t)(-1))
| {
| static const char input[] = "\342\202\254"; /* EURO SIGN */
| char buf[10];
| const char *inptr = input;
| size_t inbytesleft = strlen (input);
| char *outptr = buf;
| size_t outbytesleft = sizeof (buf);
| size_t res = iconv (cd_utf8_to_88591,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if (res == 0)
| return 1;
| }
| }
| /* Test against Solaris 10 bug: Failures are not distinguishable from
| successful returns. */
| {
| iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646");
| if (cd_ascii_to_88591 != (iconv_t)(-1))
| {
| static const char input[] = "\263";
| char buf[10];
| const char *inptr = input;
| size_t inbytesleft = strlen (input);
| char *outptr = buf;
| size_t outbytesleft = sizeof (buf);
| size_t res = iconv (cd_ascii_to_88591,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if (res == 0)
| return 1;
| }
| }
| /* Test against AIX 6.1..7.1 bug: Buffer overrun. */
| {
| iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1");
| if (cd_88591_to_utf8 != (iconv_t)(-1))
| {
| static const char input[] = "\304";
| static char buf[2] = { (char)0xDE, (char)0xAD };
| const char *inptr = input;
| size_t inbytesleft = 1;
| char *outptr = buf;
| size_t outbytesleft = 1;
| size_t res = iconv (cd_88591_to_utf8,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD)
| return 1;
| }
| }
| #if 0 /* This bug could be worked around by the caller. */
| /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */
| {
| iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
| if (cd_88591_to_utf8 != (iconv_t)(-1))
| {
| static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337";
| char buf[50];
| const char *inptr = input;
| size_t inbytesleft = strlen (input);
| char *outptr = buf;
| size_t outbytesleft = sizeof (buf);
| size_t res = iconv (cd_88591_to_utf8,
| (char **) &inptr, &inbytesleft,
| &outptr, &outbytesleft);
| if ((int)res > 0)
| return 1;
| }
| }
| #endif
| /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
| provided. */
| if (/* Try standardized names. */
| iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1)
| /* Try IRIX, OSF/1 names. */
| && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1)
| /* Try AIX names. */
| && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1)
| /* Try HP-UX names. */
| && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
| return 1;
| return 0;
| }
configure:21451: result: no
configure:21479: checking for iconv declaration
configure:21508: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:21508: $? = 0
configure:21518: result:
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:21529: checking whether NLS is requested
configure:21538: result: yes
configure:21578: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:21610: result: /usr/bin/msgfmt
configure:21619: checking for gmsgfmt
configure:21650: result: /usr/bin/msgfmt
configure:21700: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: unrecognized option `--copyright-holder='
Try `/usr/bin/xgettext --help' for more information.
configure:21735: result: no
configure:21777: checking for msgmerge
configure: trying /usr/bin/msgmerge...
/usr/bin/msgmerge: unrecognized option `--update'
Try `/usr/bin/msgmerge --help' for more information.
configure:21811: result: no
configure:21849: checking for CFPreferencesCopyAppValue
configure:21867: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:171:42: CoreFoundation/CFPreferences.h: No such file or directory
conftest.c: In function `main':
conftest.c:175: error: `NULL' undeclared (first use in this function)
conftest.c:175: error: (Each undeclared identifier is reported only once
conftest.c:175: error: for each function it appears in.)
configure:21867: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
| ;
| return 0;
| }
configure:21876: result: no
configure:21883: checking for CFLocaleCopyCurrent
configure:21901: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:171:37: CoreFoundation/CFLocale.h: No such file or directory
configure:21901: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| /* end confdefs.h. */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
| ;
| return 0;
| }
configure:21910: result: no
configure:21959: checking for GNU gettext in libc
configure:21983: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
ld: 0711-317 ERROR: Undefined symbol: .bindtextdomain
ld: 0711-317 ERROR: Undefined symbol: .gettext
ld: 0711-317 ERROR: Undefined symbol: .ngettext
ld: 0711-317 ERROR: Undefined symbol: _nl_domain_bindings
ld: 0711-317 ERROR: Undefined symbol: _nl_msg_cat_cntr
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:21983: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| /* end confdefs.h. */
|
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
|
| int
| main ()
| {
|
| bindtextdomain ("", "");
| return * gettext ("") + * ngettext ("", "", 0) + _nl_msg_cat_cntr + *_nl_domain_bindings
|
| ;
| return 0;
| }
configure:21992: result: no
configure:22026: checking for iconv
configure:22084: result: yes
configure:22087: checking for working iconv
configure:22214: result: no
configure:22703: checking for GNU gettext in libintl
configure:22735: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lintl >&5
configure:22735: $? = 0
configure:22780: result: yes
configure:22815: checking whether to use NLS
configure:22817: result: yes
configure:22820: checking where the gettext function comes from
configure:22831: result: external libintl
configure:22839: checking how to link with libintl
configure:22841: result: -lintl
configure:22922: checking how to link with libavcall
configure:23395: result: /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a
configure:23436: checking how to link with libcallback
configure:23909: result: /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a
configure:23948: checking avcall.h usability
configure:23948: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking avcall.h presence
configure:23948: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking for avcall.h
configure:23948: result: yes
configure:23948: checking callback.h usability
configure:23948: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking callback.h presence
configure:23948: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:23948: $? = 0
configure:23948: result: yes
configure:23948: checking for callback.h
configure:23948: result: yes
configure:24009: checking for library containing __builtin_avcall
configure:24040: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24040: $? = 0
configure:24057: result: none required
configure:24065: checking for library containing trampoline_r_data0
configure:24096: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24096: $? = 0
configure:24113: result: none required
configure:24126: checking whether libffcall is installed
configure:24139: result: yes
configure:24187: checking lightning.h usability
configure:24187: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:209:23: lightning.h: No such file or directory
configure:24187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <lightning.h>
configure:24187: result: no
configure:24187: checking lightning.h presence
configure:24187: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
conftest.c:176:23: lightning.h: No such file or directory
configure:24187: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| /* end confdefs.h. */
| #include <lightning.h>
configure:24187: result: no
configure:24187: checking for lightning.h
configure:24187: result: no
configure:24200: ** checks for fundamental compiler characteristics
configure:24202: checking for inline
configure:24226: result: inline
configure:24243: checking for inline __builtin_strlen
configure:24254: gcc -S -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24257: $? = 0
configure:24270: result: no
configure:24278: checking for long long int
configure:24360: result: yes
configure:24367: ** checks for header files
configure:24372: checking for sys/inttypes.h
configure:24372: result: yes
configure:24372: checking for unistd.h
configure:24372: result: yes
configure:24372: checking sys/file.h usability
configure:24372: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking sys/file.h presence
configure:24372: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking for sys/file.h
configure:24372: result: yes
configure:24372: checking time.h usability
configure:24372: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking time.h presence
configure:24372: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking for time.h
configure:24372: result: yes
configure:24372: checking for sys/time.h
configure:24372: result: yes
configure:24372: checking sys/utsname.h usability
configure:24372: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking sys/utsname.h presence
configure:24372: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24372: $? = 0
configure:24372: result: yes
configure:24372: checking for sys/utsname.h
configure:24372: result: yes
configure:24385: checking sys/shm.h usability
configure:24385: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24385: $? = 0
configure:24385: result: yes
configure:24385: checking sys/shm.h presence
configure:24385: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24385: $? = 0
configure:24385: result: yes
configure:24385: checking for sys/shm.h
configure:24385: result: yes
configure:24398: checking sys/ipc.h usability
configure:24398: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24398: $? = 0
configure:24398: result: yes
configure:24398: checking sys/ipc.h presence
configure:24398: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24398: $? = 0
configure:24398: result: yes
configure:24398: checking for sys/ipc.h
configure:24398: result: yes
configure:24413: checking termios.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking termios.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for termios.h
configure:24413: result: yes
configure:24413: checking termio.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking termio.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for termio.h
configure:24413: result: yes
configure:24413: checking sys/termio.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking sys/termio.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for sys/termio.h
configure:24413: result: yes
configure:24413: checking sgtty.h usability
configure:24413: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking sgtty.h presence
configure:24413: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:24413: $? = 0
configure:24413: result: yes
configure:24413: checking for sgtty.h
configure:24413: result: yes
configure:24424: checking for tcgetattr
configure:24440: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24440: $? = 0
configure:24448: result: yes
configure:24455: checking for TCSAFLUSH in termios.h
configure:24471: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24471: $? = 0
configure:24479: result: yes
configure:24486: checking for struct winsize in termios.h
configure:24502: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:195: error: storage size of `w' isn't known
configure:24502: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| /* end confdefs.h. */
| #include <termios.h>
| int
| main ()
| {
| struct winsize w;
| ;
| return 0;
| }
configure:24509: result: no
configure:24515: checking for struct winsize in sys/ioctl.h
configure:24532: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:24532: $? = 0
configure:24539: result: yes
configure:24582: checking for X
configure:24721: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lX11 /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24721: $? = 0
configure:24771: result: libraries , headers
configure:24870: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a -lX11 >&5
configure:24870: $? = 0
configure:24968: checking for gethostbyname
configure:24968: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:24968: $? = 0
configure:24968: result: yes
configure:25065: checking for connect
configure:25065: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25065: $? = 0
configure:25065: result: yes
configure:25114: checking for remove
configure:25114: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25114: $? = 0
configure:25114: result: yes
configure:25163: checking for shmat
configure:25163: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25163: $? = 0
configure:25163: result: yes
configure:25221: checking for IceConnectionNumber in -lICE
configure:25246: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c -lICE /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25246: $? = 0
configure:25255: result: yes
configure:25264: ** checks for typedefs
configure:25266: checking for caddr_t in sys/types.h
configure:25287: result: yes
configure:25301: checking size of off_t
configure:25306: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25306: $? = 0
configure:25306: ./conftest
configure:25306: $? = 0
configure:25321: result: 8
configure:25335: checking size of struct timeval
configure:25340: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25340: $? = 0
configure:25340: ./conftest
configure:25340: $? = 0
configure:25357: result: 8
configure:25367: ** checks for structure members
configure:25369: checking for struct dirent.d_namlen
configure:25369: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:25369: $? = 0
configure:25369: result: yes
configure:25380: ** checks for functions and declarations
configure:25384: checking for working alloca.h
configure:25409: result: yes
configure:25417: checking for alloca
configure:25462: result: yes
configure:25571: checking for _setjmp
configure:25571: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25571: $? = 0
configure:25571: result: yes
configure:25578: checking for _longjmp
configure:25578: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25578: $? = 0
configure:25578: result: yes
configure:25605: checking whether signal handlers need to be reinstalled
configure:25638: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25638: $? = 0
configure:25638: ./conftest
configure:25638: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <signal.h>
| #ifdef __CYGWIN32__
| /* On Cygwin32 version 18, this test would hang (SIGALRM not being signalled).
| * Let it fail instead. */
| #error "better fail than hang"
| #endif
| volatile int gotsig=0;
| void sigalrm_handler() { gotsig=1; }
| int got_sig () { return gotsig; }
| typedef void (*signal_handler_t) (int);
| int main() { /* returns 0 if they need not to be reinstalled */
| signal(SIGALRM,(signal_handler_t)sigalrm_handler); alarm(1); while (!got_sig());
| exit(!( (signal_handler_t)signal(SIGALRM,(signal_handler_t)sigalrm_handler)
| == (signal_handler_t)sigalrm_handler
| ) );
| }
configure:25649: result: yes
configure:25794: checking for sigaction
configure:25794: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25794: $? = 0
configure:25794: result: yes
configure:25942: checking for siginterrupt
configure:25942: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25942: $? = 0
configure:25942: result: yes
configure:25953: checking for strerror
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for sysconf
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for getdtablesize
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for memset
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
conftest.c:228: warning: conflicting types for built-in function `memset'
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setsid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setpgid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for fchmod
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for fsync
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for flock
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&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:25953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| /* end confdefs.h. */
| /* Define flock to an innocuous variant, in case <limits.h> declares flock.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define flock innocuous_flock
|
| /* 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
|
| #undef flock
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char 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
| #endif
|
| int
| main ()
| {
| return flock ();
| ;
| return 0;
| }
configure:25953: result: no
configure:25953: checking for gethostent
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for shutdown
configure:25953: result: yes
configure:25953: checking for usleep
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for ualarm
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setitimer
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for nice
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for ftime
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for realpath
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for getresuid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .getresuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| /* end confdefs.h. */
| /* Define getresuid to an innocuous variant, in case <limits.h> declares getresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getresuid innocuous_getresuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getresuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getresuid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getresuid ();
| /* 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_getresuid || defined __stub___getresuid
| choke me
| #endif
|
| int
| main ()
| {
| return getresuid ();
| ;
| return 0;
| }
configure:25953: result: no
configure:25953: checking for setresuid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .setresuid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| /* end confdefs.h. */
| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresuid innocuous_setresuid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresuid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setresuid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setresuid ();
| /* 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_setresuid || defined __stub___setresuid
| choke me
| #endif
|
| int
| main ()
| {
| return setresuid ();
| ;
| return 0;
| }
configure:25953: result: no
configure:25953: checking for getresgid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .getresgid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| /* end confdefs.h. */
| /* Define getresgid to an innocuous variant, in case <limits.h> declares getresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getresgid innocuous_getresgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getresgid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getresgid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char getresgid ();
| /* 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_getresgid || defined __stub___getresgid
| choke me
| #endif
|
| int
| main ()
| {
| return getresgid ();
| ;
| return 0;
| }
configure:25953: result: no
configure:25953: checking for setresgid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
ld: 0711-317 ERROR: Undefined symbol: .setresgid
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
configure:25953: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| /* end confdefs.h. */
| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define setresgid innocuous_setresgid
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char setresgid (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef setresgid
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setresgid ();
| /* 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_setresgid || defined __stub___setresgid
| choke me
| #endif
|
| int
| main ()
| {
| return setresgid ();
| ;
| return 0;
| }
configure:25953: result: no
configure:25953: checking for setreuid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for setregid
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for gethostname
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for readlink
configure:25953: result: yes
configure:25953: checking for getcwd
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for uname
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for readdir_r
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25953: checking for rand_r
configure:25953: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25953: $? = 0
configure:25953: result: yes
configure:25964: checking for LC_MESSAGES
configure:25980: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25980: $? = 0
configure:25988: result: yes
configure:25998: checking for getrlimit
configure:25998: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25998: $? = 0
configure:25998: result: yes
configure:25998: checking for setrlimit
configure:25998: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:25998: $? = 0
configure:25998: result: yes
configure:26012: checking size of rlim_t
configure:26017: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26017: $? = 0
configure:26017: ./conftest
configure:26017: $? = 0
configure:26034: result: 4
configure:26044: checking for getrlimit declaration
configure:26076: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26076: $? = 0
configure:26088: result: extern int getrlimit (int, struct rlimit *);
configure:26096: checking for setrlimit declaration
configure:26128: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:245: error: conflicting types for `setrlimit'
/usr/include/sys/resource.h:327: error: previous declaration of `setrlimit'
configure:26128: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/time.h>
| #include <sys/resource.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int setrlimit (RLIMIT_RESOURCE_T resource, struct rlimit * rlim);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26141: result: extern int setrlimit (int, const struct rlimit *);
configure:26150: checking for pid_t
configure:26150: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26150: $? = 0
configure:26150: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:268: error: parse error before ')' token
configure:26150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| return 0;
| ;
| return 0;
| }
configure:26150: result: yes
configure:26163: checking vfork.h usability
configure:26163: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:265:19: vfork.h: No such file or directory
configure:26163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:26163: result: no
configure:26163: checking vfork.h presence
configure:26163: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
conftest.c:232:19: vfork.h: No such file or directory
configure:26163: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| /* end confdefs.h. */
| #include <vfork.h>
configure:26163: result: no
configure:26163: checking for vfork.h
configure:26163: result: no
configure:26176: checking for fork
configure:26176: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26176: $? = 0
configure:26176: result: yes
configure:26176: checking for vfork
configure:26176: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26176: $? = 0
configure:26176: result: yes
configure:26187: checking for working fork
configure:26209: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26209: $? = 0
configure:26209: ./conftest
configure:26209: $? = 0
configure:26219: result: yes
configure:26240: checking for working vfork
configure:26350: result: yes
configure:26374: checking for waitpid declaration
configure:26404: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26404: $? = 0
configure:26416: result: extern pid_t waitpid (pid_t, int*, int);
configure:26427: checking sys/resource.h usability
configure:26427: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking sys/resource.h presence
configure:26427: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking for sys/resource.h
configure:26427: result: yes
configure:26427: checking sys/times.h usability
configure:26427: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking sys/times.h presence
configure:26427: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:26427: $? = 0
configure:26427: result: yes
configure:26427: checking for sys/times.h
configure:26427: result: yes
configure:26438: checking for getrusage
configure:26456: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26456: $? = 0
configure:26464: result: yes
configure:26470: checking for getrusage declaration
configure:26501: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26501: $? = 0
configure:26513: result: extern int getrusage (int, struct rusage *);
configure:26515: checking whether getrusage works
configure:26558: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26558: $? = 0
configure:26558: ./conftest
configure:26558: $? = 0
configure:26568: result: yes
configure:26582: checking for lstat
configure:26601: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26601: $? = 0
configure:26609: result: yes
configure:26618: checking for sys/stat.h
configure:26618: result: yes
configure:26629: checking for struct stat.st_rdev
configure:26629: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26629: $? = 0
configure:26629: result: yes
configure:26639: checking for struct stat.st_blksize
configure:26639: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26639: $? = 0
configure:26639: result: yes
configure:26649: checking for struct stat.st_blocks
configure:26649: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26649: $? = 0
configure:26649: result: yes
configure:26665: checking size of ino_t
configure:26670: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26670: $? = 0
configure:26670: ./conftest
configure:26670: $? = 0
configure:26685: result: 4
configure:26699: checking size of dev_t
configure:26704: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26704: $? = 0
configure:26704: ./conftest
configure:26704: $? = 0
configure:26719: result: 4
configure:26729: checking for ELOOP
configure:26788: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26788: $? = 0
configure:26788: ./conftest
configure:26788: $? = 0
configure:26806: result: yes
configure:26815: checking for usable closedir return value
configure:26837: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26837: $? = 0
configure:26837: ./conftest
configure:26837: $? = 0
configure:26847: result: yes
configure:26856: checking for ioctl
configure:26856: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:26856: $? = 0
configure:26856: result: yes
configure:26892: checking for ioctl declaration
configure:26914: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:280: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26914: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #ifndef HAVE_TCSAFLUSH
| #undef HAVE_TERMIOS_H
| #endif
| #ifdef HAVE_TERMIOS_H
| #include <termios.h>
| #else
| #ifdef HAVE_SYS_TERMIO_H
| #include <sys/termio.h>
| #else
| #ifdef HAVE_TERMIO_H
| #include <termio.h>
| #else
| #ifdef HAVE_SGTTY_H
| #include <sgtty.h>
| #include <sys/ioctl.h>
| #endif
| #endif
| #endif
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
| char* ioctl();
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26945: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:262: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26945: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
| char* ioctl();
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, unsigned int request, caddr_t arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, int request, caddr_t arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, unsigned long request, caddr_t arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, long request, caddr_t arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, size_t request, caddr_t arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: parse error before "socklen_t"
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, socklen_t request, caddr_t arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, unsigned int request, void* arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, int request, void* arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, unsigned long request, void* arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, long request, void* arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, size_t request, void* arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: parse error before "socklen_t"
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, socklen_t request, void* arg);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:267: error: conflicting types for `ioctl'
/usr/include/unistd.h:909: error: previous declaration of `ioctl'
configure:26977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #include <sys/ioctl.h>
|
| #ifdef INCLUDE_SYS_IOCTL_H
| #include <sys/ioctl.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int ioctl (int fd, unsigned int request, ...);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:26977: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:26977: $? = 0
configure:27006: result: extern int ioctl (int, int, ...);
configure:27027: checking for FIONREAD
configure:27043: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c: In function `main':
conftest.c:281: error: `FIONREAD' undeclared (first use in this function)
conftest.c:281: error: (Each undeclared identifier is reported only once
conftest.c:281: error: for each function it appears in.)
configure:27043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #ifndef HAVE_TCSAFLUSH
| #undef HAVE_TERMIOS_H
| #endif
| #ifdef HAVE_TERMIOS_H
| #include <termios.h>
| #else
| #ifdef HAVE_SYS_TERMIO_H
| #include <sys/termio.h>
| #else
| #ifdef HAVE_TERMIO_H
| #include <termio.h>
| #else
| #ifdef HAVE_SGTTY_H
| #include <sgtty.h>
| #include <sys/ioctl.h>
| #endif
| #endif
| #endif
| #endif
|
| int
| main ()
| {
| int x = FIONREAD;
| ;
| return 0;
| }
configure:27050: result: no
configure:27056: checking for FIONREAD in sys/filio.h
configure:27072: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:277:23: sys/filio.h: No such file or directory
conftest.c: In function `main':
conftest.c:281: error: `FIONREAD' undeclared (first use in this function)
conftest.c:281: error: (Each undeclared identifier is reported only once
conftest.c:281: error: for each function it appears in.)
configure:27072: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <sys/types.h>
| #include <unistd.h>
| #endif
| #ifndef HAVE_TCSAFLUSH
| #undef HAVE_TERMIOS_H
| #endif
| #ifdef HAVE_TERMIOS_H
| #include <termios.h>
| #else
| #ifdef HAVE_SYS_TERMIO_H
| #include <sys/termio.h>
| #else
| #ifdef HAVE_TERMIO_H
| #include <termio.h>
| #else
| #ifdef HAVE_SGTTY_H
| #include <sgtty.h>
| #include <sys/ioctl.h>
| #endif
| #endif
| #endif
| #endif
| #include <sys/filio.h>
| int
| main ()
| {
| int x = FIONREAD;
| ;
| return 0;
| }
configure:27079: result: no
configure:27089: checking for FIONREAD in sys/ioctl.h
configure:27105: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27105: $? = 0
configure:27112: result: yes
configure:27128: checking for reliable FIONREAD
configure:27162: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27162: $? = 0
configure:27162: ./conftest
configure:27162: $? = 0
configure:27173: result: yes
configure:27183: checking for poll
configure:27183: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27183: $? = 0
configure:27183: result: yes
configure:27235: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27235: $? = 0
configure:27235: ./conftest
configure:27235: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| /* end confdefs.h. */
|
| #include <fcntl.h>
| #include <poll.h>
| int main()
| {
| struct pollfd ufd;
| /* Try /dev/null for reading. */
| ufd.fd = open ("/dev/null", O_RDONLY);
| if (ufd.fd < 0) /* If /dev/null does not exist, it's not MacOS X. */
| return 0;
| ufd.events = POLLIN;
| ufd.revents = 0;
| if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLIN))
| return 1;
| /* Try /dev/null for writing. */
| ufd.fd = open ("/dev/null", O_WRONLY);
| if (ufd.fd < 0) /* If /dev/null does not exist, it's not MacOS X. */
| return 0;
| ufd.events = POLLOUT;
| ufd.revents = 0;
| if (!(poll (&ufd, 1, 0) == 1 && ufd.revents == POLLOUT))
| return 1;
| /* Trying /dev/tty may be too environment dependent. */
| return 0;
| }
configure:27331: checking for select
configure:27363: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27363: $? = 0
configure:27371: result: yes
configure:27377: checking for sys/select.h
configure:27397: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27397: $? = 0
configure:27404: result: yes
configure:27411: checking for select declaration
configure:27452: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `select'
/usr/include/sys/time.h:228: error: previous declaration of `select'
configure:27452: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #ifdef __BEOS__
| #include <sys/socket.h>
| #endif
| #include <sys/time.h>
| #ifdef HAVE_SYS_SELECT_H
| #include <sys/select.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int select (unsigned int width, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval * timeout);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27452: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27452: $? = 0
configure:27475: result: extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
configure:27495: checking for reliable select()
configure:27563: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27563: $? = 0
configure:27563: ./conftest
configure:27563: $? = 0
configure:27574: result: yes
configure:27585: checking netdb.h usability
configure:27585: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27585: $? = 0
configure:27585: result: yes
configure:27585: checking netdb.h presence
configure:27585: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27585: $? = 0
configure:27585: result: yes
configure:27585: checking for netdb.h
configure:27585: result: yes
configure:27598: checking for connect
configure:27598: result: yes
configure:27608: checking for connect declaration
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, struct sockaddr * name, unsigned int namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, struct sockaddr * name, int namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, struct sockaddr * name, unsigned long namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, struct sockaddr * name, long namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, struct sockaddr * name, size_t namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, struct sockaddr * name, socklen_t namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, void* name, unsigned int namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, void* name, int namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, void* name, unsigned long namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, void* name, long namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, void* name, size_t namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, void* name, socklen_t namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, const struct sockaddr * name, unsigned int namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:276: error: conflicting types for `connect'
/usr/include/sys/socket.h:545: error: previous declaration of `connect'
configure:27642: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <sys/socket.h>
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int connect (int fd, const struct sockaddr * name, int namelen);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27642: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27642: $? = 0
configure:27666: result: extern int connect (int, const struct sockaddr *, unsigned long);
configure:27687: checking sys/un.h usability
configure:27687: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27687: $? = 0
configure:27687: result: yes
configure:27687: checking sys/un.h presence
configure:27687: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27687: $? = 0
configure:27687: result: yes
configure:27687: checking for sys/un.h
configure:27687: result: yes
configure:27697: checking for sun_len in struct sockaddr_un
configure:27714: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27714: $? = 0
configure:27721: result: yes
configure:27729: checking for IPv4 sockets
configure:27747: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27747: $? = 0
configure:27754: result: yes
configure:27762: checking for IPv6 sockets
configure:27780: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27780: $? = 0
configure:27787: result: yes
configure:27836: checking for inet_pton
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for inet_ntop
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for inet_addr
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for setsockopt
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27836: checking for getsockopt
configure:27836: gcc -o conftest -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libavcall.a /home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/lib/libcallback.a >&5
configure:27836: $? = 0
configure:27836: result: yes
configure:27849: checking netinet/in.h usability
configure:27849: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking netinet/in.h presence
configure:27849: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking for netinet/in.h
configure:27849: result: yes
configure:27849: checking arpa/inet.h usability
configure:27849: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking arpa/inet.h presence
configure:27849: gcc -E -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c
configure:27849: $? = 0
configure:27849: result: yes
configure:27849: checking for arpa/inet.h
configure:27849: result: yes
configure:27860: checking for inet_addr declaration
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of `inet_addr'
configure:27900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| #define CONNECT_CONST const
| #define CONNECT_NAME_T struct sockaddr *
| #define CONNECT_ADDRLEN_T unsigned long
| #define HAVE_SYS_UN_H 1
| #define HAVE_SOCKADDR_UN_LEN /**/
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_ADDR 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <netinet/in.h>
| #ifdef HAVE_ARPA_INET_H
| #include <arpa/inet.h>
| #endif
| #ifdef __BEOS__
| #include <sys/socket.h>
| #include <netdb.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| unsigned int inet_addr ( char *);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of `inet_addr'
configure:27900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| #define CONNECT_CONST const
| #define CONNECT_NAME_T struct sockaddr *
| #define CONNECT_ADDRLEN_T unsigned long
| #define HAVE_SYS_UN_H 1
| #define HAVE_SOCKADDR_UN_LEN /**/
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_ADDR 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <netinet/in.h>
| #ifdef HAVE_ARPA_INET_H
| #include <arpa/inet.h>
| #endif
| #ifdef __BEOS__
| #include <sys/socket.h>
| #include <netdb.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| int inet_addr ( char *);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of `inet_addr'
configure:27900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| #define CONNECT_CONST const
| #define CONNECT_NAME_T struct sockaddr *
| #define CONNECT_ADDRLEN_T unsigned long
| #define HAVE_SYS_UN_H 1
| #define HAVE_SOCKADDR_UN_LEN /**/
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_ADDR 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <netinet/in.h>
| #ifdef HAVE_ARPA_INET_H
| #include <arpa/inet.h>
| #endif
| #ifdef __BEOS__
| #include <sys/socket.h>
| #include <netdb.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| unsigned long inet_addr ( char *);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of `inet_addr'
configure:27900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| #define CONNECT_CONST const
| #define CONNECT_NAME_T struct sockaddr *
| #define CONNECT_ADDRLEN_T unsigned long
| #define HAVE_SYS_UN_H 1
| #define HAVE_SOCKADDR_UN_LEN /**/
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_ADDR 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <netinet/in.h>
| #ifdef HAVE_ARPA_INET_H
| #include <arpa/inet.h>
| #endif
| #ifdef __BEOS__
| #include <sys/socket.h>
| #include <netdb.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| long inet_addr ( char *);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of `inet_addr'
configure:27900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_ERRNO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_WCTYPE_H 1
| #define restrict __restrict
| #define HAVE_RAW_DECL_GETTIMEOFDAY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_READLINK 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MPROTECT 1
| #define HAVE_MEMCHR 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_SETENV 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_ISWBLANK 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_WORKING_O_NOATIME 1
| #define HAVE_WORKING_O_NOFOLLOW 0
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_STDLIB_H 1
| #define MALLOC_0_IS_NONNULL 0
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_SEARCH_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_WCHAR_T 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_RAW_DECL_MEMMEM 1
| #define HAVE_RAW_DECL_STPCPY 1
| #define HAVE_RAW_DECL_STPNCPY 1
| #define HAVE_RAW_DECL_STRDUP 1
| #define HAVE_RAW_DECL_STRNCAT 1
| #define HAVE_RAW_DECL_STRNDUP 1
| #define HAVE_RAW_DECL_STRNLEN 1
| #define HAVE_RAW_DECL_STRPBRK 1
| #define HAVE_RAW_DECL_STRSEP 1
| #define HAVE_RAW_DECL_STRTOK_R 1
| #define HAVE_RAW_DECL_STRSIGNAL 1
| #define HAVE_WINT_T 1
| #define HAVE_DECL_ISWBLANK 0
| #define HAVE_ALLOCA 1
| #define GNULIB_TEST_ENVIRON 1
| #define HAVE_GETPAGESIZE 1
| #define GNULIB_TEST_GETPAGESIZE 1
| #define GETTIMEOFDAY_TIMEZONE void
| #define GNULIB_TEST_GETTIMEOFDAY 1
| #ifndef __powerpc__
| #define __powerpc__ 1
| #endif
| #define HAVE_RAW_DECL_NL_LANGINFO 1
| #define HAVE_LIBSIGSEGV 1
| #define LINK_FOLLOWS_SYMLINKS 1
| #define GNULIB_TEST_MBRTOWC 1
| #define GNULIB_TEST_MBSINIT 1
| #define GNULIB_TEST_MBSRTOWCS 1
| #define GNULIB_TEST_MEMCHR 1
| #define GNULIB_TEST_NL_LANGINFO 1
| #define GNULIB_TEST_SETENV 1
| #define HAVE_SYS_INTTYPES_H 1
| #define BITSIZEOF_PTRDIFF_T 32
| #define BITSIZEOF_SIZE_T 32
| #define BITSIZEOF_SIG_ATOMIC_T 32
| #define BITSIZEOF_WCHAR_T 16
| #define BITSIZEOF_WINT_T 32
| #define HAVE_SIGNED_SIG_ATOMIC_T 1
| #define HAVE_SIGNED_WINT_T 1
| #define PTRDIFF_T_SUFFIX l
| #define SIZE_T_SUFFIX ul
| #define SIG_ATOMIC_T_SUFFIX
| #define WCHAR_T_SUFFIX
| #define WINT_T_SUFFIX
| #define HAVE_RAW_DECL_GETSUBOPT 1
| #define HAVE_RAW_DECL_GRANTPT 1
| #define HAVE_RAW_DECL_MKSTEMP 1
| #define HAVE_RAW_DECL_PTSNAME 1
| #define HAVE_RAW_DECL_REALPATH 1
| #define HAVE_RAW_DECL_RPMATCH 1
| #define HAVE_RAW_DECL_SETENV 1
| #define HAVE_RAW_DECL_STRTOD 1
| #define HAVE_RAW_DECL_STRTOLL 1
| #define HAVE_RAW_DECL_STRTOULL 1
| #define HAVE_RAW_DECL_UNLOCKPT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_STRUCT_SOCKADDR_STORAGE 1
| #define HAVE_SA_FAMILY_T 1
| #define HAVE_RAW_DECL_WAITPID 1
| #define HAVE_RAW_DECL_CHOWN 1
| #define HAVE_RAW_DECL_DUP2 1
| #define HAVE_RAW_DECL_ENVIRON 1
| #define HAVE_RAW_DECL_FCHDIR 1
| #define HAVE_RAW_DECL_FSYNC 1
| #define HAVE_RAW_DECL_GETCWD 1
| #define HAVE_RAW_DECL_GETDTABLESIZE 1
| #define HAVE_RAW_DECL_GETGROUPS 1
| #define HAVE_RAW_DECL_GETHOSTNAME 1
| #define HAVE_RAW_DECL_GETLOGIN 1
| #define HAVE_RAW_DECL_GETLOGIN_R 1
| #define HAVE_RAW_DECL_GETPAGESIZE 1
| #define HAVE_RAW_DECL_GETUSERSHELL 1
| #define HAVE_RAW_DECL_SETUSERSHELL 1
| #define HAVE_RAW_DECL_ENDUSERSHELL 1
| #define HAVE_RAW_DECL_LCHOWN 1
| #define HAVE_RAW_DECL_LINK 1
| #define HAVE_RAW_DECL_READLINK 1
| #define HAVE_RAW_DECL_RMDIR 1
| #define HAVE_RAW_DECL_SLEEP 1
| #define HAVE_RAW_DECL_SYMLINK 1
| #define HAVE_RAW_DECL_TTYNAME_R 1
| #define HAVE_RAW_DECL_UNLINK 1
| #define HAVE_RAW_DECL_USLEEP 1
| #define HAVE_UNSETENV 1
| #define GNULIB_TEST_UNSETENV 1
| #define HAVE_RAW_DECL_BTOWC 1
| #define HAVE_RAW_DECL_WCTOB 1
| #define HAVE_RAW_DECL_MBSINIT 1
| #define HAVE_RAW_DECL_MBRTOWC 1
| #define HAVE_RAW_DECL_MBRLEN 1
| #define HAVE_RAW_DECL_MBSRTOWCS 1
| #define HAVE_RAW_DECL_MBSNRTOWCS 1
| #define HAVE_RAW_DECL_WCRTOMB 1
| #define HAVE_RAW_DECL_WCSRTOMBS 1
| #define HAVE_RAW_DECL_WCSNRTOMBS 1
| #define HAVE_RAW_DECL_WCWIDTH 1
| #define ICONV_CONST
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_AVCALL_H 1
| #define HAVE_CALLBACK_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_SYS_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_SHM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_TERMIO_H 1
| #define HAVE_SYS_TERMIO_H 1
| #define HAVE_SGTTY_H 1
| #define HAVE_TCGETATTR /**/
| #define HAVE_TCSAFLUSH /**/
| #define WINSIZE_NEED_SYS_IOCTL_H /**/
| #define CADDR_T caddr_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #define HAVE_STRUCT_DIRENT_D_NAMLEN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE__JMP /**/
| #define SIGNAL_NEED_REINSTALL /**/
| #define HAVE_SIGACTION 1
| #define HAVE_SIGINTERRUPT 1
| #define HAVE_STRERROR 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETDTABLESIZE 1
| #define HAVE_MEMSET 1
| #define HAVE_SETSID 1
| #define HAVE_SETPGID 1
| #define HAVE_FCHMOD 1
| #define HAVE_FSYNC 1
| #define HAVE_GETHOSTENT 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_USLEEP 1
| #define HAVE_UALARM 1
| #define HAVE_SETITIMER 1
| #define HAVE_NICE 1
| #define HAVE_FTIME 1
| #define HAVE_REALPATH 1
| #define HAVE_SETREUID 1
| #define HAVE_SETREGID 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_READLINK 1
| #define HAVE_GETCWD 1
| #define HAVE_UNAME 1
| #define HAVE_READDIR_R 1
| #define HAVE_RAND_R 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define SIZEOF_RLIM_T 4
| #define RLIMIT_RESOURCE_T int
| #define SETRLIMIT_CONST const
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define PID_T pid_t
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_GETRUSAGE /**/
| #define RUSAGE_WHO_T int
| #define HAVE_LSTAT /**/
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define SIZEOF_INO_T 4
| #define SIZEOF_DEV_T 4
| #define ELOOP_VALUE ELOOP
| #define HAVE_IOCTL 1
| #define IOCTL_REQUEST_T int
| #define IOCTL_DOTS /**/
| #define NEED_SYS_IOCTL_H /**/
| #define HAVE_FIONREAD /**/
| #define HAVE_RELIABLE_FIONREAD /**/
| #define HAVE_SELECT 1
| #define HAVE_SYS_SELECT_H /**/
| #define SELECT_WIDTH_T int
| #define SELECT_SET_T fd_set
| #define SELECT_CONST
| #define HAVE_RELIABLE_SELECT /**/
| #define HAVE_NETDB_H 1
| #define HAVE_GETHOSTBYNAME /**/
| #define HAVE_CONNECT 1
| #define CONNECT_CONST const
| #define CONNECT_NAME_T struct sockaddr *
| #define CONNECT_ADDRLEN_T unsigned long
| #define HAVE_SYS_UN_H 1
| #define HAVE_SOCKADDR_UN_LEN /**/
| #define HAVE_IPV4 /**/
| #define HAVE_IPV6 /**/
| #define HAVE_INET_PTON 1
| #define HAVE_INET_NTOP 1
| #define HAVE_INET_ADDR 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| /* end confdefs.h. */
|
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <sys/types.h>
| #include <netinet/in.h>
| #ifdef HAVE_ARPA_INET_H
| #include <arpa/inet.h>
| #endif
| #ifdef __BEOS__
| #include <sys/socket.h>
| #include <netdb.h>
| #endif
|
| extern
| #ifdef __cplusplus
| "C"
| #endif
|
| size_t inet_addr ( char *);
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:27900: gcc -c -g -O2 -I/home/yli/trunks/clisp/tools/powerpc-ibm-aix5.3.0.0/include conftest.c >&5
conftest.c:297: error: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:95: error: previous declaration of `inet_addr'
configure:27900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.49+ (2010-07-17)"
| #define PACKAGE_STRING "GNU CLISP 2.49+ (2010-07-17)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
| #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define _LARGE_FILES 1
| #define HAVE_ALLO