Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 768760 Details for
Bug 836763
dev-lisp/clisp-2.49.92-r1 in docker: configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/x-log), 253.50 KB, created by
Kobboi
on 2022-04-04 11:59:57 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Kobboi
Created:
2022-04-04 11:59:57 UTC
Size:
253.50 KB
patch
obsolete
>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.92 (2018-02-18), which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ../src/configure --disable-option-checking --prefix=/usr --enable-portability --libdir=/usr/lib64 --with-readline --with-unicode --with-ffcall --with-libsigsegv-prefix=/usr --with-libffcall-prefix=/usr --cache-file=config.cache > >## --------- ## >## Platform. ## >## --------- ## > >hostname = 7d37a2881b8d >uname -m = x86_64 >uname -r = 5.16.18-gentoo-dist >uname -s = Linux >uname -v = #1 SMP PREEMPT Wed Mar 30 14:36:51 CEST 2022 > >/usr/bin/uname -p = AMD Ryzen 9 5950X 16-Core Processor >/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 = unknown >/bin/universe = unknown > >PATH: /var/tmp/portage/._portage_reinstall_.znzrcvhx/bin/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.9/ebuild-helpers/xattr >PATH: /var/tmp/portage/._portage_reinstall_.znzrcvhx/bin/ebuild-helpers >PATH: /usr/lib/portage/python3.9/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/lib/llvm/14/bin >PATH: /usr/lib/llvm/13/bin >PATH: /usr/lib/llvm/12/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3321: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${x}" >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [ "${CBUILD:-${CHOST}}" != "${CHOST}" ] ; then >| sites="$(config_site_names)" >| if [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:3344: creating cache config.cache >configure:3524: checking for a BSD-compatible install >configure:3592: result: /var/tmp/portage/._portage_reinstall_.znzrcvhx/bin/ebuild-helpers/xattr/install -c >configure:3603: checking whether build environment is sane >configure:3658: result: yes >configure:3809: checking for a thread-safe mkdir -p >configure:3848: result: /bin/mkdir -p >configure:3855: checking for gawk >configure:3871: found /usr/bin/gawk >configure:3882: result: gawk >configure:3893: checking whether make sets $(MAKE) >configure:3915: result: yes >configure:3944: checking whether make supports nested variables >configure:3961: result: yes >configure:4121: [1m** check for host type[m >configure:4128: checking build system type >configure:4142: result: x86_64-pc-linux-gnu >configure:4162: checking host system type >configure:4175: result: x86_64-pc-linux-gnu >configure:4196: checking how to remove colons from paths >configure:4214: result: echo $x >configure:4220: [1m** checks for programs[m >configure:4271: checking for gcc >configure:4287: found /usr/bin/gcc >configure:4298: result: gcc >configure:4527: checking for C compiler version >configure:4536: gcc --version >&5 >gcc (Gentoo 11.2.1_p20220115 p4) 11.2.1 20220115 >Copyright (C) 2021 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:4547: $? = 0 >configure:4536: gcc -v >&5 >Using built-in specs. >COLLECT_GCC=gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/11.2.1/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-11.2.1_p20220115/work/gcc-11-20220115/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/11.2.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/11.2.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/include/g++-v11 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/11.2.1/python --enable-languages=c,c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --disable-libunwind-exceptions --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 11.2.1_p20220115 p4' --disable-esp --enable-libstdcxx-time --disable-libstdcxx-pch --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-multilib --with-multilib-list=m32,m64 --disable-fixed-point --enable-targets=all --enable-libgomp --disable-libssp --disable-libada --disable-cet --disable-systemtap --disable-valgrind-annotations --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --enable-default-pie --enable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 11.2.1 20220115 (Gentoo 11.2.1_p20220115 p4) >configure:4547: $? = 0 >configure:4536: gcc -V >&5 >gcc: error: unrecognized command-line option '-V' >gcc: fatal error: no input files >compilation terminated. >configure:4547: $? = 1 >configure:4536: gcc -qversion >&5 >gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >gcc: fatal error: no input files >compilation terminated. >configure:4547: $? = 1 >configure:4567: checking whether the C compiler works >configure:4589: gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4593: $? = 0 >configure:4641: result: yes >configure:4644: checking for C compiler default output file name >configure:4646: result: a.out >configure:4652: checking for suffix of executables >configure:4659: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4663: $? = 0 >configure:4685: result: >configure:4707: checking whether we are cross compiling >configure:4715: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:4719: $? = 0 >configure:4726: ./conftest >configure:4730: $? = 0 >configure:4745: result: no >configure:4750: checking for suffix of object files >configure:4772: gcc -c -O2 -pipe conftest.c >&5 >configure:4776: $? = 0 >configure:4797: result: o >configure:4801: checking whether we are using the GNU C compiler >configure:4820: gcc -c -O2 -pipe conftest.c >&5 >configure:4820: $? = 0 >configure:4829: result: yes >configure:4838: checking whether gcc accepts -g >configure:4858: gcc -c -g conftest.c >&5 >configure:4858: $? = 0 >configure:4899: result: yes >configure:4916: checking for gcc option to accept ISO C89 >configure:4979: gcc -c -O2 -pipe conftest.c >&5 >configure:4979: $? = 0 >configure:4992: result: none needed >configure:5017: checking whether gcc understands -c and -o together >configure:5039: gcc -c conftest.c -o conftest2.o >configure:5042: $? = 0 >configure:5039: gcc -c conftest.c -o conftest2.o >configure:5042: $? = 0 >configure:5054: result: yes >configure:5082: checking for style of include used by make >configure:5110: result: GNU >configure:5136: checking dependency style of gcc >configure:5247: result: gcc3 >configure:5266: checking how to run the C preprocessor >configure:5297: gcc -E conftest.c >configure:5297: $? = 0 >configure:5311: gcc -E conftest.c >conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5311: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.org/" >| #define PACKAGE_URL "http://www.gnu.org/software/clisp/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5336: result: gcc -E >configure:5356: gcc -E conftest.c >configure:5356: $? = 0 >configure:5370: gcc -E conftest.c >conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory > 9 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:5370: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.org/" >| #define PACKAGE_URL "http://www.gnu.org/software/clisp/" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:5440: checking for windres >configure:5470: result: no >configure:5491: checking for grep that handles long lines and -e >configure:5549: result: /bin/grep >configure:5554: checking for egrep >configure:5616: result: /bin/grep -E >configure:5621: checking for ANSI C header files >configure:5641: gcc -c -O2 -pipe conftest.c >&5 >configure:5641: $? = 0 >configure:5714: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:5714: $? = 0 >configure:5714: ./conftest >configure:5714: $? = 0 >configure:5725: result: yes >configure:5738: checking for sys/types.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for sys/stat.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for stdlib.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for string.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for memory.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for strings.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for inttypes.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for stdint.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5738: checking for unistd.h >configure:5738: gcc -c -O2 -pipe conftest.c >&5 >configure:5738: $? = 0 >configure:5738: result: yes >configure:5751: checking minix/config.h usability >configure:5751: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:52:10: fatal error: minix/config.h: No such file or directory > 52 | #include <minix/config.h> > | ^~~~~~~~~~~~~~~~ >compilation terminated. >configure:5751: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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:5751: result: no >configure:5751: checking minix/config.h presence >configure:5751: gcc -E conftest.c >conftest.c:19:10: fatal error: minix/config.h: No such file or directory > 19 | #include <minix/config.h> > | ^~~~~~~~~~~~~~~~ >compilation terminated. >configure:5751: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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:5751: result: no >configure:5751: checking for minix/config.h >configure:5751: result: no >configure:5775: checking whether it is safe to define __EXTENSIONS__ >configure:5793: gcc -c -O2 -pipe conftest.c >&5 >configure:5793: $? = 0 >configure:5800: result: yes >configure:5833: checking whether _XOPEN_SOURCE should be defined >configure:5852: gcc -c -O2 -pipe conftest.c >&5 >configure:5852: $? = 0 >configure:5876: result: no >configure:5893: checking for Minix Amsterdam compiler >configure:5917: result: no >configure:5974: checking for ar >configure:5990: found /usr/bin/ar >configure:6001: result: ar >configure:6076: checking for ranlib >configure:6092: found /usr/bin/ranlib >configure:6103: result: ranlib >configure:6137: checking for special C compiler options needed for large files >configure:6182: result: no >configure:6188: checking for _FILE_OFFSET_BITS value needed for large files >configure:6213: gcc -c -O2 -pipe conftest.c >&5 >configure:6213: $? = 0 >configure:6245: result: no >configure:6567: checking for ld used by gcc >configure:6692: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:6699: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:6714: result: yes >configure:6718: checking whether make sets $(MAKE) >configure:6740: result: yes >configure:6749: checking how to make hard links >configure:6764: result: ln >configure:6771: checking whether ln -s works >configure:6785: result: yes >configure:6795: checking how to make hard links to symlinks >configure:6823: result: hln >configure:7176: checking how to print strings >configure:7203: result: printf >configure:7224: checking for a sed that does not truncate output >configure:7288: result: /bin/sed >configure:7306: checking for fgrep >configure:7368: result: /bin/grep -F >configure:7403: checking for ld used by gcc >configure:7470: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:7477: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:7492: result: yes >configure:7504: checking for BSD- or MS-compatible name lister (nm) >configure:7558: result: /usr/bin/nm -B >configure:7688: checking the name lister (/usr/bin/nm -B) interface >configure:7695: gcc -c -O2 -pipe conftest.c >&5 >configure:7698: /usr/bin/nm -B "conftest.o" >configure:7701: output >0000000000000000 B some_variable >configure:7708: result: BSD nm >configure:7711: checking whether ln -s works >configure:7715: result: yes >configure:7723: checking the maximum length of command line arguments >configure:7854: result: 1572864 >configure:7902: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format >configure:7942: result: func_convert_file_noop >configure:7949: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:7969: result: func_convert_file_noop >configure:7976: checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files >configure:7983: result: -r >configure:8057: checking for objdump >configure:8084: result: objdump >configure:8113: checking how to recognize dependent libraries >configure:8313: result: pass_all >configure:8398: checking for dlltool >configure:8425: result: dlltool >configure:8455: checking how to associate runtime and link libraries >configure:8482: result: printf %s\n >configure:8606: checking for archiver @FILE support >configure:8623: gcc -c -O2 -pipe conftest.c >&5 >configure:8623: $? = 0 >configure:8626: ar cru libconftest.a @conftest.lst >&5 >configure:8629: $? = 0 >configure:8634: ar cru libconftest.a @conftest.lst >&5 >ar: conftest.o: No such file or directory >configure:8637: $? = 1 >configure:8649: result: @ >configure:8707: checking for strip >configure:8723: found /usr/bin/strip >configure:8734: result: strip >configure:8806: checking for ranlib >configure:8833: result: ranlib >configure:8935: checking command to parse /usr/bin/nm -B output from gcc object >configure:9088: gcc -c -O2 -pipe conftest.c >&5 >configure:9091: $? = 0 >configure:9095: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:9098: $? = 0 >configure:9164: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:9167: $? = 0 >configure:9205: result: ok >configure:9252: checking for sysroot >configure:9282: result: no >configure:9289: checking for a working dd >configure:9327: result: /bin/dd >configure:9331: checking how to truncate binary pipes >configure:9346: result: /bin/dd bs=4096 count=1 >configure:9482: gcc -c -O2 -pipe conftest.c >&5 >configure:9485: $? = 0 >configure:9675: checking for mt >configure:9705: result: no >configure:9725: checking if : is a manifest tool >configure:9731: : '-?' >configure:9739: result: no >configure:10413: checking for dlfcn.h >configure:10413: gcc -c -O2 -pipe conftest.c >&5 >configure:10413: $? = 0 >configure:10413: result: yes >configure:10667: checking for objdir >configure:10682: result: .libs >configure:10942: checking if gcc supports -fno-rtti -fno-exceptions >configure:10960: gcc -c -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C >configure:10964: $? = 0 >configure:10977: result: no >configure:11335: checking for gcc option to produce PIC >configure:11342: result: -fPIC -DPIC >configure:11350: checking if gcc PIC flag -fPIC -DPIC works >configure:11368: gcc -c -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 >configure:11372: $? = 0 >configure:11385: result: yes >configure:11414: checking if gcc static flag -static works >configure:11442: result: yes >configure:11457: checking if gcc supports -c -o file.o >configure:11478: gcc -c -O2 -pipe -o out/conftest2.o conftest.c >&5 >configure:11482: $? = 0 >configure:11504: result: yes >configure:11512: checking if gcc supports -c -o file.o >configure:11559: result: yes >configure:11592: checking whether the gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries >configure:12851: result: yes >configure:12888: checking whether -lc should be explicitly linked in >configure:12896: gcc -c -O2 -pipe conftest.c >&5 >configure:12899: $? = 0 >configure:12914: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:12917: $? = 0 >configure:12931: result: no >configure:13091: checking dynamic linker characteristics >configure:13672: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:13672: $? = 0 >configure:13909: result: GNU/Linux ld.so >configure:14031: checking how to hardcode library paths into programs >configure:14056: result: immediate >configure:14604: checking whether stripping libraries is possible >configure:14609: result: yes >configure:14644: checking if libtool supports shared libraries >configure:14646: result: yes >configure:14649: checking whether to build shared libraries >configure:14674: result: yes >configure:14677: checking whether to build static libraries >configure:14681: result: yes >configure:14721: checking for groff >configure:14737: found /usr/bin/groff >configure:14748: result: groff >configure:14758: checking for ps2pdf >configure:14774: found /usr/bin/ps2pdf >configure:14785: result: ps2pdf >configure:14797: checking for gzip >configure:14813: found /bin/gzip >configure:14824: result: gzip >configure:14836: [1m** checks for system features[m >configure:14846: checking for special C compiler options needed for large files >configure:14891: result: no >configure:14897: checking for _FILE_OFFSET_BITS value needed for large files >configure:14954: result: no >configure:15042: checking whether using GNU C >configure:15064: result: yes >configure:15077: checking whether using SUNPRO C >configure:15099: result: no >configure:15109: checking whether using C++ >configure:15131: result: no >configure:15141: checking whether CPP likes empty macro arguments >configure:15152: gcc -E conftest.c >configure:15152: $? = 0 >configure:15160: result: yes >configure:15193: checking whether C symbols are prefixed with underscore at the linker level >configure:15206: gcc -O2 -pipe -S conftest.c >configure:15209: $? = 0 >configure:15219: result: no >configure:15243: checking whether CC works at all >configure:15286: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:15286: $? = 0 >configure:15286: ./conftest >configure:15286: $? = 0 >configure:15303: result: yes >configure:15312: [1m** check for add-ons[m >configure:15351: checking for sys/socket.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for arpa/inet.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for features.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for unistd.h >configure:15351: result: yes >configure:15351: checking for wctype.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/param.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for netdb.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/time.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for netinet/in.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for langinfo.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for limits.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for xlocale.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:85:10: fatal error: xlocale.h: No such file or directory > 85 | #include <xlocale.h> > | ^~~~~~~~~~~ >compilation terminated. >configure:15351: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_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 <xlocale.h> >configure:15351: result: no >configure:15351: checking for sys/mman.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for malloc.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/select.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/stat.h >configure:15351: result: yes >configure:15351: checking for wchar.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for stdint.h >configure:15351: result: yes >configure:15351: checking for strings.h >configure:15351: result: yes >configure:15351: checking for sys/ioctl.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/uio.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/utsname.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for sys/wait.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >configure:15351: $? = 0 >configure:15351: result: yes >configure:15351: checking for crtdefs.h >configure:15351: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:96:10: fatal error: crtdefs.h: No such file or directory > 96 | #include <crtdefs.h> > | ^~~~~~~~~~~ >compilation terminated. >configure:15351: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_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 <crtdefs.h> >configure:15351: result: no >configure:15382: checking whether the preprocessor supports include_next >configure:15420: gcc -c -O2 -pipe -Iconftestd1b -Iconftestd2 conftest.c >&5 >configure:15420: $? = 0 >configure:15441: result: yes >configure:15462: checking whether system header files limit the line length >configure:15485: result: no >configure:15644: checking whether <sys/socket.h> is self-contained >configure:15661: gcc -c -O2 -pipe conftest.c >&5 >configure:15661: $? = 0 >configure:15669: result: yes >configure:15674: checking for shutdown >configure:15674: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:15674: $? = 0 >configure:15674: result: yes >configure:15684: checking whether <sys/socket.h> defines the SHUT_* macros >configure:15701: gcc -c -O2 -pipe conftest.c >&5 >configure:15701: $? = 0 >configure:15709: result: yes >configure:15811: checking for struct sockaddr_storage >configure:15811: gcc -c -O2 -pipe conftest.c >&5 >configure:15811: $? = 0 >configure:15811: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:79:38: error: expected expression before ')' token > 79 | if (sizeof ((struct sockaddr_storage))) > | ^ >configure:15811: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 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:15811: result: yes >configure:15832: checking for sa_family_t >configure:15832: gcc -c -O2 -pipe conftest.c >&5 >configure:15832: $? = 0 >configure:15832: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:80:26: error: expected expression before ')' token > 80 | if (sizeof ((sa_family_t))) > | ^ >configure:15832: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 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:15832: result: yes >configure:15861: checking for struct sockaddr_storage.ss_family >configure:15861: gcc -c -O2 -pipe conftest.c >&5 >configure:15861: $? = 0 >configure:15861: result: yes >configure:15917: checking whether socket is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether connect is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether accept is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether bind is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether getpeername is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether getsockname is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether getsockopt is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether listen is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether recv is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether send is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether recvfrom is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether sendto is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether setsockopt is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether shutdown is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15917: checking whether accept4 is declared without a macro >configure:15938: gcc -c -O2 -pipe conftest.c >&5 >configure:15938: $? = 0 >configure:15946: result: yes >configure:15958: checking for size_t >configure:15958: gcc -c -O2 -pipe conftest.c >&5 >configure:15958: $? = 0 >configure:15958: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:117:21: error: expected expression before ')' token > 117 | if (sizeof ((size_t))) > | ^ >configure:15958: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 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 ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:15958: result: yes >configure:15971: checking for working alloca.h >configure:15988: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:15988: $? = 0 >configure:15996: result: yes >configure:16004: checking for alloca >configure:16041: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16041: $? = 0 >configure:16049: result: yes >configure:16277: checking whether <wchar.h> uses 'inline' correctly >configure:16301: gcc -c -O2 -pipe conftest1.c >&5 >cc1: fatal error: conftest1.c: No such file or directory >compilation terminated. >configure:16304: $? = 1 >configure:16338: result: yes >configure:16358: checking for btowc >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for _set_invalid_parameter_handler >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/temp/cc3zxftD.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `_set_invalid_parameter_handler' >collect2: error: ld returned 1 exit status >configure:16358: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| /* end confdefs.h. */ >| /* Define _set_invalid_parameter_handler to an innocuous variant, in case <limits.h> declares _set_invalid_parameter_handler. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _set_invalid_parameter_handler innocuous__set_invalid_parameter_handler >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _set_invalid_parameter_handler (); 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 _set_invalid_parameter_handler >| >| /* 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 _set_invalid_parameter_handler (); >| /* 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__set_invalid_parameter_handler || defined __stub____set_invalid_parameter_handler >| choke me >| #endif >| >| int >| main () >| { >| return _set_invalid_parameter_handler (); >| ; >| return 0; >| } >configure:16358: result: no >configure:16358: checking for symlink >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for isblank >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:108:6: warning: conflicting types for built-in function 'isblank'; expected 'int(int)' [-Wbuiltin-declaration-mismatch] > 108 | char isblank (); > | ^~~~~~~ >conftest.c:96:1: note: 'isblank' is declared in header '<ctype.h>' > 95 | # include <limits.h> > 96 | #else >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for iswctype >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mbsrtowcs >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mempcpy >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:111:6: warning: conflicting types for built-in function 'mempcpy'; expected 'void *(void *, const void *, long unsigned int)' [-Wbuiltin-declaration-mismatch] > 111 | char mempcpy (); > | ^~~~~~~ >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for wmemchr >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for wmemcpy >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for wmempcpy >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for gettimeofday >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for readlink >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for lstat >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mbsinit >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mbrtowc >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mprotect >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mkfifo >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mknod >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mkstemp >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for tzset >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for nl_langinfo >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for setenv >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for strdup >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:127:6: warning: conflicting types for built-in function 'strdup'; expected 'char *(const char *)' [-Wbuiltin-declaration-mismatch] > 127 | char strdup (); > | ^~~~~~ >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for strerror_r >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for __xpg_strerror_r >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for catgets >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for snprintf >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:131:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, long unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch] > 131 | char snprintf (); > | ^~~~~~~~ >conftest.c:119:1: note: 'snprintf' is declared in header '<stdio.h>' > 118 | # include <limits.h> > 119 | #else >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for strptime >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for localtime_r >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for timegm >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for mquery >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/temp/ccyllkm5.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `mquery' >collect2: error: ld returned 1 exit status >configure:16358: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| /* end confdefs.h. */ >| /* Define mquery to an innocuous variant, in case <limits.h> declares mquery. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define mquery innocuous_mquery >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char mquery (); 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 mquery >| >| /* 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 mquery (); >| /* 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_mquery || defined __stub___mquery >| choke me >| #endif >| >| int >| main () >| { >| return mquery (); >| ; >| return 0; >| } >configure:16358: result: no >configure:16358: checking for pstat_getprocvm >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/temp/ccfO0han.o: in function `main': >conftest.c:(.text.startup+0x7): undefined reference to `pstat_getprocvm' >collect2: error: ld returned 1 exit status >configure:16358: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| /* end confdefs.h. */ >| /* Define pstat_getprocvm to an innocuous variant, in case <limits.h> declares pstat_getprocvm. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define pstat_getprocvm innocuous_pstat_getprocvm >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char pstat_getprocvm (); 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 pstat_getprocvm >| >| /* 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 pstat_getprocvm (); >| /* 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_pstat_getprocvm || defined __stub___pstat_getprocvm >| choke me >| #endif >| >| int >| main () >| { >| return pstat_getprocvm (); >| ; >| return 0; >| } >configure:16358: result: no >configure:16358: checking for wcrtomb >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16358: $? = 0 >configure:16358: result: yes >configure:16358: checking for iswcntrl >configure:16358: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:136:6: warning: conflicting types for built-in function 'iswcntrl'; expected 'int(unsigned int)' [-Wbuiltin-declaration-mismatch] > 136 | char iswcntrl (); > | ^~~~~~~~ >conftest.c:124:1: note: 'iswcntrl' is declared in header '<wctype.h>' > 123 | # include <limits.h> > 124 | #else >configure:16358: $? = 0 >configure:16358: result: yes >configure:16370: checking for nl_langinfo and CODESET >configure:16386: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16386: $? = 0 >configure:16395: result: yes >configure:16406: checking for a traditional french locale >configure:16481: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16484: $? = 0 >configure:16540: result: fr_FR >configure:16560: checking whether byte ordering is bigendian >configure:16575: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:116:16: error: unknown type name 'not' > 116 | not a universal capable compiler > | ^~~ >conftest.c:116:22: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > 116 | not a universal capable compiler > | ^~~~~~~~~ >conftest.c:116:22: error: unknown type name 'universal' >configure:16575: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:16620: gcc -c -O2 -pipe conftest.c >&5 >configure:16620: $? = 0 >configure:16638: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:122:18: error: unknown type name 'not'; did you mean 'ino_t'? > 122 | not big endian > | ^~~ > | ino_t >conftest.c:122:26: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' > 122 | not big endian > | ^~~~~~ >configure:16638: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/param.h> >| >| int >| main () >| { >| #if BYTE_ORDER != BIG_ENDIAN >| not big endian >| #endif >| >| ; >| return 0; >| } >configure:16766: result: no >configure:16794: checking if environ is properly declared >configure:16817: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:121:39: error: conflicting types for 'environ'; have 'struct <anonymous>' > 121 | extern struct { int foo; } environ; > | ^~~~~~~ >In file included from conftest.c:116: >/usr/include/unistd.h:566:15: note: previous declaration of 'environ' with type 'char **' > 566 | extern char **environ; > | ^~~~~~~ >configure:16817: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| /* end confdefs.h. */ >| #if HAVE_UNISTD_H >| #include <unistd.h> >| #endif >| /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>. */ >| #include <stdlib.h> >| >| extern struct { int foo; } environ; >| int >| main () >| { >| environ.foo = 1; >| ; >| return 0; >| } >configure:16825: result: yes >configure:16840: checking for complete errno.h >configure:16913: result: yes >configure:17235: checking for working fcntl.h >configure:17343: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:17343: $? = 0 >configure:17343: ./conftest >configure:17343: $? = 0 >configure:17359: result: yes >configure:17382: checking for pid_t >configure:17382: gcc -c -O2 -pipe conftest.c >&5 >configure:17382: $? = 0 >configure:17382: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:154:20: error: expected expression before ')' token > 154 | if (sizeof ((pid_t))) > | ^ >configure:17382: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 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 ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:17382: result: yes >configure:17393: checking for mode_t >configure:17393: gcc -c -O2 -pipe conftest.c >&5 >configure:17393: $? = 0 >configure:17393: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:154:21: error: expected expression before ')' token > 154 | if (sizeof ((mode_t))) > | ^ >configure:17393: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 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 ((mode_t))) >| return 0; >| ; >| return 0; >| } >configure:17393: result: yes >configure:17406: checking for mbstate_t >configure:17430: gcc -c -O2 -pipe conftest.c >&5 >configure:17430: $? = 0 >configure:17437: result: yes >configure:17562: checking for C/C++ restrict keyword >configure:17589: gcc -c -O2 -pipe conftest.c >&5 >configure:17589: $? = 0 >configure:17597: result: __restrict >configure:17726: checking for struct timeval >configure:17749: gcc -c -O2 -pipe conftest.c >&5 >configure:17749: $? = 0 >configure:17757: result: yes >configure:17762: checking for wide-enough struct timeval.tv_sec member >configure:17789: gcc -c -O2 -pipe conftest.c >&5 >configure:17789: $? = 0 >configure:17797: result: yes >configure:17807: checking whether gettimeofday is declared without a macro >configure:17829: gcc -c -O2 -pipe conftest.c >&5 >configure:17829: $? = 0 >configure:17837: result: yes >configure:17889: checking host CPU and C ABI >configure:17918: gcc -c -O2 -pipe conftest.c >&5 >configure:17918: $? = 0 >configure:17928: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:124:21: error: unknown type name 'error' > 124 | error fail > | ^~~~~ >conftest.c:124:21: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input >configure:17928: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| /* end confdefs.h. */ >| #if defined __ILP32__ || defined _ILP32 >| int ok; >| #else >| error fail >| #endif >| >configure:18176: result: x86_64 >configure:18217: checking for shared library run path origin >configure:18230: result: done >configure:18252: checking for the common suffixes of directories in the library search path >configure:18331: result: lib64,lib64 >configure:18833: checking for iconv >configure:18857: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:18857: $? = 0 >configure:18891: result: yes >configure:18894: checking for working iconv >configure:19035: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:19035: $? = 0 >configure:19035: ./conftest >configure:19035: $? = 0 >configure:19047: result: yes >configure:19075: checking for iconv declaration >configure:19104: gcc -c -O2 -pipe conftest.c >&5 >configure:19104: $? = 0 >configure:19115: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >configure:19134: checking for IPv4 sockets >configure:19160: gcc -c -O2 -pipe conftest.c >&5 >configure:19160: $? = 0 >configure:19168: result: yes >configure:19176: checking for IPv6 sockets >configure:19205: gcc -c -O2 -pipe conftest.c >&5 >configure:19205: $? = 0 >configure:19213: result: yes >configure:19312: checking whether included libunistring is requested >configure:19322: result: no >configure:20939: checking for libunistring >configure:20961: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libunistring.so >&5 >configure:20961: $? = 0 >configure:20971: result: yes >configure:20978: checking how to link with libunistring >configure:20980: result: /usr/lib64/libunistring.so >configure:20998: checking for libunistring version >configure:21003: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:21003: $? = 0 >configure:21003: ./conftest >configure:21003: $? = 0 >configure:21096: result: 1.0.0 >configure:21191: checking whether limits.h has ULLONG_WIDTH etc. >configure:21211: gcc -c -O2 -pipe conftest.c >&5 >configure:21211: $? = 0 >configure:21218: result: yes >configure:21237: checking whether getc_unlocked is declared >configure:21237: gcc -c -O2 -pipe conftest.c >&5 >configure:21237: $? = 0 >configure:21237: result: yes >configure:21249: checking whether we are using the GNU C Library >= 2.1 or uClibc >configure:21279: result: yes >configure:21301: checking for wchar_t >configure:21318: gcc -c -O2 -pipe conftest.c >&5 >configure:21318: $? = 0 >configure:21325: result: yes >configure:21337: checking for max_align_t >configure:21337: gcc -c -O2 -pipe conftest.c >&5 >configure:21337: $? = 0 >configure:21337: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:140:26: error: expected expression before ')' token > 140 | if (sizeof ((max_align_t))) > | ^ >configure:21337: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| /* end confdefs.h. */ >| #include <stddef.h> >| >| >| int >| main () >| { >| if (sizeof ((max_align_t))) >| return 0; >| ; >| return 0; >| } >configure:21337: result: yes >configure:21350: checking whether NULL can be used in arbitrary expressions >configure:21368: gcc -c -O2 -pipe conftest.c >&5 >configure:21368: $? = 0 >configure:21375: result: yes >configure:21474: checking whether imported symbols can be declared weak >configure:21492: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:21492: $? = 0 >configure:21526: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:21526: $? = 0 >configure:21526: ./conftest >configure:21526: $? = 0 >configure:21541: result: yes >configure:21546: checking pthread.h usability >configure:21546: gcc -c -O2 -pipe conftest.c >&5 >configure:21546: $? = 0 >configure:21546: result: yes >configure:21546: checking pthread.h presence >configure:21546: gcc -E conftest.c >configure:21546: $? = 0 >configure:21546: result: yes >configure:21546: checking for pthread.h >configure:21546: result: yes >configure:21584: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:21584: $? = 0 >configure:21600: checking for pthread_kill in -lpthread >configure:21625: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:21625: $? = 0 >configure:21634: result: yes >configure:22379: checking for multithread API to use >configure:22381: result: posix >configure:22431: checking whether lstat correctly handles trailing slash >configure:22470: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:22470: $? = 0 >configure:22470: ./conftest >configure:22470: $? = 0 >configure:22482: result: yes >configure:22495: checking whether malloc, realloc, calloc are POSIX compliant >configure:22515: gcc -c -O2 -pipe conftest.c >&5 >configure:22515: $? = 0 >configure:22523: result: yes >configure:22530: checking for stdlib.h >configure:22530: result: yes >configure:22540: checking for GNU libc compatible malloc >configure:22576: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:22576: $? = 0 >configure:22576: ./conftest >configure:22576: $? = 0 >configure:22587: result: yes >configure:22602: checking for unsigned long long int >configure:22641: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:22641: $? = 0 >configure:22650: result: yes >configure:22660: checking for long long int >configure:22698: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:22698: $? = 0 >configure:22698: ./conftest >configure:22698: $? = 0 >configure:22710: result: yes >configure:22725: checking for a traditional japanese locale >configure:22804: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:22807: $? = 0 >configure:22865: result: ja_JP >configure:22873: checking for a transitional chinese locale >configure:22953: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:22956: $? = 0 >configure:23007: result: zh_CN.GB18030 >configure:23014: checking for a french Unicode locale >configure:23086: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:23089: $? = 0 >configure:23135: result: fr_FR.UTF-8 >configure:23229: checking for mmap >configure:23229: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:23229: $? = 0 >configure:23229: result: yes >configure:23240: checking for MAP_ANONYMOUS >configure:23277: result: yes >configure:23299: checking whether memchr works >configure:23368: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:23368: $? = 0 >configure:23368: ./conftest >configure:23368: $? = 0 >configure:23379: result: yes >configure:23394: checking whether time_t is signed >configure:23411: gcc -c -O2 -pipe conftest.c >&5 >configure:23411: $? = 0 >configure:23418: result: yes >configure:23426: checking whether alarm is declared >configure:23426: gcc -c -O2 -pipe conftest.c >&5 >configure:23426: $? = 0 >configure:23426: result: yes >configure:23449: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:145:10: error: unknown type name 'not' > 145 | not a universal capable compiler > | ^~~ >conftest.c:145:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' > 145 | not a universal capable compiler > | ^~~~~~~~~ >conftest.c:145:16: error: unknown type name 'universal' >configure:23449: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:23494: checking for working mktime >configure:23710: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:23710: $? = 0 >configure:23710: ./conftest >configure:23710: $? = 0 >configure:23721: result: yes >configure:23729: checking whether struct tm is in sys/time.h or time.h >configure:23749: gcc -c -O2 -pipe conftest.c >&5 >configure:23749: $? = 0 >configure:23756: result: time.h >configure:23764: checking for struct tm.tm_zone >configure:23764: gcc -c -O2 -pipe conftest.c >&5 >configure:23764: $? = 0 >configure:23764: result: yes >configure:23832: checking for struct tm.tm_gmtoff >configure:23832: gcc -c -O2 -pipe conftest.c >&5 >configure:23832: $? = 0 >configure:23832: result: yes >configure:23843: checking for inline >configure:23859: gcc -c -O2 -pipe conftest.c >&5 >configure:23859: $? = 0 >configure:23867: result: inline >configure:23897: checking whether <sys/select.h> is self-contained >configure:23914: gcc -c -O2 -pipe conftest.c >&5 >configure:23914: $? = 0 >configure:23933: gcc -c -O2 -pipe conftest.c >&5 >configure:23933: $? = 0 >configure:23963: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:23963: $? = 0 >configure:23976: result: yes >configure:24093: checking whether pselect is declared without a macro >configure:24117: gcc -c -O2 -pipe conftest.c >&5 >configure:24117: $? = 0 >configure:24125: result: yes >configure:24093: checking whether select is declared without a macro >configure:24117: gcc -c -O2 -pipe conftest.c >&5 >configure:24117: $? = 0 >configure:24125: result: yes >configure:24211: checking for library containing setsockopt >configure:24233: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:24233: $? = 0 >configure:24314: result: none needed >configure:24329: checking whether setenv is declared >configure:24329: gcc -c -O2 -pipe conftest.c >&5 >configure:24329: $? = 0 >configure:24329: result: yes >configure:24355: checking search.h usability >configure:24355: gcc -c -O2 -pipe conftest.c >&5 >configure:24355: $? = 0 >configure:24355: result: yes >configure:24355: checking search.h presence >configure:24355: gcc -E conftest.c >configure:24355: $? = 0 >configure:24355: result: yes >configure:24355: checking for search.h >configure:24355: result: yes >configure:24367: checking for tsearch >configure:24367: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:24367: $? = 0 >configure:24367: result: yes >configure:24399: checking for sigset_t >configure:24399: gcc -c -O2 -pipe conftest.c >&5 >configure:24399: $? = 0 >configure:24399: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:161:23: error: expected expression before ')' token > 161 | if (sizeof ((sigset_t))) > | ^ >configure:24399: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| /* end confdefs.h. */ >| >| #include <signal.h> >| /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>. */ >| #include <sys/types.h> >| >| >| int >| main () >| { >| if (sizeof ((sigset_t))) >| return 0; >| ; >| return 0; >| } >configure:24399: result: yes >configure:24420: checking for uid_t in sys/types.h >configure:24439: result: yes >configure:24450: checking whether stat file-mode macros are broken >configure:24477: gcc -c -O2 -pipe conftest.c >&5 >configure:24477: $? = 0 >configure:24484: result: no >configure:24590: checking for nlink_t >configure:24590: gcc -c -O2 -pipe conftest.c >&5 >configure:24590: $? = 0 >configure:24590: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:159:22: error: expected expression before ')' token > 159 | if (sizeof ((nlink_t))) > | ^ >configure:24590: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/stat.h> >| >| int >| main () >| { >| if (sizeof ((nlink_t))) >| return 0; >| ; >| return 0; >| } >configure:24590: result: yes >configure:24605: checking whether fchmodat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether fstat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether fstatat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether futimens is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether lchmod is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether lstat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether mkdirat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether mkfifo is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether mkfifoat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether mknod is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether mknodat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether stat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24605: checking whether utimensat is declared without a macro >configure:24623: gcc -c -O2 -pipe conftest.c >&5 >configure:24623: $? = 0 >configure:24631: result: yes >configure:24643: checking for stdbool.h that conforms to C99 >configure:24718: gcc -c -O2 -pipe conftest.c >&5 >configure:24718: $? = 0 >configure:24725: result: yes >configure:24727: checking for _Bool >configure:24727: gcc -c -O2 -pipe conftest.c >&5 >configure:24727: $? = 0 >configure:24727: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:202:20: error: expected expression before ')' token > 202 | if (sizeof ((_Bool))) > | ^ >configure:24727: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 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:24727: result: yes >configure:24739: checking for wint_t >configure:24764: gcc -c -O2 -pipe conftest.c >&5 >configure:24764: $? = 0 >configure:24771: result: yes >configure:24778: checking whether wint_t is too small >configure:24806: gcc -c -O2 -pipe conftest.c >&5 >configure:24806: $? = 0 >configure:24813: result: no >configure:24957: checking whether stdint.h conforms to C99 >configure:25137: gcc -c -O2 -pipe conftest.c >&5 >configure:25137: $? = 0 >configure:25224: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:25224: $? = 0 >configure:25224: ./conftest >configure:25224: $? = 0 >configure:25236: result: yes >configure:25247: checking whether stdint.h predates C++11 >configure:25283: gcc -c -O2 -pipe conftest.c >&5 >configure:25283: $? = 0 >configure:25288: result: no >configure:25299: checking whether stdint.h has UINTMAX_WIDTH etc. >configure:25335: gcc -c -O2 -pipe conftest.c >&5 >configure:25335: $? = 0 >configure:25340: result: yes >configure:25699: checking whether strdup is declared >configure:25699: gcc -c -O2 -pipe conftest.c >&5 >configure:25699: $? = 0 >configure:25699: result: yes >configure:25712: checking whether strerror(0) succeeds >configure:25749: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:25749: $? = 0 >configure:25749: ./conftest >configure:25749: $? = 0 >configure:25760: result: yes >configure:25783: checking for strerror_r with POSIX signature >configure:25801: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:170:21: error: conflicting types for 'strerror_r'; have 'int(int, char *, size_t)' {aka 'int(int, char *, long unsigned int)'} > 170 | int strerror_r (int, char *, size_t); > | ^~~~~~~~~~ >In file included from conftest.c:169: >/usr/include/string.h:444:14: note: previous declaration of 'strerror_r' with type 'char *(int, char *, size_t)' {aka 'char *(int, char *, long unsigned int)'} > 444 | extern char *strerror_r (int __errnum, char *__buf, size_t __buflen) > | ^~~~~~~~~~ >configure:25801: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| /* end confdefs.h. */ >| #include <string.h> >| int strerror_r (int, char *, size_t); >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:25809: result: no >configure:25883: checking whether __xpg_strerror_r works >configure:25923: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:25923: $? = 0 >configure:25923: ./conftest >configure:25923: $? = 0 >configure:25934: result: yes >configure:25941: checking whether strerror_r is declared >configure:25941: gcc -c -O2 -pipe conftest.c >&5 >configure:25941: $? = 0 >configure:25941: result: yes >configure:26034: checking whether ffsl is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether ffsll is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether memmem is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether mempcpy is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether memrchr is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether rawmemchr is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether stpcpy is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether stpncpy is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strchrnul is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strdup is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strncat is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strndup is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strnlen is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strpbrk is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strsep is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strcasestr is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strtok_r is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strerror_r is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strsignal is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26034: checking whether strverscmp is declared without a macro >configure:26052: gcc -c -O2 -pipe conftest.c >&5 >configure:26052: $? = 0 >configure:26060: result: yes >configure:26165: checking whether ffs is declared without a macro >configure:26187: gcc -c -O2 -pipe conftest.c >&5 >configure:26187: $? = 0 >configure:26195: result: yes >configure:26165: checking whether strcasecmp is declared without a macro >configure:26187: gcc -c -O2 -pipe conftest.c >&5 >configure:26187: $? = 0 >configure:26195: result: yes >configure:26165: checking whether strncasecmp is declared without a macro >configure:26187: gcc -c -O2 -pipe conftest.c >&5 >configure:26187: $? = 0 >configure:26195: result: yes >configure:26326: checking for struct timespec in <time.h> >configure:26343: gcc -c -O2 -pipe conftest.c >&5 >configure:26343: $? = 0 >configure:26350: result: yes >configure:26564: checking whether unsetenv is declared >configure:26564: gcc -c -O2 -pipe conftest.c >&5 >configure:26564: $? = 0 >configure:26564: result: yes >configure:26664: checking for alloca as a compiler built-in >configure:26688: result: yes >configure:26805: checking whether inet_ntop is declared without a macro >configure:26831: gcc -c -O2 -pipe conftest.c >&5 >configure:26831: $? = 0 >configure:26839: result: yes >configure:26805: checking whether inet_pton is declared without a macro >configure:26831: gcc -c -O2 -pipe conftest.c >&5 >configure:26831: $? = 0 >configure:26839: result: yes >configure:26893: checking whether btowc(0) is correct >configure:26930: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:26930: $? = 0 >configure:26930: ./conftest >configure:26930: $? = 0 >configure:26941: result: yes >configure:26944: checking whether btowc(EOF) is correct >configure:26985: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:26985: $? = 0 >configure:26985: ./conftest >configure:26985: $? = 0 >configure:26997: result: yes >configure:27041: checking for __builtin_expect >configure:27056: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:27056: $? = 0 >configure:27081: result: yes >configure:27096: checking for strtod_l >configure:27096: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:27096: $? = 0 >configure:27096: result: yes >configure:27344: checking whether dup2 works >configure:27432: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:27432: $? = 0 >configure:27432: ./conftest >configure:27432: $? = 0 >configure:27443: result: yes >configure:27593: checking whether fcntl is declared without a macro >configure:27611: gcc -c -O2 -pipe conftest.c >&5 >configure:27611: $? = 0 >configure:27619: result: yes >configure:27593: checking whether openat is declared without a macro >configure:27611: gcc -c -O2 -pipe conftest.c >&5 >configure:27611: $? = 0 >configure:27619: result: yes >configure:27632: checking for flexible array member >configure:27660: gcc -c -O2 -pipe conftest.c >&5 >configure:27660: $? = 0 >configure:27667: result: yes >configure:27688: checking for working GNU fnmatch >configure:27789: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:27789: $? = 0 >configure:27789: ./conftest >configure:27789: $? = 0 >configure:27801: result: yes >configure:27925: checking for gethostname >configure:27925: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:27925: $? = 0 >configure:27925: result: yes >configure:27984: checking for HOST_NAME_MAX >configure:28033: result: yes >configure:28096: checking for getloadavg >configure:28096: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:28096: $? = 0 >configure:28096: result: yes >configure:28454: checking sys/loadavg.h usability >configure:28454: gcc -c -O2 -pipe conftest.c >&5 >conftest.c:246:10: fatal error: sys/loadavg.h: No such file or directory > 246 | #include <sys/loadavg.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >configure:28454: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 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/loadavg.h> >configure:28454: result: no >configure:28454: checking sys/loadavg.h presence >configure:28454: gcc -E conftest.c >conftest.c:213:10: fatal error: sys/loadavg.h: No such file or directory > 213 | #include <sys/loadavg.h> > | ^~~~~~~~~~~~~~~ >compilation terminated. >configure:28454: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| /* end confdefs.h. */ >| #include <sys/loadavg.h> >configure:28454: result: no >configure:28454: checking for sys/loadavg.h >configure:28454: result: no >configure:28469: checking whether getloadavg is declared >configure:28469: gcc -c -O2 -pipe conftest.c >&5 >configure:28469: $? = 0 >configure:28469: result: yes >configure:28633: checking for getpagesize >configure:28633: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:28633: $? = 0 >configure:28633: result: yes >configure:28680: checking whether getpagesize is declared >configure:28680: gcc -c -O2 -pipe conftest.c >&5 >configure:28680: $? = 0 >configure:28680: result: yes >configure:28817: checking whether gettimeofday clobbers localtime buffer >configure:28858: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:28858: $? = 0 >configure:28858: ./conftest >configure:28858: $? = 0 >configure:28868: result: no >configure:28887: checking for gettimeofday with POSIX signature >configure:28915: gcc -c -O2 -pipe conftest.c >&5 >configure:28915: $? = 0 >configure:28940: result: yes >configure:29062: checking for library containing inet_ntop >configure:29093: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:29093: $? = 0 >configure:29110: result: none required >configure:29142: checking whether inet_ntop is declared >configure:29142: result: yes >configure:29247: checking for library containing inet_pton >configure:29278: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:29278: $? = 0 >configure:29295: result: none required >configure:29327: checking whether inet_pton is declared >configure:29327: result: yes >configure:29383: checking for ioctl >configure:29383: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:29383: $? = 0 >configure:29383: result: yes >configure:29392: checking for ioctl with POSIX signature >configure:29417: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:235:19: error: conflicting types for 'ioctl'; have 'int(int, int, ...)' > 235 | int ioctl (int, int, ...); > | ^~~~~ >In file included from conftest.c:224: >/usr/include/sys/ioctl.h:42:12: note: previous declaration of 'ioctl' with type 'int(int, long unsigned int, ...)' > 42 | extern int ioctl (int __fd, unsigned long int __request, ...) __THROW; > | ^~~~~ >configure:29417: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| #define GNULIB_TEST_GETLOADAVG 1 >| #define HAVE_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPEERNAME 1 >| #define GNULIB_TEST_GETSOCKNAME 1 >| #define GNULIB_TEST_GETSOCKOPT 1 >| #define GETTIMEOFDAY_TIMEZONE void >| #define GNULIB_TEST_GETTIMEOFDAY 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_DECL_INET_PTON 1 >| #define HAVE_IOCTL 1 >| /* end confdefs.h. */ >| #include <sys/ioctl.h> >| /* On some platforms, ioctl() is declared in <unistd.h>. */ >| #include <unistd.h> >| >| int >| main () >| { >| extern >| #ifdef __cplusplus >| "C" >| #endif >| int ioctl (int, int, ...); >| >| ; >| return 0; >| } >| >configure:29425: result: no >configure:29551: checking whether langinfo.h defines CODESET >configure:29569: gcc -c -O2 -pipe conftest.c >&5 >configure:29569: $? = 0 >configure:29577: result: yes >configure:29582: checking whether langinfo.h defines T_FMT_AMPM >configure:29600: gcc -c -O2 -pipe conftest.c >&5 >configure:29600: $? = 0 >configure:29608: result: yes >configure:29613: checking whether langinfo.h defines ALTMON_1 >configure:29631: gcc -c -O2 -pipe conftest.c >&5 >configure:29631: $? = 0 >configure:29639: result: yes >configure:29644: checking whether langinfo.h defines ERA >configure:29662: gcc -c -O2 -pipe conftest.c >&5 >configure:29662: $? = 0 >configure:29670: result: yes >configure:29675: checking whether langinfo.h defines YESEXPR >configure:29693: gcc -c -O2 -pipe conftest.c >&5 >configure:29693: $? = 0 >configure:29701: result: yes >configure:29719: checking whether nl_langinfo is declared without a macro >configure:29737: gcc -c -O2 -pipe conftest.c >&5 >configure:29737: $? = 0 >configure:29745: result: yes >configure:30252: checking for libsigsegv >configure:30274: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c /usr/lib64/libsigsegv.so >&5 >configure:30274: $? = 0 >configure:30284: result: yes >configure:30291: checking how to link with libsigsegv >configure:30293: result: /usr/lib64/libsigsegv.so >configure:30314: checking whether to use the included libunistring >configure:30316: result: no >configure:30323: checking for __xpg4 >configure:30339: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/temp/ccNDXhgv.o: warning: relocation against `__xpg4' in read-only section `.text.startup' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/temp/ccNDXhgv.o: in function `main': >conftest.c:(.text.startup+0x2): undefined reference to `__xpg4' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: warning: creating DT_TEXTREL in a PIE >collect2: error: ld returned 1 exit status >configure:30339: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| #define GNULIB_TEST_GETLOADAVG 1 >| #define HAVE_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPEERNAME 1 >| #define GNULIB_TEST_GETSOCKNAME 1 >| #define GNULIB_TEST_GETSOCKOPT 1 >| #define GETTIMEOFDAY_TIMEZONE void >| #define GNULIB_TEST_GETTIMEOFDAY 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_DECL_INET_PTON 1 >| #define HAVE_IOCTL 1 >| #define GNULIB_TEST_IOCTL 1 >| #define HAVE_RAW_DECL_NL_LANGINFO 1 >| #define HAVE_LIBSIGSEGV 1 >| /* end confdefs.h. */ >| extern int __xpg4; >| int >| main () >| { >| return __xpg4; >| ; >| return 0; >| } >configure:30348: result: no >configure:30353: checking whether link(2) dereferences a symlink >configure:30409: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:30409: $? = 0 >configure:30409: ./conftest >configure:30409: $? = 0 >configure:30421: result: no >configure:30490: checking whether locale.h conforms to POSIX:2001 >configure:30508: gcc -c -O2 -pipe conftest.c >&5 >configure:30508: $? = 0 >configure:30515: result: yes >configure:30559: checking whether struct lconv is properly defined >configure:30578: gcc -c -O2 -pipe conftest.c >&5 >configure:30578: $? = 0 >configure:30586: result: yes >configure:30667: checking whether setlocale is declared without a macro >configure:30689: gcc -c -O2 -pipe conftest.c >&5 >configure:30689: $? = 0 >configure:30697: result: yes >configure:30667: checking whether duplocale is declared without a macro >configure:30689: gcc -c -O2 -pipe conftest.c >&5 >configure:30689: $? = 0 >configure:30697: result: yes >configure:30774: checking for pthread_rwlock_t >configure:30774: gcc -c -O2 -pipe conftest.c >&5 >configure:30774: $? = 0 >configure:30774: gcc -c -O2 -pipe conftest.c >&5 >conftest.c: In function 'main': >conftest.c:237:31: error: expected expression before ')' token > 237 | if (sizeof ((pthread_rwlock_t))) > | ^ >configure:30774: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| #define GNULIB_TEST_GETLOADAVG 1 >| #define HAVE_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPEERNAME 1 >| #define GNULIB_TEST_GETSOCKNAME 1 >| #define GNULIB_TEST_GETSOCKOPT 1 >| #define GETTIMEOFDAY_TIMEZONE void >| #define GNULIB_TEST_GETTIMEOFDAY 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_DECL_INET_PTON 1 >| #define HAVE_IOCTL 1 >| #define GNULIB_TEST_IOCTL 1 >| #define HAVE_RAW_DECL_NL_LANGINFO 1 >| #define HAVE_LIBSIGSEGV 1 >| #define LINK_FOLLOWS_SYMLINKS 0 >| #define GNULIB_TEST_LISTEN 1 >| #define HAVE_RAW_DECL_SETLOCALE 1 >| #define HAVE_RAW_DECL_DUPLOCALE 1 >| #define GNULIB_TEST_LOCALECONV 1 >| /* end confdefs.h. */ >| #include <pthread.h> >| >| int >| main () >| { >| if (sizeof ((pthread_rwlock_t))) >| return 0; >| ; >| return 0; >| } >configure:30774: result: yes >configure:30786: checking whether pthread_rwlock_rdlock prefers a writer to a reader >configure:30911: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:30911: $? = 0 >configure:30911: ./conftest >configure:30911: $? = 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.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| #define GNULIB_TEST_GETLOADAVG 1 >| #define HAVE_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPEERNAME 1 >| #define GNULIB_TEST_GETSOCKNAME 1 >| #define GNULIB_TEST_GETSOCKOPT 1 >| #define GETTIMEOFDAY_TIMEZONE void >| #define GNULIB_TEST_GETTIMEOFDAY 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_DECL_INET_PTON 1 >| #define HAVE_IOCTL 1 >| #define GNULIB_TEST_IOCTL 1 >| #define HAVE_RAW_DECL_NL_LANGINFO 1 >| #define HAVE_LIBSIGSEGV 1 >| #define LINK_FOLLOWS_SYMLINKS 0 >| #define GNULIB_TEST_LISTEN 1 >| #define HAVE_RAW_DECL_SETLOCALE 1 >| #define HAVE_RAW_DECL_DUPLOCALE 1 >| #define GNULIB_TEST_LOCALECONV 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| /* end confdefs.h. */ >| >| #include <errno.h> >| #include <pthread.h> >| #include <stdlib.h> >| #include <unistd.h> >| >| #define SUCCEED() exit (0) >| #define FAILURE() exit (1) >| #define UNEXPECTED(n) (exit (10 + (n))) >| >| /* The main thread creates the waiting writer and the requesting reader threads >| in the default way; this guarantees that they have the same priority. >| We can reuse the main thread as first reader thread. */ >| >| static pthread_rwlock_t lock; >| static pthread_t reader1; >| static pthread_t writer; >| static pthread_t reader2; >| static pthread_t timer; >| /* Used to pass control from writer to reader2 and from reader2 to timer, >| as in a relay race. >| Passing control from one running thread to another running thread >| is most likely faster than to create the second thread. */ >| static pthread_mutex_t baton; >| >| static void * >| timer_func (void *ignored) >| { >| /* Step 13 (can be before or after step 12): >| The timer thread takes the baton, then waits a moment to make sure >| it can tell whether the second reader thread is blocked at step 12. */ >| if (pthread_mutex_lock (&baton)) >| UNEXPECTED (13); >| usleep (100000); >| /* By the time we get here, it's clear that the second reader thread is >| blocked at step 12. This is the desired behaviour. */ >| SUCCEED (); >| } >| >| static void * >| reader2_func (void *ignored) >| { >| int err; >| >| /* Step 8 (can be before or after step 7): >| The second reader thread takes the baton, then waits a moment to make sure >| the writer thread has reached step 7. */ >| if (pthread_mutex_lock (&baton)) >| UNEXPECTED (8); >| usleep (100000); >| /* Step 9: The second reader thread requests the lock. */ >| err = pthread_rwlock_tryrdlock (&lock); >| if (err == 0) >| FAILURE (); >| else if (err != EBUSY) >| UNEXPECTED (9); >| /* Step 10: Launch a timer, to test whether the next call blocks. */ >| if (pthread_create (&timer, NULL, timer_func, NULL)) >| UNEXPECTED (10); >| /* Step 11: Release the baton. */ >| if (pthread_mutex_unlock (&baton)) >| UNEXPECTED (11); >| /* Step 12: The second reader thread requests the lock. */ >| err = pthread_rwlock_rdlock (&lock); >| if (err == 0) >| FAILURE (); >| else >| UNEXPECTED (12); >| } >| >| static void * >| writer_func (void *ignored) >| { >| /* Step 4: Take the baton, so that the second reader thread does not go ahead >| too early. */ >| if (pthread_mutex_lock (&baton)) >| UNEXPECTED (4); >| /* Step 5: Create the second reader thread. */ >| if (pthread_create (&reader2, NULL, reader2_func, NULL)) >| UNEXPECTED (5); >| /* Step 6: Release the baton. */ >| if (pthread_mutex_unlock (&baton)) >| UNEXPECTED (6); >| /* Step 7: The writer thread requests the lock. */ >| if (pthread_rwlock_wrlock (&lock)) >| UNEXPECTED (7); >| return NULL; >| } >| >| int >| main () >| { >| reader1 = pthread_self (); >| >| /* Step 1: The main thread initializes the lock and the baton. */ >| if (pthread_rwlock_init (&lock, NULL)) >| UNEXPECTED (1); >| if (pthread_mutex_init (&baton, NULL)) >| UNEXPECTED (1); >| /* Step 2: The main thread acquires the lock as a reader. */ >| if (pthread_rwlock_rdlock (&lock)) >| UNEXPECTED (2); >| /* Step 3: Create the writer thread. */ >| if (pthread_create (&writer, NULL, writer_func, NULL)) >| UNEXPECTED (3); >| /* Job done. Go to sleep. */ >| for (;;) >| { >| sleep (1); >| } >| } >| >configure:30923: result: no >configure:30957: gcc -c -O2 -pipe conftest.c >&5 >configure:30957: $? = 0 >configure:31072: checking whether mbrtowc handles incomplete characters >configure:31117: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31117: $? = 0 >configure:31117: ./conftest >configure:31117: $? = 0 >configure:31129: result: yes >configure:31135: checking whether mbrtowc works as well as mbtowc >configure:31184: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31184: $? = 0 >configure:31184: ./conftest >configure:31184: $? = 0 >configure:31196: result: yes >configure:31247: checking whether mbrtowc handles a NULL pwc argument >configure:31306: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31306: $? = 0 >configure:31306: ./conftest >configure:31306: $? = 0 >configure:31318: result: yes >configure:31324: checking whether mbrtowc handles a NULL string argument >configure:31371: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31371: $? = 0 >configure:31371: ./conftest >configure:31371: $? = 0 >configure:31383: result: yes >configure:31391: checking whether mbrtowc has a correct return value >configure:31506: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31506: $? = 0 >configure:31506: ./conftest >configure:31506: $? = 0 >configure:31521: result: yes >configure:31527: checking whether mbrtowc returns 0 when parsing a NUL character >configure:31571: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31571: $? = 0 >configure:31571: ./conftest >configure:31571: $? = 0 >configure:31583: result: yes >configure:31588: checking whether mbrtowc works on empty input >configure:31616: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31616: $? = 0 >configure:31616: ./conftest >configure:31616: $? = 0 >configure:31627: result: yes >configure:31631: checking whether the C locale is free of encoding errors >configure:31675: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:31675: $? = 0 >configure:31675: ./conftest >configure:31675: $? = 3 >configure: program exited with status 3 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| #define GNULIB_TEST_GETLOADAVG 1 >| #define HAVE_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPEERNAME 1 >| #define GNULIB_TEST_GETSOCKNAME 1 >| #define GNULIB_TEST_GETSOCKOPT 1 >| #define GETTIMEOFDAY_TIMEZONE void >| #define GNULIB_TEST_GETTIMEOFDAY 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_DECL_INET_PTON 1 >| #define HAVE_IOCTL 1 >| #define GNULIB_TEST_IOCTL 1 >| #define HAVE_RAW_DECL_NL_LANGINFO 1 >| #define HAVE_LIBSIGSEGV 1 >| #define LINK_FOLLOWS_SYMLINKS 0 >| #define GNULIB_TEST_LISTEN 1 >| #define HAVE_RAW_DECL_SETLOCALE 1 >| #define HAVE_RAW_DECL_DUPLOCALE 1 >| #define GNULIB_TEST_LOCALECONV 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define GNULIB_LOCK 1 >| #define GNULIB_TEST_LSTAT 1 >| #define HAVE_MALLOC_POSIX 1 >| #define GNULIB_TEST_MALLOC_POSIX 1 >| /* end confdefs.h. */ >| #include <limits.h> >| #include <locale.h> >| #include <wchar.h> >| >| int >| main () >| { >| >| int i; >| char *locale = setlocale (LC_ALL, "C"); >| if (! locale) >| return 2; >| for (i = CHAR_MIN; i <= CHAR_MAX; i++) >| { >| char c = i; >| wchar_t wc; >| mbstate_t mbs = { 0, }; >| size_t ss = mbrtowc (&wc, &c, 1, &mbs); >| if (1 < ss) >| return 3; >| } >| return 0; >| >| ; >| return 0; >| } >configure:31686: result: no >configure:31785: checking whether mbrtowc handles incomplete characters >configure:31842: result: yes >configure:31848: checking whether mbrtowc works as well as mbtowc >configure:31909: result: yes >configure:32007: checking whether mbrtowc handles incomplete characters >configure:32064: result: yes >configure:32070: checking whether mbrtowc works as well as mbtowc >configure:32131: result: yes >configure:32185: checking whether mbsrtowcs works >configure:32277: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:32277: $? = 0 >configure:32277: ./conftest >configure:32277: $? = 0 >configure:32289: result: yes >configure:32422: checking for mkdtemp >configure:32422: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:32422: $? = 0 >configure:32422: result: yes >configure:32471: checking whether mkfifo rejects trailing slashes >configure:32509: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:32509: $? = 0 >configure:32509: ./conftest >configure:32509: $? = 0 >configure:32520: result: yes >configure:32568: checking whether mknod can create fifo without root privileges >configure:32605: gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:32605: $? = 0 >configure:32605: ./conftest >configure:32605: $? = 99 >configure: program exited with status 99 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "GNU CLISP" >| #define PACKAGE_TARNAME "clisp" >| #define PACKAGE_VERSION "2.49.92 (2018-02-18)" >| #define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >| #define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _NETBSD_SOURCE 1 >| #define _OPENBSD_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >| #define __STDC_WANT_LIB_EXT2__ 1 >| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >| #define _TANDEM_SOURCE 1 >| #define _HPUX_ALT_XOPEN_SOCKET_API 1 >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define _DARWIN_USE_64_BIT_INODE 1 >| #define USER_LABEL_PREFIX >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_FEATURES_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SYS_UTSNAME_H 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_SHUTDOWN 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >| #define HAVE_RAW_DECL_SOCKET 1 >| #define HAVE_RAW_DECL_CONNECT 1 >| #define HAVE_RAW_DECL_ACCEPT 1 >| #define HAVE_RAW_DECL_BIND 1 >| #define HAVE_RAW_DECL_GETPEERNAME 1 >| #define HAVE_RAW_DECL_GETSOCKNAME 1 >| #define HAVE_RAW_DECL_GETSOCKOPT 1 >| #define HAVE_RAW_DECL_LISTEN 1 >| #define HAVE_RAW_DECL_RECV 1 >| #define HAVE_RAW_DECL_SEND 1 >| #define HAVE_RAW_DECL_RECVFROM 1 >| #define HAVE_RAW_DECL_SENDTO 1 >| #define HAVE_RAW_DECL_SETSOCKOPT 1 >| #define HAVE_RAW_DECL_SHUTDOWN 1 >| #define HAVE_RAW_DECL_ACCEPT4 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_MBSRTOWCS 1 >| #define HAVE_MEMPCPY 1 >| #define HAVE_WMEMCHR 1 >| #define HAVE_WMEMCPY 1 >| #define HAVE_WMEMPCPY 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_READLINK 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_MKFIFO 1 >| #define HAVE_MKNOD 1 >| #define HAVE_MKSTEMP 1 >| #define HAVE_TZSET 1 >| #define HAVE_NL_LANGINFO 1 >| #define HAVE_SETENV 1 >| #define HAVE_STRDUP 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE___XPG_STRERROR_R 1 >| #define HAVE_CATGETS 1 >| #define HAVE_SNPRINTF 1 >| #define HAVE_STRPTIME 1 >| #define HAVE_LOCALTIME_R 1 >| #define HAVE_TIMEGM 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define HAVE_ENVIRON_DECL 1 >| #define HAVE_WORKING_O_NOATIME 1 >| #define HAVE_WORKING_O_NOFOLLOW 1 >| #define HAVE_MBSTATE_T 1 >| #define restrict __restrict >| #define HAVE_RAW_DECL_GETTIMEOFDAY 1 >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #ifndef __x86_64__ >| #define __x86_64__ 1 >| #endif >| #define HAVE_ICONV 1 >| #define ICONV_CONST >| #define HAVE_IPV4 1 >| #define HAVE_IPV6 1 >| #define HAVE_LIBUNISTRING 1 >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_WCHAR_T 1 >| #define USE_POSIX_THREADS 1 >| #define USE_POSIX_THREADS_WEAK 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define MALLOC_0_IS_NONNULL 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define TIME_T_IS_SIGNED 1 >| #define HAVE_DECL_ALARM 1 >| #define HAVE_STRUCT_TM_TM_ZONE 1 >| #define HAVE_TM_ZONE 1 >| #define HAVE_TM_GMTOFF 1 >| #define HAVE_RAW_DECL_PSELECT 1 >| #define HAVE_RAW_DECL_SELECT 1 >| #define HAVE_DECL_SETENV 1 >| #define HAVE_SEARCH_H 1 >| #define HAVE_TSEARCH 1 >| #define HAVE_SIGSET_T 1 >| #define HAVE_RAW_DECL_FCHMODAT 1 >| #define HAVE_RAW_DECL_FSTAT 1 >| #define HAVE_RAW_DECL_FSTATAT 1 >| #define HAVE_RAW_DECL_FUTIMENS 1 >| #define HAVE_RAW_DECL_LCHMOD 1 >| #define HAVE_RAW_DECL_LSTAT 1 >| #define HAVE_RAW_DECL_MKDIRAT 1 >| #define HAVE_RAW_DECL_MKFIFO 1 >| #define HAVE_RAW_DECL_MKFIFOAT 1 >| #define HAVE_RAW_DECL_MKNOD 1 >| #define HAVE_RAW_DECL_MKNODAT 1 >| #define HAVE_RAW_DECL_STAT 1 >| #define HAVE_RAW_DECL_UTIMENSAT 1 >| #define HAVE__BOOL 1 >| #define HAVE_WINT_T 1 >| #define HAVE_DECL_STRDUP 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_FFSL 1 >| #define HAVE_RAW_DECL_FFSLL 1 >| #define HAVE_RAW_DECL_MEMMEM 1 >| #define HAVE_RAW_DECL_MEMPCPY 1 >| #define HAVE_RAW_DECL_MEMRCHR 1 >| #define HAVE_RAW_DECL_RAWMEMCHR 1 >| #define HAVE_RAW_DECL_STPCPY 1 >| #define HAVE_RAW_DECL_STPNCPY 1 >| #define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >| #define HAVE_RAW_DECL_STRTOK_R 1 >| #define HAVE_RAW_DECL_STRERROR_R 1 >| #define HAVE_RAW_DECL_STRSIGNAL 1 >| #define HAVE_RAW_DECL_STRVERSCMP 1 >| #define HAVE_RAW_DECL_FFS 1 >| #define HAVE_RAW_DECL_STRCASECMP 1 >| #define HAVE_RAW_DECL_STRNCASECMP 1 >| #define _USE_STD_STAT 1 >| #define HAVE_DECL_UNSETENV 1 >| #define GNULIB_TEST_ACCEPT 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_RAW_DECL_INET_NTOP 1 >| #define HAVE_RAW_DECL_INET_PTON 1 >| #define GNULIB_TEST_BIND 1 >| #define GNULIB_TEST_BTOWC 1 >| #define HAVE___BUILTIN_EXPECT 1 >| #define HAVE_STRTOD_L 1 >| #define GNULIB_TEST_CLOSE 1 >| #define GNULIB_TEST_CONNECT 1 >| #define HAVE_DUP2 1 >| #define GNULIB_TEST_DUP2 1 >| #define GNULIB_TEST_ENVIRON 1 >| #define HAVE_RAW_DECL_FCNTL 1 >| #define HAVE_RAW_DECL_OPENAT 1 >| #define FLEXIBLE_ARRAY_MEMBER /**/ >| #define HAVE_GETHOSTNAME 1 >| #define GNULIB_TEST_GETHOSTNAME 1 >| #define GNULIB_TEST_GETLOADAVG 1 >| #define HAVE_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPAGESIZE 1 >| #define GNULIB_TEST_GETPEERNAME 1 >| #define GNULIB_TEST_GETSOCKNAME 1 >| #define GNULIB_TEST_GETSOCKOPT 1 >| #define GETTIMEOFDAY_TIMEZONE void >| #define GNULIB_TEST_GETTIMEOFDAY 1 >| #define HAVE_DECL_INET_NTOP 1 >| #define HAVE_DECL_INET_PTON 1 >| #define HAVE_IOCTL 1 >| #define GNULIB_TEST_IOCTL 1 >| #define HAVE_RAW_DECL_NL_LANGINFO 1 >| #define HAVE_LIBSIGSEGV 1 >| #define LINK_FOLLOWS_SYMLINKS 0 >| #define GNULIB_TEST_LISTEN 1 >| #define HAVE_RAW_DECL_SETLOCALE 1 >| #define HAVE_RAW_DECL_DUPLOCALE 1 >| #define GNULIB_TEST_LOCALECONV 1 >| #define HAVE_PTHREAD_RWLOCK 1 >| #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >| #define GNULIB_LOCK 1 >| #define GNULIB_TEST_LSTAT 1 >| #define HAVE_MALLOC_POSIX 1 >| #define GNULIB_TEST_MALLOC_POSIX 1 >| #define C_LOCALE_MAYBE_EILSEQ 1 >| #define GNULIB_TEST_MBRTOWC 1 >| #define GNULIB_TEST_MBSINIT 1 >| #define GNULIB_TEST_MBSRTOWCS 1 >| #define GNULIB_TEST_MBTOWC 1 >| #define GNULIB_TEST_MEMCHR 1 >| #define HAVE_MKDTEMP 1 >| #define GNULIB_TEST_MKDTEMP 1 >| #define GNULIB_TEST_MKFIFO 1 >| /* end confdefs.h. */ >| #include <sys/stat.h> >| #include <unistd.h> >| >| /* Copied from root-uid.h. FIXME: Just use root-uid.h. */ >| #ifdef __TANDEM >| # define ROOT_UID 65535 >| #else >| # define ROOT_UID 0 >| #endif >| >| int >| main () >| { >| /* Indeterminate for super-user, assume no. Why are you running >| configure as root, anyway? */ >| if (geteuid () == ROOT_UID) return 99; >| if (mknod ("conftest.fifo", S_IFIFO | 0600, 0)) return 2; >| ; >| return 0; >| } >configure:32609: error: in `/var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/builddir': >configure:32611: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check) >See `config.log' for more details > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_flexmember=yes >ac_cv_c_inline=inline >ac_cv_c_restrict=__restrict >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe' >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_XMKMF_set= >ac_cv_env_XMKMF_value= >ac_cv_env_build_alias_set= >ac_cv_env_build_alias_value= >ac_cv_env_host_alias_set= >ac_cv_env_host_alias_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func___xpg_strerror_r=yes >ac_cv_func__set_invalid_parameter_handler=no >ac_cv_func_alloca_works=yes >ac_cv_func_btowc=yes >ac_cv_func_catgets=yes >ac_cv_func_gethostname=yes >ac_cv_func_getloadavg=yes >ac_cv_func_getpagesize=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_ioctl=yes >ac_cv_func_isblank=yes >ac_cv_func_iswcntrl=yes >ac_cv_func_iswctype=yes >ac_cv_func_localtime_r=yes >ac_cv_func_lstat=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_mbrtowc=yes >ac_cv_func_mbsinit=yes >ac_cv_func_mbsrtowcs=yes >ac_cv_func_mempcpy=yes >ac_cv_func_mkdtemp=yes >ac_cv_func_mkfifo=yes >ac_cv_func_mknod=yes >ac_cv_func_mkstemp=yes >ac_cv_func_mmap=yes >ac_cv_func_mprotect=yes >ac_cv_func_mquery=no >ac_cv_func_nl_langinfo=yes >ac_cv_func_pstat_getprocvm=no >ac_cv_func_readlink=yes >ac_cv_func_setenv=yes >ac_cv_func_shutdown=yes >ac_cv_func_snprintf=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror_r=yes >ac_cv_func_strptime=yes >ac_cv_func_strtod_l=yes >ac_cv_func_symlink=yes >ac_cv_func_timegm=yes >ac_cv_func_tsearch=yes >ac_cv_func_tzset=yes >ac_cv_func_wcrtomb=yes >ac_cv_func_wmemchr=yes >ac_cv_func_wmemcpy=yes >ac_cv_func_wmempcpy=yes >ac_cv_gnu_library_2_1=yes >ac_cv_have_decl_accept4=yes >ac_cv_have_decl_accept=yes >ac_cv_have_decl_alarm=yes >ac_cv_have_decl_bind=yes >ac_cv_have_decl_connect=yes >ac_cv_have_decl_duplocale=yes >ac_cv_have_decl_fchmodat=yes >ac_cv_have_decl_fcntl=yes >ac_cv_have_decl_ffs=yes >ac_cv_have_decl_ffsl=yes >ac_cv_have_decl_ffsll=yes >ac_cv_have_decl_fstat=yes >ac_cv_have_decl_fstatat=yes >ac_cv_have_decl_futimens=yes >ac_cv_have_decl_getc_unlocked=yes >ac_cv_have_decl_getloadavg=yes >ac_cv_have_decl_getpagesize=yes >ac_cv_have_decl_getpeername=yes >ac_cv_have_decl_getsockname=yes >ac_cv_have_decl_getsockopt=yes >ac_cv_have_decl_gettimeofday=yes >ac_cv_have_decl_inet_ntop=yes >ac_cv_have_decl_inet_pton=yes >ac_cv_have_decl_lchmod=yes >ac_cv_have_decl_listen=yes >ac_cv_have_decl_lstat=yes >ac_cv_have_decl_memmem=yes >ac_cv_have_decl_mempcpy=yes >ac_cv_have_decl_memrchr=yes >ac_cv_have_decl_mkdirat=yes >ac_cv_have_decl_mkfifo=yes >ac_cv_have_decl_mkfifoat=yes >ac_cv_have_decl_mknod=yes >ac_cv_have_decl_mknodat=yes >ac_cv_have_decl_nl_langinfo=yes >ac_cv_have_decl_openat=yes >ac_cv_have_decl_pselect=yes >ac_cv_have_decl_rawmemchr=yes >ac_cv_have_decl_recv=yes >ac_cv_have_decl_recvfrom=yes >ac_cv_have_decl_select=yes >ac_cv_have_decl_send=yes >ac_cv_have_decl_sendto=yes >ac_cv_have_decl_setenv=yes >ac_cv_have_decl_setlocale=yes >ac_cv_have_decl_setsockopt=yes >ac_cv_have_decl_shutdown=yes >ac_cv_have_decl_socket=yes >ac_cv_have_decl_stat=yes >ac_cv_have_decl_stpcpy=yes >ac_cv_have_decl_stpncpy=yes >ac_cv_have_decl_strcasecmp=yes >ac_cv_have_decl_strcasestr=yes >ac_cv_have_decl_strchrnul=yes >ac_cv_have_decl_strdup=yes >ac_cv_have_decl_strerror_r=yes >ac_cv_have_decl_strncasecmp=yes >ac_cv_have_decl_strncat=yes >ac_cv_have_decl_strndup=yes >ac_cv_have_decl_strnlen=yes >ac_cv_have_decl_strpbrk=yes >ac_cv_have_decl_strsep=yes >ac_cv_have_decl_strsignal=yes >ac_cv_have_decl_strtok_r=yes >ac_cv_have_decl_strverscmp=yes >ac_cv_have_decl_unsetenv=yes >ac_cv_have_decl_utimensat=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_crtdefs_h=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_features_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_pthread_h=yes >ac_cv_header_search_h=yes >ac_cv_header_stat_broken=no >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_loadavg_h=no >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_uio_h=yes >ac_cv_header_sys_utsname_h=yes >ac_cv_header_sys_wait_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_wchar_h=yes >ac_cv_header_wctype_h=yes >ac_cv_header_xlocale_h=no >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_pthread_pthread_kill=yes >ac_cv_libsigsegv=yes >ac_cv_libunistring=yes >ac_cv_member_struct_sockaddr_storage_ss_family=yes >ac_cv_member_struct_tm_tm_gmtoff=yes >ac_cv_member_struct_tm_tm_zone=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/var/tmp/portage/._portage_reinstall_.znzrcvhx/bin/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD=/bin/dd >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_COMPRESS=gzip >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_GROFF=groff >ac_cv_prog_PS2PDF=ps2pdf >ac_cv_prog_ac_ct_AR=ar >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_ac_ct_DLLTOOL=dlltool >ac_cv_prog_ac_ct_OBJDUMP=objdump >ac_cv_prog_ac_ct_RANLIB=ranlib >ac_cv_prog_ac_ct_STRIP=strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_inet_ntop='none required' >ac_cv_search_inet_pton='none required' >ac_cv_should_define__xopen_source=no >ac_cv_struct_tm=time.h >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_type__Bool=yes >ac_cv_type_long_long_int=yes >ac_cv_type_max_align_t=yes >ac_cv_type_mbstate_t=yes >ac_cv_type_mode_t=yes >ac_cv_type_nlink_t=yes >ac_cv_type_pid_t=yes >ac_cv_type_pthread_rwlock_t=yes >ac_cv_type_sa_family_t=yes >ac_cv_type_sigset_t=yes >ac_cv_type_size_t=yes >ac_cv_type_struct_sockaddr_storage=yes >ac_cv_type_uid_t=yes >ac_cv_type_unsigned_long_long_int=yes >ac_cv_working_alloca_h=yes >acl_cv_hardcode_direct=no >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator= >acl_cv_hardcode_minus_L=no >acl_cv_libdirstems=lib64,lib64 >acl_cv_libext=a >acl_cv_libname_spec='lib$name' >acl_cv_library_names_spec='$libname$shrext' >acl_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >acl_cv_prog_gnu_ld=yes >acl_cv_rpath=done >acl_cv_shlibext=so >acl_cv_wl=-Wl, >am_cv_CC_dependencies_compiler_type=gcc3 >am_cv_func_iconv=yes >am_cv_func_iconv_works=yes >am_cv_langinfo_codeset=yes >am_cv_lib_iconv=no >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' >am_cv_proto_iconv_arg1= >cl_cv_decolonize='echo $x' >cl_cv_prog_LN=ln >cl_cv_prog_LN_S_works=yes >cl_cv_prog_cc_cplusplus=no >cl_cv_prog_cc_ema=yes >cl_cv_prog_cc_gcc=yes >cl_cv_prog_cc_sunpro=no >cl_cv_prog_cc_works=yes >cl_cv_prog_hln=hln >gl_cv_C_locale_sans_EILSEQ=no >gl_cv___builtin_expect=yes >gl_cv_c_amsterdam_compiler=no >gl_cv_c_multiarch=no >gl_cv_decl_HOST_NAME_MAX=yes >gl_cv_decl_null_works=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_btowc_nul=yes >gl_cv_func_dup2_works=yes >gl_cv_func_fnmatch_gnu=yes >gl_cv_func_gettimeofday_clobber=no >gl_cv_func_gettimeofday_posix_signature=yes >gl_cv_func_ioctl_posix_signature=no >gl_cv_func_link_follows_symlink=no >gl_cv_func_lstat_dereferences_slashed_symlink=yes >gl_cv_func_malloc_0_nonnull=1 >gl_cv_func_malloc_posix=yes >gl_cv_func_mbrtowc_empty_input=yes >gl_cv_func_mbrtowc_incomplete_state=yes >gl_cv_func_mbrtowc_nul_retval=yes >gl_cv_func_mbrtowc_null_arg1=yes >gl_cv_func_mbrtowc_null_arg2=yes >gl_cv_func_mbrtowc_retval=yes >gl_cv_func_mbrtowc_sanitycheck=yes >gl_cv_func_mbsrtowcs_works=yes >gl_cv_func_memchr_works=yes >gl_cv_func_mkfifo_works=yes >gl_cv_func_strerror_0_works=yes >gl_cv_func_strerror_r_posix_signature=no >gl_cv_func_strerror_r_works=yes >gl_cv_func_working_mktime=yes >gl_cv_have___xpg4=no >gl_cv_have_include_next=yes >gl_cv_have_raw_decl_accept4=yes >gl_cv_have_raw_decl_accept=yes >gl_cv_have_raw_decl_bind=yes >gl_cv_have_raw_decl_connect=yes >gl_cv_have_raw_decl_duplocale=yes >gl_cv_have_raw_decl_fchmodat=yes >gl_cv_have_raw_decl_fcntl=yes >gl_cv_have_raw_decl_ffs=yes >gl_cv_have_raw_decl_ffsl=yes >gl_cv_have_raw_decl_ffsll=yes >gl_cv_have_raw_decl_fstat=yes >gl_cv_have_raw_decl_fstatat=yes >gl_cv_have_raw_decl_futimens=yes >gl_cv_have_raw_decl_getpeername=yes >gl_cv_have_raw_decl_getsockname=yes >gl_cv_have_raw_decl_getsockopt=yes >gl_cv_have_raw_decl_gettimeofday=yes >gl_cv_have_raw_decl_inet_ntop=yes >gl_cv_have_raw_decl_inet_pton=yes >gl_cv_have_raw_decl_lchmod=yes >gl_cv_have_raw_decl_listen=yes >gl_cv_have_raw_decl_lstat=yes >gl_cv_have_raw_decl_memmem=yes >gl_cv_have_raw_decl_mempcpy=yes >gl_cv_have_raw_decl_memrchr=yes >gl_cv_have_raw_decl_mkdirat=yes >gl_cv_have_raw_decl_mkfifo=yes >gl_cv_have_raw_decl_mkfifoat=yes >gl_cv_have_raw_decl_mknod=yes >gl_cv_have_raw_decl_mknodat=yes >gl_cv_have_raw_decl_nl_langinfo=yes >gl_cv_have_raw_decl_openat=yes >gl_cv_have_raw_decl_pselect=yes >gl_cv_have_raw_decl_rawmemchr=yes >gl_cv_have_raw_decl_recv=yes >gl_cv_have_raw_decl_recvfrom=yes >gl_cv_have_raw_decl_select=yes >gl_cv_have_raw_decl_send=yes >gl_cv_have_raw_decl_sendto=yes >gl_cv_have_raw_decl_setlocale=yes >gl_cv_have_raw_decl_setsockopt=yes >gl_cv_have_raw_decl_shutdown=yes >gl_cv_have_raw_decl_socket=yes >gl_cv_have_raw_decl_stat=yes >gl_cv_have_raw_decl_stpcpy=yes >gl_cv_have_raw_decl_stpncpy=yes >gl_cv_have_raw_decl_strcasecmp=yes >gl_cv_have_raw_decl_strcasestr=yes >gl_cv_have_raw_decl_strchrnul=yes >gl_cv_have_raw_decl_strdup=yes >gl_cv_have_raw_decl_strerror_r=yes >gl_cv_have_raw_decl_strncasecmp=yes >gl_cv_have_raw_decl_strncat=yes >gl_cv_have_raw_decl_strndup=yes >gl_cv_have_raw_decl_strnlen=yes >gl_cv_have_raw_decl_strpbrk=yes >gl_cv_have_raw_decl_strsep=yes >gl_cv_have_raw_decl_strsignal=yes >gl_cv_have_raw_decl_strtok_r=yes >gl_cv_have_raw_decl_strverscmp=yes >gl_cv_have_raw_decl_utimensat=yes >gl_cv_have_weak=yes >gl_cv_header_errno_h_complete=yes >gl_cv_header_langinfo_altmon=yes >gl_cv_header_langinfo_codeset=yes >gl_cv_header_langinfo_era=yes >gl_cv_header_langinfo_t_fmt_ampm=yes >gl_cv_header_langinfo_yesexpr=yes >gl_cv_header_limits_width=yes >gl_cv_header_locale_h_needs_xlocale_h=no >gl_cv_header_locale_h_posix2001=yes >gl_cv_header_stdint_predates_cxx11_h=no >gl_cv_header_stdint_width=yes >gl_cv_header_sys_select_h_selfcontained=yes >gl_cv_header_sys_socket_h_selfcontained=yes >gl_cv_header_sys_socket_h_shut=yes >gl_cv_header_wchar_h_correct_inline=yes >gl_cv_header_working_fcntl_h=yes >gl_cv_header_working_stdint_h=yes >gl_cv_host_cpu_c_abi=x86_64 >gl_cv_lib_sigsegv=yes >gl_cv_lib_socket='none needed' >gl_cv_libunistring_version=1.0.0 >gl_cv_next_arpa_inet_h='<arpa/inet.h>' >gl_cv_next_fcntl_h='<fcntl.h>' >gl_cv_next_langinfo_h='<langinfo.h>' >gl_cv_next_limits_h='<limits.h>' >gl_cv_next_locale_h='<locale.h>' >gl_cv_next_stdint_h='<stdint.h>' >gl_cv_next_string_h='<string.h>' >gl_cv_next_strings_h='<strings.h>' >gl_cv_next_sys_select_h='<sys/select.h>' >gl_cv_next_sys_socket_h='<sys/socket.h>' >gl_cv_next_sys_stat_h='<sys/stat.h>' >gl_cv_next_sys_time_h='<sys/time.h>' >gl_cv_next_sys_types_h='<sys/types.h>' >gl_cv_next_time_h='<time.h>' >gl_cv_pragma_columns=no >gl_cv_prog_as_underscore=no >gl_cv_pthread_rwlock_rdlock_prefer_writer=no >gl_cv_rpl_alloca=yes >gl_cv_socket_ipv4=yes >gl_cv_socket_ipv6=yes >gl_cv_sys_struct_lconv_ok=yes >gl_cv_sys_struct_timespec_in_time_h=yes >gl_cv_sys_struct_timeval=yes >gl_cv_sys_struct_timeval_tv_sec=yes >gl_cv_time_t_is_signed=yes >gl_cv_type_sigset_t=yes >gl_cv_type_wint_t_too_small=no >gt_cv_c_wchar_t=yes >gt_cv_c_wint_t=yes >gt_cv_locale_fr=fr_FR >gt_cv_locale_fr_utf8=fr_FR.UTF-8 >gt_cv_locale_ja=ja_JP >gt_cv_locale_zh_CN=zh_CN.GB18030 >gt_cv_var_environ_declaration=yes >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >lt_cv_path_NM='/usr/bin/nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/build-aux/missing aclocal-1.15' >ALLOCA='' >ALLOCA_H='alloca.h' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >APPLE_UNIVERSAL_BUILD='0' >AR='ar' >ARFLAGS='cr' >AS='as' >ASM_SYMBOL_PREFIX='""' >AS_UNDERSCORE='false' >AUTOCONF='${SHELL} /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/build-aux/missing autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/build-aux/missing autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/build-aux/missing automake-1.15' >AWK='gawk' >BITSIZEOF_PTRDIFF_T='' >BITSIZEOF_SIG_ATOMIC_T='' >BITSIZEOF_SIZE_T='' >BITSIZEOF_WCHAR_T='' >BITSIZEOF_WINT_T='' >CC='gcc' >CCDEPMODE='depmode=gcc3' >CC_CPLUSPLUS='false' >CC_GCC='true' >CC_NEED_DEEMA='false' >CC_SUNPRO='false' >CFLAGS='-O2 -pipe' >CLISP_DECOLONIZE='echo $x' >COMPRESS='gzip' >CPP='gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DLLTOOL='dlltool' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EMULTIHOP_HIDDEN='' >EMULTIHOP_VALUE='' >ENOLINK_HIDDEN='' >ENOLINK_VALUE='' >EOVERFLOW_HIDDEN='' >EOVERFLOW_VALUE='' >ERRNO_H='' >EXEEXT='' >FGREP='/bin/grep -F' >FNMATCH_H='' >GCC_X_NONE='-x none' >GETHOSTNAME_LIB='' >GETLOADAVG_LIBS='' >GETTEXT_MACRO_VERSION='' >GLIBC21='yes' >GL_COND_LIBTOOL_FALSE='' >GL_COND_LIBTOOL_TRUE='#' >GL_GENERATE_ALLOCA_H_FALSE='#' >GL_GENERATE_ALLOCA_H_TRUE='' >GL_GENERATE_ERRNO_H_FALSE='' >GL_GENERATE_ERRNO_H_TRUE='#' >GL_GENERATE_FNMATCH_H_FALSE='' >GL_GENERATE_FNMATCH_H_TRUE='#' >GL_GENERATE_LIMITS_H_FALSE='#' >GL_GENERATE_LIMITS_H_TRUE='' >GL_GENERATE_NETINET_IN_H_FALSE='' >GL_GENERATE_NETINET_IN_H_TRUE='' >GL_GENERATE_STDALIGN_H_FALSE='' >GL_GENERATE_STDALIGN_H_TRUE='' >GL_GENERATE_STDBOOL_H_FALSE='' >GL_GENERATE_STDBOOL_H_TRUE='' >GL_GENERATE_STDDEF_H_FALSE='' >GL_GENERATE_STDDEF_H_TRUE='#' >GL_GENERATE_STDINT_H_FALSE='' >GL_GENERATE_STDINT_H_TRUE='#' >GMSGFMT='' >GMSGFMT_015='' >GNULIB_ACCEPT4='0' >GNULIB_ACCEPT='1' >GNULIB_ATOLL='0' >GNULIB_BIND='1' >GNULIB_BTOWC='1' >GNULIB_CALLOC_POSIX='0' >GNULIB_CANONICALIZE_FILE_NAME='0' >GNULIB_CHDIR='0' >GNULIB_CHOWN='0' >GNULIB_CLOSE='1' >GNULIB_CONNECT='1' >GNULIB_CTIME='0' >GNULIB_DUP2='1' >GNULIB_DUP3='0' >GNULIB_DUP='0' >GNULIB_DUPLOCALE='0' >GNULIB_ENVIRON='1' >GNULIB_EUIDACCESS='0' >GNULIB_EXPLICIT_BZERO='0' >GNULIB_FACCESSAT='0' >GNULIB_FCHDIR='0' >GNULIB_FCHMODAT='0' >GNULIB_FCHOWNAT='0' >GNULIB_FCNTL='0' >GNULIB_FDATASYNC='0' >GNULIB_FFS='0' >GNULIB_FFSL='0' >GNULIB_FFSLL='0' >GNULIB_FSTAT='0' >GNULIB_FSTATAT='0' >GNULIB_FSYNC='0' >GNULIB_FTRUNCATE='0' >GNULIB_FUTIMENS='0' >GNULIB_GETCWD='0' >GNULIB_GETDOMAINNAME='0' >GNULIB_GETDTABLESIZE='0' >GNULIB_GETGROUPS='0' >GNULIB_GETHOSTNAME='1' >GNULIB_GETLOADAVG='1' >GNULIB_GETLOGIN='0' >GNULIB_GETLOGIN_R='0' >GNULIB_GETPAGESIZE='1' >GNULIB_GETPEERNAME='1' >GNULIB_GETSOCKNAME='1' >GNULIB_GETSOCKOPT='1' >GNULIB_GETSUBOPT='0' >GNULIB_GETTIMEOFDAY='1' >GNULIB_GETUSERSHELL='0' >GNULIB_GRANTPT='0' >GNULIB_GROUP_MEMBER='0' >GNULIB_INET_NTOP='1' >GNULIB_INET_PTON='1' >GNULIB_IOCTL='1' >GNULIB_ISATTY='0' >GNULIB_ISWBLANK='0' >GNULIB_ISWCTYPE='0' >GNULIB_LCHMOD='0' >GNULIB_LCHOWN='0' >GNULIB_LINK='0' >GNULIB_LINKAT='0' >GNULIB_LISTEN='1' >GNULIB_LOCALECONV='1' >GNULIB_LOCALTIME='0' >GNULIB_LSEEK='0' >GNULIB_LSTAT='1' >GNULIB_MALLOC_POSIX='1' >GNULIB_MBRLEN='0' >GNULIB_MBRTOWC='1' >GNULIB_MBSCASECMP='0' >GNULIB_MBSCASESTR='0' >GNULIB_MBSCHR='0' >GNULIB_MBSCSPN='0' >GNULIB_MBSINIT='1' >GNULIB_MBSLEN='0' >GNULIB_MBSNCASECMP='0' >GNULIB_MBSNLEN='0' >GNULIB_MBSNRTOWCS='0' >GNULIB_MBSPBRK='0' >GNULIB_MBSPCASECMP='0' >GNULIB_MBSRCHR='0' >GNULIB_MBSRTOWCS='1' >GNULIB_MBSSEP='0' >GNULIB_MBSSPN='0' >GNULIB_MBSSTR='0' >GNULIB_MBSTOK_R='0' >GNULIB_MBTOWC='1' >GNULIB_MEMCHR='1' >GNULIB_MEMMEM='0' >GNULIB_MEMPCPY='0' >GNULIB_MEMRCHR='0' >GNULIB_MKDIRAT='0' >GNULIB_MKDTEMP='1' >GNULIB_MKFIFO='1' >GNULIB_MKFIFOAT='0' >GNULIB_MKNOD='0' >GNULIB_MKNODAT='0' >GNULIB_MKOSTEMP='0' >GNULIB_MKOSTEMPS='0' >GNULIB_MKSTEMP='0' >GNULIB_MKSTEMPS='0' >GNULIB_MKTIME='0' >GNULIB_NANOSLEEP='0' >GNULIB_NL_LANGINFO='0' >GNULIB_NONBLOCKING='0' >GNULIB_OPEN='0' >GNULIB_OPENAT='0' >GNULIB_OVERRIDES_STRUCT_STAT='0' >GNULIB_OVERRIDES_WINT_T='0' >GNULIB_PIPE2='0' >GNULIB_PIPE='0' >GNULIB_POSIX_OPENPT='0' >GNULIB_PREAD='0' >GNULIB_PSELECT='0' >GNULIB_PTHREAD_SIGMASK='0' >GNULIB_PTSNAME='0' >GNULIB_PTSNAME_R='0' >GNULIB_PUTENV='0' >GNULIB_PWRITE='0' >GNULIB_QSORT_R='0' >GNULIB_RAISE='0' >GNULIB_RANDOM='0' >GNULIB_RANDOM_R='0' >GNULIB_RAWMEMCHR='0' >GNULIB_READ='0' >GNULIB_READLINK='0' >GNULIB_READLINKAT='0' >GNULIB_REALLOCARRAY='0' >GNULIB_REALLOC_POSIX='0' >GNULIB_REALPATH='0' >GNULIB_RECV='0' >GNULIB_RECVFROM='0' >GNULIB_RMDIR='0' >GNULIB_RPMATCH='0' >GNULIB_SECURE_GETENV='0' >GNULIB_SELECT='0' >GNULIB_SEND='0' >GNULIB_SENDTO='0' >GNULIB_SETENV='0' >GNULIB_SETHOSTNAME='0' >GNULIB_SETLOCALE='0' >GNULIB_SETSOCKOPT='0' >GNULIB_SHUTDOWN='0' >GNULIB_SIGACTION='0' >GNULIB_SIGNAL_H_SIGPIPE='0' >GNULIB_SIGPROCMASK='0' >GNULIB_SLEEP='0' >GNULIB_SOCKET='0' >GNULIB_STAT='0' >GNULIB_STPCPY='0' >GNULIB_STPNCPY='0' >GNULIB_STRCASESTR='0' >GNULIB_STRCHRNUL='0' >GNULIB_STRDUP='0' >GNULIB_STRERROR='0' >GNULIB_STRERROR_R='0' >GNULIB_STRFTIME='0' >GNULIB_STRNCAT='0' >GNULIB_STRNDUP='0' >GNULIB_STRNLEN='0' >GNULIB_STRPBRK='0' >GNULIB_STRPTIME='0' >GNULIB_STRSEP='0' >GNULIB_STRSIGNAL='0' >GNULIB_STRSTR='0' >GNULIB_STRTOD='0' >GNULIB_STRTOK_R='0' >GNULIB_STRTOLL='0' >GNULIB_STRTOULL='0' >GNULIB_STRVERSCMP='0' >GNULIB_SYMLINK='0' >GNULIB_SYMLINKAT='0' >GNULIB_SYSTEM_POSIX='0' >GNULIB_TIMEGM='0' >GNULIB_TIME_R='0' >GNULIB_TIME_RZ='0' >GNULIB_TOWCTRANS='0' >GNULIB_TRUNCATE='0' >GNULIB_TTYNAME_R='0' >GNULIB_TZSET='0' >GNULIB_UNAME='0' >GNULIB_UNISTD_H_NONBLOCKING='0' >GNULIB_UNISTD_H_SIGPIPE='0' >GNULIB_UNLINK='0' >GNULIB_UNLINKAT='0' >GNULIB_UNLOCKPT='0' >GNULIB_UNSETENV='0' >GNULIB_USLEEP='0' >GNULIB_UTIMENSAT='0' >GNULIB_WAITPID='0' >GNULIB_WCPCPY='0' >GNULIB_WCPNCPY='0' >GNULIB_WCRTOMB='0' >GNULIB_WCSCASECMP='0' >GNULIB_WCSCAT='0' >GNULIB_WCSCHR='0' >GNULIB_WCSCMP='0' >GNULIB_WCSCOLL='0' >GNULIB_WCSCPY='0' >GNULIB_WCSCSPN='0' >GNULIB_WCSDUP='0' >GNULIB_WCSFTIME='0' >GNULIB_WCSLEN='0' >GNULIB_WCSNCASECMP='0' >GNULIB_WCSNCAT='0' >GNULIB_WCSNCMP='0' >GNULIB_WCSNCPY='0' >GNULIB_WCSNLEN='0' >GNULIB_WCSNRTOMBS='0' >GNULIB_WCSPBRK='0' >GNULIB_WCSRCHR='0' >GNULIB_WCSRTOMBS='0' >GNULIB_WCSSPN='0' >GNULIB_WCSSTR='0' >GNULIB_WCSTOK='0' >GNULIB_WCSWIDTH='0' >GNULIB_WCSXFRM='0' >GNULIB_WCTOB='0' >GNULIB_WCTOMB='0' >GNULIB_WCTRANS='0' >GNULIB_WCTYPE='0' >GNULIB_WCWIDTH='0' >GNULIB_WMEMCHR='0' >GNULIB_WMEMCMP='0' >GNULIB_WMEMCPY='0' >GNULIB_WMEMMOVE='0' >GNULIB_WMEMSET='0' >GNULIB_WRITE='0' >GNULIB__EXIT='0' >GNU_MAKE_FALSE='#' >GNU_MAKE_TRUE='' >GREP='/bin/grep' >GROFF='groff' >HAVE_ACCEPT4='1' >HAVE_ARPA_INET_H='1' >HAVE_ATOLL='1' >HAVE_BTOWC='1' >HAVE_C99_STDINT_H='1' >HAVE_CANONICALIZE_FILE_NAME='1' >HAVE_CHOWN='1' >HAVE_CRTDEFS_H='0' >HAVE_DECL_ENVIRON='1' >HAVE_DECL_FCHDIR='1' >HAVE_DECL_FDATASYNC='1' >HAVE_DECL_GETDOMAINNAME='1' >HAVE_DECL_GETLOADAVG='1' >HAVE_DECL_GETLOGIN='1' >HAVE_DECL_GETLOGIN_R='1' >HAVE_DECL_GETPAGESIZE='1' >HAVE_DECL_GETUSERSHELL='1' >HAVE_DECL_INET_NTOP='1' >HAVE_DECL_INET_PTON='1' >HAVE_DECL_INITSTATE='1' >HAVE_DECL_LOCALTIME_R='1' >HAVE_DECL_MEMMEM='1' >HAVE_DECL_MEMRCHR='1' >HAVE_DECL_SETENV='1' >HAVE_DECL_SETHOSTNAME='1' >HAVE_DECL_SETSTATE='1' >HAVE_DECL_STRDUP='1' >HAVE_DECL_STRERROR_R='1' >HAVE_DECL_STRNCASECMP='1' >HAVE_DECL_STRNDUP='1' >HAVE_DECL_STRNLEN='1' >HAVE_DECL_STRSIGNAL='1' >HAVE_DECL_STRTOK_R='1' >HAVE_DECL_TTYNAME_R='1' >HAVE_DECL_UNSETENV='1' >HAVE_DECL_WCTOB='1' >HAVE_DECL_WCWIDTH='1' >HAVE_DUP2='1' >HAVE_DUP3='1' >HAVE_DUPLOCALE='1' >HAVE_EUIDACCESS='1' >HAVE_EXPLICIT_BZERO='1' >HAVE_FACCESSAT='1' >HAVE_FCHDIR='1' >HAVE_FCHMODAT='1' >HAVE_FCHOWNAT='1' >HAVE_FCNTL='1' >HAVE_FDATASYNC='1' >HAVE_FEATURES_H='1' >HAVE_FFS='1' >HAVE_FFSL='1' >HAVE_FFSLL='1' >HAVE_FSTATAT='1' >HAVE_FSYNC='1' >HAVE_FTRUNCATE='1' >HAVE_FUTIMENS='1' >HAVE_GETDTABLESIZE='1' >HAVE_GETGROUPS='1' >HAVE_GETHOSTNAME='1' >HAVE_GETLOGIN='1' >HAVE_GETPAGESIZE='1' >HAVE_GETSUBOPT='1' >HAVE_GETTIMEOFDAY='1' >HAVE_GRANTPT='1' >HAVE_GROUP_MEMBER='1' >HAVE_INTTYPES_H='1' >HAVE_ISWBLANK='1' >HAVE_ISWCNTRL='' >HAVE_LANGINFO_ALTMON='1' >HAVE_LANGINFO_CODESET='1' >HAVE_LANGINFO_ERA='1' >HAVE_LANGINFO_H='1' >HAVE_LANGINFO_T_FMT_AMPM='1' >HAVE_LANGINFO_YESEXPR='1' >HAVE_LCHMOD='1' >HAVE_LCHOWN='1' >HAVE_LIBSIGSEGV='yes' >HAVE_LIBUNISTRING='yes' >HAVE_LINK='1' >HAVE_LINKAT='1' >HAVE_LONG_LONG_INT='1' >HAVE_LSTAT='1' >HAVE_MAX_ALIGN_T='1' >HAVE_MBRLEN='1' >HAVE_MBRTOWC='1' >HAVE_MBSINIT='1' >HAVE_MBSLEN='0' >HAVE_MBSNRTOWCS='1' >HAVE_MBSRTOWCS='1' >HAVE_MEMCHR='1' >HAVE_MEMPCPY='1' >HAVE_MKDIRAT='1' >HAVE_MKDTEMP='1' >HAVE_MKFIFO='1' >HAVE_MKFIFOAT='1' >HAVE_MKNOD='1' >HAVE_MKNODAT='1' >HAVE_MKOSTEMP='1' >HAVE_MKOSTEMPS='1' >HAVE_MKSTEMP='1' >HAVE_MKSTEMPS='1' >HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' >HAVE_NANOSLEEP='1' >HAVE_NETINET_IN_H='' >HAVE_NL_LANGINFO='1' >HAVE_OPENAT='1' >HAVE_OS_H='0' >HAVE_PIPE2='1' >HAVE_PIPE='1' >HAVE_POSIX_OPENPT='1' >HAVE_POSIX_SIGNALBLOCKING='1' >HAVE_PREAD='1' >HAVE_PSELECT='1' >HAVE_PTHREAD_SIGMASK='1' >HAVE_PTSNAME='1' >HAVE_PTSNAME_R='1' >HAVE_PWRITE='1' >HAVE_QSORT_R='1' >HAVE_RAISE='1' >HAVE_RANDOM='1' >HAVE_RANDOM_H='1' >HAVE_RANDOM_R='1' >HAVE_RAWMEMCHR='1' >HAVE_READLINK='1' >HAVE_READLINKAT='1' >HAVE_REALLOCARRAY='1' >HAVE_REALPATH='1' >HAVE_RPMATCH='1' >HAVE_SA_FAMILY_T='1' >HAVE_SECURE_GETENV='1' >HAVE_SETENV='1' >HAVE_SETHOSTNAME='1' >HAVE_SIGACTION='1' >HAVE_SIGHANDLER_T='1' >HAVE_SIGINFO_T='1' >HAVE_SIGNED_SIG_ATOMIC_T='' >HAVE_SIGNED_WCHAR_T='' >HAVE_SIGNED_WINT_T='' >HAVE_SIGSET_T='1' >HAVE_SLEEP='1' >HAVE_STDINT_H='1' >HAVE_STPCPY='1' >HAVE_STPNCPY='1' >HAVE_STRCASECMP='1' >HAVE_STRCASESTR='1' >HAVE_STRCHRNUL='1' >HAVE_STRINGS_H='1' >HAVE_STRPBRK='1' >HAVE_STRPTIME='1' >HAVE_STRSEP='1' >HAVE_STRTOD='1' >HAVE_STRTOLL='1' >HAVE_STRTOULL='1' >HAVE_STRUCT_RANDOM_DATA='1' >HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' >HAVE_STRUCT_SOCKADDR_STORAGE='1' >HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1' >HAVE_STRUCT_TIMEVAL='1' >HAVE_STRUCT_UTSNAME='1' >HAVE_STRVERSCMP='1' >HAVE_SYMLINK='1' >HAVE_SYMLINKAT='1' >HAVE_SYS_BITYPES_H='0' >HAVE_SYS_INTTYPES_H='0' >HAVE_SYS_IOCTL_H='' >HAVE_SYS_LOADAVG_H='0' >HAVE_SYS_PARAM_H='0' >HAVE_SYS_SELECT_H='1' >HAVE_SYS_SOCKET_H='1' >HAVE_SYS_TIME_H='1' >HAVE_SYS_TYPES_H='1' >HAVE_SYS_UIO_H='' >HAVE_SYS_UTSNAME_H='' >HAVE_TIMEGM='1' >HAVE_TIMEZONE_T='0' >HAVE_TRUNCATE='1' >HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' >HAVE_TZSET='1' >HAVE_UNAME='1' >HAVE_UNISTD_H='' >HAVE_UNLINKAT='1' >HAVE_UNLOCKPT='1' >HAVE_UNSIGNED_LONG_LONG_INT='1' >HAVE_USLEEP='1' >HAVE_UTIMENSAT='1' >HAVE_WCHAR_H='1' >HAVE_WCHAR_T='1' >HAVE_WCPCPY='1' >HAVE_WCPNCPY='1' >HAVE_WCRTOMB='1' >HAVE_WCSCASECMP='1' >HAVE_WCSCAT='1' >HAVE_WCSCHR='1' >HAVE_WCSCMP='1' >HAVE_WCSCOLL='1' >HAVE_WCSCPY='1' >HAVE_WCSCSPN='1' >HAVE_WCSDUP='1' >HAVE_WCSFTIME='1' >HAVE_WCSLEN='1' >HAVE_WCSNCASECMP='1' >HAVE_WCSNCAT='1' >HAVE_WCSNCMP='1' >HAVE_WCSNCPY='1' >HAVE_WCSNLEN='1' >HAVE_WCSNRTOMBS='1' >HAVE_WCSPBRK='1' >HAVE_WCSRCHR='1' >HAVE_WCSRTOMBS='1' >HAVE_WCSSPN='1' >HAVE_WCSSTR='1' >HAVE_WCSTOK='1' >HAVE_WCSWIDTH='1' >HAVE_WCSXFRM='1' >HAVE_WCTRANS_T='1' >HAVE_WCTYPE_H='' >HAVE_WCTYPE_T='1' >HAVE_WINSOCK2_H='0' >HAVE_WINT_T='' >HAVE_WMEMCHR='1' >HAVE_WMEMCMP='1' >HAVE_WMEMCPY='1' >HAVE_WMEMMOVE='1' >HAVE_WMEMSET='1' >HAVE_WS2TCPIP_H='0' >HAVE_XLOCALE_H='0' >HAVE__BOOL='' >HAVE__EXIT='1' >HLN='hln' >HOST_CPU='x86_64' >HOST_CPU_C_ABI='x86_64' >INCLUDE_NEXT='include_next' >INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' >INCTERMCAP='' >INET_NTOP_LIB='' >INET_PTON_LIB='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTLLIBS='' >INTL_MACOSX_LIBS='' >LD='/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBAVCALL='' >LIBAVCALL_PREFIX='' >LIBCALLBACK='' >LIBCALLBACK_PREFIX='' >LIBFFCALL='' >LIBFFCALL_PREFIX='' >LIBGNU_LIBDEPS='' >LIBGNU_LTLIBDEPS='' >LIBICONV='' >LIBINTL='' >LIBMULTITHREAD='-lpthread' >LIBOBJS='' >LIBPTH='' >LIBPTH_PREFIX='' >LIBS='' >LIBSIGSEGV='/usr/lib64/libsigsegv.so' >LIBSIGSEGV_PREFIX='/usr' >LIBSOCKET='' >LIBTERMCAP='' >LIBTHREAD='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBTOOL_DEPS='../src/build-aux/ltmain.sh' >LIBUNISTRING='/usr/lib64/libunistring.so' >LIBUNISTRING_COMPILE_UNINAME_UNINAME_FALSE='' >LIBUNISTRING_COMPILE_UNINAME_UNINAME_TRUE='' >LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='' >LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE='' >LIBUNISTRING_PREFIX='/usr' >LIBUNISTRING_UNINAME_H='' >LIBUNISTRING_UNITYPES_H='' >LIBUNISTRING_UNIWIDTH_H='' >LIB_CRYPTO='' >LIB_SELECT='' >LIMITS_H='limits.h' >LIPO='' >LN='ln' >LN_S='ln -s' >LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/src/gllib"' >LOCALE_FR='fr_FR' >LOCALE_FR_UTF8='fr_FR.UTF-8' >LOCALE_JA='ja_JP' >LOCALE_ZH_CN='zh_CN.GB18030' >LTLIBAVCALL='' >LTLIBCALLBACK='' >LTLIBFFCALL='' >LTLIBICONV='' >LTLIBINTL='' >LTLIBMULTITHREAD='-lpthread' >LTLIBOBJS='' >LTLIBPTH='' >LTLIBSIGSEGV='-L/usr/lib64 -lsigsegv' >LTLIBTHREAD='' >LTLIBUNISTRING='-L/usr/lib64 -lunistring' >LT_SYS_LIBRARY_PATH='' >MAKEINFO='${SHELL} /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/build-aux/missing makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >MSGFMT='' >MSGFMT_015='' >MSGMERGE='' >NETINET_IN_H='' >NEXT_ARPA_INET_H='<arpa/inet.h>' >NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>' >NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' >NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>' >NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>' >NEXT_AS_FIRST_DIRECTIVE_LIMITS_H='<limits.h>' >NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>' >NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H='' >NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='' >NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' >NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' >NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='' >NEXT_AS_FIRST_DIRECTIVE_STRINGS_H='<strings.h>' >NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_IOCTL_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_UTSNAME_H='' >NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H='' >NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>' >NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='' >NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='' >NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='' >NEXT_ERRNO_H='' >NEXT_FCNTL_H='<fcntl.h>' >NEXT_LANGINFO_H='<langinfo.h>' >NEXT_LIMITS_H='<limits.h>' >NEXT_LOCALE_H='<locale.h>' >NEXT_NETINET_IN_H='' >NEXT_SIGNAL_H='' >NEXT_STDDEF_H='' >NEXT_STDINT_H='<stdint.h>' >NEXT_STDLIB_H='' >NEXT_STRINGS_H='<strings.h>' >NEXT_STRING_H='<string.h>' >NEXT_SYS_IOCTL_H='' >NEXT_SYS_SELECT_H='<sys/select.h>' >NEXT_SYS_SOCKET_H='<sys/socket.h>' >NEXT_SYS_STAT_H='<sys/stat.h>' >NEXT_SYS_TIME_H='<sys/time.h>' >NEXT_SYS_TYPES_H='<sys/types.h>' >NEXT_SYS_UIO_H='' >NEXT_SYS_UTSNAME_H='' >NEXT_SYS_WAIT_H='' >NEXT_TIME_H='<time.h>' >NEXT_UNISTD_H='' >NEXT_WCHAR_H='' >NEXT_WCTYPE_H='' >NM='/usr/bin/nm -B' >NMEDIT='' >NO_CXX='' >OBJDUMP='objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='clisp' >PACKAGE_BUGREPORT='http://clisp.org/' >PACKAGE_NAME='GNU CLISP' >PACKAGE_STRING='GNU CLISP 2.49.92 (2018-02-18)' >PACKAGE_TARNAME='clisp' >PACKAGE_URL='http://www.gnu.org/software/clisp/' >PACKAGE_VERSION='2.49.92 (2018-02-18)' >PATH_SEPARATOR=':' >POSUB='' >PRAGMA_COLUMNS='' >PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' >PS2PDF='ps2pdf' >PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' >PTRDIFF_T_SUFFIX='' >RANLIB='ranlib' >REPLACE_BTOWC='0' >REPLACE_CALLOC='0' >REPLACE_CANONICALIZE_FILE_NAME='0' >REPLACE_CHOWN='0' >REPLACE_CLOSE='0' >REPLACE_CTIME='GNULIB_PORTCHECK' >REPLACE_DUP2='0' >REPLACE_DUP='0' >REPLACE_DUPLOCALE='0' >REPLACE_FACCESSAT='0' >REPLACE_FCHOWNAT='0' >REPLACE_FCNTL='0' >REPLACE_FSTAT='0' >REPLACE_FSTATAT='0' >REPLACE_FTRUNCATE='0' >REPLACE_FUTIMENS='0' >REPLACE_GETCWD='0' >REPLACE_GETDOMAINNAME='0' >REPLACE_GETDTABLESIZE='0' >REPLACE_GETGROUPS='0' >REPLACE_GETLOGIN_R='0' >REPLACE_GETPAGESIZE='0' >REPLACE_GETTIMEOFDAY='0' >REPLACE_GMTIME='0' >REPLACE_INET_NTOP='0' >REPLACE_INET_PTON='0' >REPLACE_IOCTL='1' >REPLACE_ISATTY='0' >REPLACE_ISWBLANK='0' >REPLACE_ISWCNTRL='' >REPLACE_LCHOWN='0' >REPLACE_LINK='0' >REPLACE_LINKAT='0' >REPLACE_LOCALECONV='0' >REPLACE_LOCALTIME='0' >REPLACE_LOCALTIME_R='GNULIB_PORTCHECK' >REPLACE_LSEEK='0' >REPLACE_LSTAT='0' >REPLACE_MALLOC='0' >REPLACE_MBRLEN='0' >REPLACE_MBRTOWC='1' >REPLACE_MBSINIT='0' >REPLACE_MBSNRTOWCS='0' >REPLACE_MBSRTOWCS='0' >REPLACE_MBSTATE_T='0' >REPLACE_MBTOWC='0' >REPLACE_MEMCHR='0' >REPLACE_MEMMEM='0' >REPLACE_MKDIR='0' >REPLACE_MKFIFO='0' >REPLACE_MKNOD='0' >REPLACE_MKSTEMP='0' >REPLACE_MKTIME='GNULIB_PORTCHECK' >REPLACE_NANOSLEEP='GNULIB_PORTCHECK' >REPLACE_NL_LANGINFO='0' >REPLACE_NULL='0' >REPLACE_OPEN='0' >REPLACE_OPENAT='0' >REPLACE_PREAD='0' >REPLACE_PSELECT='0' >REPLACE_PTHREAD_SIGMASK='0' >REPLACE_PTSNAME='0' >REPLACE_PTSNAME_R='0' >REPLACE_PUTENV='0' >REPLACE_PWRITE='0' >REPLACE_QSORT_R='0' >REPLACE_RAISE='0' >REPLACE_RANDOM_R='0' >REPLACE_READ='0' >REPLACE_READLINK='0' >REPLACE_READLINKAT='0' >REPLACE_REALLOC='0' >REPLACE_REALPATH='0' >REPLACE_RMDIR='0' >REPLACE_SELECT='0' >REPLACE_SETENV='0' >REPLACE_SETLOCALE='0' >REPLACE_SLEEP='0' >REPLACE_STAT='0' >REPLACE_STPNCPY='0' >REPLACE_STRCASESTR='0' >REPLACE_STRCHRNUL='0' >REPLACE_STRDUP='0' >REPLACE_STRERROR='0' >REPLACE_STRERROR_R='0' >REPLACE_STRFTIME='GNULIB_PORTCHECK' >REPLACE_STRNCAT='0' >REPLACE_STRNDUP='0' >REPLACE_STRNLEN='0' >REPLACE_STRSIGNAL='0' >REPLACE_STRSTR='0' >REPLACE_STRTOD='0' >REPLACE_STRTOK_R='0' >REPLACE_STRUCT_LCONV='0' >REPLACE_STRUCT_TIMEVAL='0' >REPLACE_SYMLINK='0' >REPLACE_SYMLINKAT='0' >REPLACE_TIMEGM='GNULIB_PORTCHECK' >REPLACE_TOWLOWER='' >REPLACE_TRUNCATE='0' >REPLACE_TTYNAME_R='0' >REPLACE_TZSET='GNULIB_PORTCHECK' >REPLACE_UNLINK='0' >REPLACE_UNLINKAT='0' >REPLACE_UNSETENV='0' >REPLACE_USLEEP='0' >REPLACE_UTIMENSAT='0' >REPLACE_WCRTOMB='0' >REPLACE_WCSFTIME='0' >REPLACE_WCSNRTOMBS='0' >REPLACE_WCSRTOMBS='0' >REPLACE_WCSWIDTH='0' >REPLACE_WCTOB='0' >REPLACE_WCTOMB='0' >REPLACE_WCWIDTH='0' >REPLACE_WRITE='0' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >SIG_ATOMIC_T_SUFFIX='' >SIZE_T_SUFFIX='' >STDALIGN_H='' >STDBOOL_H='' >STDDEF_H='' >STDINT_H='' >STRIP='strip' >SYS_IOCTL_H_HAVE_WINSOCK2_H='0' >SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' >SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' >TIME_H_DEFINES_STRUCT_TIMESPEC='1' >UNDEFINE_STRTOK_R='0' >UNISTD_H_DEFINES_STRUCT_TIMESPEC='0' >UNISTD_H_HAVE_WINSOCK2_H='0' >UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' >USE_NLS='' >VERSION='2.49.92 (2018-02-18)' >WCHAR_T_SUFFIX='' >WINDOWS_64_BIT_OFF_T='0' >WINDOWS_64_BIT_ST_SIZE='0' >WINDOWS_STAT_INODES='0' >WINDOWS_STAT_TIMESPEC='0' >WINDRES='' >WINT_T_SUFFIX='' >XGETTEXT='' >XGETTEXT_015='' >XGETTEXT_EXTRA_OPTIONS='' >XMKMF='' >X_CFLAGS='' >X_EXTRA_LIBS='' >X_LIBS='' >X_PRE_LIBS='' >ac_ct_AR='ar' >ac_ct_CC='gcc' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='_no' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/bin' >build='x86_64-pc-linux-gnu' >build_alias='' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='${datarootdir}' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >gl_LIBOBJS=' ioctl.o localtime-buffer.o mbrtowc.o' >gl_LTLIBOBJS='' >gltests_LIBOBJS='' >gltests_LTLIBOBJS='' >gltests_WITNESS='' >host='x86_64-pc-linux-gnu' >host_alias='' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='${datarootdir}/info' >install_sh='${SHELL} /var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/build-aux/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >lispdir='${datarootdir}/emacs/site-lisp' >localedir='${datarootdir}/locale' >localstatedir='${prefix}/var' >mandir='${datarootdir}/man' >mkdir_p='$(MKDIR_P)' >module_configure_flags='' >oldincludedir='/usr/include' >pdfdir='${docdir}' >pkglibexecdir='${libexecdir}/${PACKAGE}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='${prefix}/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "GNU CLISP" >#define PACKAGE_TARNAME "clisp" >#define PACKAGE_VERSION "2.49.92 (2018-02-18)" >#define PACKAGE_STRING "GNU CLISP 2.49.92 (2018-02-18)" >#define PACKAGE_BUGREPORT "http://clisp.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 _DARWIN_C_SOURCE 1 >#define _GNU_SOURCE 1 >#define _NETBSD_SOURCE 1 >#define _OPENBSD_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1 >#define __STDC_WANT_IEC_60559_BFP_EXT__ 1 >#define __STDC_WANT_IEC_60559_DFP_EXT__ 1 >#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1 >#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1 >#define __STDC_WANT_LIB_EXT2__ 1 >#define __STDC_WANT_MATH_SPEC_FUNCS__ 1 >#define _TANDEM_SOURCE 1 >#define _HPUX_ALT_XOPEN_SOCKET_API 1 >#define _DARWIN_USE_64_BIT_INODE 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define _DARWIN_USE_64_BIT_INODE 1 >#define USER_LABEL_PREFIX >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_FEATURES_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_WCTYPE_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_UIO_H 1 >#define HAVE_SYS_UTSNAME_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_SHUTDOWN 1 >#define HAVE_STRUCT_SOCKADDR_STORAGE 1 >#define HAVE_SA_FAMILY_T 1 >#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 >#define HAVE_RAW_DECL_SOCKET 1 >#define HAVE_RAW_DECL_CONNECT 1 >#define HAVE_RAW_DECL_ACCEPT 1 >#define HAVE_RAW_DECL_BIND 1 >#define HAVE_RAW_DECL_GETPEERNAME 1 >#define HAVE_RAW_DECL_GETSOCKNAME 1 >#define HAVE_RAW_DECL_GETSOCKOPT 1 >#define HAVE_RAW_DECL_LISTEN 1 >#define HAVE_RAW_DECL_RECV 1 >#define HAVE_RAW_DECL_SEND 1 >#define HAVE_RAW_DECL_RECVFROM 1 >#define HAVE_RAW_DECL_SENDTO 1 >#define HAVE_RAW_DECL_SETSOCKOPT 1 >#define HAVE_RAW_DECL_SHUTDOWN 1 >#define HAVE_RAW_DECL_ACCEPT4 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_BTOWC 1 >#define HAVE_SYMLINK 1 >#define HAVE_ISBLANK 1 >#define HAVE_ISWCTYPE 1 >#define HAVE_MBSRTOWCS 1 >#define HAVE_MEMPCPY 1 >#define HAVE_WMEMCHR 1 >#define HAVE_WMEMCPY 1 >#define HAVE_WMEMPCPY 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_READLINK 1 >#define HAVE_LSTAT 1 >#define HAVE_MBSINIT 1 >#define HAVE_MBRTOWC 1 >#define HAVE_MPROTECT 1 >#define HAVE_MKFIFO 1 >#define HAVE_MKNOD 1 >#define HAVE_MKSTEMP 1 >#define HAVE_TZSET 1 >#define HAVE_NL_LANGINFO 1 >#define HAVE_SETENV 1 >#define HAVE_STRDUP 1 >#define HAVE_STRERROR_R 1 >#define HAVE___XPG_STRERROR_R 1 >#define HAVE_CATGETS 1 >#define HAVE_SNPRINTF 1 >#define HAVE_STRPTIME 1 >#define HAVE_LOCALTIME_R 1 >#define HAVE_TIMEGM 1 >#define HAVE_WCRTOMB 1 >#define HAVE_ISWCNTRL 1 >#define HAVE_LANGINFO_CODESET 1 >#define HAVE_ENVIRON_DECL 1 >#define HAVE_WORKING_O_NOATIME 1 >#define HAVE_WORKING_O_NOFOLLOW 1 >#define HAVE_MBSTATE_T 1 >#define restrict __restrict >#define HAVE_RAW_DECL_GETTIMEOFDAY 1 >#ifndef __x86_64__ >#define __x86_64__ 1 >#endif >#ifndef __x86_64__ >#define __x86_64__ 1 >#endif >#define HAVE_ICONV 1 >#define ICONV_CONST >#define HAVE_IPV4 1 >#define HAVE_IPV6 1 >#define HAVE_LIBUNISTRING 1 >#define HAVE_DECL_GETC_UNLOCKED 1 >#define HAVE_WCHAR_T 1 >#define USE_POSIX_THREADS 1 >#define USE_POSIX_THREADS_WEAK 1 >#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >#define HAVE_STDLIB_H 1 >#define MALLOC_0_IS_NONNULL 1 >#define HAVE_UNSIGNED_LONG_LONG_INT 1 >#define HAVE_LONG_LONG_INT 1 >#define HAVE_MAP_ANONYMOUS 1 >#define TIME_T_IS_SIGNED 1 >#define HAVE_DECL_ALARM 1 >#define HAVE_STRUCT_TM_TM_ZONE 1 >#define HAVE_TM_ZONE 1 >#define HAVE_TM_GMTOFF 1 >#define HAVE_RAW_DECL_PSELECT 1 >#define HAVE_RAW_DECL_SELECT 1 >#define HAVE_DECL_SETENV 1 >#define HAVE_SEARCH_H 1 >#define HAVE_TSEARCH 1 >#define HAVE_SIGSET_T 1 >#define HAVE_RAW_DECL_FCHMODAT 1 >#define HAVE_RAW_DECL_FSTAT 1 >#define HAVE_RAW_DECL_FSTATAT 1 >#define HAVE_RAW_DECL_FUTIMENS 1 >#define HAVE_RAW_DECL_LCHMOD 1 >#define HAVE_RAW_DECL_LSTAT 1 >#define HAVE_RAW_DECL_MKDIRAT 1 >#define HAVE_RAW_DECL_MKFIFO 1 >#define HAVE_RAW_DECL_MKFIFOAT 1 >#define HAVE_RAW_DECL_MKNOD 1 >#define HAVE_RAW_DECL_MKNODAT 1 >#define HAVE_RAW_DECL_STAT 1 >#define HAVE_RAW_DECL_UTIMENSAT 1 >#define HAVE__BOOL 1 >#define HAVE_WINT_T 1 >#define HAVE_DECL_STRDUP 1 >#define HAVE_DECL_STRERROR_R 1 >#define HAVE_RAW_DECL_FFSL 1 >#define HAVE_RAW_DECL_FFSLL 1 >#define HAVE_RAW_DECL_MEMMEM 1 >#define HAVE_RAW_DECL_MEMPCPY 1 >#define HAVE_RAW_DECL_MEMRCHR 1 >#define HAVE_RAW_DECL_RAWMEMCHR 1 >#define HAVE_RAW_DECL_STPCPY 1 >#define HAVE_RAW_DECL_STPNCPY 1 >#define HAVE_RAW_DECL_STRCHRNUL 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_STRCASESTR 1 >#define HAVE_RAW_DECL_STRTOK_R 1 >#define HAVE_RAW_DECL_STRERROR_R 1 >#define HAVE_RAW_DECL_STRSIGNAL 1 >#define HAVE_RAW_DECL_STRVERSCMP 1 >#define HAVE_RAW_DECL_FFS 1 >#define HAVE_RAW_DECL_STRCASECMP 1 >#define HAVE_RAW_DECL_STRNCASECMP 1 >#define _USE_STD_STAT 1 >#define HAVE_DECL_UNSETENV 1 >#define GNULIB_TEST_ACCEPT 1 >#define HAVE_ALLOCA 1 >#define HAVE_RAW_DECL_INET_NTOP 1 >#define HAVE_RAW_DECL_INET_PTON 1 >#define GNULIB_TEST_BIND 1 >#define GNULIB_TEST_BTOWC 1 >#define HAVE___BUILTIN_EXPECT 1 >#define HAVE_STRTOD_L 1 >#define GNULIB_TEST_CLOSE 1 >#define GNULIB_TEST_CONNECT 1 >#define HAVE_DUP2 1 >#define GNULIB_TEST_DUP2 1 >#define GNULIB_TEST_ENVIRON 1 >#define HAVE_RAW_DECL_FCNTL 1 >#define HAVE_RAW_DECL_OPENAT 1 >#define FLEXIBLE_ARRAY_MEMBER /**/ >#define HAVE_GETHOSTNAME 1 >#define GNULIB_TEST_GETHOSTNAME 1 >#define GNULIB_TEST_GETLOADAVG 1 >#define HAVE_GETPAGESIZE 1 >#define GNULIB_TEST_GETPAGESIZE 1 >#define GNULIB_TEST_GETPEERNAME 1 >#define GNULIB_TEST_GETSOCKNAME 1 >#define GNULIB_TEST_GETSOCKOPT 1 >#define GETTIMEOFDAY_TIMEZONE void >#define GNULIB_TEST_GETTIMEOFDAY 1 >#define HAVE_DECL_INET_NTOP 1 >#define HAVE_DECL_INET_PTON 1 >#define HAVE_IOCTL 1 >#define GNULIB_TEST_IOCTL 1 >#define HAVE_RAW_DECL_NL_LANGINFO 1 >#define HAVE_LIBSIGSEGV 1 >#define LINK_FOLLOWS_SYMLINKS 0 >#define GNULIB_TEST_LISTEN 1 >#define HAVE_RAW_DECL_SETLOCALE 1 >#define HAVE_RAW_DECL_DUPLOCALE 1 >#define GNULIB_TEST_LOCALECONV 1 >#define HAVE_PTHREAD_RWLOCK 1 >#define HAVE_PTHREAD_MUTEX_RECURSIVE 1 >#define GNULIB_LOCK 1 >#define GNULIB_TEST_LSTAT 1 >#define HAVE_MALLOC_POSIX 1 >#define GNULIB_TEST_MALLOC_POSIX 1 >#define C_LOCALE_MAYBE_EILSEQ 1 >#define GNULIB_TEST_MBRTOWC 1 >#define GNULIB_TEST_MBSINIT 1 >#define GNULIB_TEST_MBSRTOWCS 1 >#define GNULIB_TEST_MBTOWC 1 >#define GNULIB_TEST_MEMCHR 1 >#define HAVE_MKDTEMP 1 >#define GNULIB_TEST_MKDTEMP 1 >#define GNULIB_TEST_MKFIFO 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 836763
: 768760