Build of clisp with vanilla toolchain

The build took 00h 01m 56s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
181,180 ansic
79,984 lisp
16,588 sh
7,286 fortran
2,274 makefile
164 perl
15 sed
287,491 total

The process tree of the build process is here.

List of Errors

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: clisp 2.49-5 (Wed Aug 24 14:05:50 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) ffcall-1.10-6
#
# Total Installed Size: 0.22 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing ffcall...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# executing /tmp/clisp/src/clisp-2.49/src/configure --host=x86_64-unknown-linux --prefix=/usr --with-readline --with-ffcall src
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# configure: creating cache config.cache
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# configure: ** check for host type
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for 64-bit x86_64... yes
# checking how to remove colons from paths... echo $x
# configure: ** checks for programs
# checking for x86_64-unknown-linux-gcc... gcc
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether gcc accepts -g... (cached) yes
# checking for gcc option to accept ISO C89... (cached) none needed
# checking dependency style of gcc... (cached) gcc3
# checking how to run the C preprocessor... gcc -E
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether gcc and cc understand -c and -o together... yes
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking how to make hard links... ln
# checking whether ln -s works... yes
# checking how to make hard links to symlinks... hln
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by gcc... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from gcc object... ok
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for groff... groff
# checking for ps2pdf... ps2pdf
# checking for gzip... gzip
# checking whether test -nt works... yes
# configure: ** checks for system features
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking whether using GNU C... yes
# checking whether using SUNPRO C... no
# checking whether using C++... no
# checking whether CPP likes empty macro arguments... yes
# checking for underscore in external names... no
# checking whether gethostent requires -lnsl... no
# checking whether setsockopt requires -lsocket... no
# checking whether CC works at all... yes
# configure: ** check for add-ons
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for C/C++ restrict keyword... __restrict
# checking for sys/time.h... yes
# checking for langinfo.h... yes
# checking for sys/mman.h... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking for wchar.h... yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for wctype.h... yes
# checking whether the preprocessor supports include_next... yes
# checking for struct timeval... yes
# checking whether gettimeofday is declared without a macro... yes
# checking for gettimeofday... yes
# checking for readlink... yes
# checking for mbsinit... yes
# checking for mbrtowc... yes
# checking for mbsrtowcs... yes
# checking for mprotect... yes
# checking for memchr... yes
# checking for nl_langinfo... yes
# checking for iswcntrl... yes
# checking for iswblank... yes
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for nl_langinfo and CODESET... yes
# checking for working fcntl.h... yes
# checking whether getc_unlocked is declared... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking for mbstate_t... yes
# checking for a traditional japanese locale... none
# checking for a transitional chinese locale... none
# checking for a french Unicode locale... none
# checking for mmap... yes
# checking for MAP_ANONYMOUS... yes
# checking whether memchr works... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for wchar_t... yes
# checking for long long int... yes
# checking for unsigned long long int... yes
# checking whether memmem is declared without a macro... yes
# checking whether mempcpy is declared without a macro... yes
# checking whether memrchr is declared without a macro... yes
# checking whether rawmemchr is declared without a macro... yes
# checking whether stpcpy is declared without a macro... yes
# checking whether stpncpy is declared without a macro... yes
# checking whether strchrnul is declared without a macro... yes
# checking whether strdup is declared without a macro... yes
# checking whether strncat is declared without a macro... yes
# checking whether strndup is declared without a macro... yes
# checking whether strnlen is declared without a macro... yes
# checking whether strpbrk is declared without a macro... yes
# checking whether strsep is declared without a macro... yes
# checking whether strcasestr is declared without a macro... yes
# checking whether strtok_r is declared without a macro... yes
# checking whether strsignal is declared without a macro... yes
# checking whether strverscmp is declared without a macro... yes
# checking for inline... inline
# checking whether uses 'inline' correctly... yes
# checking for wint_t... yes
# checking for alloca as a compiler built-in... yes
# checking for getpagesize... yes
# checking whether getpagesize is declared... yes
# checking whether gettimeofday clobbers localtime buffer... no
# checking for gettimeofday with POSIX signature... almost
# checking whether langinfo.h defines CODESET... yes
# checking whether langinfo.h defines ERA... yes
# checking whether nl_langinfo is declared without a macro... yes
# checking for libsigsegv... yes
# checking how to link with libsigsegv... /usr/lib/libsigsegv.so
# checking whether link(2) dereferences a symlink... no
# checking whether mbrtowc handles incomplete characters... guessing yes
# checking whether mbrtowc works as well as mbtowc... guessing yes
# checking whether mbrtowc handles a NULL string argument... guessing yes
# checking whether mbrtowc has a correct return value... guessing yes
# checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
# checking whether mbrtowc handles incomplete characters... (cached) guessing yes
# checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
# checking whether mbrtowc handles incomplete characters... (cached) guessing yes
# checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
# checking whether mbsrtowcs works... guessing yes
# checking whether NULL can be used in arbitrary expressions... yes
# checking whether stdint.h conforms to C99... yes
# checking whether chown is declared without a macro... yes
# checking whether dup2 is declared without a macro... yes
# checking whether dup3 is declared without a macro... yes
# checking whether environ is declared without a macro... yes
# checking whether euidaccess is declared without a macro... yes
# checking whether faccessat is declared without a macro... yes
# checking whether fchdir is declared without a macro... yes
# checking whether fchownat is declared without a macro... yes
# checking whether fsync is declared without a macro... yes
# checking whether ftruncate is declared without a macro... yes
# checking whether getcwd is declared without a macro... yes
# checking whether getdomainname is declared without a macro... yes
# checking whether getdtablesize is declared without a macro... yes
# checking whether getgroups is declared without a macro... yes
# checking whether gethostname is declared without a macro... yes
# checking whether getlogin is declared without a macro... yes
# checking whether getlogin_r is declared without a macro... yes
# checking whether getpagesize is declared without a macro... yes
# checking whether getusershell is declared without a macro... yes
# checking whether setusershell is declared without a macro... yes
# checking whether endusershell is declared without a macro... yes
# checking whether lchown is declared without a macro... yes
# checking whether link is declared without a macro... yes
# checking whether linkat is declared without a macro... yes
# checking whether lseek is declared without a macro... yes
# checking whether pipe2 is declared without a macro... yes
# checking whether pread is declared without a macro... yes
# checking whether pwrite is declared without a macro... yes
# checking whether readlink is declared without a macro... yes
# checking whether readlinkat is declared without a macro... yes
# checking whether rmdir is declared without a macro... yes
# checking whether sleep is declared without a macro... yes
# checking whether symlink is declared without a macro... yes
# checking whether symlinkat is declared without a macro... yes
# checking whether ttyname_r is declared without a macro... yes
# checking whether unlink is declared without a macro... yes
# checking whether unlinkat is declared without a macro... yes
# checking whether usleep is declared without a macro... yes
# checking whether btowc is declared without a macro... yes
# checking whether wctob is declared without a macro... yes
# checking whether mbsinit is declared without a macro... yes
# checking whether mbrtowc is declared without a macro... yes
# checking whether mbrlen is declared without a macro... yes
# checking whether mbsrtowcs is declared without a macro... yes
# checking whether mbsnrtowcs is declared without a macro... yes
# checking whether wcrtomb is declared without a macro... yes
# checking whether wcsrtombs is declared without a macro... yes
# checking whether wcsnrtombs is declared without a macro... yes
# checking whether wcwidth is declared without a macro... yes
# checking whether iswcntrl works... yes
# checking for iconv... yes
# checking for working iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking how to link with libavcall... /usr/lib/libavcall.a
# checking how to link with libcallback... /usr/lib/libcallback.a
# checking avcall.h usability... yes
# checking avcall.h presence... yes
# checking for avcall.h... yes
# checking callback.h usability... yes
# checking callback.h presence... yes
# checking for callback.h... yes
# checking for library containing __builtin_avcall... none required
# checking for library containing trampoline_r_data0... none required
# checking whether libffcall is installed... yes
# checking lightning.h usability... no
# checking lightning.h presence... no
# checking for lightning.h... no
# configure: ** checks for fundamental compiler characteristics
# checking for inline... (cached) inline
# checking for inline __builtin_strlen... yes
# checking for long long int... (cached) yes
# configure: ** checks for header files
# checking sys/inttypes.h usability... no
# checking sys/inttypes.h presence... no
# checking for sys/inttypes.h... no
# checking for unistd.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for sys/time.h... (cached) yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking sys/shm.h usability... yes
# checking sys/shm.h presence... yes
# checking for sys/shm.h... yes
# checking sys/ipc.h usability... yes
# checking sys/ipc.h presence... yes
# checking for sys/ipc.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking termio.h usability... yes
# checking termio.h presence... yes
# checking for termio.h... yes
# checking sys/termio.h usability... no
# checking sys/termio.h presence... no
# checking for sys/termio.h... no
# checking sgtty.h usability... yes
# checking sgtty.h presence... yes
# checking for sgtty.h... yes
# checking for tcgetattr... yes
# checking for TCSAFLUSH in termios.h... yes
# checking for struct winsize in termios.h... no
# checking for struct winsize in sys/ioctl.h... yes
# checking for X... libraries , headers
# checking for gethostbyname... yes
# checking for connect... yes
# checking for remove... yes
# checking for shmat... yes
# checking for IceConnectionNumber in -lICE... yes
# configure: ** checks for typedefs
# checking for caddr_t in sys/types.h... yes
# checking for socklen_t in sys/socket.h... yes
# checking size of off_t... 8
# checking size of struct timeval... 16
# configure: ** checks for structure members
# checking for struct dirent.d_namlen... no
# configure: ** checks for functions and declarations
# checking for working alloca.h... (cached) yes
# checking for alloca... (cached) yes
# checking for _setjmp... yes
# checking for _longjmp... yes
# checking whether signal handlers need to be reinstalled... no
# checking for sigaction... yes
# checking for siginterrupt... yes
# checking for strerror... yes
# checking for sysconf... yes
# checking for getdtablesize... yes
# checking for memset... yes
# checking for setsid... yes
# checking for setpgid... yes
# checking for fchmod... yes
# checking for fsync... yes
# checking for flock... yes
# checking for gethostent... yes
# checking for shutdown... yes
# checking for usleep... yes
# checking for ualarm... yes
# checking for setitimer... yes
# checking for nice... yes
# checking for ftime... yes
# checking for realpath... yes
# checking for getresuid... yes
# checking for setresuid... yes
# checking for getresgid... yes
# checking for setresgid... yes
# checking for setreuid... yes
# checking for setregid... yes
# checking for gethostname... yes
# checking for readlink... (cached) yes
# checking for getcwd... yes
# checking for uname... yes
# checking for readdir_r... yes
# checking for rand_r... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for unsetenv... yes
# checking whether environ is declared... (cached) yes
# checking return value of unsetenv... void
# checking for LC_MESSAGES... yes
# checking for getrlimit... yes
# checking for setrlimit... yes
# checking size of rlim_t... 8
# checking for getrlimit declaration... install-shextern int getrlimit (enum __rlimit_resource, struct rlimit *);
# checking for setrlimit declaration... install-shextern int setrlimit (enum __rlimit_resource, const struct rlimit *);
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking for waitpid declaration... install-shextern pid_t waitpid (pid_t, int*, int);
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/times.h usability... yes
# checking sys/times.h presence... yes
# checking for sys/times.h... yes
# checking for getrusage... yes
# checking for getrusage declaration... install-shextern int getrusage (int, struct rusage *);
# checking whether getrusage works... yes
# checking for lstat... yes
# checking for sys/stat.h... (cached) yes
# checking for struct stat.st_rdev... yes
# checking for struct stat.st_blksize... yes
# checking for struct stat.st_blocks... yes
# checking size of ino_t... 8
# checking size of dev_t... 8
# checking for ELOOP... yes
# checking for usable closedir return value... yes
# checking for ioctl... yes
# checking for ioctl declaration... install-shextern int ioctl (int, unsigned long, ...);
# checking for FIONREAD... no
# checking for FIONREAD in sys/filio.h... no
# checking for FIONREAD in sys/ioctl.h... yes
# checking for reliable FIONREAD... yes
# checking for poll... yes
# checking for reliable poll()... yes
# checking for select... yes
# checking for sys/select.h... yes
# checking for select declaration... install-shextern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
# checking for reliable select()... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for connect... (cached) yes
# checking for connect declaration... install-shextern int connect (int, const struct sockaddr *, unsigned int);
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking for sun_len in struct sockaddr_un... no
# checking for IPv4 sockets... yes
# checking for IPv6 sockets... yes
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for inet_addr... yes
# checking for setsockopt... yes
# checking for getsockopt... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking for inet_addr declaration... install-shextern unsigned int inet_addr (const char*);
# checking for netinet/tcp.h... yes
# checking for setsockopt declaration... install-shextern int setsockopt (int, int, int, const void*, unsigned int);
# checking for the code address range... 0x0000000000000000
# checking for the malloc address range... 0x0000000000000000
# checking for the shared library address range... 0x00007FB301000000
# checking for the stack address range... 0x00007FFFA2000000
# checking for vadvise... no
# checking for vm_allocate... no
# checking for sys/mman.h... (cached) yes
# checking for mmap... (cached) yes
# checking for working mmap... yes
# checking for munmap... yes
# checking for msync... yes
# checking for mprotect... (cached) yes
# checking for working mprotect... yes
# checking for working shared memory... yes
# checking sys/sysmacros.h usability... yes
# checking sys/sysmacros.h presence... yes
# checking for sys/sysmacros.h... yes
# checking for attachability of removed shared memory... yes
# checking for dlfcn.h... (cached) yes
# checking for library containing dlopen... -ldl
# checking for dlopen... yes
# checking for dlsym... yes
# checking for dlvsym... yes
# checking for dlerror... yes
# checking for dlclose... yes
# checking for dladdr... yes
# checking for working fcntl.h... (cached) yes
# configure: ** checks for libraries
# checking for library containing tgetent... -lncurses
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking for readline... yes
# checking for rl_filename_completion_function... yes
# checking for filename_completion_function declaration... install-shextern char* rl_filename_completion_function(const char*, int);
# checking whether rl_already_prompted is declared... yes
# checking whether rl_readline_name is declared... yes
# checking whether rl_gnu_readline_p is declared... yes
# checking whether rl_deprep_term_function is declared... yes
# checking for a modern readline... found a modern GNU readline
# configure: ** checks for OS services
# checking for the valid characters in filenames... ((ch >= 1) && (ch != 47))
# configure: ** checks for compiler characteristics (arithmetic data types)
# checking whether char is unsigned... no
# checking whether single-float divbyzero raises an exception... no
# checking whether single-float overflow raises an exception... no
# checking whether single-float underflow raises an exception... no
# checking whether single-float inexact raises an exception... no
# checking whether double-float divbyzero raises an exception... no
# checking whether double-float overflow raises an exception... no
# checking whether double-float underflow raises an exception... no
# checking whether double-float inexact raises an exception... no
# checking whether byte ordering is bigendian... no
# checking for integer types and behaviour... created intparam.h
# checking for floating-point types and behaviour... created floatparam.h
# configure: ** output file generation
# configure: updating cache config.cache
# configure: creating ./config.status
# config.status: creating po/Makefile.in
# config.status: creating gllib/Makefile
# config.status: creating makemake
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# Configure findings:
# FFI: yes (user requested: yes)
# readline: yes (user requested: yes)
# libsigsegv: yes
# ./makemake --with-dynamic-ffi --prefix=/usr --with-readline cross x86_64-unknown-linux-gnu gcc > Makefile
# cp -p cfgunix.lisp config.lisp
# chmod +w config.lisp
# echo '(setq *clhs-root-default* "http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/")' >> config.lisp
#
# To continue building CLISP, the following commands are recommended
# (cf. unix/INSTALL step 4 ff):
# cd src
# vi config.lisp
# # The default stack size on your platform is insufficient
# # and must be increased to at least 16384. You must do either
# # 'ulimit -s 16384' (for Bourne shell derivatives, e.g., bash and zsh)
# # or 'limit stacksize 16384' (for C shell derivarives, e.g., tcsh)
# make
# make check
# mkdir -p gllib
# test -f gllib/Makefile || sh config.status gllib/Makefile depfiles
# cd gllib && make CFLAGS="-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC" CLISP_LIBDIR=/tmp/clisp/src/clisp-2.49/src
# make[1]: Entering directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# cd .. && make am--refresh
# make[2]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[2]: Nothing to be done for 'am--refresh'.
# make[2]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[2]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[2]: Nothing to be done for 'am--refresh'.
# make[2]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# rm -f alloca.h-t alloca.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./alloca.in.h; \
# } > alloca.h-t && \
# mv -f alloca.h-t alloca.h
# rm -f arg-nonnull.h-t arg-nonnull.h && \
# sed -n -e '/GL_ARG_NONNULL/,$p' \
# < /tmp/clisp/src/clisp-2.49/src/build-aux/arg-nonnull.h \
# | sed -e 's/_GL_/_gl_GL_/g' \
# > arg-nonnull.h-t && \
# mv arg-nonnull.h-t arg-nonnull.h
# rm -f c++defs.h-t c++defs.h && \
# sed -n -e '/_GL_CXXDEFS/,$p' \
# < /tmp/clisp/src/clisp-2.49/src/build-aux/c++defs.h \
# | sed -e 's/_GL_/_gl_GL_/g' \
# > c++defs.h-t && \
# mv c++defs.h-t c++defs.h
# rm -f configmake.h-t && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# echo '#define PREFIX "/usr"'; \
# echo '#define EXEC_PREFIX "/usr"'; \
# echo '#define BINDIR "/usr/bin"'; \
# echo '#define SBINDIR "/usr/sbin"'; \
# echo '#define LIBEXECDIR "/usr/libexec"'; \
# echo '#define DATAROOTDIR "/usr/share"'; \
# echo '#define DATADIR "/usr/share"'; \
# echo '#define SYSCONFDIR "/usr/etc"'; \
# echo '#define SHAREDSTATEDIR "/usr/com"'; \
# echo '#define LOCALSTATEDIR "/usr/var"'; \
# echo '#define INCLUDEDIR "/usr/include"'; \
# echo '#define OLDINCLUDEDIR "/usr/include"'; \
# echo '#define DOCDIR "/usr/share/doc/clisp"'; \
# echo '#define INFODIR "/usr/share/info"'; \
# echo '#define HTMLDIR "/usr/share/doc/clisp"'; \
# echo '#define DVIDIR "/usr/share/doc/clisp"'; \
# echo '#define PDFDIR "/usr/share/doc/clisp"'; \
# echo '#define PSDIR "/usr/share/doc/clisp"'; \
# echo '#define LIBDIR "/usr/lib"'; \
# echo '#define LISPDIR ""'; \
# echo '#define LOCALEDIR "/usr/share/locale"'; \
# echo '#define MANDIR "/usr/share/man"'; \
# echo '#define MANEXT ""'; \
# echo '#define PKGDATADIR "/usr/share/clisp"'; \
# echo '#define PKGINCLUDEDIR "/usr/include/clisp"'; \
# echo '#define PKGLIBDIR "/usr/lib/clisp"'; \
# echo '#define PKGLIBEXECDIR "/usr/libexec/clisp"'; \
# } | sed '/""/d' > configmake.h-t && \
# if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
# rm -f configmake.h-t; \
# else \
# rm -f configmake.h; mv configmake.h-t configmake.h; \
# fi
# rm -f warn-on-use.h-t warn-on-use.h && \
# sed -n -e '/^.ifndef/,$p' \
# < /tmp/clisp/src/clisp-2.49/src/build-aux/warn-on-use.h \
# | sed -e 's/_GL_/_gl_GL_/g' \
# > warn-on-use.h-t && \
# mv warn-on-use.h-t warn-on-use.h
# rm -f langinfo.h-t langinfo.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''HAVE_LANGINFO_H''@|1|g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_LANGINFO_H''@||g' \
# -e 's|@''GNULIB_NL_LANGINFO''@|1|g' \
# -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
# -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
# -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
# -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./langinfo.in.h; \
# } > langinfo.h-t && \
# mv langinfo.h-t langinfo.h
# rm -f string.h-t string.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_STRING_H''@||g' \
# -e 's|@''GNULIB_MBSLEN''@|0|g' \
# -e 's|@''GNULIB_MBSNLEN''@|0|g' \
# -e 's|@''GNULIB_MBSCHR''@|0|g' \
# -e 's|@''GNULIB_MBSRCHR''@|0|g' \
# -e 's|@''GNULIB_MBSSTR''@|0|g' \
# -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
# -e 's|@''GNULIB_MBSCSPN''@|0|g' \
# -e 's|@''GNULIB_MBSPBRK''@|0|g' \
# -e 's|@''GNULIB_MBSSPN''@|0|g' \
# -e 's|@''GNULIB_MBSSEP''@|0|g' \
# -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
# -e 's|@''GNULIB_MEMCHR''@|1|g' \
# -e 's|@''GNULIB_MEMMEM''@|0|g' \
# -e 's|@''GNULIB_MEMPCPY''@|0|g' \
# -e 's|@''GNULIB_MEMRCHR''@|0|g' \
# -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
# -e 's|@''GNULIB_STPCPY''@|0|g' \
# -e 's|@''GNULIB_STPNCPY''@|0|g' \
# -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
# -e 's|@''GNULIB_STRDUP''@|0|g' \
# -e 's|@''GNULIB_STRNCAT''@|0|g' \
# -e 's|@''GNULIB_STRNDUP''@|0|g' \
# -e 's|@''GNULIB_STRNLEN''@|0|g' \
# -e 's|@''GNULIB_STRPBRK''@|0|g' \
# -e 's|@''GNULIB_STRSEP''@|0|g' \
# -e 's|@''GNULIB_STRSTR''@|0|g' \
# -e 's|@''GNULIB_STRCASESTR''@|0|g' \
# -e 's|@''GNULIB_STRTOK_R''@|0|g' \
# -e 's|@''GNULIB_STRERROR''@|0|g' \
# -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
# -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
# < ./string.in.h | \
# sed -e 's|@''HAVE_MBSLEN''@|0|g' \
# -e 's|@''HAVE_MEMCHR''@|1|g' \
# -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
# -e 's|@''HAVE_MEMPCPY''@|1|g' \
# -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
# -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
# -e 's|@''HAVE_STPCPY''@|1|g' \
# -e 's|@''HAVE_STPNCPY''@|1|g' \
# -e 's|@''HAVE_STRCHRNUL''@|1|g' \
# -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
# -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
# -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
# -e 's|@''HAVE_STRPBRK''@|1|g' \
# -e 's|@''HAVE_STRSEP''@|1|g' \
# -e 's|@''HAVE_STRCASESTR''@|1|g' \
# -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
# -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
# -e 's|@''HAVE_STRVERSCMP''@|1|g' \
# -e 's|@''REPLACE_STPNCPY''@|0|g' \
# -e 's|@''REPLACE_MEMCHR''@|0|g' \
# -e 's|@''REPLACE_MEMMEM''@|0|g' \
# -e 's|@''REPLACE_STRCASESTR''@|0|g' \
# -e 's|@''REPLACE_STRDUP''@|0|g' \
# -e 's|@''REPLACE_STRSTR''@|0|g' \
# -e 's|@''REPLACE_STRERROR''@|0|g' \
# -e 's|@''REPLACE_STRNCAT''@|0|g' \
# -e 's|@''REPLACE_STRNDUP''@|0|g' \
# -e 's|@''REPLACE_STRNLEN''@|0|g' \
# -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
# -e 's|@''REPLACE_STRTOK_R''@|0|g' \
# -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h'; \
# < ./string.in.h; \
# } > string.h-t && \
# mv string.h-t string.h
# /usr/bin/mkdir -p sys
# rm -f sys/time.h-t sys/time.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_SYS_TIME_H''@||g' \
# -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
# -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
# -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
# -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./sys_time.in.h; \
# } > sys/time.h-t && \
# mv sys/time.h-t sys/time.h
# rm -f uniname.h-t uniname.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./uniname.in.h; \
# } > uniname.h-t && \
# mv -f uniname.h-t uniname.h
# rm -f unistd.h-t unistd.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_UNISTD_H''@||g' \
# -e 's|@''GNULIB_CHOWN''@|0|g' \
# -e 's|@''GNULIB_CLOSE''@|0|g' \
# -e 's|@''GNULIB_DUP2''@|0|g' \
# -e 's|@''GNULIB_DUP3''@|0|g' \
# -e 's|@''GNULIB_ENVIRON''@|0|g' \
# -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
# -e 's|@''GNULIB_FACCESSAT''@|0|g' \
# -e 's|@''GNULIB_FCHDIR''@|0|g' \
# -e 's|@''GNULIB_FCHOWNAT''@|0|g' \
# -e 's|@''GNULIB_FSYNC''@|0|g' \
# -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
# -e 's|@''GNULIB_GETCWD''@|0|g' \
# -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
# -e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \
# -e 's|@''GNULIB_GETGROUPS''@|0|g' \
# -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
# -e 's|@''GNULIB_GETLOGIN''@|0|g' \
# -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
# -e 's|@''GNULIB_GETPAGESIZE''@|1|g' \
# -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
# -e 's|@''GNULIB_LCHOWN''@|0|g' \
# -e 's|@''GNULIB_LINK''@|0|g' \
# -e 's|@''GNULIB_LINKAT''@|0|g' \
# -e 's|@''GNULIB_LSEEK''@|0|g' \
# -e 's|@''GNULIB_PIPE2''@|0|g' \
# -e 's|@''GNULIB_PREAD''@|0|g' \
# -e 's|@''GNULIB_PWRITE''@|0|g' \
# -e 's|@''GNULIB_READLINK''@|0|g' \
# -e 's|@''GNULIB_READLINKAT''@|0|g' \
# -e 's|@''GNULIB_RMDIR''@|0|g' \
# -e 's|@''GNULIB_SLEEP''@|0|g' \
# -e 's|@''GNULIB_SYMLINK''@|0|g' \
# -e 's|@''GNULIB_SYMLINKAT''@|0|g' \
# -e 's|@''GNULIB_TTYNAME_R''@|0|g' \
# -e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \
# -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
# -e 's|@''GNULIB_UNLINK''@|0|g' \
# -e 's|@''GNULIB_UNLINKAT''@|0|g' \
# -e 's|@''GNULIB_USLEEP''@|0|g' \
# -e 's|@''GNULIB_WRITE''@|0|g' \
# < ./unistd.in.h | \
# sed -e 's|@''HAVE_CHOWN''@|1|g' \
# -e 's|@''HAVE_DUP2''@|1|g' \
# -e 's|@''HAVE_DUP3''@|1|g' \
# -e 's|@''HAVE_EUIDACCESS''@|1|g' \
# -e 's|@''HAVE_FACCESSAT''@|1|g' \
# -e 's|@''HAVE_FCHDIR''@|1|g' \
# -e 's|@''HAVE_FCHOWNAT''@|1|g' \
# -e 's|@''HAVE_FSYNC''@|1|g' \
# -e 's|@''HAVE_FTRUNCATE''@|1|g' \
# -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \
# -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
# -e 's|@''HAVE_GETGROUPS''@|1|g' \
# -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
# -e 's|@''HAVE_GETLOGIN''@|1|g' \
# -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
# -e 's|@''HAVE_LCHOWN''@|1|g' \
# -e 's|@''HAVE_LINK''@|1|g' \
# -e 's|@''HAVE_LINKAT''@|1|g' \
# -e 's|@''HAVE_PIPE2''@|1|g' \
# -e 's|@''HAVE_PREAD''@|1|g' \
# -e 's|@''HAVE_PWRITE''@|1|g' \
# -e 's|@''HAVE_READLINK''@|1|g' \
# -e 's|@''HAVE_READLINKAT''@|1|g' \
# -e 's|@''HAVE_SLEEP''@|1|g' \
# -e 's|@''HAVE_SYMLINK''@|1|g' \
# -e 's|@''HAVE_SYMLINKAT''@|1|g' \
# -e 's|@''HAVE_TTYNAME_R''@|1|g' \
# -e 's|@''HAVE_UNLINKAT''@|1|g' \
# -e 's|@''HAVE_USLEEP''@|1|g' \
# -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
# -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
# -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
# -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
# -e 's|@''HAVE_OS_H''@|0|g' \
# -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
# -e 's|@''REPLACE_CHOWN''@|0|g' \
# -e 's|@''REPLACE_CLOSE''@|0|g' \
# -e 's|@''REPLACE_DUP''@|0|g' \
# -e 's|@''REPLACE_DUP2''@|0|g' \
# -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
# -e 's|@''REPLACE_GETCWD''@|0|g' \
# -e 's|@''REPLACE_GETGROUPS''@|0|g' \
# -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
# -e 's|@''REPLACE_LCHOWN''@|0|g' \
# -e 's|@''REPLACE_LINK''@|0|g' \
# -e 's|@''REPLACE_LINKAT''@|0|g' \
# -e 's|@''REPLACE_LSEEK''@|0|g' \
# -e 's|@''REPLACE_PREAD''@|0|g' \
# -e 's|@''REPLACE_PWRITE''@|0|g' \
# -e 's|@''REPLACE_READLINK''@|0|g' \
# -e 's|@''REPLACE_RMDIR''@|0|g' \
# -e 's|@''REPLACE_SLEEP''@|0|g' \
# -e 's|@''REPLACE_SYMLINK''@|0|g' \
# -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
# -e 's|@''REPLACE_UNLINK''@|0|g' \
# -e 's|@''REPLACE_UNLINKAT''@|0|g' \
# -e 's|@''REPLACE_USLEEP''@|0|g' \
# -e 's|@''REPLACE_WRITE''@|0|g' \
# -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
# -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h'; \
# } > unistd.h-t && \
# mv unistd.h-t unistd.h
# rm -f unitypes.h-t unitypes.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./unitypes.in.h; \
# } > unitypes.h-t && \
# mv -f unitypes.h-t unitypes.h
# rm -f uniwidth.h-t uniwidth.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./uniwidth.in.h; \
# } > uniwidth.h-t && \
# mv -f uniwidth.h-t uniwidth.h
# rm -f wchar.h-t wchar.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_WCHAR_H''@||g' \
# -e 's|@''HAVE_WCHAR_H''@|1|g' \
# -e 's|@''GNULIB_BTOWC''@|0|g' \
# -e 's|@''GNULIB_WCTOB''@|0|g' \
# -e 's|@''GNULIB_MBSINIT''@|1|g' \
# -e 's|@''GNULIB_MBRTOWC''@|1|g' \
# -e 's|@''GNULIB_MBRLEN''@|0|g' \
# -e 's|@''GNULIB_MBSRTOWCS''@|1|g' \
# -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \
# -e 's|@''GNULIB_WCRTOMB''@|0|g' \
# -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \
# -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \
# -e 's|@''GNULIB_WCWIDTH''@|0|g' \
# -e 's|@''HAVE_WINT_T''@|1|g' \
# -e 's|@''HAVE_BTOWC''@|1|g' \
# -e 's|@''HAVE_MBSINIT''@|1|g' \
# -e 's|@''HAVE_MBRTOWC''@|1|g' \
# -e 's|@''HAVE_MBRLEN''@|1|g' \
# -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
# -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
# -e 's|@''HAVE_WCRTOMB''@|1|g' \
# -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
# -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
# -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
# -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
# -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
# -e 's|@''REPLACE_BTOWC''@|0|g' \
# -e 's|@''REPLACE_WCTOB''@|0|g' \
# -e 's|@''REPLACE_MBSINIT''@|0|g' \
# -e 's|@''REPLACE_MBRTOWC''@|0|g' \
# -e 's|@''REPLACE_MBRLEN''@|0|g' \
# -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
# -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
# -e 's|@''REPLACE_WCRTOMB''@|0|g' \
# -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
# -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
# -e 's|@''REPLACE_WCWIDTH''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./wchar.in.h; \
# } > wchar.h-t && \
# mv wchar.h-t wchar.h
# rm -f wctype.h-t wctype.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_WCTYPE_H''@||g' \
# -e 's/@''HAVE_ISWBLANK''@/1/g' \
# -e 's/@''HAVE_ISWCNTRL''@/1/g' \
# -e 's/@''HAVE_WINT_T''@/1/g' \
# -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./wctype.in.h; \
# } > wctype.h-t && \
# mv wctype.h-t wctype.h
# make all-recursive
# make[2]: Entering directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# cd .. && make am--refresh
# make[3]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Nothing to be done for 'am--refresh'.
# make[3]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Nothing to be done for 'am--refresh'.
# make[3]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Entering directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# cd .. && make am--refresh
# make[4]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[4]: Nothing to be done for 'am--refresh'.
# make[4]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[4]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[4]: Nothing to be done for 'am--refresh'.
# make[4]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT localcharset.o -MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT strnlen1.o -MD -MP -MF $depbase.Tpo -c -o strnlen1.o strnlen1.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo uniname/uniname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT uniname/uniname.o -MD -MP -MF $depbase.Tpo -c -o uniname/uniname.o uniname/uniname.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT uniwidth/width.o -MD -MP -MF $depbase.Tpo -c -o uniwidth/width.o uniwidth/width.c &&\
# mv -f $depbase.Tpo $depbase.Po
# rm -f libgnu.a
# ar cru libgnu.a localcharset.o strnlen1.o uniname/uniname.o uniwidth/width.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libgnu.a
# rm -f t-charset.alias charset.alias && \
# /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias && \
# mv t-charset.alias charset.alias
# rm -f t-ref-add.sed ref-add.sed && \
# sed -e '/^#/d' -e 's/@''PACKAGE''@/clisp/g' ref-add.sin > t-ref-add.sed && \
# mv t-ref-add.sed ref-add.sed
# rm -f t-ref-del.sed ref-del.sed && \
# sed -e '/^#/d' -e 's/@''PACKAGE''@/clisp/g' ref-del.sin > t-ref-del.sed && \
# mv t-ref-del.sed ref-del.sed
# make[3]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# make[2]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# make[1]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# echo '#include "config.h"' > tmp.c
# cat 'intparam.c' >> tmp.c
# gcc tmp.c -o intparam
# ./intparam intparam.h
# rm -f intparam tmp.c
# echo '#include "config.h"' > tmp.c
# cat 'floatparam.c' >> tmp.c
# gcc tmp.c -o floatparam
# ./floatparam floatparam.h
# rm -f floatparam tmp.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/comment5.c -o comment5
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/gctrigger.c -o gctrigger
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/varbrace.c -o varbrace
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/txt2c.c -o txt2c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/ccmp2c.c -o ccmp2c
# ./comment5 spvw.d | ./gctrigger | ./varbrace > spvw.c
# ./comment5 spvwtabf.d | ./gctrigger | ./varbrace > spvwtabf.c
# ./comment5 spvwtabs.d | ./gctrigger | ./varbrace > spvwtabs.c
# ./comment5 spvwtabo.d | ./gctrigger | ./varbrace > spvwtabo.c
# ./comment5 eval.d | ./gctrigger | ./varbrace > eval.c
# ./comment5 control.d | ./gctrigger | ./varbrace > control.c
# ./comment5 encoding.d | ./gctrigger | ./varbrace > encoding.c
# ./comment5 pathname.d | ./gctrigger | ./varbrace > pathname.c
# ./comment5 stream.d | ./gctrigger | ./varbrace > stream.c
# ./comment5 socket.d | ./gctrigger | ./varbrace > socket.c
# ./comment5 io.d | ./gctrigger | ./varbrace > io.c
# ./comment5 funarg.d | ./gctrigger | ./varbrace > funarg.c
# ./comment5 array.d | ./gctrigger | ./varbrace > array.c
# ./comment5 hashtabl.d | ./gctrigger | ./varbrace > hashtabl.c
# ./comment5 list.d | ./gctrigger | ./varbrace > list.c
# ./comment5 package.d | ./gctrigger | ./varbrace > package.c
# ./comment5 record.d | ./gctrigger | ./varbrace > record.c
# ./comment5 weak.d | ./gctrigger | ./varbrace > weak.c
# ./comment5 sequence.d | ./gctrigger | ./varbrace > sequence.c
# ./comment5 charstrg.d | ./gctrigger | ./varbrace > charstrg.c
# ./comment5 debug.d | ./gctrigger | ./varbrace > debug.c
# ./comment5 error.d | ./gctrigger | ./varbrace > error.c
# ./comment5 misc.d | ./gctrigger | ./varbrace > misc.c
# ./comment5 time.d | ./gctrigger | ./varbrace > time.c
# ./comment5 predtype.d | ./gctrigger | ./varbrace > predtype.c
# ./comment5 symbol.d | ./gctrigger | ./varbrace > symbol.c
# ./comment5 lisparit.d | ./gctrigger | ./varbrace > lisparit.c
# ./comment5 i18n.d | ./gctrigger | ./varbrace > i18n.c
# ./comment5 foreign.d | ./gctrigger | ./varbrace > foreign.c
# ./comment5 unixaux.d | ./gctrigger | ./varbrace > unixaux.c
# ./comment5 built.d | ./gctrigger | ./varbrace > built.c
# ./comment5 lispbibl.d | sed -e 's/^\(%% .*\)//' | ./gctrigger | ./varbrace > lispbibl.c
# End of comment outside comment in line 5699
# ./comment5 fsubr.d | ./gctrigger | ./varbrace > fsubr.c
# ./comment5 subr.d | ./gctrigger | ./varbrace > subr.c
# ./comment5 pseudofun.d | ./gctrigger | ./varbrace > pseudofun.c
# ./comment5 constsym.d | ./gctrigger | ./varbrace > constsym.c
# ./comment5 constobj.d | ./gctrigger | ./varbrace > constobj.c
# ./comment5 constobj_tl.d | ./gctrigger | ./varbrace > constobj_tl.c
# ./comment5 unix.d | ./gctrigger | ./varbrace > unix.c
# ./comment5 xthread.d | ./gctrigger | ./varbrace > xthread.c
# ./comment5 constpack.d | ./gctrigger | ./varbrace > constpack.c
# ./comment5 avl.d | ./gctrigger | ./varbrace > avl.c
# ./comment5 sort.d | ./gctrigger | ./varbrace > sort.c
# ./comment5 subrkw.d | ./gctrigger | ./varbrace > subrkw.c
# ./comment5 bytecode.d | ./gctrigger | ./varbrace > bytecode.c
# ./comment5 spvw_module.d | ./gctrigger | ./varbrace > spvw_module.c
# ./comment5 spvw_debug.d | ./gctrigger | ./varbrace > spvw_debug.c
# ./comment5 spvw_alloca.d | ./gctrigger | ./varbrace > spvw_alloca.c
# ./comment5 spvw_mmap.d | ./gctrigger | ./varbrace > spvw_mmap.c
# ./comment5 spvw_singlemap.d | ./gctrigger | ./varbrace > spvw_singlemap.c
# ./comment5 spvw_page.d | ./gctrigger | ./varbrace > spvw_page.c
# ./comment5 spvw_heap.d | ./gctrigger | ./varbrace > spvw_heap.c
# ./comment5 spvw_global.d | ./gctrigger | ./varbrace > spvw_global.c
# ./comment5 spvw_gcstat.d | ./gctrigger | ./varbrace > spvw_gcstat.c
# ./comment5 spvw_space.d | ./gctrigger | ./varbrace > spvw_space.c
# ./comment5 spvw_mark.d | ./gctrigger | ./varbrace > spvw_mark.c
# ./comment5 spvw_objsize.d | ./gctrigger | ./varbrace > spvw_objsize.c
# ./comment5 spvw_update.d | ./gctrigger | ./varbrace > spvw_update.c
# ./comment5 spvw_fault.d | ./gctrigger | ./varbrace > spvw_fault.c
# ./comment5 spvw_sigsegv.d | ./gctrigger | ./varbrace > spvw_sigsegv.c
# ./comment5 spvw_sigcld.d | ./gctrigger | ./varbrace > spvw_sigcld.c
# ./comment5 spvw_sigpipe.d | ./gctrigger | ./varbrace > spvw_sigpipe.c
# ./comment5 spvw_sigint.d | ./gctrigger | ./varbrace > spvw_sigint.c
# ./comment5 spvw_sigwinch.d | ./gctrigger | ./varbrace > spvw_sigwinch.c
# ./comment5 spvw_sigterm.d | ./gctrigger | ./varbrace > spvw_sigterm.c
# ./comment5 spvw_garcol.d | ./gctrigger | ./varbrace > spvw_garcol.c
# ./comment5 spvw_garcol_old.d | ./gctrigger | ./varbrace > spvw_garcol_old.c
# ./comment5 spvw_genera1.d | ./gctrigger | ./varbrace > spvw_genera1.c
# ./comment5 spvw_gcmark.d | ./gctrigger | ./varbrace > spvw_gcmark.c
# ./comment5 spvw_genera2.d | ./gctrigger | ./varbrace > spvw_genera2.c
# ./comment5 spvw_weak.d | ./gctrigger | ./varbrace > spvw_weak.c
# ./comment5 spvw_genera3.d | ./gctrigger | ./varbrace > spvw_genera3.c
# ./comment5 spvw_allocate.d | ./gctrigger | ./varbrace > spvw_allocate.c
# ./comment5 spvw_typealloc.d | ./gctrigger | ./varbrace > spvw_typealloc.c
# ./comment5 spvw_circ.d | ./gctrigger | ./varbrace > spvw_circ.c
# ./comment5 spvw_walk.d | ./gctrigger | ./varbrace > spvw_walk.c
# ./comment5 spvw_ctype.d | ./gctrigger | ./varbrace > spvw_ctype.c
# ./comment5 spvw_language.d | ./gctrigger | ./varbrace > spvw_language.c
# ./comment5 spvw_memfile.d | ./gctrigger | ./varbrace > spvw_memfile.c
# ./comment5 errunix.d | ./gctrigger | ./varbrace > errunix.c
# ./comment5 aridecl.d | ./gctrigger | ./varbrace > aridecl.c
# ./comment5 arilev0.d | ./gctrigger | ./varbrace > arilev0.c
# ./comment5 arilev1.d | ./gctrigger | ./varbrace > arilev1.c
# ./comment5 intelem.d | ./gctrigger | ./varbrace > intelem.c
# ./comment5 intlog.d | ./gctrigger | ./varbrace > intlog.c
# ./comment5 intplus.d | ./gctrigger | ./varbrace > intplus.c
# ./comment5 intcomp.d | ./gctrigger | ./varbrace > intcomp.c
# ./comment5 intbyte.d | ./gctrigger | ./varbrace > intbyte.c
# ./comment5 intmal.d | ./gctrigger | ./varbrace > intmal.c
# ./comment5 intdiv.d | ./gctrigger | ./varbrace > intdiv.c
# ./comment5 intgcd.d | ./gctrigger | ./varbrace > intgcd.c
# ./comment5 int2adic.d | ./gctrigger | ./varbrace > int2adic.c
# ./comment5 intsqrt.d | ./gctrigger | ./varbrace > intsqrt.c
# ./comment5 intprint.d | ./gctrigger | ./varbrace > intprint.c
# ./comment5 intread.d | ./gctrigger | ./varbrace > intread.c
# ./comment5 intserial.d | ./gctrigger | ./varbrace > intserial.c
# ./comment5 rational.d | ./gctrigger | ./varbrace > rational.c
# ./comment5 sfloat.d | ./gctrigger | ./varbrace > sfloat.c
# ./comment5 ffloat.d | ./gctrigger | ./varbrace > ffloat.c
# ./comment5 dfloat.d | ./gctrigger | ./varbrace > dfloat.c
# ./comment5 lfloat.d | ./gctrigger | ./varbrace > lfloat.c
# ./comment5 flo_konv.d | ./gctrigger | ./varbrace > flo_konv.c
# ./comment5 flo_rest.d | ./gctrigger | ./varbrace > flo_rest.c
# ./comment5 realelem.d | ./gctrigger | ./varbrace > realelem.c
# ./comment5 realrand.d | ./gctrigger | ./varbrace > realrand.c
# ./comment5 realtran.d | ./gctrigger | ./varbrace > realtran.c
# ./comment5 compelem.d | ./gctrigger | ./varbrace > compelem.c
# ./comment5 comptran.d | ./gctrigger | ./varbrace > comptran.c
# ./comment5 arilev1c.d | ./gctrigger | ./varbrace > arilev1c.c
# ./comment5 arilev1e.d | ./gctrigger | ./varbrace > arilev1e.c
# ./comment5 arilev1i.d | ./gctrigger | ./varbrace > arilev1i.c
# ./comment5 genclisph.d | ./gctrigger | ./varbrace > genclisph.c
# ./comment5 noreadline.d | ./gctrigger | ./varbrace > noreadline.c
# ./comment5 lispbibl.d | sed -e '/^%% /{s///p;d;}' -e '/^#line /!s/.*//' > gen.lispbibl.c
# rm -f localcharset.h
# ln -s gllib/localcharset.h localcharset.h
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c spvw.c
# In file included from spvw.d:156:0:
# spvw_debug.d: In function 'nobject_out1':
# spvw_debug.d:308:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (; ii < Stream_length(obj) - strm_len; ii++) {
# ^
# In file included from spvw.d:23:0:
# spvw_gcmark.d: In function 'gc_mark':
# spvw_gcmark.d:348:58: warning: left shift of negative value [-Wshift-negative-value]
# pred = objectplus(pred,-(soint)(sizeof(gcv_object_t))<<(oint_addr_shift-addr_shift)); /* go to next component */
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:348:12: note: in expansion of macro 'objectplus'
# pred = objectplus(pred,-(soint)(sizeof(gcv_object_t))<<(oint_addr_shift-addr_shift)); /* go to next component */
# ^~~~~~~~~~
# spvw_gcmark.d:46:50: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)(first_offset)<<(oint_addr_shift-addr_shift)); /* becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:46:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)(first_offset)<<(oint_addr_shift-addr_shift)); /* becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:369:9: note: in expansion of macro 'up_varobject'
# up_varobject(symbol_objects_offset);
# ^~~~~~~~~~~~
# spvw_gcmark.d:117:60: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)offsetofa(svector_,data)<<(oint_addr_shift-addr_shift)); /* Svector becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:117:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)offsetofa(svector_,data)<<(oint_addr_shift-addr_shift)); /* Svector becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:371:9: note: in expansion of macro 'up_svector'
# up_svector();
# ^~~~~~~~~~
# spvw_gcmark.d:71:54: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)iarray_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:71:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)iarray_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:376:9: note: in expansion of macro 'up_iarray'
# up_iarray();
# ^~~~~~~~~
# spvw_gcmark.d:143:62: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* Lrecord becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:143:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* Lrecord becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:378:9: note: in expansion of macro 'up_lrecord'
# up_lrecord();
# ^~~~~~~~~~
# spvw_gcmark.d:180:62: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* record becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:180:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* record becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:381:9: note: in expansion of macro 'up_sxrecord'
# up_sxrecord();
# ^~~~~~~~~~~
# spvw_gcmark.d:383:75: warning: left shift of negative value [-Wshift-negative-value]
# { var object pred_ = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift));
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:383:31: note: in expansion of macro 'objectplus'
# { var object pred_ = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift));
# ^~~~~~~~~~
# spvw_gcmark.d:91:56: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:91:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:385:13: note: in expansion of macro 'up_sistring'
# up_sistring();
# ^~~~~~~~~~~
# spvw_gcmark.d: In function 'gc_mark_with_watchset':
# spvw_gcmark.d:348:58: warning: left shift of negative value [-Wshift-negative-value]
# pred = objectplus(pred,-(soint)(sizeof(gcv_object_t))<<(oint_addr_shift-addr_shift)); /* go to next component */
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:348:12: note: in expansion of macro 'objectplus'
# pred = objectplus(pred,-(soint)(sizeof(gcv_object_t))<<(oint_addr_shift-addr_shift)); /* go to next component */
# ^~~~~~~~~~
# spvw_gcmark.d:46:50: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)(first_offset)<<(oint_addr_shift-addr_shift)); /* becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:46:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)(first_offset)<<(oint_addr_shift-addr_shift)); /* becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:369:9: note: in expansion of macro 'up_varobject'
# up_varobject(symbol_objects_offset);
# ^~~~~~~~~~~~
# spvw_gcmark.d:117:60: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)offsetofa(svector_,data)<<(oint_addr_shift-addr_shift)); /* Svector becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:117:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)offsetofa(svector_,data)<<(oint_addr_shift-addr_shift)); /* Svector becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:371:9: note: in expansion of macro 'up_svector'
# up_svector();
# ^~~~~~~~~~
# spvw_gcmark.d:71:54: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)iarray_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:71:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)iarray_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:376:9: note: in expansion of macro 'up_iarray'
# up_iarray();
# ^~~~~~~~~
# spvw_gcmark.d:143:62: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* Lrecord becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:143:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* Lrecord becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:378:9: note: in expansion of macro 'up_lrecord'
# up_lrecord();
# ^~~~~~~~~~
# spvw_gcmark.d:180:62: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* record becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:180:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* record becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:381:9: note: in expansion of macro 'up_sxrecord'
# up_sxrecord();
# ^~~~~~~~~~~
# spvw_gcmark.d:383:75: warning: left shift of negative value [-Wshift-negative-value]
# { var object pred_ = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift));
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:383:31: note: in expansion of macro 'objectplus'
# { var object pred_ = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift));
# ^~~~~~~~~~
# spvw_gcmark.d:91:56: warning: left shift of negative value [-Wshift-negative-value]
# { curr = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# spvw_gcmark.d:91:12: note: in expansion of macro 'objectplus'
# { curr = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ^~~~~~~~~~
# spvw_gcmark.d:385:13: note: in expansion of macro 'up_sistring'
# up_sistring();
# ^~~~~~~~~~~
# spvw_weak.d: In function 'weak_clean_dead':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:630:40: note: in expansion of macro 'fixnum_inc'
# TheWeakList(obj)->wl_count = fixnum_inc(TheWeakList(obj)->wl_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:690:42: note: in expansion of macro 'fixnum_inc'
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:708:42: note: in expansion of macro 'fixnum_inc'
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:729:42: note: in expansion of macro 'fixnum_inc'
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:753:44: note: in expansion of macro 'fixnum_inc'
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:779:49: note: in expansion of macro 'fixnum_inc'
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:812:49: note: in expansion of macro 'fixnum_inc'
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:848:49: note: in expansion of macro 'fixnum_inc'
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# spvw_weak.d:886:51: note: in expansion of macro 'fixnum_inc'
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~
# In file included from spvw.d:927:0:
# spvw_garcol.d: In function 'gc_sweep1_varobject_page':
# spvw_garcol.d:1136:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# for (i=cur-dest;i=r->start;i++,r++) {
# ^
# In file included from spvw.d:4004:0:
# spvw_memfile.d: In function 'find_memdump':
# spvw_memfile.d:1875:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# && lseek(fd,mem_start,SEEK_SET) == mem_start) {
# ^~
# spvw.d: In function 'main_actions':
# spvw.d:3469:16: warning: variable 'count' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var uintL count = p->argv_init_filecount;
# ^~~~~
# spvw.d:3487:39: warning: variable 'fileptr' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var const argv_compile_file_t* fileptr = &p->argv_compile_files[0];
# ^~~~~~~
# spvw.d:3488:18: warning: variable 'count' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var uintL count = p->argv_compile_filecount;
# ^~~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c spvwtabf.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c spvwtabs.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c spvwtabo.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c eval.c
# In file included from eval.d:7:0:
# eval.d: In function 'interpret_bytecode_':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# eval.d:7684:17: note: in expansion of macro 'fixnum_inc'
# arg = fixnum_inc(arg,-1); statement; \
# ^~~~~~~~~~
# eval.d:7714:7: note: in expansion of macro 'DEC'
# DEC(arg,); /* decrement */
# ^~~
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# eval.d:7684:17: note: in expansion of macro 'fixnum_inc'
# arg = fixnum_inc(arg,-1); statement; \
# ^~~~~~~~~~
# eval.d:7722:7: note: in expansion of macro 'DEC'
# DEC(arg,mv_count=1); /* decrement, one value */
# ^~~
# eval.d:5772:22: warning: variable 'closureptr' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var gcv_object_t* closureptr = (pushSTACK(closure), &STACK_0);
# ^~~~~~~~~~
# eval.d:5718:23: warning: argument 'closure' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# #define closure_in closure
# ^
# eval.d:5743:52: note: in expansion of macro 'closure_in'
# local /*maygc*/ Values interpret_bytecode_ (object closure_in, Sbvector codeptr,
# ^~~~~~~~~~
# eval.d:5743:73: warning: argument 'codeptr' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# local /*maygc*/ Values interpret_bytecode_ (object closure_in, Sbvector codeptr,
# ^~~~~~~
# eval.d: In function 'eval':
# eval.d:2939:34: warning: argument 'form' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# modexp maygc Values eval (object form)
# ^~~~
# eval.d: In function 'funcall_iclosure':
# eval.d:2652:22: warning: variable 'count' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var uintC count;
# ^~~~~
# eval.d:2667:28: warning: variable 'rest_args_pointer' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var gcv_object_t* rest_args_pointer = args_pointer;
# ^~~~~~~~~~~~~~~~~
# eval.d:2401:15: warning: variable 'check_count' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var uintC check_count=argcount; \
# ^
# eval.d:2685:11: note: in expansion of macro 'check_for_illegal_keywords'
# check_for_illegal_keywords
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# eval.d:2463:45: warning: argument 'closure' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# local maygc Values funcall_iclosure (object closure, gcv_object_t* args_pointer,
# ^~~~~~~
# eval.d:2464:44: warning: argument 'argcount' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# uintC argcount)
# ^~~~~~~~
# eval.d: In function 'eval_no_hooks':
# eval.d:2994:43: warning: argument 'form' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# global maygc Values eval_no_hooks (object form) {
# ^~~~
# eval.d: In function 'invoke_handlers':
# eval.d:713:23: warning: variable 'other_ranges' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var stack_range_t* other_ranges = inactive_handlers;
# ^~~~~~~~~~~~
# eval.d:716:22: warning: variable 'FRAME' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var gcv_object_t* FRAME = STACK;
# ^~~~~
# eval.d:729:20: warning: variable 'i' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var uintL i = 0;
# ^
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c control.c
# control.d: In function 'C_tagbody':
# control.d:1596:15: warning: variable 'body' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var object body = popSTACK();
# ^~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c encoding.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c pathname.c
# pathname.d: In function 'direntry_to_string':
# pathname.d:7215:58: warning: argument 'len' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# local maygc object direntry_to_string (char* string, int len) {
# ^~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c stream.c
# In file included from stream.d:10:0:
# stream.d: In function 'write_char':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# stream.d:920:13: note: in expansion of macro 'fixnum_inc'
# fixnum_inc(TheStream(stream)->strm_wr_ch_lpos,-1);
# ^~~~~~~~~~
# stream.d: In function 'C_string_input_stream_index':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# stream.d:2490:13: note: in expansion of macro 'fixnum_inc'
# index = fixnum_inc(index,-1);
# ^~~~~~~~~~
# stream.d: In function 'C_buffered_input_stream_index':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# stream.d:2950:13: note: in expansion of macro 'fixnum_inc'
# index = fixnum_inc(index,-1);
# ^~~~~~~~~~
# stream.d: In function 'bitbuff_is_I':
# lispbibl.d:1332:28: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bitm(n) (-2L<<((n)-1))
# ^
# stream.d:4594:22: note: in expansion of macro 'minus_bitm'
# *bitbufferptr |= minus_bitm(signbitnr+1); /* sign-extend High byte */
# ^~~~~~~~~~
# stream.d: In function 'buffered_nextbyte':
# stream.d:6292:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((endvalid == index) && !BufferedStream_have_eof_p(stream)) {
# ^~
# stream.d:6319:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (index < endvalid)
# ^
# stream.d: In function 'redisplay':
# stream.d:11493:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# while (y
# ^
# stream.d: In function 'clear_screen':
# stream.d:11676:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# while (y
# ^
# stream.d: In function 'insert_line':
# stream.d:11944:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (n > curr->bot - curr->y + 1)
# ^
# stream.d: In function 'delete_line':
# stream.d:12028:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (n > curr->bot - curr->y + 1)
# ^
# stream.d: In function 'C_set_window_cursor_position':
# stream.d:12556:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((line < rows) && (column < cols)) {
# ^
# stream.d:12556:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if ((line < rows) && (column < cols)) {
# ^
# stream.d: In function 'lisp_completion':
# stream.d:9337:25: warning: variable 'ptr1' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# var const chart* ptr1;
# ^~~~
# stream.d: In function 'close_ochannel':
# stream.d:5853:41: warning: argument 'stream' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# local maygc void close_ochannel (object stream, uintB abort) {
# ^~~~~~
# stream.d: In function 'close_buffered':
# stream.d:8344:41: warning: argument 'stream' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# local maygc void close_buffered (object stream, uintB abort) {
# ^~~~~~
# stream.d: In function 'handle_isset':
# stream.d:14457:45: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized]
# if (!nullp(status_cons)) Cdr(status_cons) = ret;
#
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c socket.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c io.c
# In file included from io.d:9:0:
# io.d: In function 'pr_hex6':
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4926:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(56);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4927:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(48);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4928:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(40);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4929:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(32);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4931:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(24);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4932:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(16);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4933:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(8);
# ^~~~~~~~~~
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lispbibl.d:3195:23: note: in expansion of macro 'minus_bit'
# #define minus_wbit minus_bit
# ^~~~~~~~~
# io.d:4923:63: note: in expansion of macro 'minus_wbit'
# if (((oint_addr_mask>>oint_addr_shift)<
# ^~~~~~~~~~
# io.d:4934:3: note: in expansion of macro 'pr_hexpart'
# pr_hexpart(0);
# ^~~~~~~~~~
# In file included from io.d:9:0:
# io.d: In function 'pr_list_bothsplice':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:12829:41: note: in definition of macro 'dynamic_bind'
# Symbol_thread_value(sym_to_bind) = (val_to_use); \
# ^~~~~~~~~~
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# io.d:7530:32: note: in expansion of macro 'fixnum_inc'
# dynamic_bind(S(prin_bqlevel),fixnum_inc(Symbol_value(S(prin_bqlevel)),-1));
# ^~~~~~~~~~
# io.d: In function 'pr_list_unquote':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:12829:41: note: in definition of macro 'dynamic_bind'
# Symbol_thread_value(sym_to_bind) = (val_to_use); \
# ^~~~~~~~~~
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# io.d:7553:32: note: in expansion of macro 'fixnum_inc'
# dynamic_bind(S(prin_bqlevel),fixnum_inc(Symbol_value(S(prin_bqlevel)),-1));
# ^~~~~~~~~~
# io.d: In function 'C_pprint_indent':
# io.d:10073:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (linepos_i < offset)
# ^
# io.d: In function 'C_bit_vector_reader':
# io.d:3271:10: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized]
# if (chareq(ch,ascii('0'))) {
# ^
# io.d: In function 'C_vector_reader':
# io.d:3328:15: warning: 'el' may be used uninitialized in this function [-Wmaybe-uninitialized]
# *vptr++ = el;
# ~~~~~~~~^~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c funarg.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c array.c
# array.d: In function 'make_ssstring':
# array.d:4039:11: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (len > arraysize_limit_1)
# ^
# array.d: In function 'ssstring_extend_low':
# array.d:4060:12: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (size > arraysize_limit_1)
# ^
# array.d: In function 'ssstring_push_extend':
# array.d:4095:13: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (len > arraysize_limit_1) /* cannot extend beyond arraysize_limit_1 */
# ^
# array.d: In function 'ssstring_extend':
# array.d:4119:18: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (needed_len > arraysize_limit_1) /* cannot extend beyond arraysize_limit_1 */
# ^
# array.d:4124:17: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (now_len > arraysize_limit_1) /* cannot extend beyond arraysize_limit_1 */
# ^
# array.d: In function 'make_ssbvector':
# array.d:4183:11: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (len > arraysize_limit_1)
# ^
# array.d: In function 'ssbvector_push_extend':
# array.d:4209:13: warning: comparison is always false due to limited range of data type [-Wtype-limits]
# if (len > arraysize_limit_1) /* cannot extend beyond arraysize_limit_1 */
# ^
# array.d: In function 'test_dims':
# array.d:4274:43: warning: comparison is always true due to limited range of data type [-Wtype-limits]
# if (!((produkt_hi==0) && (produkt_lo<=arraysize_limit_1))) /* product < 2^24 ? */
# ^~
# In file included from array.d:8:0:
# array.d: In function 'C_vector_fe_upd':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:887:18: note: in definition of macro 'VALUES1'
# do { value1 = (A); mv_count = 1; } while (0)
# ^
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# array.d:5103:15: note: in expansion of macro 'fixnum_inc'
# : fixnum_inc(pointer,-1)); /* Fixnum >0 decrement by 1 */
# ^~~~~~~~~~
# array.d: In function 'C_vector_fe_init_end':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:887:18: note: in definition of macro 'VALUES1'
# do { value1 = (A); mv_count = 1; } while (0)
# ^
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# array.d:5159:15: note: in expansion of macro 'fixnum_inc'
# : fixnum_inc(index,-1)); /* Fixnum >0 decrement by 1 */
# ^~~~~~~~~~
# array.d: In function 'C_make_array':
# array.d:4713:17: warning: 'fillpointer' may be used uninitialized in this function [-Wmaybe-uninitialized]
# *dimptr++ = fillpointer;
# ~~~~~~~~~~^~~~~~~~~~~~~
# array.d: In function 'C_adjust_array':
# array.d:5045:19: warning: 'fillpointer' may be used uninitialized in this function [-Wmaybe-uninitialized]
# *dimptr = fillpointer;
# ~~~~~~~~^~~~~~~~~~~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c hashtabl.c
# In file included from hashtabl.d:8:0:
# hashtabl.d: In function 'rehash':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# hashtabl.d:1320:13: note: in expansion of macro 'fixnum_inc'
# index = fixnum_inc(index,-1); /* decrement index */
# ^~~~~~~~~~
# hashtabl.d: In function 'clrhash':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# hashtabl.d:1817:17: note: in expansion of macro 'fixnum_inc'
# index = fixnum_inc(index,-1); /* decrement index */
# ^~~~~~~~~~
# hashtabl.d: In function 'C_remhash':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# hashtabl.d:2329:42: note: in expansion of macro 'fixnum_inc'
# TheHashedAlist(kvtable)->hal_count = fixnum_inc(TheHashedAlist(kvtable)->hal_count,-1);
# ^~~~~~~~~~
# hashtabl.d: In function 'C_hash_table_iterate':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# hashtabl.d:2511:20: note: in expansion of macro 'fixnum_inc'
# Cdr(state) = fixnum_inc(Cdr(state),-1); /* decrement index */
# ^~~~~~~~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c list.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c package.c
# In file included from package.d:8:0:
# package.d: In function 'symtab_delete':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# package.d:392:26: note: in expansion of macro 'fixnum_inc'
# Symtab_count(symtab) = fixnum_inc(Symtab_count(symtab),-1);
# ^~~~~~~~~~
# package.d: In function 'C_package_iterate':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# package.d:3036:32: note: in expansion of macro 'fixnum_inc'
# PIS(state,INDEX) = fixnum_inc(PIS(state,INDEX),-1);
# ^~~~~~~~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c record.c
# record.d: In function 'update_instance':
# record.d:1409:62: warning: argument 'obj' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered]
# global maygc object update_instance (object user_obj, object obj) {
# ^~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c weak.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c sequence.c
# sequence.d: In function 'C_nreverse':
# sequence.d:906:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (pstack == vbit(j)) /* stack=2^j -> break the loop */
# ^~
# In file included from sequence.d:7:0:
# sequence.d: In function 'C_map':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# sequence.d:1489:17: note: in expansion of macro 'fixnum_inc'
# STACK_2 = fixnum_inc(STACK_2,-1);
# ^~~~~~~~~~
# In file included from sequence.d:7:0:
# sequence.d: In function 'delete_op':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:11655:40: note: in definition of macro 'pushSTACK'
# #define pushSTACK(obj) (STACK_(-1) = (obj), STACK skipSTACKop -1)
# ^~~
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# sequence.d:2426:17: note: in expansion of macro 'fixnum_inc'
# pushSTACK(fixnum_inc(*(stackptr STACKop -2),-1)); /* start-1 */
# ^~~~~~~~~~
# sequence.d: In function 'delete_duplicates_list_from_start':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:11655:40: note: in definition of macro 'pushSTACK'
# #define pushSTACK(obj) (STACK_(-1) = (obj), STACK skipSTACKop -1)
# ^~~
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# sequence.d:2636:15: note: in expansion of macro 'fixnum_inc'
# pushSTACK(fixnum_inc(STACK_(4+4+1),-1)); /* start-1 */
# ^~~~~~~~~~
# rm -f streq.h
# ln -s gllib/streq.h streq.h
# rm -f cjk.h
# ln -s gllib/uniwidth/cjk.h cjk.h
# rm -f uninames.h
# ln -s gllib/uniname/uninames.h uninames.h
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c charstrg.c
# In file included from charstrg.d:8:0:
# charstrg.d: In function 'C_string_both_trim':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:11655:40: note: in definition of macro 'pushSTACK'
# #define pushSTACK(obj) (STACK_(-1) = (obj), STACK skipSTACKop -1)
# ^~~
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# charstrg.d:3239:35: note: in expansion of macro 'fixnum_inc'
# pushSTACK(STACK_3); pushSTACK(fixnum_inc(STACK_1,-1)); funcall(L(char),2);
# ^~~~~~~~~~
# In file included from charstrg.d:8:0:
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# charstrg.d:3243:15: note: in expansion of macro 'fixnum_inc'
# STACK_0 = fixnum_inc(STACK_0,-1); /* j := (1- j) */
# ^~~~~~~~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c debug.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c error.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c misc.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c time.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c predtype.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c symbol.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c lisparit.c
# In file included from lisparit.d:8:0:
# intelem.d: In function 'I_to_L':
# lispbibl.d:3170:33: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_vbit(n) (-LL(1)<<(n))
# ^
# intelem.d:294:31: note: in expansion of macro 'minus_vbit'
# if ((uintV)value < (uintV)minus_vbit(intLsize-1)) goto bad;
# ^~~~~~~~~~
# In file included from lisparit.d:8:0:
# intplus.d: In function 'I_minus1_plus_I':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# intplus.d:93:16: note: in expansion of macro 'fixnum_inc'
# return fixnum_inc(x,-1); # bleibt Fixnum: direkt 1 subtrahieren
# ^~~~~~~~~~
# intbyte.d: In function 'ldb_extract_test':
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# intbyte.d:240:36: note: in expansion of macro 'minus_bit'
# && ((*--LSDptr & (uintD)(minus_bit(p))) == 0)
# ^~~~~~~~~
# intbyte.d: In function 'mkf_extract':
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# intbyte.d:320:27: note: in expansion of macro 'minus_bit'
# midptr[-1] &= minus_bit(p_D);
# ^~~~~~~~~
# In file included from lisparit.d:8:0:
# intmal.d: In function 'prod_ungerade':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1743:10: note: in definition of macro 'dotimesL_'
# {statement_from_dotimesL; countvar_from_dotimesL--; } \
# ^~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:1824:20: note: in expansion of macro 'dotimesL'
# #define dotimesC dotimesL
# ^~~~~~~~
# lispbibl.d:3148:44: note: in expansion of macro 'pointerplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# intmal.d:849:20: note: in expansion of macro 'fixnum_inc'
# faktor = fixnum_inc(faktor,-2); # nächster Faktor
# ^~~~~~~~~~
# In file included from lisparit.d:42:0:
# intserial.d: In function 'UI_to_LEbytes':
# intserial.d:198:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (!((bitsize>=oint_data_len) || (value < vbit(bitsize))))
# ^
# In file included from lisparit.d:8:0:
# ffloat.d: In function 'FF_futruncate_FF':
# aridecl.d:169:23: warning: left shift of negative value [-Wshift-negative-value]
# (ffloat)((sign) << (FF_exp_len+FF_mant_len) \
# ^
# lispbibl.d:2606:40: note: in definition of macro 'as_object'
# #define as_object(o) (gcv_object_t)(o)
# ^
# aridecl.d:168:5: note: in expansion of macro 'type_data_object'
# type_data_object(FF_type | (bit(vorz_bit_t) & (sign)), \
# ^~~~~~~~~~~~~~~~
# aridecl.d:177:22: note: in expansion of macro 'make_FF'
# #define FF_minus1 make_FF(-1,FF_exp_mid+1,bit(FF_mant_len))
# ^~~~~~~
# ffloat.d:163:42: note: in expansion of macro 'FF_minus1'
# return ((x_ & bit(31))==0 ? FF_1 : FF_minus1);
# ^~~~~~~~~
# In file included from lisparit.d:8:0:
# lfloat.d: In function 'LF_ftruncate_LF':
# lispbibl.d:1332:28: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bitm(n) (-2L<<((n)-1))
# ^
# lfloat.d:167:34: note: in expansion of macro 'minus_bitm'
# *ptr++ = x_mantMSDptr[count] & minus_bitm(intDsize-bitcount); /* then copy bitcount bits */
# ^~~~~~~~~~
# lfloat.d: In function 'LF_futruncate_LF':
# lispbibl.d:1332:28: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bitm(n) (-2L<<((n)-1))
# ^
# lfloat.d:248:21: note: in expansion of macro 'minus_bitm'
# var uintD mask = minus_bitm(intDsize-bitcount); /* mask with bitcount bits */
# ^~~~~~~~~~
# lfloat.d: In function 'LF_fround_LF':
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# lfloat.d:369:21: note: in expansion of macro 'minus_bit'
# var uintD mask = minus_bit(intDsize-bitcount-1); /* mask with bitcount+1 bits */
# ^~~~~~~~~
# flo_konv.d: In function 'FF_to_c_float':
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# flo_konv.d:479:22: note: in expansion of macro 'minus_bit'
# val = (val & minus_bit(FF_exp_len+FF_mant_len)) /* same sign */
# ^~~~~~~~~
# flo_konv.d: In function 'DF_to_c_double':
# lispbibl.d:1330:27: warning: left shift of negative value [-Wshift-negative-value]
# #define minus_bit(n) (-1L<<(n))
# ^
# flo_konv.d:561:22: note: in expansion of macro 'minus_bit'
# val = (val & minus_bit(DF_exp_len+DF_mant_len)) /* same sign */
# ^~~~~~~~~
# In file included from lisparit.d:51:0:
# flo_rest.d: In function 'F_float_sign_F':
# aridecl.d:169:23: warning: left shift of negative value [-Wshift-negative-value]
# (ffloat)((sign) << (FF_exp_len+FF_mant_len) \
# ^
# flo_rest.d:11:16: note: in definition of macro 'floatcase'
# else { FF_statement; } \
# ^~~~~~~~~~~~
# lispbibl.d:3325:8: note: in expansion of macro 'as_object'
# (as_object( ((oint)(tint)(type) << oint_type_shift) + (oint)(aint)(data) ))
# ^~~~~~~~~
# aridecl.d:168:5: note: in expansion of macro 'type_data_object'
# type_data_object(FF_type | (bit(vorz_bit_t) & (sign)), \
# ^~~~~~~~~~~~~~~~
# aridecl.d:177:22: note: in expansion of macro 'make_FF'
# #define FF_minus1 make_FF(-1,FF_exp_mid+1,bit(FF_mant_len))
# ^~~~~~~
# flo_rest.d:1239:35: note: in expansion of macro 'FF_minus1'
# return (!R_minusp(x) ? FF_1 : FF_minus1); /* better! */
# ^~~~~~~~~
# realelem.d: In function 'R_signum_R':
# aridecl.d:169:23: warning: left shift of negative value [-Wshift-negative-value]
# (ffloat)((sign) << (FF_exp_len+FF_mant_len) \
# ^
# flo_rest.d:11:16: note: in definition of macro 'floatcase'
# else { FF_statement; } \
# ^~~~~~~~~~~~
# lispbibl.d:3325:8: note: in expansion of macro 'as_object'
# (as_object( ((oint)(tint)(type) << oint_type_shift) + (oint)(aint)(data) ))
# ^~~~~~~~~
# aridecl.d:168:5: note: in expansion of macro 'type_data_object'
# type_data_object(FF_type | (bit(vorz_bit_t) & (sign)), \
# ^~~~~~~~~~~~~~~~
# aridecl.d:177:22: note: in expansion of macro 'make_FF'
# #define FF_minus1 make_FF(-1,FF_exp_mid+1,bit(FF_mant_len))
# ^~~~~~~
# realelem.d:1090:31: note: in expansion of macro 'FF_minus1'
# if (R_minusp(x)) return FF_minus1; /* x<0 -> -1.0 */
# ^~~~~~~~~
# In file included from lisparit.d:8:0:
# realtran.d: In function 'pi_F_float_F':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# lispbibl.d:5345:23: note: in expansion of macro 'fixnum_inc'
# #define negfixnum(x) fixnum_inc(fixnum_inc(Fixnum_minus1,1),x)
# ^~~~~~~~~~
# lispbibl.d:5350:45: note: in expansion of macro 'negfixnum'
# #define sfixnum(x) ((x)>=0 ? posfixnum(x) : negfixnum(x))
# ^~~~~~~~~
# realtran.d:57:40: note: in expansion of macro 'sfixnum'
# temp = LF_I_scale_float_LF(STACK_2,sfixnum(-2)); /* (scale-float a -2) */
# ^~~~~~~
# comptran.d: In function 'R_R_atanh_R_R':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# lispbibl.d:5345:23: note: in expansion of macro 'fixnum_inc'
# #define negfixnum(x) fixnum_inc(fixnum_inc(Fixnum_minus1,1),x)
# ^~~~~~~~~~
# lispbibl.d:5350:45: note: in expansion of macro 'negfixnum'
# #define sfixnum(x) ((x)>=0 ? posfixnum(x) : negfixnum(x))
# ^~~~~~~~~
# comptran.d:943:40: note: in expansion of macro 'sfixnum'
# STACK_6 = F_I_scale_float_F(temp,sfixnum(-2)); /* .../4 =: u */
# ^~~~~~~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c i18n.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c foreign.c
# In file included from foreign.d:7:0:
# foreign.d: In function 'free_foreign_callin':
# lispbibl.d:5336:36: warning: left shift of negative value [-Wshift-negative-value]
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^
# lispbibl.d:1289:60: note: in definition of macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# lispbibl.d:5336:5: note: in expansion of macro 'objectplus'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ^~~~~~~~~~
# foreign.d:596:19: note: in expansion of macro 'fixnum_inc'
# triple[2] = fixnum_inc(triple[2],-1); /* decrement reference count */
# ^~~~~~~~~~
# foreign.d: In function 'C_foreign_call_out':
# foreign.d:3553:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (inargcount > argcount)
# ^
# foreign.d:3602:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
# if (argcount != inargcount)
# ^~
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c unixaux.c
# echo '/* generated from Makefile */' > cflags.h.new
# echo '#define CC "gcc"' >> cflags.h.new
# echo '#define CFLAGS "-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I."' >> cflags.h.new
# echo '#define LDFLAGS ""' >> cflags.h.new
# echo '#define CLFLAGS ""' >> cflags.h.new
# echo '#define LIBS "/usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv libgnu_cl.a"' >> cflags.h.new
# echo '#define CPPFLAGS "-I/tmp/clisp/src/clisp-2.49/src/gllib"' >> cflags.h.new
# echo '#define CPP "gcc -E"' >> cflags.h.new
# echo '#define CXX "g++"' >> cflags.h.new
# echo '#define CXXFLAGS ""' >> cflags.h.new
# echo '#define X_LIBS ""' >> cflags.h.new
# if cmp cflags.h.new cflags.h > /dev/null 2>&1; then rm -f cflags.h.new; else mv cflags.h.new cflags.h; fi
# touch cflags.h.stamp
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c built.c
# test -r libgnu_cl.a || ln -s gllib/libgnu.a libgnu_cl.a
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 -c genclisph.c
# genclisph.d: In function 'main':
# genclisph.d:208:54: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
# #define EMIT_TO_I(name,type) emit_to_I(name,(type)-1<(type)0,sizeof(type))
# ^
# genclisph.d:285:3: note: in expansion of macro 'EMIT_TO_I'
# EMIT_TO_I("size",size_t);
# ^~~~~~~~~
# gcc -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. genclisph.o -o genclisph
# (echo '#ifndef _CLISP_H' ; echo '#define _CLISP_H' ; echo; echo '/* config.h */' ; grep '^#' config.h ) > clisp.h
# (echo; echo '/* 'intparam.h' */' ; grep '^#' intparam.h ) >> clisp.h
# (echo; echo '/* 'floatparam.h' */' ; grep '^#' floatparam.h ) >> clisp.h
# (echo; echo '/* genclisph */' ; ./genclisph clisp-test.c ; echo ; echo '#endif /* _CLISP_H */') >> clisp.h
# writing test file clisp-test.c
# wrote 164 tests (153 typedefs, 11 defines)
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DUSE_CLISP_H=1 -DCOMPILE_STANDALONE clisp-test.c -o clisp-test-clisp
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DUSE_CLISP_H=0 -DCOMPILE_STANDALONE clisp-test.c -o clisp-test-lispbibl
# ./clisp-test-clisp > clisp-test-clisp.out
# ./clisp-test-lispbibl > clisp-test-lispbibl.out
# cmp clisp-test-clisp.out clisp-test-lispbibl.out
# if grep lispbibl.d clisp.h; then false; else true; fi
# rm -f genclisph clisp-test-clisp clisp-test-lispbibl clisp-test-clisp.out clisp-test-lispbibl.out
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c modules.c
# if test -d locale; then rm -rf locale; fi
# mkdir locale
# (cd po && make && make install datarootdir=.. localedir='$(datarootdir)/locale' INSTALL_DATA='ln') || (rm -rf locale ; exit 1)
# make[1]: Entering directory '/tmp/clisp/src/clisp-2.49/src/po'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/po'
# make[1]: Entering directory '/tmp/clisp/src/clisp-2.49/src/po'
# installing en.gmo as ../locale/en/LC_MESSAGES/clisp.mo
# installing clisplow_en.gmo as ../locale/en/LC_MESSAGES/clisplow.mo
# installing da.gmo as ../locale/da/LC_MESSAGES/clisp.mo
# installing clisplow_da.gmo as ../locale/da/LC_MESSAGES/clisplow.mo
# installing de.gmo as ../locale/de/LC_MESSAGES/clisp.mo
# installing clisplow_de.gmo as ../locale/de/LC_MESSAGES/clisplow.mo
# installing fr.gmo as ../locale/fr/LC_MESSAGES/clisp.mo
# installing clisplow_fr.gmo as ../locale/fr/LC_MESSAGES/clisplow.mo
# installing es.gmo as ../locale/es/LC_MESSAGES/clisp.mo
# installing clisplow_es.gmo as ../locale/es/LC_MESSAGES/clisplow.mo
# installing nl.gmo as ../locale/nl/LC_MESSAGES/clisp.mo
# installing clisplow_nl.gmo as ../locale/nl/LC_MESSAGES/clisplow.mo
# installing ru.gmo as ../locale/ru/LC_MESSAGES/clisp.mo
# installing clisplow_ru.gmo as ../locale/ru/LC_MESSAGES/clisplow.mo
# make[1]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/po'
# rm -rf data
# mkdir data
# cd data && ln -s ../../utils/unicode/UnicodeDataFull.txt .
# cd data && ln -s ../../doc/Symbol-Table.text .
# gcc -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -Wl,--export-dynamic spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o foreign.o unixaux.o built.o modules.o /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv libgnu_cl.a -o lisp.run
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
# i i i i i i i ooooo o ooooooo ooooo ooooo
# I I I I I I I 8 8 8 8 8 o 8 8
# I \ `+' / I 8 8 8 8 8 8
# \ `-+-' / 8 8 8 ooooo 8oooo
# `-__|__-' 8 8 8 8 8
# | 8 o 8 8 o 8 8
# ------+------ ooooo 8oooooo ooo8ooo ooooo 8
#
# Welcome to GNU CLISP 2.49 (2010-07-07)
#
# Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
# Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
# Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
# Copyright (c) Bruno Haible, Sam Steingold 1999-2000
# Copyright (c) Sam Steingold, Bruno Haible 2001-2010
#
# Type :h and hit Enter for context help.
#
# ;; Loading file defseq.lisp ...
# ;; Loaded file defseq.lisp
# ;; Loading file backquote.lisp ...
# ;; Loaded file backquote.lisp
# ;; Loading file defmacro.lisp ...
# ;; Loaded file defmacro.lisp
# ;; Loading file macros1.lisp ...
# ;; Loaded file macros1.lisp
# ;; Loading file macros2.lisp ...
# ;; Loaded file macros2.lisp
# ;; Loading file defs1.lisp ...
# ;; Loaded file defs1.lisp
# ;; Loading file lambdalist.lisp ...
# ;; Loaded file lambdalist.lisp
# ;; Loading file places.lisp ...
# ;; Loaded file places.lisp
# ;; Loading file floatprint.lisp ...
# ;; Loaded file floatprint.lisp
# ;; Loading file defpackage.lisp ...
# ;; Loaded file defpackage.lisp
# ;; Loading file type.lisp ...
# ;; Loading file subtypep.lisp ...
# ;; Loaded file subtypep.lisp
# ;; Loaded file type.lisp
# ;; Loading file clos-package.lisp ...
# ;; Loaded file clos-package.lisp
# ;; Loading file clos-macros.lisp ...
# ;; Loaded file clos-macros.lisp
# ;; Loading file clos-class0.lisp ...
# ;; Loaded file clos-class0.lisp
# ;; Loading file clos-metaobject1.lisp ...
# ;; Loaded file clos-metaobject1.lisp
# ;; Loading file clos-slotdef1.lisp ...
# ;; Loaded file clos-slotdef1.lisp
# ;; Loading file clos-stablehash1.lisp ...
# ;; Loaded file clos-stablehash1.lisp
# ;; Loading file clos-specializer1.lisp ...
# ;; Loaded file clos-specializer1.lisp
# ;; Loading file clos-class1.lisp ...
# ;; Loaded file clos-class1.lisp
# ;; Loading file clos-class2.lisp ...
# ;; Loaded file clos-class2.lisp
# ;; Loading file clos-class3.lisp ...
# ;; Loaded file clos-class3.lisp
# ;; Loading file defstruct.lisp ...
# ;; Loaded file defstruct.lisp
# ;; Loading file format.lisp ...
# ;; Loaded file format.lisp
# ;; Loading file international.lisp ...
# ;; Loaded file international.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/room.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/room.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/functions.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/functions.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/trace.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/trace.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/cmacros.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/cmacros.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/compiler.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/compiler.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/defs2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/defs2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/loop.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/loop.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos.lisp ...
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slots1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slots1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-dependent.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-dependent.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slots2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slots2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp ...
# WARNING:
# DEFGENERIC: redefining function SHARED-INITIALIZE in /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp, was defined in top-level
# WARNING:
# DEFGENERIC: redefining function REINITIALIZE-INSTANCE in /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp, was defined in top-level
# WARNING:
# DEFGENERIC: redefining function INITIALIZE-INSTANCE in /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp, was defined in top-level
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class6.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class6.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-print.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-print.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-custom.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-custom.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/documentation.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/documentation.lisp
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/gray.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/gray.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/fill-out.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/fill-out.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/disassem.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/disassem.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/condition.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/condition.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/loadform.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/loadform.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/gstream.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/gstream.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/xcharin.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/xcharin.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/keyboard.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/keyboard.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/screen.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/screen.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/runprog.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/runprog.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/query.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/query.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/reploop.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/reploop.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/savemem.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/savemem.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/dribble.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/dribble.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/pprint.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/pprint.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/describe.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/describe.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/edit.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/edit.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clhs.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clhs.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/inspect.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/inspect.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/macros3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/macros3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/complete.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/complete.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/case-sensitive.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/case-sensitive.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/foreign1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/foreign1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/exporting.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/exporting.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/danish.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/danish.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/german.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/german.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/french.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/french.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/spanish.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/spanish.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/dutch.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/dutch.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/russian.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/russian.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/deprecated.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/deprecated.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/config.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/config.lisp
# Bytes permanently allocated: 158,312
# Bytes currently in use: 10,157,096
# Bytes available until next GC: 2,539,274
# Bye.
# mv lispimag.mem interpreted.mem
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M interpreted.mem -q -c compiler.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/compiler.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/compiler.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp -x '(and (load "init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)'
# i i i i i i i ooooo o ooooooo ooooo ooooo
# I I I I I I I 8 8 8 8 8 o 8 8
# I \ `+' / I 8 8 8 8 8 8
# \ `-+-' / 8 8 8 ooooo 8oooo
# `-__|__-' 8 8 8 8 8
# | 8 o 8 8 o 8 8
# ------+------ ooooo 8oooooo ooo8ooo ooooo 8
#
# Welcome to GNU CLISP 2.49 (2010-07-07)
#
# Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
# Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
# Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
# Copyright (c) Bruno Haible, Sam Steingold 1999-2000
# Copyright (c) Sam Steingold, Bruno Haible 2001-2010
#
# Type :h and hit Enter for context help.
#
# ;; Loading file defseq.lisp ...
# ;; Loaded file defseq.lisp
# ;; Loading file backquote.lisp ...
# ;; Loaded file backquote.lisp
# ;; Loading file defmacro.lisp ...
# ;; Loaded file defmacro.lisp
# ;; Loading file macros1.lisp ...
# ;; Loaded file macros1.lisp
# ;; Loading file macros2.lisp ...
# ;; Loaded file macros2.lisp
# ;; Loading file defs1.lisp ...
# ;; Loaded file defs1.lisp
# ;; Loading file lambdalist.lisp ...
# ;; Loaded file lambdalist.lisp
# ;; Loading file places.lisp ...
# ;; Loaded file places.lisp
# ;; Loading file floatprint.lisp ...
# ;; Loaded file floatprint.lisp
# ;; Loading file defpackage.lisp ...
# ;; Loaded file defpackage.lisp
# ;; Loading file type.lisp ...
# ;; Loading file subtypep.lisp ...
# ;; Loaded file subtypep.lisp
# ;; Loaded file type.lisp
# ;; Loading file clos-package.lisp ...
# ;; Loaded file clos-package.lisp
# ;; Loading file clos-macros.lisp ...
# ;; Loaded file clos-macros.lisp
# ;; Loading file clos-class0.lisp ...
# ;; Loaded file clos-class0.lisp
# ;; Loading file clos-metaobject1.lisp ...
# ;; Loaded file clos-metaobject1.lisp
# ;; Loading file clos-slotdef1.lisp ...
# ;; Loaded file clos-slotdef1.lisp
# ;; Loading file clos-stablehash1.lisp ...
# ;; Loaded file clos-stablehash1.lisp
# ;; Loading file clos-specializer1.lisp ...
# ;; Loaded file clos-specializer1.lisp
# ;; Loading file clos-class1.lisp ...
# ;; Loaded file clos-class1.lisp
# ;; Loading file clos-class2.lisp ...
# ;; Loaded file clos-class2.lisp
# ;; Loading file clos-class3.lisp ...
# ;; Loaded file clos-class3.lisp
# ;; Loading file defstruct.lisp ...
# ;; Loaded file defstruct.lisp
# ;; Loading file format.lisp ...
# ;; Loaded file format.lisp
# ;; Loading file international.lisp ...
# ;; Loaded file international.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/room.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/room.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/functions.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/functions.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/trace.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/trace.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/cmacros.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/cmacros.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/compiler.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/compiler.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/defs2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/defs2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/loop.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/loop.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos.lisp ...
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slots1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slots1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-dependent.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-dependent.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slots2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slots2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp ...
# WARNING:
# DEFGENERIC: redefining function SHARED-INITIALIZE in /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp, was defined in top-level
# WARNING:
# DEFGENERIC: redefining function REINITIALIZE-INSTANCE in /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp, was defined in top-level
# WARNING:
# DEFGENERIC: redefining function INITIALIZE-INSTANCE in /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp, was defined in top-level
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class6.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class6.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-print.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-print.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-custom.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-custom.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/documentation.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/documentation.lisp
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/gray.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/gray.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/fill-out.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/fill-out.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/disassem.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/disassem.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/condition.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/condition.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/loadform.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/loadform.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/gstream.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/gstream.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/xcharin.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/xcharin.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/keyboard.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/keyboard.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/screen.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/screen.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/runprog.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/runprog.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/query.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/query.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/reploop.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/reploop.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/savemem.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/savemem.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/dribble.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/dribble.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/pprint.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/pprint.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/describe.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/describe.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/edit.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/edit.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clhs.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clhs.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/inspect.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/inspect.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/macros3.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/macros3.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/complete.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/complete.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/case-sensitive.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/case-sensitive.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/foreign1.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/foreign1.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/exporting.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/exporting.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/danish.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/danish.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/german.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/german.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/french.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/french.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/spanish.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/spanish.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/dutch.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/dutch.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/russian.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/russian.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/deprecated.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/deprecated.lisp
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/config.lisp ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/config.lisp
# Bytes permanently allocated: 158,312
# Bytes currently in use: 8,724,496
# Bytes available until next GC: 2,181,124
# Bye.
# mv lispimag.mem halfcompiled.mem
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c init.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/init.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/init.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c defseq.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/defseq.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/defseq.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c backquote.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/backquote.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/backquote.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c defmacro.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/defmacro.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/defmacro.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c macros1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/macros1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/macros1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c macros2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/macros2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/macros2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c defs1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/defs1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/defs1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c lambdalist.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/lambdalist.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/lambdalist.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c places.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/places.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/places.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c floatprint.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/floatprint.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/floatprint.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c defpackage.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/defpackage.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/defpackage.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c type.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/type.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/type.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c subtypep.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/subtypep.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/subtypep.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-package.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-package.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-package.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-macros.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-macros.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-macros.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class0.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class0.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class0.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-metaobject1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-metaobject1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-metaobject1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-slotdef1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-slotdef1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-slotdef1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-stablehash1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-stablehash1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-stablehash1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-specializer1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-specializer1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-specializer1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class3.lisp ...
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has
# no effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class #
# has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class
# # has no effect.
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class3.fas
# 0 errors, 19 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c defstruct.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/defstruct.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/defstruct.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c format.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/format.lisp ...
# WARNING: in FORMATTER-MAIN-1 in lines 2029..2527 : variable ADD-FILL is not
# used.
# Misspelled or missing IGNORE declaration?
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/format.fas
# 0 errors, 1 warning
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c international.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/international.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/international.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c savemem.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/savemem.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/savemem.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c functions.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/functions.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/functions.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c trace.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/trace.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/trace.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c cmacros.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/cmacros.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/cmacros.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c defs2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/defs2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/defs2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c loop.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/loop.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/loop.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-stablehash2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-specializer2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-specializer3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class4.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class4.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class4.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class5.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class5.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class5.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-class6.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-class6.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-class6.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-slotdef2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-slotdef3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-slots1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-slots1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-slots1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-slots2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-slots2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-slots2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-method1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-method1.lisp ...
# WARNING: Redefining metaobject class # has no effect.
# WARNING: Redefining metaobject class # has no
# effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class #
# has no effect.
# WARNING: Redefining metaobject class #
# has no effect.
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-method1.fas
# 0 errors, 5 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-method2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-method2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-method2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-method3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-method3.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-method3.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-method4.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-method4.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-method4.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-methcomb1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.lisp ...
# WARNING: Redefining metaobject class # has
# no effect.
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.fas
# 0 errors, 1 warning
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-methcomb2.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-methcomb3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-methcomb4.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-genfun1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.lisp ...
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no effect.
# WARNING: Redefining metaobject class
# # has no
# effect.
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.fas
# 0 errors, 3 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-genfun2a.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-genfun2b.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-genfun3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-genfun4.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-genfun5.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-dependent.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-dependent.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-dependent.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-print.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-print.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-print.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clos-custom.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clos-custom.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clos-custom.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c documentation.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/documentation.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/documentation.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c fill-out.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/fill-out.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/fill-out.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c disassem.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/disassem.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/disassem.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c condition.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/condition.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/condition.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c loadform.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/loadform.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/loadform.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c gstream.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/gstream.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/gstream.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c xcharin.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/xcharin.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/xcharin.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c keyboard.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/keyboard.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/keyboard.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c screen.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/screen.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/screen.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c runprog.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/runprog.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/runprog.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c query.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/query.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/query.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c reploop.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/reploop.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/reploop.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c dribble.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/dribble.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/dribble.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c complete.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/complete.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/complete.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c pprint.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/pprint.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/pprint.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c describe.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/describe.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/describe.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c room.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/room.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/room.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c edit.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/edit.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/edit.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c macros3.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/macros3.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/macros3.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c clhs.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/clhs.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/clhs.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c inspect.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/inspect.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/inspect.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c gray.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/gray.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/gray.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c case-sensitive.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/case-sensitive.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/case-sensitive.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c foreign1.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/foreign1.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/foreign1.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c exporting.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/exporting.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/exporting.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c german.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/german.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/german.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c french.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/french.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/french.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c spanish.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/spanish.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/spanish.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c russian.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/russian.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/russian.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c danish.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/danish.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/danish.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c dutch.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/dutch.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/dutch.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c deprecated.lisp -o ./
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/deprecated.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/deprecated.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -M halfcompiled.mem -q -c config.lisp
# ;; Compiling file /tmp/clisp/src/clisp-2.49/src/config.lisp ...
# ;; Wrote file /tmp/clisp/src/clisp-2.49/src/config.fas
# 0 errors, 0 warnings
# ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -x "(and (load \"init.fas\") (ext::saveinitmem) (ext::exit)) (ext::exit t)"
# i i i i i i i ooooo o ooooooo ooooo ooooo
# I I I I I I I 8 8 8 8 8 o 8 8
# I \ `+' / I 8 8 8 8 8 8
# \ `-+-' / 8 8 8 ooooo 8oooo
# `-__|__-' 8 8 8 8 8
# | 8 o 8 8 o 8 8
# ------+------ ooooo 8oooooo ooo8ooo ooooo 8
#
# Welcome to GNU CLISP 2.49 (2010-07-07)
#
# Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
# Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
# Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
# Copyright (c) Bruno Haible, Sam Steingold 1999-2000
# Copyright (c) Sam Steingold, Bruno Haible 2001-2010
#
# Type :h and hit Enter for context help.
#
# WARNING:
# DEFUN/DEFMACRO: redefining function LOAD in top-level, was defined in C
# ;; Loading file defseq.fas ...
# ;; Loaded file defseq.fas
# ;; Loading file backquote.fas ...
# ;; Loaded file backquote.fas
# ;; Loading file defmacro.fas ...
# ;; Loaded file defmacro.fas
# ;; Loading file macros1.fas ...
# ;; Loaded file macros1.fas
# ;; Loading file macros2.fas ...
# ;; Loaded file macros2.fas
# ;; Loading file defs1.fas ...
# ;; Loaded file defs1.fas
# ;; Loading file lambdalist.fas ...
# ;; Loaded file lambdalist.fas
# ;; Loading file places.fas ...
# ;; Loaded file places.fas
# ;; Loading file floatprint.fas ...
# ;; Loaded file floatprint.fas
# ;; Loading file defpackage.fas ...
# ;; Loaded file defpackage.fas
# ;; Loading file type.fas ...
# ;; Loading file subtypep.fas ...
# ;; Loaded file subtypep.fas
# ;; Loaded file type.fas
# ;; Loading file clos-package.fas ...
# ;; Loaded file clos-package.fas
# ;; Loading file clos-macros.fas ...
# ;; Loaded file clos-macros.fas
# ;; Loading file clos-class0.fas ...
# ;; Loaded file clos-class0.fas
# ;; Loading file clos-metaobject1.fas ...
# ;; Loaded file clos-metaobject1.fas
# ;; Loading file clos-slotdef1.fas ...
# ;; Loaded file clos-slotdef1.fas
# ;; Loading file clos-stablehash1.fas ...
# ;; Loaded file clos-stablehash1.fas
# ;; Loading file clos-specializer1.fas ...
# ;; Loaded file clos-specializer1.fas
# ;; Loading file clos-class1.fas ...
# ;; Loaded file clos-class1.fas
# ;; Loading file clos-class2.fas ...
# ;; Loaded file clos-class2.fas
# ;; Loading file clos-class3.fas ...
# ;; Loaded file clos-class3.fas
# ;; Loading file defstruct.fas ...
# ;; Loaded file defstruct.fas
# ;; Loading file format.fas ...
# ;; Loaded file format.fas
# ;; Loading file international.fas ...
# ;; Loaded file international.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/room.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/room.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/functions.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/functions.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/trace.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/trace.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/cmacros.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/cmacros.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/compiler.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/compiler.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/defs2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/defs2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/loop.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/loop.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos.fas ...
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slots1.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slots1.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method1.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method1.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb1.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun1.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun2a.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun2b.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun3.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-dependent.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-dependent.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun4.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method3.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method3.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb3.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slots2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slots2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slotdef2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-stablehash2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-specializer2.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class4.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class4.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class5.fas ...
# WARNING:
# DEFGENERIC: redefining function SHARED-INITIALIZE in /tmp/clisp/src/clisp-2.49/src/clos-class5.fas, was defined in top-level
# WARNING:
# DEFGENERIC: redefining function REINITIALIZE-INSTANCE in /tmp/clisp/src/clisp-2.49/src/clos-class5.fas, was defined in top-level
# WARNING:
# DEFGENERIC: redefining function INITIALIZE-INSTANCE in /tmp/clisp/src/clisp-2.49/src/clos-class5.fas, was defined in top-level
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class5.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-slotdef3.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-specializer3.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-class6.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-class6.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-method4.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-method4.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-methcomb4.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-genfun5.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-print.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-print.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clos-custom.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos-custom.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/documentation.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/documentation.fas
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clos.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/gray.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/gray.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/fill-out.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/fill-out.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/disassem.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/disassem.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/condition.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/condition.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/loadform.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/loadform.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/gstream.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/gstream.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/xcharin.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/xcharin.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/keyboard.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/keyboard.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/screen.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/screen.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/runprog.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/runprog.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/query.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/query.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/reploop.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/reploop.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/savemem.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/savemem.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/dribble.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/dribble.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/pprint.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/pprint.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/describe.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/describe.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/edit.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/edit.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/clhs.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/clhs.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/inspect.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/inspect.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/macros3.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/macros3.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/complete.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/complete.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/case-sensitive.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/case-sensitive.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/foreign1.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/foreign1.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/exporting.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/exporting.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/danish.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/danish.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/german.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/german.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/french.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/french.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/spanish.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/spanish.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/dutch.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/dutch.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/russian.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/russian.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/deprecated.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/deprecated.fas
# ;; Loading file /tmp/clisp/src/clisp-2.49/src/config.fas ...
# ;; Loaded file /tmp/clisp/src/clisp-2.49/src/config.fas
# ;; Wrote the memory image into lispinit.mem (3,207,200 bytes)
# Bytes permanently allocated: 158,312
# Bytes currently in use: 3,045,184
# Bytes available until next GC: 758,366
# Bye.
# ln -s ../ANNOUNCE ANNOUNCE
# ln -s ../COPYRIGHT COPYRIGHT
# ln -s ../GNU-GPL GNU-GPL
# ln -s ../SUMMARY SUMMARY
# ./txt2c -I'../' < _README > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt > README
# rm -f txt.c
# rm -f txt
# ./txt2c -I'../' < _README.de > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt > README.de
# rm -f txt.c
# rm -f txt
# ./txt2c -I'../' < _README.es > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt > README.es
# rm -f txt.c
# rm -f txt
# rm -f MAGIC.add
# ln -s ../unix/MAGIC.add MAGIC.add
# ./txt2c -I'../' < ../doc/_clisp.1 > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt | grep -v '^ *$' | sed -e "s,@PLATFORM@,x86_64-unknown-linux-gnu,g" > clisp.1
# rm -f txt.c
# rm -f txt
# ./txt2c -I'../' < ../doc/_clisp.html > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt | sed -e "s,@PLATFORM@,x86_64-unknown-linux-gnu,g" > clisp.html
# rm -f txt.c
# rm -f txt
# ./txt2c -I'../' < ../doc/_clisp-link.1 > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt | grep -v '^ *$' | sed -e "s,@PLATFORM@,x86_64-unknown-linux-gnu,g" > clisp-link.1
# rm -f txt.c
# rm -f txt
# ./txt2c -I'../' < ../doc/_clisp-link.html > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt | sed -e "s,@PLATFORM@,x86_64-unknown-linux-gnu,g" > clisp-link.html
# rm -f txt.c
# rm -f txt
# ln -s ../doc/LISP-tutorial.txt LISP-tutorial.txt
# ln -s ../doc/CLOS-guide.txt CLOS-guide.txt
# ln -s ../doc/impnotes.html impnotes.html
# ln -s ../doc/impnotes.css impnotes.css
# ln -s ../doc/clisp.png clisp.png
# groff -Tps -mandoc clisp.1 > clisp.ps
# clisp.1:1292: warning [p 8, 8.9i]: can't break line
# clisp.1:1302: warning [p 8, 9.7i]: can't break line
# clisp.1:1312: warning [p 9, 1.6i]: can't break line
# clisp.1:1342: warning [p 9, 4.0i]: can't break line
# clisp.1:1347: warning [p 9, 4.4i]: can't break line
# clisp.1:1382: warning [p 9, 7.2i]: can't break line
# clisp.1:1448: warning [p 10, 3.3i]: can't break line
# clisp.1:1458: warning [p 10, 4.1i]: can't break line
# clisp.1:1515: warning [p 10, 8.8i]: can't break line
# clisp.1:1540: warning [p 11, 1.6i]: can't break line
# ps2pdf clisp.ps clisp.pdf
# groff -Tps -mandoc clisp-link.1 > clisp-link.ps
# clisp-link.1:341: warning [p 2, 9.1i]: can't break line
# ps2pdf clisp-link.ps clisp-link.pdf
# ld -r -o lisp.o spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o foreign.o unixaux.o built.o
# chmod a-x lisp.o
# ar rcv lisp.a lisp.o
# a - lisp.o
# rm -f lisp.o
# ranlib lisp.a
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c noreadline.c
# ar rcv libnoreadline.a noreadline.o
# a - noreadline.o
# ranlib libnoreadline.a
# sed -e 's%@with_dynamic_modules@%yes%' \
# -e 's%@createsharedlib@%${CC} ${CFLAGS} ${CLFLAGS} -shared -o $lib $libs%' \
# -e 's%@LEXE@%.run%' -e 's%@SHREXT@%.so%' \
# -e 's%@CLISP_DEF@%%' \
# < clisp-link.in > clisp-link
# chmod a+x clisp-link
# rm -f modprep.lisp
# ln -s ../utils/modprep.lisp modprep.lisp
# rm -rf linkkit
# mkdir linkkit
# cd linkkit && ln -s ../modules.c modules.c
# cd linkkit && ln -s ../clisp.h clisp.h
# cd linkkit && ln -s ../modprep.lisp modprep.lisp
# (echo 'CC='"'"'gcc'"'" ;\
# echo 'CPPFLAGS='"'"'-I/tmp/clisp/src/clisp-2.49/src/gllib'"'" ;\
# echo 'CFLAGS='"'"'-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC'"'" ;\
# echo 'CLFLAGS='"'"' -Wl,--export-dynamic'"'" ;\
# echo 'LIBS='"'"'lisp.a /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv libgnu_cl.a'"'" ;\
# echo 'X_LIBS='"'"''"'" ;\
# echo 'RANLIB='"'"'ranlib'"'" ;\
# echo 'FILES='"'"'lisp.a libnoreadline.a libgnu_cl.a '"'") > makevars
# test -d boot || (mkdir boot && cd boot && for f in lisp.a libnoreadline.a libgnu_cl.a modules.h modules.o lisp.run lispinit.mem; do ln -s ../$f .; done && (grep -v '^FILES=' ../makevars; fl=''; for f in lisp.a libnoreadline.a libgnu_cl.a ; do fl=$fl' '`basename $f`; done; echo 'FILES='"'"$fl"'") > makevars) || (rm -rf boot ; exit 1)
# ./txt2c -I'../' < _clisp.c > txt.c
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DCOMPILE_STANDALONE -O0 txt.c -o txt
# ./txt > clisp.c
# rm -f txt.c
# rm -f txt
# gcc -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -DENABLE_RELOCATABLE clisp.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv libgnu_cl.a -o clisp
# mkdir -p i18n
# m=`cd ../modules/i18n; pwd`; \
# if test -f $m/configure -a $m/configure -nt i18n/config.status ; then ( cd i18n ; rm -rf gllib;\
# cache=`echo i18n/ | sed -e 's,[^/][^/]*//*,../,g'`config.cache; \
# if test -f ${cache} ; then \
# . ${cache}; \
# if test "${ac_cv_env_CC_set}" = set; then CC="${ac_cv_env_CC_value}"; export CC; fi; \
# if test "${ac_cv_env_CFLAGS_set}" = set; then CFLAGS="${ac_cv_env_CFLAGS_value}"; export CFLAGS; fi; \
# if test "${ac_cv_env_LDFLAGS_set}" = set; then LDFLAGS="${ac_cv_env_LDFLAGS_value}"; export LDFLAGS; fi; \
# if test "${ac_cv_env_CLFLAGS_set}" = set; then CLFLAGS="${ac_cv_env_CLFLAGS_value}"; export CLFLAGS; fi; \
# if test "${ac_cv_env_LIBS_set}" = set; then LIBS="${ac_cv_env_LIBS_value}"; export LIBS; fi; \
# if test "${ac_cv_env_CPPFLAGS_set}" = set; then CPPFLAGS="${ac_cv_env_CPPFLAGS_value}"; export CPPFLAGS; fi; \
# if test "${ac_cv_env_CPP_set}" = set; then CPP="${ac_cv_env_CPP_value}"; export CPP; fi; \
# if test "${ac_cv_env_CXX_set}" = set; then CXX="${ac_cv_env_CXX_value}"; export CXX; fi; \
# if test "${ac_cv_env_CXXFLAGS_set}" = set; then CXXFLAGS="${ac_cv_env_CXXFLAGS_value}"; export CXXFLAGS; fi; \
# if test "${ac_cv_env_X_LIBS_set}" = set; then X_LIBS="${ac_cv_env_X_LIBS_value}"; export X_LIBS; fi; \
# /bin/sh $m/configure --with-clisp="/tmp/clisp/src/clisp-2.49/src/clisp -K boot -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc" --cache-file=${cache} --srcdir=$m --disable-option-checking --with-readline --with-ffcall;\
# else \
# /bin/sh $m/configure --srcdir=$m --disable-option-checking --with-readline --with-ffcall; \
# fi ) ;\
# fi; \
# test -f $m/Makefile -a $m/Makefile -nt i18n/Makefile && sed "s,srcdir = .,srcdir = $m," "$m/Makefile" > i18n/Makefile ; \
# CLISP="/tmp/clisp/src/clisp-2.49/src/clisp -K boot -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc" ; \
# cd i18n ; make clisp-module CC="gcc" CPPFLAGS="-I/tmp/clisp/src/clisp-2.49/src/gllib -I/tmp/clisp/src/clisp-2.49/src" CFLAGS="-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -O -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC" CLFLAGS=" -Wl,--export-dynamic" LIBS="/usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a -L/usr/lib -lsigsegv libgnu_cl.a" RANLIB="ranlib" CLISP="$CLISP -q" SHREXT=.so
# configure: loading cache ../config.cache
# configure: error: `host_alias' was set to `x86_64-unknown-linux' in the previous run
# configure: error: in `/tmp/clisp/src/clisp-2.49/src/i18n':
# configure: error: changes in the environment can compromise the build
# configure: error: run `make distclean' and/or `rm ../config.cache' and start over
# make[1]: Entering directory '/tmp/clisp/src/clisp-2.49/src/i18n'
# make[1]: *** No rule to make target 'clisp-module'. Stop.
# make[1]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/i18n'
# make: *** [Makefile:2259: i18n] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/clisp/src/clisp-2.49/src/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by GNU CLISP configure 2.49 (2010-07-07), which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ configure --disable-option-checking --host=x86_64-unknown-linux --prefix=/usr --with-readline --with-ffcall --cache-file=config.cache
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = aee6f1de8b7c
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /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: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2807: creating cache config.cache
# configure:2941: checking for a BSD-compatible install
# configure:3009: result: /usr/bin/install -c
# configure:3020: checking whether build environment is sane
# configure:3070: result: yes
# configure:3119: checking for x86_64-unknown-linux-strip
# configure:3149: result: no
# configure:3159: checking for strip
# configure:3175: found /usr/bin/strip
# configure:3186: result: strip
# configure:3211: checking for a thread-safe mkdir -p
# configure:3250: result: /usr/bin/mkdir -p
# configure:3264: checking for gawk
# configure:3280: found /usr/bin/gawk
# configure:3291: result: gawk
# configure:3302: checking whether make sets $(MAKE)
# configure:3324: result: yes
# configure:3442: ** check for host type
# configure:3448: checking build system type
# configure:3462: result: x86_64-unknown-linux-gnu
# configure:3482: checking host system type
# configure:3495: result: x86_64-unknown-linux-gnu
# configure:3527: checking for style of include used by make
# configure:3555: result: GNU
# configure:3585: checking for x86_64-unknown-linux-gcc
# configure:3615: result: no
# configure:3625: checking for gcc
# configure:3641: found /usr/bin/gcc
# configure:3652: result: gcc
# configure:3881: checking for C compiler version
# configure:3890: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3901: $? = 0
# configure:3890: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3901: $? = 0
# configure:3890: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3901: $? = 1
# configure:3890: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3901: $? = 1
# configure:3921: checking whether the C compiler works
# configure:3943: gcc conftest.c >&5
# configure:3947: $? = 0
# configure:3996: result: yes
# configure:3999: checking for C compiler default output file name
# configure:4001: result: a.out
# configure:4007: checking for suffix of executables
# configure:4014: gcc -o conftest conftest.c >&5
# configure:4018: $? = 0
# configure:4040: result:
# configure:4062: checking whether we are cross compiling
# configure:4070: gcc -o conftest conftest.c >&5
# configure:4074: $? = 0
# configure:4081: ./conftest
# configure:4085: $? = 0
# configure:4100: result: no
# configure:4105: checking for suffix of object files
# configure:4127: gcc -c conftest.c >&5
# configure:4131: $? = 0
# configure:4152: result: o
# configure:4156: checking whether we are using the GNU C compiler
# configure:4175: gcc -c conftest.c >&5
# configure:4175: $? = 0
# configure:4184: result: yes
# configure:4193: checking whether gcc accepts -g
# configure:4213: gcc -c -g conftest.c >&5
# configure:4213: $? = 0
# configure:4254: result: yes
# configure:4271: checking for gcc option to accept ISO C89
# configure:4335: gcc -c conftest.c >&5
# configure:4335: $? = 0
# configure:4348: result: none needed
# configure:4370: checking dependency style of gcc
# configure:4480: result: gcc3
# configure:4501: checking how to run the C preprocessor
# configure:4532: gcc -E conftest.c
# configure:4532: $? = 0
# configure:4546: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | /* end confdefs.h. */
# | #include
# configure:4571: result: gcc -E
# configure:4591: gcc -E conftest.c
# configure:4591: $? = 0
# configure:4605: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4605: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | /* end confdefs.h. */
# | #include
# configure:4634: checking for grep that handles long lines and -e
# configure:4692: result: /usr/bin/grep
# configure:4697: checking for egrep
# configure:4759: result: /usr/bin/grep -E
# configure:4884: checking for 64-bit x86_64
# configure:4907: result: yes
# configure:4925: checking how to remove colons from paths
# configure:4936: result: echo $x
# configure:4940: ** checks for programs
# configure:4950: checking for x86_64-unknown-linux-gcc
# configure:4977: result: gcc
# configure:5246: checking for C compiler version
# configure:5255: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:5266: $? = 0
# configure:5255: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:5266: $? = 0
# configure:5255: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:5266: $? = 1
# configure:5255: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:5266: $? = 1
# configure:5270: checking whether we are using the GNU C compiler
# configure:5298: result: yes
# configure:5307: checking whether gcc accepts -g
# configure:5368: result: yes
# configure:5385: checking for gcc option to accept ISO C89
# configure:5462: result: none needed
# configure:5484: checking dependency style of gcc
# configure:5594: result: gcc3
# configure:5613: checking how to run the C preprocessor
# configure:5683: result: gcc -E
# configure:5703: gcc -E conftest.c
# configure:5703: $? = 0
# configure:5717: gcc -E conftest.c
# conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5717: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5747: checking for x86_64-unknown-linux-ranlib
# configure:5777: result: no
# configure:5787: checking for ranlib
# configure:5803: found /usr/bin/ranlib
# configure:5814: result: ranlib
# configure:5837: checking whether gcc and cc understand -c and -o together
# configure:5868: gcc -c conftest.c -o conftest2.o >&5
# configure:5872: $? = 0
# configure:5878: gcc -c conftest.c -o conftest2.o >&5
# configure:5882: $? = 0
# configure:5893: cc -c conftest.c >&5
# configure:5897: $? = 0
# configure:5905: cc -c conftest.c -o conftest2.o >&5
# configure:5909: $? = 0
# configure:5915: cc -c conftest.c -o conftest2.o >&5
# configure:5919: $? = 0
# configure:5937: result: yes
# configure:5962: checking for ANSI C header files
# configure:5982: gcc -c conftest.c >&5
# configure:5982: $? = 0
# configure:6055: gcc -o conftest conftest.c >&5
# configure:6055: $? = 0
# configure:6055: ./conftest
# configure:6055: $? = 0
# configure:6066: result: yes
# configure:6079: checking for sys/types.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for sys/stat.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for stdlib.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for string.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for memory.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for strings.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for inttypes.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for stdint.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for unistd.h
# configure:6079: gcc -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6095: checking minix/config.h usability
# configure:6095: gcc -c conftest.c >&5
# conftest.c:55:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #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
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:6095: result: no
# configure:6095: checking minix/config.h presence
# configure:6095: gcc -E conftest.c
# conftest.c:22:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #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
# configure:6095: result: no
# configure:6095: checking for minix/config.h
# configure:6095: result: no
# configure:6124: checking whether it is safe to define __EXTENSIONS__
# configure:6142: gcc -c conftest.c >&5
# configure:6142: $? = 0
# configure:6149: result: yes
# configure:6216: checking how to make hard links
# configure:6232: result: ln
# configure:6236: checking whether ln -s works
# configure:6250: result: yes
# configure:6257: checking how to make hard links to symlinks
# configure:6286: result: hln
# configure:6638: checking how to print strings
# configure:6665: result: printf
# configure:6686: checking for a sed that does not truncate output
# configure:6750: result: /usr/bin/sed
# configure:6768: checking for fgrep
# configure:6830: result: /usr/bin/grep -F
# configure:6865: checking for ld used by gcc
# configure:6932: result: /usr/bin/ld
# configure:6939: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6954: result: yes
# configure:6966: checking for BSD- or MS-compatible name lister (nm)
# configure:7015: result: /usr/bin/nm -B
# configure:7145: checking the name lister (/usr/bin/nm -B) interface
# configure:7152: gcc -c conftest.c >&5
# configure:7155: /usr/bin/nm -B "conftest.o"
# configure:7158: output
# 0000000000000000 B some_variable
# configure:7165: result: BSD nm
# configure:7168: checking whether ln -s works
# configure:7172: result: yes
# configure:7180: checking the maximum length of command line arguments
# configure:7305: result: 1572864
# configure:7322: checking whether the shell understands some XSI constructs
# configure:7332: result: yes
# configure:7336: checking whether the shell understands "+="
# configure:7342: result: yes
# configure:7377: checking for /usr/bin/ld option to reload object files
# configure:7384: result: -r
# configure:7413: checking for x86_64-unknown-linux-objdump
# configure:7440: result: objdump
# configure:7509: checking how to recognize dependent libraries
# configure:7711: result: pass_all
# configure:7731: checking for x86_64-unknown-linux-ar
# configure:7761: result: no
# configure:7771: checking for ar
# configure:7787: found /usr/bin/ar
# configure:7798: result: ar
# configure:7836: checking for x86_64-unknown-linux-strip
# configure:7863: result: strip
# configure:7935: checking for x86_64-unknown-linux-ranlib
# configure:7962: result: ranlib
# configure:8104: checking command to parse /usr/bin/nm -B output from gcc object
# configure:8222: gcc -c conftest.c >&5
# configure:8225: $? = 0
# configure:8229: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:8232: $? = 0
# configure:8286: gcc -o conftest conftest.c conftstm.o >&5
# configure:8289: $? = 0
# configure:8327: result: ok
# configure:8422: gcc -c conftest.c >&5
# configure:8425: $? = 0
# configure:9164: checking for dlfcn.h
# configure:9164: gcc -c conftest.c >&5
# configure:9164: $? = 0
# configure:9164: result: yes
# configure:9349: checking for objdir
# configure:9364: result: .libs
# configure:9631: checking if gcc supports -fno-rtti -fno-exceptions
# configure:9649: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:9653: $? = 0
# configure:9666: result: no
# configure:9686: checking for gcc option to produce PIC
# configure:9971: result: -fPIC -DPIC
# configure:9983: checking if gcc PIC flag -fPIC -DPIC works
# configure:10001: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10005: $? = 0
# configure:10018: result: yes
# configure:10042: checking if gcc static flag -static works
# configure:10070: result: yes
# configure:10085: checking if gcc supports -c -o file.o
# configure:10106: gcc -c -o out/conftest2.o conftest.c >&5
# configure:10110: $? = 0
# configure:10132: result: yes
# configure:10140: checking if gcc supports -c -o file.o
# configure:10187: result: yes
# configure:10220: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11295: result: yes
# configure:11332: checking whether -lc should be explicitly linked in
# configure:11340: gcc -c conftest.c >&5
# configure:11343: $? = 0
# configure:11358: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:11361: $? = 0
# configure:11375: result: no
# configure:11540: checking dynamic linker characteristics
# configure:11995: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11995: $? = 0
# configure:12217: result: GNU/Linux ld.so
# configure:12324: checking how to hardcode library paths into programs
# configure:12349: result: immediate
# configure:12889: checking whether stripping libraries is possible
# configure:12894: result: yes
# configure:12929: checking if libtool supports shared libraries
# configure:12931: result: yes
# configure:12934: checking whether to build shared libraries
# configure:12955: result: yes
# configure:12958: checking whether to build static libraries
# configure:12962: result: yes
# configure:13000: checking for groff
# configure:13016: found /usr/bin/groff
# configure:13027: result: groff
# configure:13037: checking for ps2pdf
# configure:13053: found /usr/bin/ps2pdf
# configure:13064: result: ps2pdf
# configure:13076: checking for gzip
# configure:13092: found /usr/bin/gzip
# configure:13103: result: gzip
# configure:13114: checking whether test -nt works
# configure:13130: result: yes
# configure:13133: ** checks for system features
# configure:13142: checking for special C compiler options needed for large files
# configure:13187: result: no
# configure:13193: checking for _FILE_OFFSET_BITS value needed for large files
# configure:13218: gcc -c conftest.c >&5
# configure:13218: $? = 0
# configure:13250: result: no
# configure:13333: checking whether using GNU C
# configure:13356: result: yes
# configure:13366: checking whether using SUNPRO C
# configure:13388: result: no
# configure:13396: checking whether using C++
# configure:13419: result: no
# configure:13427: checking whether CPP likes empty macro arguments
# configure:13438: gcc -E conftest.c
# configure:13438: $? = 0
# configure:13445: result: yes
# configure:13454: checking for underscore in external names
# configure:13468: gcc -S conftest.c
# configure:13471: $? = 0
# configure:13481: result: no
# configure:13491: checking whether gethostent requires -lnsl
# configure:13513: gcc -o conftest conftest.c >&5
# configure:13513: $? = 0
# configure:13545: result: no
# configure:13550: checking whether setsockopt requires -lsocket
# configure:13572: gcc -o conftest conftest.c >&5
# configure:13572: $? = 0
# configure:13604: result: no
# configure:13609: checking whether CC works at all
# configure:13652: gcc -o conftest conftest.c >&5
# configure:13652: $? = 0
# configure:13652: ./conftest
# configure:13652: $? = 0
# configure:13669: result: yes
# configure:13677: ** check for add-ons
# configure:13688: checking for working alloca.h
# configure:13705: gcc -o conftest conftest.c >&5
# configure:13705: $? = 0
# configure:13713: result: yes
# configure:13721: checking for alloca
# configure:13758: gcc -o conftest conftest.c >&5
# configure:13758: $? = 0
# configure:13766: result: yes
# configure:13983: checking for C/C++ restrict keyword
# configure:14008: gcc -c conftest.c >&5
# configure:14008: $? = 0
# configure:14016: result: __restrict
# configure:14042: checking for sys/time.h
# configure:14042: gcc -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for langinfo.h
# configure:14042: gcc -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for sys/mman.h
# configure:14042: gcc -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for stddef.h
# configure:14042: gcc -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for stdint.h
# configure:14042: result: yes
# configure:14042: checking for wchar.h
# configure:14042: gcc -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for string.h
# configure:14042: result: yes
# configure:14042: checking for unistd.h
# configure:14042: result: yes
# configure:14042: checking for wctype.h
# configure:14042: gcc -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14058: checking whether the preprocessor supports include_next
# configure:14096: gcc -c -Iconftestd1b -Iconftestd2 conftest.c >&5
# configure:14096: $? = 0
# configure:14117: result: yes
# configure:14201: checking for struct timeval
# configure:14221: gcc -c conftest.c >&5
# configure:14221: $? = 0
# configure:14228: result: yes
# configure:14237: checking whether gettimeofday is declared without a macro
# configure:14259: gcc -c conftest.c >&5
# configure:14259: $? = 0
# configure:14267: result: yes
# configure:14289: checking for gettimeofday
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for readlink
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mbsinit
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mbrtowc
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mbsrtowcs
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mprotect
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for memchr
# configure:14289: gcc -o conftest conftest.c >&5
# conftest.c:71:6: warning: conflicting types for built-in function 'memchr'
# char memchr ();
# ^~~~~~
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for nl_langinfo
# configure:14289: gcc -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for iswcntrl
# configure:14289: gcc -o conftest conftest.c >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'iswcntrl'
# char iswcntrl ();
# ^~~~~~~~
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for iswblank
# configure:14289: gcc -o conftest conftest.c >&5
# conftest.c:74:6: warning: conflicting types for built-in function 'iswblank'
# char iswblank ();
# ^~~~~~~~
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14348: checking for ld used by GCC
# configure:14412: result: /usr/bin/ld -m elf_x86_64
# configure:14419: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:14432: result: yes
# configure:14439: checking for shared library run path origin
# configure:14452: result: done
# configure:14537: checking for nl_langinfo and CODESET
# configure:14553: gcc -o conftest conftest.c >&5
# configure:14553: $? = 0
# configure:14562: result: yes
# configure:14572: checking for working fcntl.h
# configure:14629: gcc -o conftest conftest.c >&5
# configure:14629: $? = 0
# configure:14629: ./conftest
# configure:14629: $? = 0
# configure:14644: result: yes
# configure:14667: checking whether getc_unlocked is declared
# configure:14667: gcc -c conftest.c >&5
# configure:14667: $? = 0
# configure:14667: result: yes
# configure:14679: checking whether we are using the GNU C Library 2.1 or newer
# configure:14706: result: yes
# configure:14750: checking for mbstate_t
# configure:14767: gcc -c conftest.c >&5
# configure:14767: $? = 0
# configure:14774: result: yes
# configure:14793: checking for a traditional japanese locale
# configure:14850: gcc -o conftest conftest.c >&5
# configure:14853: $? = 0
# configure:14895: result: none
# configure:14903: checking for a transitional chinese locale
# configure:14961: gcc -o conftest conftest.c >&5
# configure:14964: $? = 0
# configure:14990: result: none
# configure:14997: checking for a french Unicode locale
# configure:15057: gcc -o conftest conftest.c >&5
# configure:15060: $? = 0
# configure:15087: result: none
# configure:15177: checking for mmap
# configure:15177: gcc -o conftest conftest.c >&5
# configure:15177: $? = 0
# configure:15177: result: yes
# configure:15188: checking for MAP_ANONYMOUS
# configure:15225: result: yes
# configure:15247: checking whether memchr works
# configure:15307: gcc -o conftest conftest.c >&5
# configure:15307: $? = 0
# configure:15307: ./conftest
# configure:15307: $? = 0
# configure:15317: result: yes
# configure:15362: gcc -c conftest.c >&5
# conftest.c:59:10: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:59:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:59:16: error: unknown type name 'universal'
# configure:15362: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:15399: checking for stdbool.h that conforms to C99
# configure:15482: gcc -c conftest.c >&5
# configure:15482: $? = 0
# configure:15489: result: yes
# configure:15491: checking for _Bool
# configure:15491: gcc -c conftest.c >&5
# configure:15491: $? = 0
# configure:15491: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:94:20: error: expected expression before ')' token
# if (sizeof ((_Bool)))
# ^
# configure:15491: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15491: result: yes
# configure:15512: checking for wchar_t
# configure:15529: gcc -c conftest.c >&5
# configure:15529: $? = 0
# configure:15536: result: yes
# configure:15547: checking for long long int
# configure:15584: gcc -o conftest conftest.c >&5
# configure:15584: $? = 0
# configure:15614: gcc -o conftest conftest.c >&5
# configure:15614: $? = 0
# configure:15614: ./conftest
# configure:15614: $? = 0
# configure:15629: result: yes
# configure:15638: checking for unsigned long long int
# configure:15675: gcc -o conftest conftest.c >&5
# configure:15675: $? = 0
# configure:15683: result: yes
# configure:15757: checking whether memmem is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether mempcpy is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether memrchr is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether rawmemchr is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether stpcpy is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether stpncpy is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strchrnul is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strdup is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strncat is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strndup is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strnlen is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strpbrk is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strsep is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strcasestr is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strtok_r is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strsignal is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strverscmp is declared without a macro
# configure:15775: gcc -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15825: checking for inline
# configure:15841: gcc -c conftest.c >&5
# configure:15841: $? = 0
# configure:15849: result: inline
# configure:15870: checking whether uses 'inline' correctly
# configure:15885: gcc -c conftest.c >&5
# configure:15888: $? = 0
# configure:15899: gcc -c conftest.c >&5
# configure:15902: $? = 0
# configure:15915: result: yes
# configure:15930: checking for wint_t
# configure:15955: gcc -c conftest.c >&5
# configure:15955: $? = 0
# configure:15962: result: yes
# configure:16012: checking for alloca as a compiler built-in
# configure:16036: result: yes
# configure:16061: checking for getpagesize
# configure:16061: gcc -o conftest conftest.c >&5
# configure:16061: $? = 0
# configure:16061: result: yes
# configure:16118: checking whether getpagesize is declared
# configure:16118: gcc -c conftest.c >&5
# configure:16118: $? = 0
# configure:16118: result: yes
# configure:16191: checking whether gettimeofday clobbers localtime buffer
# configure:16223: gcc -o conftest conftest.c >&5
# configure:16223: $? = 0
# configure:16223: ./conftest
# configure:16223: $? = 0
# configure:16233: result: no
# configure:16286: checking for gettimeofday with POSIX signature
# configure:16314: gcc -c conftest.c >&5
# conftest.c:86:19: error: conflicting types for 'gettimeofday'
# int gettimeofday (struct timeval *restrict, void *restrict);
# ^~~~~~~~~~~~
# In file included from conftest.c:84:0:
# /usr/include/sys/time.h:71:12: note: previous declaration of 'gettimeofday' was here
# extern int gettimeofday (struct timeval *__restrict __tv,
# ^~~~~~~~~~~~
# configure:16314: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | /* end confdefs.h. */
# | #include
# | struct timeval c;
# | int gettimeofday (struct timeval *restrict, void *restrict);
# |
# | int
# | main ()
# | {
# | /* glibc uses struct timezone * rather than the POSIX void *
# | if _GNU_SOURCE is defined. However, since the only portable
# | use of gettimeofday uses NULL as the second parameter, and
# | since the glibc definition is actually more typesafe, it is
# | not worth wrapping this to get a compliant signature. */
# | int (*f) (struct timeval *restrict, void *restrict)
# | = gettimeofday;
# | int x = f (&c, 0);
# | return !(x | c.tv_sec | c.tv_usec);
# |
# | ;
# | return 0;
# | }
# configure:16330: gcc -c conftest.c >&5
# configure:16330: $? = 0
# configure:16339: result: almost
# configure:16477: checking whether langinfo.h defines CODESET
# configure:16495: gcc -c conftest.c >&5
# configure:16495: $? = 0
# configure:16503: result: yes
# configure:16508: checking whether langinfo.h defines ERA
# configure:16526: gcc -c conftest.c >&5
# configure:16526: $? = 0
# configure:16534: result: yes
# configure:16549: checking whether nl_langinfo is declared without a macro
# configure:16567: gcc -c conftest.c >&5
# configure:16567: $? = 0
# configure:16575: result: yes
# configure:17083: checking for libsigsegv
# configure:17105: gcc -o conftest conftest.c /usr/lib/libsigsegv.so >&5
# configure:17105: $? = 0
# configure:17115: result: yes
# configure:17122: checking how to link with libsigsegv
# configure:17124: result: /usr/lib/libsigsegv.so
# configure:17146: checking whether link(2) dereferences a symlink
# configure:17196: gcc -o conftest conftest.c >&5
# configure:17196: $? = 0
# configure:17196: ./conftest
# configure:17196: $? = 0
# configure:17208: result: no
# configure:17248: checking whether mbrtowc handles incomplete characters
# configure:17298: result: guessing yes
# configure:17304: checking whether mbrtowc works as well as mbtowc
# configure:17358: result: guessing yes
# configure:17390: checking whether mbrtowc handles a NULL string argument
# configure:17442: result: guessing yes
# configure:17449: checking whether mbrtowc has a correct return value
# configure:17518: result: guessing yes
# configure:17524: checking whether mbrtowc returns 0 when parsing a NUL character
# configure:17573: result: guessing yes
# configure:17647: checking whether mbrtowc handles incomplete characters
# configure:17697: result: guessing yes
# configure:17703: checking whether mbrtowc works as well as mbtowc
# configure:17757: result: guessing yes
# configure:17832: checking whether mbrtowc handles incomplete characters
# configure:17882: result: guessing yes
# configure:17888: checking whether mbrtowc works as well as mbtowc
# configure:17942: result: guessing yes
# configure:17976: checking whether mbsrtowcs works
# configure:18059: result: guessing yes
# configure:18220: checking whether NULL can be used in arbitrary expressions
# configure:18238: gcc -c conftest.c >&5
# configure:18238: $? = 0
# configure:18245: result: yes
# configure:18400: checking whether stdint.h conforms to C99
# configure:18569: gcc -c conftest.c >&5
# configure:18569: $? = 0
# configure:18651: gcc -o conftest conftest.c >&5
# configure:18651: $? = 0
# configure:18651: ./conftest
# configure:18651: $? = 0
# configure:18663: result: yes
# configure:19136: checking whether chown is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether dup2 is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether dup3 is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether environ is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether euidaccess is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether faccessat is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether fchdir is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether fchownat is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether fsync is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether ftruncate is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getcwd is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getdomainname is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getdtablesize is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getgroups is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether gethostname is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getlogin is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getlogin_r is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getpagesize is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getusershell is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether setusershell is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether endusershell is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether lchown is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether link is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether linkat is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether lseek is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether pipe2 is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether pread is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether pwrite is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether readlink is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether readlinkat is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether rmdir is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether sleep is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether symlink is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether symlinkat is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether ttyname_r is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether unlink is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether unlinkat is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether usleep is declared without a macro
# configure:19163: gcc -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19348: checking whether btowc is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wctob is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbsinit is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbrtowc is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbrlen is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbsrtowcs is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbsnrtowcs is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcrtomb is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcsrtombs is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcsnrtombs is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcwidth is declared without a macro
# configure:19373: gcc -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19425: checking whether iswcntrl works
# configure:19464: gcc -o conftest conftest.c >&5
# configure:19464: $? = 0
# configure:19464: ./conftest
# configure:19464: $? = 0
# configure:19475: result: yes
# configure:20079: checking for iconv
# configure:20101: gcc -o conftest conftest.c >&5
# configure:20101: $? = 0
# configure:20133: result: yes
# configure:20136: checking for working iconv
# configure:20231: gcc -o conftest conftest.c >&5
# configure:20231: $? = 0
# configure:20231: ./conftest
# configure:20231: $? = 0
# configure:20243: result: yes
# configure:20271: checking for iconv declaration
# configure:20300: gcc -c conftest.c >&5
# configure:20300: $? = 0
# configure:20311: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:20321: checking whether NLS is requested
# configure:20330: result: yes
# configure:20371: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:20403: result: /usr/bin/msgfmt
# configure:20412: checking for gmsgfmt
# configure:20443: result: /usr/bin/msgfmt
# configure:20494: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:20526: result: /usr/bin/xgettext
# configure:20572: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:20603: result: /usr/bin/msgmerge
# configure:20644: checking for CFPreferencesCopyAppValue
# configure:20662: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:145:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20662: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:20671: result: no
# configure:20678: checking for CFLocaleCopyCurrent
# configure:20696: gcc -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:145:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:20696: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:20705: result: no
# configure:20754: checking for GNU gettext in libc
# configure:20774: gcc -o conftest conftest.c >&5
# configure:20774: $? = 0
# configure:20783: result: yes
# configure:21574: checking whether to use NLS
# configure:21576: result: yes
# configure:21579: checking where the gettext function comes from
# configure:21590: result: libc
# configure:21681: checking how to link with libavcall
# configure:22154: result: /usr/lib/libavcall.a
# configure:22195: checking how to link with libcallback
# configure:22668: result: /usr/lib/libcallback.a
# configure:22707: checking avcall.h usability
# configure:22707: gcc -c conftest.c >&5
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking avcall.h presence
# configure:22707: gcc -E conftest.c
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking for avcall.h
# configure:22707: result: yes
# configure:22707: checking callback.h usability
# configure:22707: gcc -c conftest.c >&5
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking callback.h presence
# configure:22707: gcc -E conftest.c
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking for callback.h
# configure:22707: result: yes
# configure:22768: checking for library containing __builtin_avcall
# configure:22799: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:22799: $? = 0
# configure:22816: result: none required
# configure:22824: checking for library containing trampoline_r_data0
# configure:22855: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:22855: $? = 0
# configure:22872: result: none required
# configure:22885: checking whether libffcall is installed
# configure:22898: result: yes
# configure:22946: checking lightning.h usability
# configure:22946: gcc -c conftest.c >&5
# conftest.c:183:23: fatal error: lightning.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:22946: result: no
# configure:22946: checking lightning.h presence
# configure:22946: gcc -E conftest.c
# conftest.c:150:23: fatal error: lightning.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:22946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | /* end confdefs.h. */
# | #include
# configure:22946: result: no
# configure:22946: checking for lightning.h
# configure:22946: result: no
# configure:22959: ** checks for fundamental compiler characteristics
# configure:22961: checking for inline
# configure:22985: result: inline
# configure:23002: checking for inline __builtin_strlen
# configure:23013: gcc -S conftest.c
# configure:23016: $? = 0
# configure:23029: result: yes
# configure:23037: checking for long long int
# configure:23119: result: yes
# configure:23126: ** checks for header files
# configure:23131: checking sys/inttypes.h usability
# configure:23131: gcc -c conftest.c >&5
# conftest.c:185:26: fatal error: sys/inttypes.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:23131: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:23131: result: no
# configure:23131: checking sys/inttypes.h presence
# configure:23131: gcc -E conftest.c
# conftest.c:152:26: fatal error: sys/inttypes.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:23131: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | /* end confdefs.h. */
# | #include
# configure:23131: result: no
# configure:23131: checking for sys/inttypes.h
# configure:23131: result: no
# configure:23131: checking for unistd.h
# configure:23131: result: yes
# configure:23131: checking sys/file.h usability
# configure:23131: gcc -c conftest.c >&5
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking sys/file.h presence
# configure:23131: gcc -E conftest.c
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking for sys/file.h
# configure:23131: result: yes
# configure:23131: checking time.h usability
# configure:23131: gcc -c conftest.c >&5
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking time.h presence
# configure:23131: gcc -E conftest.c
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking for time.h
# configure:23131: result: yes
# configure:23131: checking for sys/time.h
# configure:23131: result: yes
# configure:23131: checking sys/utsname.h usability
# configure:23131: gcc -c conftest.c >&5
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking sys/utsname.h presence
# configure:23131: gcc -E conftest.c
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking for sys/utsname.h
# configure:23131: result: yes
# configure:23144: checking sys/shm.h usability
# configure:23144: gcc -c conftest.c >&5
# configure:23144: $? = 0
# configure:23144: result: yes
# configure:23144: checking sys/shm.h presence
# configure:23144: gcc -E conftest.c
# configure:23144: $? = 0
# configure:23144: result: yes
# configure:23144: checking for sys/shm.h
# configure:23144: result: yes
# configure:23157: checking sys/ipc.h usability
# configure:23157: gcc -c conftest.c >&5
# configure:23157: $? = 0
# configure:23157: result: yes
# configure:23157: checking sys/ipc.h presence
# configure:23157: gcc -E conftest.c
# configure:23157: $? = 0
# configure:23157: result: yes
# configure:23157: checking for sys/ipc.h
# configure:23157: result: yes
# configure:23172: checking termios.h usability
# configure:23172: gcc -c conftest.c >&5
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking termios.h presence
# configure:23172: gcc -E conftest.c
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking for termios.h
# configure:23172: result: yes
# configure:23172: checking termio.h usability
# configure:23172: gcc -c conftest.c >&5
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking termio.h presence
# configure:23172: gcc -E conftest.c
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking for termio.h
# configure:23172: result: yes
# configure:23172: checking sys/termio.h usability
# configure:23172: gcc -c conftest.c >&5
# conftest.c:194:24: fatal error: sys/termio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:23172: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:23172: result: no
# configure:23172: checking sys/termio.h presence
# configure:23172: gcc -E conftest.c
# conftest.c:161:24: fatal error: sys/termio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:23172: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# configure:23172: result: no
# configure:23172: checking for sys/termio.h
# configure:23172: result: no
# configure:23172: checking sgtty.h usability
# configure:23172: gcc -c conftest.c >&5
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking sgtty.h presence
# configure:23172: gcc -E conftest.c
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking for sgtty.h
# configure:23172: result: yes
# configure:23183: checking for tcgetattr
# configure:23199: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23199: $? = 0
# configure:23207: result: yes
# configure:23214: checking for TCSAFLUSH in termios.h
# configure:23230: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23230: $? = 0
# configure:23238: result: yes
# configure:23245: checking for struct winsize in termios.h
# configure:23261: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:168:16: error: storage size of 'w' isn't known
# struct winsize w;
# ^
# configure:23261: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | struct winsize w;
# | ;
# | return 0;
# | }
# configure:23268: result: no
# configure:23274: checking for struct winsize in sys/ioctl.h
# configure:23291: gcc -c conftest.c >&5
# configure:23291: $? = 0
# configure:23298: result: yes
# configure:23341: checking for X
# configure:23449: gcc -E conftest.c
# configure:23449: $? = 0
# configure:23480: gcc -o conftest conftest.c -lX11 /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23480: $? = 0
# configure:23530: result: libraries , headers
# configure:23629: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a -lX11 >&5
# configure:23629: $? = 0
# configure:23727: checking for gethostbyname
# configure:23727: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23727: $? = 0
# configure:23727: result: yes
# configure:23824: checking for connect
# configure:23824: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23824: $? = 0
# configure:23824: result: yes
# configure:23873: checking for remove
# configure:23873: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23873: $? = 0
# configure:23873: result: yes
# configure:23922: checking for shmat
# configure:23922: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23922: $? = 0
# configure:23922: result: yes
# configure:23980: checking for IceConnectionNumber in -lICE
# configure:24005: gcc -o conftest conftest.c -lICE /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24005: $? = 0
# configure:24014: result: yes
# configure:24023: ** checks for typedefs
# configure:24025: checking for caddr_t in sys/types.h
# configure:24046: result: yes
# configure:24056: checking for socklen_t in sys/socket.h
# configure:24077: result: yes
# configure:24092: checking size of off_t
# configure:24097: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24097: $? = 0
# configure:24097: ./conftest
# configure:24097: $? = 0
# configure:24112: result: 8
# configure:24126: checking size of struct timeval
# configure:24131: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24131: $? = 0
# configure:24131: ./conftest
# configure:24131: $? = 0
# configure:24148: result: 16
# configure:24158: ** checks for structure members
# configure:24160: checking for struct dirent.d_namlen
# configure:24160: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:175:12: error: 'struct dirent' has no member named 'd_namlen'; did you mean 'd_name'?
# if (ac_aggr.d_namlen)
# ^
# configure:24160: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct dirent ac_aggr;
# | if (ac_aggr.d_namlen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:24160: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:175:19: error: 'struct dirent' has no member named 'd_namlen'; did you mean 'd_name'?
# if (sizeof ac_aggr.d_namlen)
# ^
# configure:24160: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct dirent ac_aggr;
# | if (sizeof ac_aggr.d_namlen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:24160: result: no
# configure:24171: ** checks for functions and declarations
# configure:24175: checking for working alloca.h
# configure:24200: result: yes
# configure:24208: checking for alloca
# configure:24253: result: yes
# configure:24362: checking for _setjmp
# configure:24362: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24362: $? = 0
# configure:24362: result: yes
# configure:24369: checking for _longjmp
# configure:24369: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24369: $? = 0
# configure:24369: result: yes
# configure:24396: checking whether signal handlers need to be reinstalled
# configure:24429: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24429: $? = 0
# configure:24429: ./conftest
# configure:24429: $? = 0
# configure:24440: result: no
# configure:24585: checking for sigaction
# configure:24585: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24585: $? = 0
# configure:24585: result: yes
# configure:24733: checking for siginterrupt
# configure:24733: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24733: $? = 0
# configure:24733: result: yes
# configure:24744: checking for strerror
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for sysconf
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for getdtablesize
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for memset
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:200:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setsid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setpgid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for fchmod
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for fsync
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for flock
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for gethostent
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for shutdown
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for usleep
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for ualarm
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setitimer
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for nice
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for ftime
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for realpath
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for getresuid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setresuid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for getresgid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setresgid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setreuid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setregid
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for gethostname
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for readlink
# configure:24744: result: yes
# configure:24744: checking for getcwd
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for uname
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for readdir_r
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for rand_r
# configure:24744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24755: checking for putenv
# configure:24772: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24772: $? = 0
# configure:24780: result: yes
# configure:24790: checking for setenv
# configure:24790: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24790: $? = 0
# configure:24790: result: yes
# configure:24790: checking for unsetenv
# configure:24790: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24790: $? = 0
# configure:24790: result: yes
# configure:24799: checking whether environ is declared
# configure:24799: result: yes
# configure:24815: checking return value of unsetenv
# configure:24835: gcc -c conftest.c >&5
# conftest.c:213:5: error: conflicting types for 'unsetenv'
# int unsetenv(char*);
# ^~~~~~~~
# In file included from conftest.c:207:0:
# /usr/include/stdlib.h:588:12: note: previous declaration of 'unsetenv' was here
# extern int unsetenv (const char *__name) __THROW __nonnull ((1));
# ^~~~~~~~
# configure:24835: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | /* end confdefs.h. */
# | #include
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int unsetenv(char*);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:24842: result: void
# configure:24855: checking for LC_MESSAGES
# configure:24871: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24871: $? = 0
# configure:24879: result: yes
# configure:24889: checking for getrlimit
# configure:24889: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24889: $? = 0
# configure:24889: result: yes
# configure:24889: checking for setrlimit
# configure:24889: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24889: $? = 0
# configure:24889: result: yes
# configure:24903: checking size of rlim_t
# configure:24908: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24908: $? = 0
# configure:24908: ./conftest
# configure:24908: $? = 0
# configure:24925: result: 8
# configure:24935: checking for getrlimit declaration
# configure:24967: gcc -c conftest.c >&5
# conftest.c:226:5: error: conflicting types for 'getrlimit'
# int getrlimit (int resource, struct rlimit * rlim);
# ^~~~~~~~~
# In file included from conftest.c:219:0:
# /usr/include/sys/resource.h:50:12: note: previous declaration of 'getrlimit' was here
# extern int getrlimit (__rlimit_resource_t __resource,
# ^~~~~~~~~
# configure:24967: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getrlimit (int resource, struct rlimit * rlim);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:24980: result: install-shextern int getrlimit (enum __rlimit_resource, struct rlimit *);
# configure:24989: checking for setrlimit declaration
# configure:25021: gcc -c conftest.c >&5
# conftest.c:227:5: error: conflicting types for 'setrlimit'
# int setrlimit (RLIMIT_RESOURCE_T resource, struct rlimit * rlim);
# ^~~~~~~~~
# In file included from conftest.c:220:0:
# /usr/include/sys/resource.h:69:12: note: previous declaration of 'setrlimit' was here
# extern int setrlimit (__rlimit_resource_t __resource,
# ^~~~~~~~~
# configure:25021: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setrlimit (RLIMIT_RESOURCE_T resource, struct rlimit * rlim);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25035: result: install-shextern int setrlimit (enum __rlimit_resource, const struct rlimit *);
# configure:25045: checking for pid_t
# configure:25045: gcc -c conftest.c >&5
# configure:25045: $? = 0
# configure:25045: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:250:20: error: expected expression before ')' token
# if (sizeof ((pid_t)))
# ^
# configure:25045: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25045: result: yes
# configure:25058: checking vfork.h usability
# configure:25058: gcc -c conftest.c >&5
# conftest.c:247:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:25058: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:25058: result: no
# configure:25058: checking vfork.h presence
# configure:25058: gcc -E conftest.c
# conftest.c:214:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:25058: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | /* end confdefs.h. */
# | #include
# configure:25058: result: no
# configure:25058: checking for vfork.h
# configure:25058: result: no
# configure:25071: checking for fork
# configure:25071: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:237:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:25071: $? = 0
# configure:25071: result: yes
# configure:25071: checking for vfork
# configure:25071: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25071: $? = 0
# configure:25071: result: yes
# configure:25082: checking for working fork
# configure:25104: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25104: $? = 0
# configure:25104: ./conftest
# configure:25104: $? = 0
# configure:25114: result: yes
# configure:25135: checking for working vfork
# configure:25245: result: yes
# configure:25269: checking for waitpid declaration
# configure:25299: gcc -c conftest.c >&5
# configure:25299: $? = 0
# configure:25312: result: install-shextern pid_t waitpid (pid_t, int*, int);
# configure:25324: checking sys/resource.h usability
# configure:25324: gcc -c conftest.c >&5
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking sys/resource.h presence
# configure:25324: gcc -E conftest.c
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking for sys/resource.h
# configure:25324: result: yes
# configure:25324: checking sys/times.h usability
# configure:25324: gcc -c conftest.c >&5
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking sys/times.h presence
# configure:25324: gcc -E conftest.c
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking for sys/times.h
# configure:25324: result: yes
# configure:25335: checking for getrusage
# configure:25353: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25353: $? = 0
# configure:25361: result: yes
# configure:25367: checking for getrusage declaration
# configure:25398: gcc -c conftest.c >&5
# configure:25398: $? = 0
# configure:25411: result: install-shextern int getrusage (int, struct rusage *);
# configure:25414: checking whether getrusage works
# configure:25457: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25457: $? = 0
# configure:25457: ./conftest
# configure:25457: $? = 0
# configure:25467: result: yes
# configure:25481: checking for lstat
# configure:25500: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25500: $? = 0
# configure:25508: result: yes
# configure:25517: checking for sys/stat.h
# configure:25517: result: yes
# configure:25528: checking for struct stat.st_rdev
# configure:25528: gcc -c conftest.c >&5
# configure:25528: $? = 0
# configure:25528: result: yes
# configure:25538: checking for struct stat.st_blksize
# configure:25538: gcc -c conftest.c >&5
# configure:25538: $? = 0
# configure:25538: result: yes
# configure:25548: checking for struct stat.st_blocks
# configure:25548: gcc -c conftest.c >&5
# configure:25548: $? = 0
# configure:25548: result: yes
# configure:25564: checking size of ino_t
# configure:25569: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25569: $? = 0
# configure:25569: ./conftest
# configure:25569: $? = 0
# configure:25584: result: 8
# configure:25598: checking size of dev_t
# configure:25603: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25603: $? = 0
# configure:25603: ./conftest
# configure:25603: $? = 0
# configure:25618: result: 8
# configure:25628: checking for ELOOP
# configure:25687: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25687: $? = 0
# configure:25687: ./conftest
# configure:25687: $? = 0
# configure:25705: result: yes
# configure:25714: checking for usable closedir return value
# configure:25736: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25736: $? = 0
# configure:25736: ./conftest
# configure:25736: $? = 0
# configure:25746: result: yes
# configure:25755: checking for ioctl
# configure:25755: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25755: $? = 0
# configure:25755: result: yes
# configure:25791: checking for ioctl declaration
# configure:25813: gcc -c conftest.c >&5
# configure:25813: $? = 0
# configure:25844: gcc -c conftest.c >&5
# conftest.c:244:7: error: conflicting types for 'ioctl'
# char* ioctl();
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25844: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | char* ioctl();
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned int request, caddr_t arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned int request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, int request, caddr_t arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, int request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned long request, caddr_t arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned long request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, long request, caddr_t arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, long request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, size_t request, caddr_t arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, size_t request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, socklen_t request, caddr_t arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, socklen_t request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned int request, void* arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned int request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, int request, void* arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, int request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned long request, void* arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned long request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, long request, void* arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, long request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, size_t request, void* arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, size_t request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, socklen_t request, void* arg);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, socklen_t request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned int request, ...);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned int request, ...);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# conftest.c:249:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, int request, ...);
# ^~~~~
# In file included from conftest.c:238:0:
# /usr/include/sys/ioctl.h:41:12: note: previous declaration of 'ioctl' was here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^~~~~
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, int request, ...);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: gcc -c conftest.c >&5
# configure:25876: $? = 0
# configure:25906: result: install-shextern int ioctl (int, unsigned long, ...);
# configure:25928: checking for FIONREAD
# configure:25944: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:263:9: error: 'FIONREAD' undeclared (first use in this function)
# int x = FIONREAD;
# ^~~~~~~~
# conftest.c:263:9: note: each undeclared identifier is reported only once for each function it appears in
# configure:25944: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #ifndef HAVE_TCSAFLUSH
# | #undef HAVE_TERMIOS_H
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | #include
# | #else
# | #ifdef HAVE_SYS_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_SGTTY_H
# | #include
# | #include
# | #endif
# | #endif
# | #endif
# | #endif
# |
# | int
# | main ()
# | {
# | int x = FIONREAD;
# | ;
# | return 0;
# | }
# configure:25951: result: no
# configure:25957: checking for FIONREAD in sys/filio.h
# configure:25973: gcc -c conftest.c >&5
# conftest.c:259:23: fatal error: sys/filio.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:25973: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #ifndef HAVE_TCSAFLUSH
# | #undef HAVE_TERMIOS_H
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | #include
# | #else
# | #ifdef HAVE_SYS_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_SGTTY_H
# | #include
# | #include
# | #endif
# | #endif
# | #endif
# | #endif
# | #include
# | int
# | main ()
# | {
# | int x = FIONREAD;
# | ;
# | return 0;
# | }
# configure:25980: result: no
# configure:25990: checking for FIONREAD in sys/ioctl.h
# configure:26006: gcc -c conftest.c >&5
# configure:26006: $? = 0
# configure:26013: result: yes
# configure:26029: checking for reliable FIONREAD
# configure:26063: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26063: $? = 0
# configure:26063: ./conftest
# configure:26063: $? = 0
# configure:26074: result: yes
# configure:26084: checking for poll
# configure:26084: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26084: $? = 0
# configure:26084: result: yes
# configure:26136: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26136: $? = 0
# configure:26136: ./conftest
# configure:26136: $? = 0
# configure:26154: checking for reliable poll()
# configure:26212: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c: In function 'main':
# conftest.c:281:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# exit(!(correct_readability_nonempty && correct_readability_empty
# ^~~~
# conftest.c:281:3: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:281:3: note: include '' or provide a declaration of 'exit'
# configure:26212: $? = 0
# configure:26212: ./conftest
# configure:26212: $? = 0
# configure:26223: result: yes
# configure:26232: checking for select
# configure:26264: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26264: $? = 0
# configure:26272: result: yes
# configure:26278: checking for sys/select.h
# configure:26298: gcc -c conftest.c >&5
# configure:26298: $? = 0
# configure:26305: result: yes
# configure:26312: checking for select declaration
# configure:26353: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'select'
# int select (unsigned int width, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval * timeout);
# ^~~~~~
# In file included from /usr/include/sys/types.h:219:0,
# from /usr/include/stdlib.h:314,
# from conftest.c:242:
# /usr/include/sys/select.h:106:12: note: previous declaration of 'select' was here
# extern int select (int __nfds, fd_set *__restrict __readfds,
# ^~~~~~
# configure:26353: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #ifdef __BEOS__
# | #include
# | #endif
# | #include
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int select (unsigned int width, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval * timeout);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26353: gcc -c conftest.c >&5
# configure:26353: $? = 0
# configure:26377: result: install-shextern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
# configure:26398: checking for reliable select()
# configure:26466: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26466: $? = 0
# configure:26466: ./conftest
# configure:26466: $? = 0
# configure:26477: result: yes
# configure:26488: checking netdb.h usability
# configure:26488: gcc -c conftest.c >&5
# configure:26488: $? = 0
# configure:26488: result: yes
# configure:26488: checking netdb.h presence
# configure:26488: gcc -E conftest.c
# configure:26488: $? = 0
# configure:26488: result: yes
# configure:26488: checking for netdb.h
# configure:26488: result: yes
# configure:26501: checking for connect
# configure:26501: result: yes
# configure:26511: checking for connect declaration
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, unsigned int namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, unsigned int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, int namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, unsigned long namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, unsigned long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, long namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, size_t namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, size_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, socklen_t namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, socklen_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, unsigned int namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, unsigned int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, int namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, unsigned long namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, unsigned long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, long namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, size_t namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, size_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# conftest.c:260:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, socklen_t namelen);
# ^~~~~~~
# In file included from conftest.c:253:0:
# /usr/include/sys/socket.h:137:12: note: previous declaration of 'connect' was here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^~~~~~~
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, socklen_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: gcc -c conftest.c >&5
# configure:26545: $? = 0
# configure:26570: result: install-shextern int connect (int, const struct sockaddr *, unsigned int);
# configure:26592: checking sys/un.h usability
# configure:26592: gcc -c conftest.c >&5
# configure:26592: $? = 0
# configure:26592: result: yes
# configure:26592: checking sys/un.h presence
# configure:26592: gcc -E conftest.c
# configure:26592: $? = 0
# configure:26592: result: yes
# configure:26592: checking for sys/un.h
# configure:26592: result: yes
# configure:26602: checking for sun_len in struct sockaddr_un
# configure:26619: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:257:34: error: 'struct sockaddr_un' has no member named 'sun_len'; did you mean 'sun_path'?
# struct sockaddr_un unaddr; unaddr.sun_len;
# ^
# configure:26619: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | /* end confdefs.h. */
# | #include /* NetBSD 1.0 needs this */
# | #include
# | int
# | main ()
# | {
# | struct sockaddr_un unaddr; unaddr.sun_len;
# | ;
# | return 0;
# | }
# configure:26626: result: no
# configure:26634: checking for IPv4 sockets
# configure:26652: gcc -c conftest.c >&5
# configure:26652: $? = 0
# configure:26659: result: yes
# configure:26667: checking for IPv6 sockets
# configure:26685: gcc -c conftest.c >&5
# configure:26685: $? = 0
# configure:26692: result: yes
# configure:26741: checking for inet_pton
# configure:26741: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for inet_ntop
# configure:26741: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for inet_addr
# configure:26741: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for setsockopt
# configure:26741: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for getsockopt
# configure:26741: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26754: checking netinet/in.h usability
# configure:26754: gcc -c conftest.c >&5
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking netinet/in.h presence
# configure:26754: gcc -E conftest.c
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking for netinet/in.h
# configure:26754: result: yes
# configure:26754: checking arpa/inet.h usability
# configure:26754: gcc -c conftest.c >&5
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking arpa/inet.h presence
# configure:26754: gcc -E conftest.c
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking for arpa/inet.h
# configure:26754: result: yes
# configure:26765: checking for inet_addr declaration
# configure:26805: gcc -c conftest.c >&5
# conftest.c:280:14: error: conflicting types for 'inet_addr'
# unsigned int inet_addr ( char *);
# ^~~~~~~~~
# In file included from conftest.c:268:0:
# /usr/include/arpa/inet.h:34:18: note: previous declaration of 'inet_addr' was here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^~~~~~~~~
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | unsigned int inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: gcc -c conftest.c >&5
# conftest.c:280:5: error: conflicting types for 'inet_addr'
# int inet_addr ( char *);
# ^~~~~~~~~
# In file included from conftest.c:268:0:
# /usr/include/arpa/inet.h:34:18: note: previous declaration of 'inet_addr' was here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^~~~~~~~~
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: gcc -c conftest.c >&5
# conftest.c:280:15: error: conflicting types for 'inet_addr'
# unsigned long inet_addr ( char *);
# ^~~~~~~~~
# In file included from conftest.c:268:0:
# /usr/include/arpa/inet.h:34:18: note: previous declaration of 'inet_addr' was here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^~~~~~~~~
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | unsigned long inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: gcc -c conftest.c >&5
# conftest.c:280:6: error: conflicting types for 'inet_addr'
# long inet_addr ( char *);
# ^~~~~~~~~
# In file included from conftest.c:268:0:
# /usr/include/arpa/inet.h:34:18: note: previous declaration of 'inet_addr' was here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^~~~~~~~~
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | long inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: gcc -c conftest.c >&5
# conftest.c:280:8: error: conflicting types for 'inet_addr'
# size_t inet_addr ( char *);
# ^~~~~~~~~
# In file included from conftest.c:268:0:
# /usr/include/arpa/inet.h:34:18: note: previous declaration of 'inet_addr' was here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^~~~~~~~~
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | size_t inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: gcc -c conftest.c >&5
# conftest.c:280:11: error: conflicting types for 'inet_addr'
# socklen_t inet_addr ( char *);
# ^~~~~~~~~
# In file included from conftest.c:268:0:
# /usr/include/arpa/inet.h:34:18: note: previous declaration of 'inet_addr' was here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^~~~~~~~~
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | socklen_t inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: gcc -c conftest.c >&5
# configure:26805: $? = 0
# configure:26828: result: install-shextern unsigned int inet_addr (const char*);
# configure:26853: checking for netinet/tcp.h
# configure:26853: gcc -c conftest.c >&5
# configure:26853: $? = 0
# configure:26853: result: yes
# configure:26868: checking for setsockopt declaration
# configure:26899: gcc -c conftest.c >&5
# conftest.c:274:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, char*, unsigned int);
# ^~~~~~~~~~
# In file included from conftest.c:267:0:
# /usr/include/sys/socket.h:226:12: note: previous declaration of 'setsockopt' was here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^~~~~~~~~~
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, char*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: gcc -c conftest.c >&5
# conftest.c:274:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, const char*, unsigned int);
# ^~~~~~~~~~
# In file included from conftest.c:267:0:
# /usr/include/sys/socket.h:226:12: note: previous declaration of 'setsockopt' was here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^~~~~~~~~~
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, const char*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: gcc -c conftest.c >&5
# conftest.c:274:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, __const char*, unsigned int);
# ^~~~~~~~~~
# In file included from conftest.c:267:0:
# /usr/include/sys/socket.h:226:12: note: previous declaration of 'setsockopt' was here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^~~~~~~~~~
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, __const char*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: gcc -c conftest.c >&5
# conftest.c:274:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, void*, unsigned int);
# ^~~~~~~~~~
# In file included from conftest.c:267:0:
# /usr/include/sys/socket.h:226:12: note: previous declaration of 'setsockopt' was here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^~~~~~~~~~
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, void*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: gcc -c conftest.c >&5
# configure:26899: $? = 0
# configure:26924: result: install-shextern int setsockopt (int, int, int, const void*, unsigned int);
# configure:26957: checking for the code address range
# configure:26971: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26971: $? = 0
# configure:26971: ./conftest
# configure:26971: $? = 0
# configure:26983: result: 0x0000000000000000
# configure:26991: checking for the malloc address range
# configure:27011: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27011: $? = 0
# configure:27011: ./conftest
# configure:27011: $? = 0
# configure:27023: result: 0x0000000000000000
# configure:27031: checking for the shared library address range
# configure:27071: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# /tmp/cc3zbFEA.o: In function `main':
# conftest.c:(.text+0x81): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
# configure:27071: $? = 0
# configure:27071: ./conftest
# configure:27071: $? = 0
# configure:27083: result: 0x00007FB301000000
# configure:27092: checking for the stack address range
# configure:27107: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27107: $? = 0
# configure:27107: ./conftest
# configure:27107: $? = 0
# configure:27119: result: 0x00007FFFA2000000
# configure:27128: checking for vadvise
# configure:27144: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:272:25: fatal error: sys/vadvise.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:27144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | vadvise(0);
# | ;
# | return 0;
# | }
# configure:27152: result: no
# configure:27159: checking for vm_allocate
# configure:27175: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c: In function 'main':
# conftest.c:276:1: warning: implicit declaration of function 'vm_allocate' [-Wimplicit-function-declaration]
# vm_allocate(); task_self();
# ^~~~~~~~~~~
# conftest.c:276:16: warning: implicit declaration of function 'task_self' [-Wimplicit-function-declaration]
# vm_allocate(); task_self();
# ^~~~~~~~~
# /tmp/ccheSIiF.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `vm_allocate'
# conftest.c:(.text+0x14): undefined reference to `task_self'
# collect2: error: ld returned 1 exit status
# configure:27175: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | vm_allocate(); task_self();
# | ;
# | return 0;
# | }
# configure:27183: result: no
# configure:27191: checking for sys/mman.h
# configure:27191: result: yes
# configure:27199: checking for mmap
# configure:27199: result: yes
# configure:27209: checking for working mmap
# configure:27373: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27373: $? = 0
# configure:27373: ./conftest
# configure:27373: $? = 0
# configure:27478: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27478: $? = 0
# configure:27478: ./conftest
# configure:27478: $? = 0
# configure:27587: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27587: $? = 0
# configure:27587: ./conftest
# configure:27587: $? = 0
# configure:27716: result: yes
# configure:27744: checking for munmap
# configure:27744: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27744: $? = 0
# configure:27744: result: yes
# configure:27756: checking for msync
# configure:27756: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27756: $? = 0
# configure:27756: result: yes
# configure:27767: checking for mprotect
# configure:27767: result: yes
# configure:27776: checking for working mprotect
# configure:27817: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27817: $? = 0
# configure:27817: ./conftest
# configure:27817: $? = 0
# configure:27927: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27927: $? = 0
# configure:27927: ./conftest
# configure:27927: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on MacOS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | /* declare malloc() */
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | /* declare getpagesize() and mprotect() */
# | #include
# | #ifndef HAVE_GETPAGESIZE
# | #include
# | #define getpagesize() PAGESIZE
# | #else
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getpagesize (void);
# | #endif
# | char foo;
# | int main () {
# | unsigned long pagesize = getpagesize();
# | #define page_align(address) (char*)((unsigned long)(address) & -pagesize)
# |
# | char* area = (char*) malloc(6*pagesize);
# | char* fault_address = area + pagesize*7/2;
# |
# | nocrash_init();
# | if (mprotect(page_align(fault_address),pagesize,PROT_NONE) < 0) exit(0);
# | foo = *fault_address; /* this should cause an exception or signal */
# | exit(0); }
# configure:28032: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28032: $? = 0
# configure:28032: ./conftest
# configure:28032: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on MacOS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | /* declare malloc() */
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | /* declare getpagesize() and mprotect() */
# | #include
# | #ifndef HAVE_GETPAGESIZE
# | #include
# | #define getpagesize() PAGESIZE
# | #else
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getpagesize (void);
# | #endif
# | char foo;
# | int main () {
# | unsigned long pagesize = getpagesize();
# | #define page_align(address) (char*)((unsigned long)(address) & -pagesize)
# |
# | char* area = (char*) malloc(6*pagesize);
# | char* fault_address = area + pagesize*7/2;
# |
# | nocrash_init();
# | if (mprotect(page_align(fault_address),pagesize,PROT_NONE) < 0) exit(0);
# | *fault_address = 'z'; /* this should cause an exception or signal */
# | exit(0); }
# configure:28137: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28137: $? = 0
# configure:28137: ./conftest
# configure:28137: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on MacOS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | /* declare malloc() */
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | /* declare getpagesize() and mprotect() */
# | #include
# | #ifndef HAVE_GETPAGESIZE
# | #include
# | #define getpagesize() PAGESIZE
# | #else
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getpagesize (void);
# | #endif
# | char foo;
# | int main () {
# | unsigned long pagesize = getpagesize();
# | #define page_align(address) (char*)((unsigned long)(address) & -pagesize)
# |
# | char* area = (char*) malloc(6*pagesize);
# | char* fault_address = area + pagesize*7/2;
# |
# | nocrash_init();
# | if (mprotect(page_align(fault_address),pagesize,PROT_READ) < 0) exit(0);
# | *fault_address = 'z'; /* this should cause an exception or signal */
# | exit(0); }
# configure:28243: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28243: $? = 0
# configure:28243: ./conftest
# configure:28243: $? = 0
# configure:28260: result: yes
# configure:28270: checking for working shared memory
# configure:28299: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c: In function 'main':
# conftest.c:289:55: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# if ((shmid = shmget(IPC_PRIVATE,segsize,0400)) < 0) exit(1);
# ^~~~
# conftest.c:289:55: warning: incompatible implicit declaration of built-in function 'exit'
# conftest.c:289:55: note: include '' or provide a declaration of 'exit'
# conftest.c:295:3: warning: incompatible implicit declaration of built-in function 'exit'
# exit(result == (char*)(-1));
# ^~~~
# conftest.c:295:3: note: include '' or provide a declaration of 'exit'
# configure:28299: $? = 0
# configure:28299: ./conftest
# configure:28299: $? = 0
# configure:28310: result: yes
# configure:28319: checking sys/sysmacros.h usability
# configure:28319: gcc -c conftest.c >&5
# configure:28319: $? = 0
# configure:28319: result: yes
# configure:28319: checking sys/sysmacros.h presence
# configure:28319: gcc -E conftest.c
# configure:28319: $? = 0
# configure:28319: result: yes
# configure:28319: checking for sys/sysmacros.h
# configure:28319: result: yes
# configure:28333: checking for attachability of removed shared memory
# configure:28375: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28375: $? = 0
# configure:28375: ./conftest
# configure:28375: $? = 0
# configure:28386: result: yes
# configure:28397: checking for dlfcn.h
# configure:28397: result: yes
# configure:28408: checking for library containing dlopen
# configure:28439: gcc -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# /tmp/ccGTLwrn.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `dlopen'
# collect2: error: ld returned 1 exit status
# configure:28439: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* 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 dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:28439: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28439: $? = 0
# configure:28456: result: -ldl
# configure:28467: checking for dlopen
# configure:28467: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlsym
# configure:28467: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlvsym
# configure:28467: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlerror
# configure:28467: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlclose
# configure:28467: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dladdr
# configure:28467: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28480: checking for working fcntl.h
# configure:28552: result: yes
# configure:28574: ** checks for libraries
# configure:28592: checking for library containing tgetent
# configure:28623: gcc -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# /tmp/ccLziVnS.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `tgetent'
# collect2: error: ld returned 1 exit status
# configure:28623: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | /* end confdefs.h. */
# |
# | /* 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:28623: gcc -o conftest conftest.c -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28623: $? = 0
# configure:28640: result: -lncurses
# configure:29136: checking readline/readline.h usability
# configure:29136: gcc -c conftest.c >&5
# configure:29136: $? = 0
# configure:29136: result: yes
# configure:29136: checking readline/readline.h presence
# configure:29136: gcc -E conftest.c
# configure:29136: $? = 0
# configure:29136: result: yes
# configure:29136: checking for readline/readline.h
# configure:29136: result: yes
# configure:29151: checking for readline
# configure:29151: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29151: $? = 0
# configure:29151: result: yes
# configure:29157: checking for rl_filename_completion_function
# configure:29157: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29157: $? = 0
# configure:29157: result: yes
# configure:29174: checking for filename_completion_function declaration
# configure:29201: gcc -c conftest.c >&5
# conftest.c:303:7: error: conflicting types for 'rl_filename_completion_function'
# char* rl_filename_completion_function (char *, int);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from conftest.c:296:0:
# /usr/include/readline/readline.h:458:14: note: previous declaration of 'rl_filename_completion_function' was here
# extern char *rl_filename_completion_function PARAMS((const char *, int));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# configure:29201: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | char* rl_filename_completion_function (char *, int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:29214: result: install-shextern char* rl_filename_completion_function(const char*, int);
# configure:29218: checking whether rl_already_prompted is declared
# configure:29218: gcc -c conftest.c >&5
# configure:29218: $? = 0
# configure:29218: result: yes
# configure:29230: checking whether rl_readline_name is declared
# configure:29230: gcc -c conftest.c >&5
# configure:29230: $? = 0
# configure:29230: result: yes
# configure:29242: checking whether rl_gnu_readline_p is declared
# configure:29242: gcc -c conftest.c >&5
# configure:29242: $? = 0
# configure:29242: result: yes
# configure:29254: checking whether rl_deprep_term_function is declared
# configure:29254: gcc -c conftest.c >&5
# configure:29254: $? = 0
# configure:29254: result: yes
# configure:29267: checking for a modern readline
# configure:29271: result: found a modern GNU readline
# configure:29304: ** checks for OS services
# configure:29306: checking for the valid characters in filenames
# configure:29415: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29415: $? = 0
# configure:29415: ./conftest
# configure:29415: $? = 0
# configure:29450: result: ((ch >= 1) && (ch != 47))
# configure:29459: ** checks for compiler characteristics (arithmetic data types)
# configure:29461: checking whether char is unsigned
# configure:29479: gcc -c conftest.c >&5
# configure:29479: $? = 0
# configure:29486: result: no
# configure:29492: checking whether single-float divbyzero raises an exception
# configure:29518: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:308:7: warning: built-in function 'nan' declared as non-function
# float nan;
# ^~~
# configure:29518: $? = 0
# configure:29518: ./conftest
# configure:29518: $? = 0
# configure:29528: result: no
# configure:29536: checking whether single-float overflow raises an exception
# configure:29562: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29562: $? = 0
# configure:29562: ./conftest
# configure:29562: $? = 0
# configure:29572: result: no
# configure:29580: checking whether single-float underflow raises an exception
# configure:29606: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29606: $? = 0
# configure:29606: ./conftest
# configure:29606: $? = 0
# configure:29616: result: no
# configure:29624: checking whether single-float inexact raises an exception
# configure:29649: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29649: $? = 0
# configure:29649: ./conftest
# configure:29649: $? = 0
# configure:29659: result: no
# configure:29667: checking whether double-float divbyzero raises an exception
# configure:29693: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:308:8: warning: built-in function 'nan' declared as non-function
# double nan;
# ^~~
# configure:29693: $? = 0
# configure:29693: ./conftest
# configure:29693: $? = 0
# configure:29703: result: no
# configure:29711: checking whether double-float overflow raises an exception
# configure:29737: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29737: $? = 0
# configure:29737: ./conftest
# configure:29737: $? = 0
# configure:29747: result: no
# configure:29755: checking whether double-float underflow raises an exception
# configure:29781: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29781: $? = 0
# configure:29781: ./conftest
# configure:29781: $? = 0
# configure:29791: result: no
# configure:29799: checking whether double-float inexact raises an exception
# configure:29824: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29824: $? = 0
# configure:29824: ./conftest
# configure:29824: $? = 0
# configure:29834: result: no
# configure:29842: checking whether byte ordering is bigendian
# configure:29857: gcc -c conftest.c >&5
# conftest.c:303:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:303:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:303:15: error: unknown type name 'universal'
# configure:29857: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# | #define HAVE_DECL_RL_READLINE_NAME 1
# | #define HAVE_DECL_RL_GNU_READLINE_P 1
# | #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# | #define READLINE_FILE_COMPLETE rl_filename_completion_function
# | #define READLINE_CONST const
# | #define HAVE_READLINE /**/
# | #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:29902: gcc -c conftest.c >&5
# configure:29902: $? = 0
# configure:29920: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:309:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:309:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:29920: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_BUILTIN_STRLEN /**/
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE__JMP /**/
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# | #define HAVE_DECL_RL_READLINE_NAME 1
# | #define HAVE_DECL_RL_GNU_READLINE_P 1
# | #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# | #define READLINE_FILE_COMPLETE rl_filename_completion_function
# | #define READLINE_CONST const
# | #define HAVE_READLINE /**/
# | #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:30048: result: no
# configure:30068: checking for integer types and behaviour
# configure:31150: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:31150: $? = 0
# configure:31150: ./conftest
# configure:31150: $? = 0
# configure:31151: result: created intparam.h
# configure:31175: checking for floating-point types and behaviour
# configure:31393: gcc -o conftest conftest.c /usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:31393: $? = 0
# configure:31393: ./conftest
# configure:31393: $? = 0
# configure:31394: result: created floatparam.h
# configure:31416: ** output file generation
# configure:31488: updating cache config.cache
# configure:31594: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU CLISP config.status 2.49 (2010-07-07), which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on aee6f1de8b7c
#
# config.status:1695: creating po/Makefile.in
# config.status:1695: creating gllib/Makefile
# config.status:1695: creating makemake
# config.status:1695: creating config.h
# config.status:1915: executing depfiles commands
# config.status:1915: executing libtool commands
# config.status:1915: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=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=
# ac_cv_env_CPPFLAGS_set=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=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__longjmp=yes
# ac_cv_func__setjmp=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_connect=yes
# ac_cv_func_dladdr=yes
# ac_cv_func_dlclose=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_dlsym=yes
# ac_cv_func_dlvsym=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_flock=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_fsync=yes
# ac_cv_func_ftime=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getdtablesize=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostent=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getresgid=yes
# ac_cv_func_getresuid=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getsockopt=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_addr=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_ioctl=yes
# ac_cv_func_iswblank=yes
# ac_cv_func_iswcntrl=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mbsinit=yes
# ac_cv_func_mbsrtowcs=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_msync=yes
# ac_cv_func_munmap=yes
# ac_cv_func_nice=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_poll=yes
# ac_cv_func_putenv=yes
# ac_cv_func_rand_r=yes
# ac_cv_func_readdir_r=yes
# ac_cv_func_readline=yes
# ac_cv_func_readlink=yes
# ac_cv_func_realpath=yes
# ac_cv_func_remove=yes
# ac_cv_func_rl_filename_completion_function=yes
# ac_cv_func_select=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setitimer=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_setsid=yes
# ac_cv_func_setsockopt=yes
# ac_cv_func_shmat=yes
# ac_cv_func_shutdown=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_siginterrupt=yes
# ac_cv_func_strerror=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_ualarm=yes
# ac_cv_func_uname=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl_btowc=yes
# ac_cv_have_decl_chown=yes
# ac_cv_have_decl_dup2=yes
# ac_cv_have_decl_dup3=yes
# ac_cv_have_decl_endusershell=yes
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_euidaccess=yes
# ac_cv_have_decl_faccessat=yes
# ac_cv_have_decl_fchdir=yes
# ac_cv_have_decl_fchownat=yes
# ac_cv_have_decl_fsync=yes
# ac_cv_have_decl_ftruncate=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_have_decl_getcwd=yes
# ac_cv_have_decl_getdomainname=yes
# ac_cv_have_decl_getdtablesize=yes
# ac_cv_have_decl_getgroups=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getlogin=yes
# ac_cv_have_decl_getlogin_r=yes
# ac_cv_have_decl_getpagesize=yes
# ac_cv_have_decl_gettimeofday=yes
# ac_cv_have_decl_getusershell=yes
# ac_cv_have_decl_lchown=yes
# ac_cv_have_decl_link=yes
# ac_cv_have_decl_linkat=yes
# ac_cv_have_decl_lseek=yes
# ac_cv_have_decl_mbrlen=yes
# ac_cv_have_decl_mbrtowc=yes
# ac_cv_have_decl_mbsinit=yes
# ac_cv_have_decl_mbsnrtowcs=yes
# ac_cv_have_decl_mbsrtowcs=yes
# ac_cv_have_decl_memmem=yes
# ac_cv_have_decl_mempcpy=yes
# ac_cv_have_decl_memrchr=yes
# ac_cv_have_decl_nl_langinfo=yes
# ac_cv_have_decl_pipe2=yes
# ac_cv_have_decl_pread=yes
# ac_cv_have_decl_pwrite=yes
# ac_cv_have_decl_rawmemchr=yes
# ac_cv_have_decl_readlink=yes
# ac_cv_have_decl_readlinkat=yes
# ac_cv_have_decl_rl_already_prompted=yes
# ac_cv_have_decl_rl_deprep_term_function=yes
# ac_cv_have_decl_rl_gnu_readline_p=yes
# ac_cv_have_decl_rl_readline_name=yes
# ac_cv_have_decl_rmdir=yes
# ac_cv_have_decl_setusershell=yes
# ac_cv_have_decl_sleep=yes
# ac_cv_have_decl_stpcpy=yes
# ac_cv_have_decl_stpncpy=yes
# ac_cv_have_decl_strcasestr=yes
# ac_cv_have_decl_strchrnul=yes
# ac_cv_have_decl_strdup=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_symlink=yes
# ac_cv_have_decl_symlinkat=yes
# ac_cv_have_decl_ttyname_r=yes
# ac_cv_have_decl_unlink=yes
# ac_cv_have_decl_unlinkat=yes
# ac_cv_have_decl_usleep=yes
# ac_cv_have_decl_wcrtomb=yes
# ac_cv_have_decl_wcsnrtombs=yes
# ac_cv_have_decl_wcsrtombs=yes
# ac_cv_have_decl_wctob=yes
# ac_cv_have_decl_wcwidth=yes
# ac_cv_have_readline=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_avcall_h=yes
# ac_cv_header_callback_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_lightning_h=no
# 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_netinet_tcp_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_inttypes_h=no
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_shm_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysmacros_h=yes
# ac_cv_header_sys_termio_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_times_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ICE_IceConnectionNumber=yes
# ac_cv_libavcall_cppflags=
# ac_cv_libavcall_libs=/usr/lib/libavcall.a
# ac_cv_libavcall_ltlibs='-L/usr/lib -lavcall'
# ac_cv_libavcall_prefix=/usr
# ac_cv_libcallback_cppflags=
# ac_cv_libcallback_libs=/usr/lib/libcallback.a
# ac_cv_libcallback_ltlibs='-L/usr/lib -lcallback'
# ac_cv_libcallback_prefix=/usr
# ac_cv_libsigsegv=yes
# ac_cv_member_struct_dirent_d_namlen=no
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_member_struct_stat_st_blocks=yes
# ac_cv_member_struct_stat_st_rdev=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_COMPRESS=gzip
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_GROFF=groff
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_PS2PDF=ps2pdf
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_gcc_c_o=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search___builtin_avcall='none required'
# ac_cv_search_dlopen=-ldl
# ac_cv_search_tgetent=-lncurses
# ac_cv_search_trampoline_r_data0='none required'
# ac_cv_sizeof_dev_t=8
# ac_cv_sizeof_ino_t=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_rlim_t=8
# ac_cv_sizeof_struct_timeval=16
# 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_mbstate_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_use_readline=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_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# 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_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_address_code=0x0000000000000000
# cl_cv_address_malloc=0x0000000000000000
# cl_cv_address_shlib=0x00007FB301000000
# cl_cv_address_stack=0x00007FFFA2000000
# cl_cv_builtin_strlen=yes
# cl_cv_cc_double_divbyzero=no
# cl_cv_cc_double_inexact=no
# cl_cv_cc_double_overflow=no
# cl_cv_cc_double_underflow=no
# cl_cv_cc_float_divbyzero=no
# cl_cv_cc_float_inexact=no
# cl_cv_cc_float_overflow=no
# cl_cv_cc_float_underflow=no
# cl_cv_decl_ELOOP=ELOOP
# cl_cv_decl_FIONREAD_1=no
# cl_cv_decl_FIONREAD_1_sys_filio_h=no
# cl_cv_decl_FIONREAD_1_sys_ioctl_h=yes
# cl_cv_decl_FIONREAD_reliable=yes
# cl_cv_decl_TCSAFLUSH=yes
# cl_cv_decl_eloop=yes
# cl_cv_decolonize='echo $x'
# cl_cv_file_floatparam_h=1
# cl_cv_file_intparam_h=1
# cl_cv_func_closedir_retval=yes
# cl_cv_func_getrusage=yes
# cl_cv_func_getrusage_works=yes
# cl_cv_func_lstat=yes
# cl_cv_func_mmap_anon=yes
# cl_cv_func_mmap_anonymous=yes
# cl_cv_func_mmap_devzero=yes
# cl_cv_func_mmap_works=yes
# cl_cv_func_mprotect_works=yes
# cl_cv_func_poll=yes
# cl_cv_func_poll_reliable=yes
# cl_cv_func_select_reliable=yes
# cl_cv_func_shmctl_attachable=yes
# cl_cv_func_signal_reinstall=no
# cl_cv_func_tcgetattr=yes
# cl_cv_func_vadvise=no
# cl_cv_func_vm=no
# cl_cv_have_ffcall=yes
# cl_cv_header_sys_select_h=yes
# cl_cv_host_x86_64=yes
# cl_cv_lib_nsl=no
# cl_cv_lib_socket=no
# cl_cv_os_valid_filename_char='((ch >= 1) && (ch != 47))'
# cl_cv_os_valid_filename_charset=8-bit
# cl_cv_prog_LN=ln
# cl_cv_prog_LN_S_works=yes
# cl_cv_prog_as_underscore=no
# 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
# cl_cv_proto_connect='extern int connect (int, const struct sockaddr *, unsigned int);'
# cl_cv_proto_connect_arg2a=const
# cl_cv_proto_connect_arg2b='struct sockaddr *'
# cl_cv_proto_connect_arg3='unsigned int'
# cl_cv_proto_filename_completion_function='extern char* rl_filename_completion_function(const char*, int);'
# cl_cv_proto_getrlimit='extern int getrlimit (enum __rlimit_resource, struct rlimit *);'
# cl_cv_proto_getrlimit_arg1='enum __rlimit_resource'
# cl_cv_proto_getrusage='extern int getrusage (int, struct rusage *);'
# cl_cv_proto_getrusage_arg1=int
# cl_cv_proto_inet_addr='extern unsigned int inet_addr (const char*);'
# cl_cv_proto_inet_addr_arg1=const
# cl_cv_proto_inet_addr_ret='unsigned int'
# cl_cv_proto_ioctl='extern int ioctl (int, unsigned long, ...);'
# cl_cv_proto_ioctl_arg2='unsigned long'
# cl_cv_proto_ioctl_args='int, unsigned long, ...'
# cl_cv_proto_ioctl_dots=yes
# cl_cv_proto_readline_const=const
# cl_cv_proto_select='extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);'
# cl_cv_proto_select_arg1=int
# cl_cv_proto_select_arg2=fd_set
# cl_cv_proto_select_arg5=
# cl_cv_proto_setrlimit='extern int setrlimit (enum __rlimit_resource, const struct rlimit *);'
# cl_cv_proto_setrlimit_arg2=const
# cl_cv_proto_setsockopt='extern int setsockopt (int, int, int, const void*, unsigned int);'
# cl_cv_proto_setsockopt_arg_t='void*'
# cl_cv_proto_setsockopt_const=const
# cl_cv_proto_setsockopt_optlen_t='unsigned int'
# cl_cv_proto_unsetenv_posix=0
# cl_cv_proto_unsetenv_ret=void
# cl_cv_proto_waitpid='extern pid_t waitpid (pid_t, int*, int);'
# cl_cv_proto_waitpid_arg1=pid_t
# cl_cv_socket_ipv4=yes
# cl_cv_socket_ipv6=yes
# cl_cv_struct_sockaddr_sun_len=no
# cl_cv_struct_winsize=no
# cl_cv_struct_winsize_ioctl=yes
# cl_cv_sys_shm_works=yes
# cl_cv_test_nt=yes
# cl_cv_type_caddr_t=yes
# cl_cv_type_socklen_t=yes
# gl_cv_c_multiarch=no
# gl_cv_decl_null_works=yes
# gl_cv_func_gettimeofday_clobber=no
# gl_cv_func_gettimeofday_posix_signature=almost
# gl_cv_func_iswcntrl_works=yes
# gl_cv_func_link_follows_symlink=no
# gl_cv_func_mbrtowc_incomplete_state='guessing yes'
# gl_cv_func_mbrtowc_nul_retval='guessing yes'
# gl_cv_func_mbrtowc_null_arg='guessing yes'
# gl_cv_func_mbrtowc_retval='guessing yes'
# gl_cv_func_mbrtowc_sanitycheck='guessing yes'
# gl_cv_func_mbsrtowcs_works='guessing yes'
# gl_cv_func_memchr_works=yes
# gl_cv_have_include_next=yes
# gl_cv_have_raw_decl_btowc=yes
# gl_cv_have_raw_decl_chown=yes
# gl_cv_have_raw_decl_dup2=yes
# gl_cv_have_raw_decl_dup3=yes
# gl_cv_have_raw_decl_endusershell=yes
# gl_cv_have_raw_decl_environ=yes
# gl_cv_have_raw_decl_euidaccess=yes
# gl_cv_have_raw_decl_faccessat=yes
# gl_cv_have_raw_decl_fchdir=yes
# gl_cv_have_raw_decl_fchownat=yes
# gl_cv_have_raw_decl_fsync=yes
# gl_cv_have_raw_decl_ftruncate=yes
# gl_cv_have_raw_decl_getcwd=yes
# gl_cv_have_raw_decl_getdomainname=yes
# gl_cv_have_raw_decl_getdtablesize=yes
# gl_cv_have_raw_decl_getgroups=yes
# gl_cv_have_raw_decl_gethostname=yes
# gl_cv_have_raw_decl_getlogin=yes
# gl_cv_have_raw_decl_getlogin_r=yes
# gl_cv_have_raw_decl_getpagesize=yes
# gl_cv_have_raw_decl_gettimeofday=yes
# gl_cv_have_raw_decl_getusershell=yes
# gl_cv_have_raw_decl_lchown=yes
# gl_cv_have_raw_decl_link=yes
# gl_cv_have_raw_decl_linkat=yes
# gl_cv_have_raw_decl_lseek=yes
# gl_cv_have_raw_decl_mbrlen=yes
# gl_cv_have_raw_decl_mbrtowc=yes
# gl_cv_have_raw_decl_mbsinit=yes
# gl_cv_have_raw_decl_mbsnrtowcs=yes
# gl_cv_have_raw_decl_mbsrtowcs=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_nl_langinfo=yes
# gl_cv_have_raw_decl_pipe2=yes
# gl_cv_have_raw_decl_pread=yes
# gl_cv_have_raw_decl_pwrite=yes
# gl_cv_have_raw_decl_rawmemchr=yes
# gl_cv_have_raw_decl_readlink=yes
# gl_cv_have_raw_decl_readlinkat=yes
# gl_cv_have_raw_decl_rmdir=yes
# gl_cv_have_raw_decl_setusershell=yes
# gl_cv_have_raw_decl_sleep=yes
# gl_cv_have_raw_decl_stpcpy=yes
# gl_cv_have_raw_decl_stpncpy=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_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_symlink=yes
# gl_cv_have_raw_decl_symlinkat=yes
# gl_cv_have_raw_decl_ttyname_r=yes
# gl_cv_have_raw_decl_unlink=yes
# gl_cv_have_raw_decl_unlinkat=yes
# gl_cv_have_raw_decl_usleep=yes
# gl_cv_have_raw_decl_wcrtomb=yes
# gl_cv_have_raw_decl_wcsnrtombs=yes
# gl_cv_have_raw_decl_wcsrtombs=yes
# gl_cv_have_raw_decl_wctob=yes
# gl_cv_have_raw_decl_wcwidth=yes
# gl_cv_header_langinfo_codeset=yes
# gl_cv_header_langinfo_era=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_lib_sigsegv=yes
# gl_cv_next_langinfo_h=''
# gl_cv_next_stdint_h=''
# gl_cv_next_string_h=''
# gl_cv_next_sys_time_h=''
# gl_cv_next_unistd_h=''
# gl_cv_next_wchar_h=''
# gl_cv_next_wctype_h=''
# gl_cv_rpl_alloca=yes
# gl_cv_sys_struct_timeval=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext2_libc=yes
# gt_cv_locale_fr_utf8=none
# gt_cv_locale_ja=none
# gt_cv_locale_zh_CN=none
# gt_cv_val_LC_MESSAGES=yes
# 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/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# 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_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run aclocal-1.11'
# ALLOCA=''
# ALLOCA_H='alloca.h'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run tar'
# APPLE_UNIVERSAL_BUILD='0'
# AR='ar'
# AS='as'
# AS_UNDERSCORE='false'
# AUTOCONF='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run automake-1.11'
# 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=''
# CLISP_DECOLONIZE='echo $x'
# COMPRESS='gzip'
# CPP='gcc -E'
# CPPFLAGS=' '
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GCC_X_NONE='-x none'
# GETTEXT_MACRO_VERSION='0.18'
# GLIBC21='yes'
# GL_COND_LIBTOOL_FALSE=''
# GL_COND_LIBTOOL_TRUE='#'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GNULIB_BTOWC='0'
# GNULIB_CHOWN='0'
# GNULIB_CLOSE='0'
# GNULIB_DUP2='0'
# GNULIB_DUP3='0'
# GNULIB_ENVIRON='0'
# GNULIB_EUIDACCESS='0'
# GNULIB_FACCESSAT='0'
# GNULIB_FCHDIR='0'
# GNULIB_FCHOWNAT='0'
# GNULIB_FSYNC='0'
# GNULIB_FTRUNCATE='0'
# GNULIB_GETCWD='0'
# GNULIB_GETDOMAINNAME='0'
# GNULIB_GETDTABLESIZE='0'
# GNULIB_GETGROUPS='0'
# GNULIB_GETHOSTNAME='0'
# GNULIB_GETLOGIN='0'
# GNULIB_GETLOGIN_R='0'
# GNULIB_GETPAGESIZE='1'
# GNULIB_GETTIMEOFDAY='1'
# GNULIB_GETUSERSHELL='0'
# GNULIB_LCHOWN='0'
# GNULIB_LINK='0'
# GNULIB_LINKAT='0'
# GNULIB_LSEEK='0'
# 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_MEMCHR='1'
# GNULIB_MEMMEM='0'
# GNULIB_MEMPCPY='0'
# GNULIB_MEMRCHR='0'
# GNULIB_NL_LANGINFO='1'
# GNULIB_PIPE2='0'
# GNULIB_PREAD='0'
# GNULIB_PWRITE='0'
# GNULIB_RAWMEMCHR='0'
# GNULIB_READLINK='0'
# GNULIB_READLINKAT='0'
# GNULIB_RMDIR='0'
# GNULIB_SLEEP='0'
# GNULIB_STPCPY='0'
# GNULIB_STPNCPY='0'
# GNULIB_STRCASESTR='0'
# GNULIB_STRCHRNUL='0'
# GNULIB_STRDUP='0'
# GNULIB_STRERROR='0'
# GNULIB_STRNCAT='0'
# GNULIB_STRNDUP='0'
# GNULIB_STRNLEN='0'
# GNULIB_STRPBRK='0'
# GNULIB_STRSEP='0'
# GNULIB_STRSIGNAL='0'
# GNULIB_STRSTR='0'
# GNULIB_STRTOK_R='0'
# GNULIB_STRVERSCMP='0'
# GNULIB_SYMLINK='0'
# GNULIB_SYMLINKAT='0'
# GNULIB_TTYNAME_R='0'
# GNULIB_UNISTD_H_GETOPT='0'
# GNULIB_UNISTD_H_SIGPIPE='0'
# GNULIB_UNLINK='0'
# GNULIB_UNLINKAT='0'
# GNULIB_USLEEP='0'
# GNULIB_WCRTOMB='0'
# GNULIB_WCSNRTOMBS='0'
# GNULIB_WCSRTOMBS='0'
# GNULIB_WCTOB='0'
# GNULIB_WCWIDTH='0'
# GNULIB_WRITE='0'
# GNU_MAKE_FALSE='#'
# GNU_MAKE_TRUE=''
# GREP='/usr/bin/grep'
# GROFF='groff'
# HAVE_BTOWC='1'
# HAVE_CHOWN='1'
# HAVE_DECL_ENVIRON='1'
# HAVE_DECL_GETLOGIN_R='1'
# HAVE_DECL_GETPAGESIZE='1'
# HAVE_DECL_GETUSERSHELL='1'
# HAVE_DECL_MEMMEM='1'
# HAVE_DECL_MEMRCHR='1'
# HAVE_DECL_STRDUP='1'
# HAVE_DECL_STRNDUP='1'
# HAVE_DECL_STRNLEN='1'
# HAVE_DECL_STRSIGNAL='1'
# HAVE_DECL_STRTOK_R='1'
# HAVE_DECL_WCTOB='1'
# HAVE_DECL_WCWIDTH='1'
# HAVE_DUP2='1'
# HAVE_DUP3='1'
# HAVE_EUIDACCESS='1'
# HAVE_FACCESSAT='1'
# HAVE_FCHDIR='1'
# HAVE_FCHOWNAT='1'
# HAVE_FSYNC='1'
# HAVE_FTRUNCATE='1'
# HAVE_GETDOMAINNAME='1'
# HAVE_GETDTABLESIZE='1'
# HAVE_GETGROUPS='1'
# HAVE_GETHOSTNAME='1'
# HAVE_GETLOGIN='1'
# HAVE_GETPAGESIZE='1'
# HAVE_GETTIMEOFDAY='1'
# HAVE_INTTYPES_H='1'
# HAVE_ISWBLANK='1'
# HAVE_ISWCNTRL='1'
# HAVE_LANGINFO_CODESET='1'
# HAVE_LANGINFO_ERA='1'
# HAVE_LANGINFO_H='1'
# HAVE_LCHOWN='1'
# HAVE_LIBSIGSEGV='yes'
# HAVE_LINK='1'
# HAVE_LINKAT='1'
# HAVE_LONG_LONG_INT='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_NL_LANGINFO='1'
# HAVE_OS_H='0'
# HAVE_PIPE2='1'
# HAVE_PREAD='1'
# HAVE_PWRITE='1'
# HAVE_RAWMEMCHR='1'
# HAVE_READLINK='1'
# HAVE_READLINKAT='1'
# HAVE_SIGNED_SIG_ATOMIC_T=''
# HAVE_SIGNED_WCHAR_T=''
# HAVE_SIGNED_WINT_T=''
# HAVE_SLEEP='1'
# HAVE_STDINT_H='1'
# HAVE_STPCPY='1'
# HAVE_STPNCPY='1'
# HAVE_STRCASESTR='1'
# HAVE_STRCHRNUL='1'
# HAVE_STRPBRK='1'
# HAVE_STRSEP='1'
# HAVE_STRUCT_TIMEVAL='1'
# HAVE_STRVERSCMP='1'
# HAVE_SYMLINK='1'
# HAVE_SYMLINKAT='1'
# HAVE_SYS_BITYPES_H=''
# HAVE_SYS_INTTYPES_H=''
# HAVE_SYS_PARAM_H='0'
# HAVE_SYS_TIME_H='1'
# HAVE_SYS_TYPES_H='1'
# HAVE_TTYNAME_R='1'
# HAVE_UNISTD_H='1'
# HAVE_UNLINKAT='1'
# HAVE_UNSIGNED_LONG_LONG_INT='1'
# HAVE_USLEEP='1'
# HAVE_WCHAR_H='1'
# HAVE_WCHAR_T='1'
# HAVE_WCRTOMB='1'
# HAVE_WCSNRTOMBS='1'
# HAVE_WCSRTOMBS='1'
# HAVE_WCTYPE_H='1'
# HAVE_WINT_T='1'
# HAVE__BOOL='1'
# HLN='hln'
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# INCTERMCAP=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBAVCALL='/usr/lib/libavcall.a'
# LIBAVCALL_PREFIX='/usr'
# LIBCALLBACK='/usr/lib/libcallback.a'
# LIBCALLBACK_PREFIX='/usr'
# LIBGNU_LIBDEPS=''
# LIBGNU_LTLIBDEPS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS='/usr/lib/libreadline.so -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a'
# LIBSIGSEGV='/usr/lib/libsigsegv.so'
# LIBSIGSEGV_PREFIX='/usr'
# LIBTERMCAP=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='build-aux/ltmain.sh'
# LIBUNISTRING_COMPILE_UNINAME_UNINAME_FALSE='#'
# LIBUNISTRING_COMPILE_UNINAME_UNINAME_TRUE=''
# LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
# LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
# LIBUNISTRING_UNINAME_H='uniname.h'
# LIBUNISTRING_UNITYPES_H='unitypes.h'
# LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
# LIPO=''
# LN='ln'
# LN_S='ln -s'
# LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/src/gllib"'
# LOCALE_FR_UTF8='none'
# LOCALE_JA='none'
# LOCALE_ZH_CN='none'
# LTLIBAVCALL='-L/usr/lib -lavcall'
# LTLIBCALLBACK='-L/usr/lib -lcallback'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# LTLIBSIGSEGV='-L/usr/lib -lsigsegv'
# MAKEINFO='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
# NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
# NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
# NEXT_LANGINFO_H=''
# NEXT_STDDEF_H=''
# NEXT_STDINT_H=''
# NEXT_STRING_H=''
# NEXT_SYS_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.cons.org/'
# PACKAGE_NAME='GNU CLISP'
# PACKAGE_STRING='GNU CLISP 2.49 (2010-07-07)'
# PACKAGE_TARNAME='clisp'
# PACKAGE_URL='http://www.gnu.org/software/clisp/'
# PACKAGE_VERSION='2.49 (2010-07-07)'
# PATH_SEPARATOR=':'
# POSUB='po'
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# PS2PDF='ps2pdf'
# PTRDIFF_T_SUFFIX=''
# RANLIB='ranlib'
# REPLACE_BTOWC='0'
# REPLACE_CHOWN='0'
# REPLACE_CLOSE='0'
# REPLACE_DUP2='0'
# REPLACE_DUP='0'
# REPLACE_FCHOWNAT='0'
# REPLACE_GETCWD='0'
# REPLACE_GETGROUPS='0'
# REPLACE_GETPAGESIZE='0'
# REPLACE_GETTIMEOFDAY='0'
# REPLACE_ISWCNTRL='0'
# REPLACE_LCHOWN='0'
# REPLACE_LINK='0'
# REPLACE_LINKAT='0'
# REPLACE_LSEEK='0'
# REPLACE_MBRLEN='0'
# REPLACE_MBRTOWC='0'
# REPLACE_MBSINIT='0'
# REPLACE_MBSNRTOWCS='0'
# REPLACE_MBSRTOWCS='0'
# REPLACE_MBSTATE_T='0'
# REPLACE_MEMCHR='0'
# REPLACE_MEMMEM='0'
# REPLACE_NL_LANGINFO='0'
# REPLACE_NULL='0'
# REPLACE_PREAD='0'
# REPLACE_PWRITE='0'
# REPLACE_READLINK='0'
# REPLACE_RMDIR='0'
# REPLACE_SLEEP='0'
# REPLACE_STPNCPY='0'
# REPLACE_STRCASESTR='0'
# REPLACE_STRDUP='0'
# REPLACE_STRERROR='0'
# REPLACE_STRNCAT='0'
# REPLACE_STRNDUP='0'
# REPLACE_STRNLEN='0'
# REPLACE_STRSIGNAL='0'
# REPLACE_STRSTR='0'
# REPLACE_STRTOK_R='0'
# REPLACE_SYMLINK='0'
# REPLACE_TTYNAME_R='0'
# REPLACE_UNLINK='0'
# REPLACE_UNLINKAT='0'
# REPLACE_USLEEP='0'
# REPLACE_WCRTOMB='0'
# REPLACE_WCSNRTOMBS='0'
# REPLACE_WCSRTOMBS='0'
# REPLACE_WCTOB='0'
# REPLACE_WCWIDTH='0'
# REPLACE_WRITE='0'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIG_ATOMIC_T_SUFFIX=''
# SIZE_T_SUFFIX=''
# STDBOOL_H=''
# STDDEF_H=''
# STDINT_H=''
# STRIP='strip'
# TEST_NT='yes'
# UNDEFINE_STRTOK_R='0'
# UNISTD_H_HAVE_WINSOCK2_H='0'
# UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
# USE_NLS='yes'
# VERSION='2.49 (2010-07-07)'
# WCHAR_T_SUFFIX=''
# WINT_T_SUFFIX=''
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# XMKMF=''
# X_CFLAGS=''
# X_EXTRA_LIBS=''
# X_LIBS=''
# X_PRE_LIBS=' -lSM -lICE'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# gl_LIBOBJS=''
# gl_LTLIBOBJS=''
# gltests_LIBOBJS=''
# gltests_LTLIBOBJS=''
# gltests_WITNESS='IN_CLISP_GNULIB_TESTS'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# 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 (2010-07-07)"
# #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# #ifndef __x86_64__
# #define __x86_64__ 1
# #endif
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define restrict __restrict
# #define HAVE_SYS_TIME_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_READLINK 1
# #define HAVE_MBSINIT 1
# #define HAVE_MBRTOWC 1
# #define HAVE_MBSRTOWCS 1
# #define HAVE_MPROTECT 1
# #define HAVE_MEMCHR 1
# #define HAVE_NL_LANGINFO 1
# #define HAVE_ISWCNTRL 1
# #define HAVE_ISWBLANK 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_WORKING_O_NOATIME 1
# #define HAVE_WORKING_O_NOFOLLOW 1
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_MBSTATE_T 1
# #define HAVE_MAP_ANONYMOUS 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_WCHAR_T 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 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_STRSIGNAL 1
# #define HAVE_RAW_DECL_STRVERSCMP 1
# #define HAVE_WINT_T 1
# #define HAVE_ALLOCA 1
# #define HAVE_GETPAGESIZE 1
# #define GNULIB_TEST_GETPAGESIZE 1
# #define GETTIMEOFDAY_TIMEZONE struct timezone
# #define GNULIB_TEST_GETTIMEOFDAY 1
# #define HAVE_RAW_DECL_NL_LANGINFO 1
# #define HAVE_LIBSIGSEGV 1
# #define LINK_FOLLOWS_SYMLINKS 0
# #define GNULIB_TEST_MBRTOWC 1
# #define GNULIB_TEST_MBSINIT 1
# #define GNULIB_TEST_MBSRTOWCS 1
# #define GNULIB_TEST_MEMCHR 1
# #define GNULIB_TEST_NL_LANGINFO 1
# #define HAVE_RAW_DECL_CHOWN 1
# #define HAVE_RAW_DECL_DUP2 1
# #define HAVE_RAW_DECL_DUP3 1
# #define HAVE_RAW_DECL_ENVIRON 1
# #define HAVE_RAW_DECL_EUIDACCESS 1
# #define HAVE_RAW_DECL_FACCESSAT 1
# #define HAVE_RAW_DECL_FCHDIR 1
# #define HAVE_RAW_DECL_FCHOWNAT 1
# #define HAVE_RAW_DECL_FSYNC 1
# #define HAVE_RAW_DECL_FTRUNCATE 1
# #define HAVE_RAW_DECL_GETCWD 1
# #define HAVE_RAW_DECL_GETDOMAINNAME 1
# #define HAVE_RAW_DECL_GETDTABLESIZE 1
# #define HAVE_RAW_DECL_GETGROUPS 1
# #define HAVE_RAW_DECL_GETHOSTNAME 1
# #define HAVE_RAW_DECL_GETLOGIN 1
# #define HAVE_RAW_DECL_GETLOGIN_R 1
# #define HAVE_RAW_DECL_GETPAGESIZE 1
# #define HAVE_RAW_DECL_GETUSERSHELL 1
# #define HAVE_RAW_DECL_SETUSERSHELL 1
# #define HAVE_RAW_DECL_ENDUSERSHELL 1
# #define HAVE_RAW_DECL_LCHOWN 1
# #define HAVE_RAW_DECL_LINK 1
# #define HAVE_RAW_DECL_LINKAT 1
# #define HAVE_RAW_DECL_LSEEK 1
# #define HAVE_RAW_DECL_PIPE2 1
# #define HAVE_RAW_DECL_PREAD 1
# #define HAVE_RAW_DECL_PWRITE 1
# #define HAVE_RAW_DECL_READLINK 1
# #define HAVE_RAW_DECL_READLINKAT 1
# #define HAVE_RAW_DECL_RMDIR 1
# #define HAVE_RAW_DECL_SLEEP 1
# #define HAVE_RAW_DECL_SYMLINK 1
# #define HAVE_RAW_DECL_SYMLINKAT 1
# #define HAVE_RAW_DECL_TTYNAME_R 1
# #define HAVE_RAW_DECL_UNLINK 1
# #define HAVE_RAW_DECL_UNLINKAT 1
# #define HAVE_RAW_DECL_USLEEP 1
# #define HAVE_RAW_DECL_BTOWC 1
# #define HAVE_RAW_DECL_WCTOB 1
# #define HAVE_RAW_DECL_MBSINIT 1
# #define HAVE_RAW_DECL_MBRTOWC 1
# #define HAVE_RAW_DECL_MBRLEN 1
# #define HAVE_RAW_DECL_MBSRTOWCS 1
# #define HAVE_RAW_DECL_MBSNRTOWCS 1
# #define HAVE_RAW_DECL_WCRTOMB 1
# #define HAVE_RAW_DECL_WCSRTOMBS 1
# #define HAVE_RAW_DECL_WCSNRTOMBS 1
# #define HAVE_RAW_DECL_WCWIDTH 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_AVCALL_H 1
# #define HAVE_CALLBACK_H 1
# #define HAVE_BUILTIN_STRLEN /**/
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_SYS_SHM_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_TCGETATTR /**/
# #define HAVE_TCSAFLUSH /**/
# #define WINSIZE_NEED_SYS_IOCTL_H /**/
# #define CADDR_T caddr_t
# #define CLISP_SOCKLEN_T socklen_t
# #define SIZEOF_OFF_T 8
# #define SIZEOF_STRUCT_TIMEVAL 16
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE__JMP /**/
# #define HAVE_SIGACTION 1
# #define HAVE_SIGINTERRUPT 1
# #define HAVE_STRERROR 1
# #define HAVE_SYSCONF 1
# #define HAVE_GETDTABLESIZE 1
# #define HAVE_MEMSET 1
# #define HAVE_SETSID 1
# #define HAVE_SETPGID 1
# #define HAVE_FCHMOD 1
# #define HAVE_FSYNC 1
# #define HAVE_FLOCK 1
# #define HAVE_GETHOSTENT 1
# #define HAVE_SHUTDOWN 1
# #define HAVE_USLEEP 1
# #define HAVE_UALARM 1
# #define HAVE_SETITIMER 1
# #define HAVE_NICE 1
# #define HAVE_FTIME 1
# #define HAVE_REALPATH 1
# #define HAVE_GETRESUID 1
# #define HAVE_SETRESUID 1
# #define HAVE_GETRESGID 1
# #define HAVE_SETRESGID 1
# #define HAVE_SETREUID 1
# #define HAVE_SETREGID 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_READLINK 1
# #define HAVE_GETCWD 1
# #define HAVE_UNAME 1
# #define HAVE_READDIR_R 1
# #define HAVE_RAND_R 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_UNSETENV 1
# #define HAVE_DECL_ENVIRON 1
# #define UNSETENV_POSIX 0
# #define HAVE_LC_MESSAGES 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_SETRLIMIT 1
# #define SIZEOF_RLIM_T 8
# #define RLIMIT_RESOURCE_T enum __rlimit_resource
# #define SETRLIMIT_CONST const
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define PID_T pid_t
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_TIMES_H 1
# #define HAVE_GETRUSAGE /**/
# #define RUSAGE_WHO_T int
# #define HAVE_LSTAT /**/
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STRUCT_STAT_ST_RDEV 1
# #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# #define SIZEOF_INO_T 8
# #define SIZEOF_DEV_T 8
# #define ELOOP_VALUE ELOOP
# #define HAVE_IOCTL 1
# #define IOCTL_REQUEST_T unsigned long
# #define IOCTL_DOTS /**/
# #define NEED_SYS_IOCTL_H /**/
# #define HAVE_FIONREAD /**/
# #define HAVE_RELIABLE_FIONREAD /**/
# #define HAVE_POLL 1
# #define HAVE_RELIABLE_POLL /**/
# #define HAVE_SELECT 1
# #define HAVE_SYS_SELECT_H /**/
# #define SELECT_WIDTH_T int
# #define SELECT_SET_T fd_set
# #define SELECT_CONST
# #define HAVE_RELIABLE_SELECT /**/
# #define HAVE_NETDB_H 1
# #define HAVE_GETHOSTBYNAME /**/
# #define HAVE_CONNECT 1
# #define CONNECT_CONST const
# #define CONNECT_NAME_T struct sockaddr *
# #define CONNECT_ADDRLEN_T unsigned int
# #define HAVE_SYS_UN_H 1
# #define HAVE_IPV4 /**/
# #define HAVE_IPV6 /**/
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_ADDR 1
# #define HAVE_SETSOCKOPT 1
# #define HAVE_GETSOCKOPT 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define RET_INET_ADDR_TYPE unsigned int
# #define INET_ADDR_CONST const
# #define INET_ADDR_SUFFIX /**/
# #define HAVE_NETINET_TCP_H 1
# #define SETSOCKOPT_CONST const
# #define SETSOCKOPT_ARG_T void*
# #define SETSOCKOPT_OPTLEN_T unsigned int
# #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# #define MALLOC_ADDRESS_RANGE 0x0000000000000000UL
# #define SHLIB_ADDRESS_RANGE 0x00007FB301000000UL
# #define STACK_ADDRESS_RANGE 0x00007FFFA2000000UL
# #define HAVE_MMAP /**/
# #define HAVE_MMAP_ANON /**/
# #define HAVE_MMAP_ANONYMOUS /**/
# #define HAVE_MMAP_DEVZERO /**/
# #define HAVE_MUNMAP 1
# #define HAVE_MSYNC 1
# #define HAVE_MPROTECT 1
# #define HAVE_WORKING_MPROTECT /**/
# #define HAVE_SHM /**/
# #define HAVE_SYS_SYSMACROS_H 1
# #define SHM_RMID_VALID /**/
# #define HAVE_DLFCN_H 1
# #define HAVE_DLOPEN 1
# #define HAVE_DLSYM 1
# #define HAVE_DLVSYM 1
# #define HAVE_DLERROR 1
# #define HAVE_DLCLOSE 1
# #define HAVE_DLADDR 1
# #define HAVE_WORKING_O_NOATIME 1
# #define HAVE_WORKING_O_NOFOLLOW 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# #define HAVE_DECL_RL_READLINE_NAME 1
# #define HAVE_DECL_RL_GNU_READLINE_P 1
# #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# #define READLINE_FILE_COMPLETE rl_filename_completion_function
# #define READLINE_CONST const
# #define HAVE_READLINE /**/
# #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
#
# configure: exit 0

CMD: config logfiles '/tmp/clisp/src/clisp-2.49/src/i18n/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by i18n configure 1.0, which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ /tmp/clisp/src/clisp-2.49/modules/i18n/configure --with-clisp=/tmp/clisp/src/clisp-2.49/src/clisp -K boot -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc --cache-file=../config.cache --srcdir=/tmp/clisp/src/clisp-2.49/modules/i18n --disable-option-checking --with-readline --with-ffcall
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = aee6f1de8b7c
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /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: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2077: loading cache ../config.cache
# configure:2102: error: `host_alias' was set to `x86_64-unknown-linux' in the previous run
# configure:2143: error: in `/tmp/clisp/src/clisp-2.49/src/i18n':
# configure:2145: error: changes in the environment can compromise the build
# configure:2147: error: run `make distclean' and/or `rm ../config.cache' and start over
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=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=
# ac_cv_env_CPPFLAGS_set=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=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_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=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__longjmp=yes
# ac_cv_func__setjmp=yes
# ac_cv_func_alloca_works=yes
# ac_cv_func_connect=yes
# ac_cv_func_dladdr=yes
# ac_cv_func_dlclose=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_dlsym=yes
# ac_cv_func_dlvsym=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_flock=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_fsync=yes
# ac_cv_func_ftime=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getdtablesize=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostent=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getresgid=yes
# ac_cv_func_getresuid=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getsockopt=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_addr=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_ioctl=yes
# ac_cv_func_iswblank=yes
# ac_cv_func_iswcntrl=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mbsinit=yes
# ac_cv_func_mbsrtowcs=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_msync=yes
# ac_cv_func_munmap=yes
# ac_cv_func_nice=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_poll=yes
# ac_cv_func_putenv=yes
# ac_cv_func_rand_r=yes
# ac_cv_func_readdir_r=yes
# ac_cv_func_readline=yes
# ac_cv_func_readlink=yes
# ac_cv_func_realpath=yes
# ac_cv_func_remove=yes
# ac_cv_func_rl_filename_completion_function=yes
# ac_cv_func_select=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setitimer=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_setsid=yes
# ac_cv_func_setsockopt=yes
# ac_cv_func_shmat=yes
# ac_cv_func_shutdown=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_siginterrupt=yes
# ac_cv_func_strerror=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_ualarm=yes
# ac_cv_func_uname=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl_btowc=yes
# ac_cv_have_decl_chown=yes
# ac_cv_have_decl_dup2=yes
# ac_cv_have_decl_dup3=yes
# ac_cv_have_decl_endusershell=yes
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_euidaccess=yes
# ac_cv_have_decl_faccessat=yes
# ac_cv_have_decl_fchdir=yes
# ac_cv_have_decl_fchownat=yes
# ac_cv_have_decl_fsync=yes
# ac_cv_have_decl_ftruncate=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_have_decl_getcwd=yes
# ac_cv_have_decl_getdomainname=yes
# ac_cv_have_decl_getdtablesize=yes
# ac_cv_have_decl_getgroups=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getlogin=yes
# ac_cv_have_decl_getlogin_r=yes
# ac_cv_have_decl_getpagesize=yes
# ac_cv_have_decl_gettimeofday=yes
# ac_cv_have_decl_getusershell=yes
# ac_cv_have_decl_lchown=yes
# ac_cv_have_decl_link=yes
# ac_cv_have_decl_linkat=yes
# ac_cv_have_decl_lseek=yes
# ac_cv_have_decl_mbrlen=yes
# ac_cv_have_decl_mbrtowc=yes
# ac_cv_have_decl_mbsinit=yes
# ac_cv_have_decl_mbsnrtowcs=yes
# ac_cv_have_decl_mbsrtowcs=yes
# ac_cv_have_decl_memmem=yes
# ac_cv_have_decl_mempcpy=yes
# ac_cv_have_decl_memrchr=yes
# ac_cv_have_decl_nl_langinfo=yes
# ac_cv_have_decl_pipe2=yes
# ac_cv_have_decl_pread=yes
# ac_cv_have_decl_pwrite=yes
# ac_cv_have_decl_rawmemchr=yes
# ac_cv_have_decl_readlink=yes
# ac_cv_have_decl_readlinkat=yes
# ac_cv_have_decl_rl_already_prompted=yes
# ac_cv_have_decl_rl_deprep_term_function=yes
# ac_cv_have_decl_rl_gnu_readline_p=yes
# ac_cv_have_decl_rl_readline_name=yes
# ac_cv_have_decl_rmdir=yes
# ac_cv_have_decl_setusershell=yes
# ac_cv_have_decl_sleep=yes
# ac_cv_have_decl_stpcpy=yes
# ac_cv_have_decl_stpncpy=yes
# ac_cv_have_decl_strcasestr=yes
# ac_cv_have_decl_strchrnul=yes
# ac_cv_have_decl_strdup=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_symlink=yes
# ac_cv_have_decl_symlinkat=yes
# ac_cv_have_decl_ttyname_r=yes
# ac_cv_have_decl_unlink=yes
# ac_cv_have_decl_unlinkat=yes
# ac_cv_have_decl_usleep=yes
# ac_cv_have_decl_wcrtomb=yes
# ac_cv_have_decl_wcsnrtombs=yes
# ac_cv_have_decl_wcsrtombs=yes
# ac_cv_have_decl_wctob=yes
# ac_cv_have_decl_wcwidth=yes
# ac_cv_have_readline=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_avcall_h=yes
# ac_cv_header_callback_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_lightning_h=no
# 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_netinet_tcp_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_file_h=yes
# ac_cv_header_sys_inttypes_h=no
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_shm_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysmacros_h=yes
# ac_cv_header_sys_termio_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_times_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ICE_IceConnectionNumber=yes
# ac_cv_libavcall_cppflags=
# ac_cv_libavcall_libs=/usr/lib/libavcall.a
# ac_cv_libavcall_ltlibs='-L/usr/lib -lavcall'
# ac_cv_libavcall_prefix=/usr
# ac_cv_libcallback_cppflags=
# ac_cv_libcallback_libs=/usr/lib/libcallback.a
# ac_cv_libcallback_ltlibs='-L/usr/lib -lcallback'
# ac_cv_libcallback_prefix=/usr
# ac_cv_libsigsegv=yes
# ac_cv_member_struct_dirent_d_namlen=no
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_member_struct_stat_st_blocks=yes
# ac_cv_member_struct_stat_st_rdev=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=gcc
# ac_cv_prog_COMPRESS=gzip
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_GROFF=groff
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_PS2PDF=ps2pdf
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cc_gcc_c_o=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search___builtin_avcall='none required'
# ac_cv_search_dlopen=-ldl
# ac_cv_search_tgetent=-lncurses
# ac_cv_search_trampoline_r_data0='none required'
# ac_cv_sizeof_dev_t=8
# ac_cv_sizeof_ino_t=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_rlim_t=8
# ac_cv_sizeof_struct_timeval=16
# 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_mbstate_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_use_readline=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_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# 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_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_address_code=0x0000000000000000
# cl_cv_address_malloc=0x0000000000000000
# cl_cv_address_shlib=0x00007FB301000000
# cl_cv_address_stack=0x00007FFFA2000000
# cl_cv_builtin_strlen=yes
# cl_cv_cc_double_divbyzero=no
# cl_cv_cc_double_inexact=no
# cl_cv_cc_double_overflow=no
# cl_cv_cc_double_underflow=no
# cl_cv_cc_float_divbyzero=no
# cl_cv_cc_float_inexact=no
# cl_cv_cc_float_overflow=no
# cl_cv_cc_float_underflow=no
# cl_cv_decl_ELOOP=ELOOP
# cl_cv_decl_FIONREAD_1=no
# cl_cv_decl_FIONREAD_1_sys_filio_h=no
# cl_cv_decl_FIONREAD_1_sys_ioctl_h=yes
# cl_cv_decl_FIONREAD_reliable=yes
# cl_cv_decl_TCSAFLUSH=yes
# cl_cv_decl_eloop=yes
# cl_cv_decolonize='echo $x'
# cl_cv_file_floatparam_h=1
# cl_cv_file_intparam_h=1
# cl_cv_func_closedir_retval=yes
# cl_cv_func_getrusage=yes
# cl_cv_func_getrusage_works=yes
# cl_cv_func_lstat=yes
# cl_cv_func_mmap_anon=yes
# cl_cv_func_mmap_anonymous=yes
# cl_cv_func_mmap_devzero=yes
# cl_cv_func_mmap_works=yes
# cl_cv_func_mprotect_works=yes
# cl_cv_func_poll=yes
# cl_cv_func_poll_reliable=yes
# cl_cv_func_select_reliable=yes
# cl_cv_func_shmctl_attachable=yes
# cl_cv_func_signal_reinstall=no
# cl_cv_func_tcgetattr=yes
# cl_cv_func_vadvise=no
# cl_cv_func_vm=no
# cl_cv_have_ffcall=yes
# cl_cv_header_sys_select_h=yes
# cl_cv_host_x86_64=yes
# cl_cv_lib_nsl=no
# cl_cv_lib_socket=no
# cl_cv_os_valid_filename_char='((ch >= 1) && (ch != 47))'
# cl_cv_os_valid_filename_charset=8-bit
# cl_cv_prog_LN=ln
# cl_cv_prog_LN_S_works=yes
# cl_cv_prog_as_underscore=no
# 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
# cl_cv_proto_connect='extern int connect (int, const struct sockaddr *, unsigned int);'
# cl_cv_proto_connect_arg2a=const
# cl_cv_proto_connect_arg2b='struct sockaddr *'
# cl_cv_proto_connect_arg3='unsigned int'
# cl_cv_proto_filename_completion_function='extern char* rl_filename_completion_function(const char*, int);'
# cl_cv_proto_getrlimit='extern int getrlimit (enum __rlimit_resource, struct rlimit *);'
# cl_cv_proto_getrlimit_arg1='enum __rlimit_resource'
# cl_cv_proto_getrusage='extern int getrusage (int, struct rusage *);'
# cl_cv_proto_getrusage_arg1=int
# cl_cv_proto_inet_addr='extern unsigned int inet_addr (const char*);'
# cl_cv_proto_inet_addr_arg1=const
# cl_cv_proto_inet_addr_ret='unsigned int'
# cl_cv_proto_ioctl='extern int ioctl (int, unsigned long, ...);'
# cl_cv_proto_ioctl_arg2='unsigned long'
# cl_cv_proto_ioctl_args='int, unsigned long, ...'
# cl_cv_proto_ioctl_dots=yes
# cl_cv_proto_readline_const=const
# cl_cv_proto_select='extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);'
# cl_cv_proto_select_arg1=int
# cl_cv_proto_select_arg2=fd_set
# cl_cv_proto_select_arg5=
# cl_cv_proto_setrlimit='extern int setrlimit (enum __rlimit_resource, const struct rlimit *);'
# cl_cv_proto_setrlimit_arg2=const
# cl_cv_proto_setsockopt='extern int setsockopt (int, int, int, const void*, unsigned int);'
# cl_cv_proto_setsockopt_arg_t='void*'
# cl_cv_proto_setsockopt_const=const
# cl_cv_proto_setsockopt_optlen_t='unsigned int'
# cl_cv_proto_unsetenv_posix=0
# cl_cv_proto_unsetenv_ret=void
# cl_cv_proto_waitpid='extern pid_t waitpid (pid_t, int*, int);'
# cl_cv_proto_waitpid_arg1=pid_t
# cl_cv_socket_ipv4=yes
# cl_cv_socket_ipv6=yes
# cl_cv_struct_sockaddr_sun_len=no
# cl_cv_struct_winsize=no
# cl_cv_struct_winsize_ioctl=yes
# cl_cv_sys_shm_works=yes
# cl_cv_test_nt=yes
# cl_cv_type_caddr_t=yes
# cl_cv_type_socklen_t=yes
# gl_cv_c_multiarch=no
# gl_cv_decl_null_works=yes
# gl_cv_func_gettimeofday_clobber=no
# gl_cv_func_gettimeofday_posix_signature=almost
# gl_cv_func_iswcntrl_works=yes
# gl_cv_func_link_follows_symlink=no
# gl_cv_func_mbrtowc_incomplete_state='guessing yes'
# gl_cv_func_mbrtowc_nul_retval='guessing yes'
# gl_cv_func_mbrtowc_null_arg='guessing yes'
# gl_cv_func_mbrtowc_retval='guessing yes'
# gl_cv_func_mbrtowc_sanitycheck='guessing yes'
# gl_cv_func_mbsrtowcs_works='guessing yes'
# gl_cv_func_memchr_works=yes
# gl_cv_have_include_next=yes
# gl_cv_have_raw_decl_btowc=yes
# gl_cv_have_raw_decl_chown=yes
# gl_cv_have_raw_decl_dup2=yes
# gl_cv_have_raw_decl_dup3=yes
# gl_cv_have_raw_decl_endusershell=yes
# gl_cv_have_raw_decl_environ=yes
# gl_cv_have_raw_decl_euidaccess=yes
# gl_cv_have_raw_decl_faccessat=yes
# gl_cv_have_raw_decl_fchdir=yes
# gl_cv_have_raw_decl_fchownat=yes
# gl_cv_have_raw_decl_fsync=yes
# gl_cv_have_raw_decl_ftruncate=yes
# gl_cv_have_raw_decl_getcwd=yes
# gl_cv_have_raw_decl_getdomainname=yes
# gl_cv_have_raw_decl_getdtablesize=yes
# gl_cv_have_raw_decl_getgroups=yes
# gl_cv_have_raw_decl_gethostname=yes
# gl_cv_have_raw_decl_getlogin=yes
# gl_cv_have_raw_decl_getlogin_r=yes
# gl_cv_have_raw_decl_getpagesize=yes
# gl_cv_have_raw_decl_gettimeofday=yes
# gl_cv_have_raw_decl_getusershell=yes
# gl_cv_have_raw_decl_lchown=yes
# gl_cv_have_raw_decl_link=yes
# gl_cv_have_raw_decl_linkat=yes
# gl_cv_have_raw_decl_lseek=yes
# gl_cv_have_raw_decl_mbrlen=yes
# gl_cv_have_raw_decl_mbrtowc=yes
# gl_cv_have_raw_decl_mbsinit=yes
# gl_cv_have_raw_decl_mbsnrtowcs=yes
# gl_cv_have_raw_decl_mbsrtowcs=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_nl_langinfo=yes
# gl_cv_have_raw_decl_pipe2=yes
# gl_cv_have_raw_decl_pread=yes
# gl_cv_have_raw_decl_pwrite=yes
# gl_cv_have_raw_decl_rawmemchr=yes
# gl_cv_have_raw_decl_readlink=yes
# gl_cv_have_raw_decl_readlinkat=yes
# gl_cv_have_raw_decl_rmdir=yes
# gl_cv_have_raw_decl_setusershell=yes
# gl_cv_have_raw_decl_sleep=yes
# gl_cv_have_raw_decl_stpcpy=yes
# gl_cv_have_raw_decl_stpncpy=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_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_symlink=yes
# gl_cv_have_raw_decl_symlinkat=yes
# gl_cv_have_raw_decl_ttyname_r=yes
# gl_cv_have_raw_decl_unlink=yes
# gl_cv_have_raw_decl_unlinkat=yes
# gl_cv_have_raw_decl_usleep=yes
# gl_cv_have_raw_decl_wcrtomb=yes
# gl_cv_have_raw_decl_wcsnrtombs=yes
# gl_cv_have_raw_decl_wcsrtombs=yes
# gl_cv_have_raw_decl_wctob=yes
# gl_cv_have_raw_decl_wcwidth=yes
# gl_cv_header_langinfo_codeset=yes
# gl_cv_header_langinfo_era=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_lib_sigsegv=yes
# gl_cv_next_langinfo_h=''
# gl_cv_next_stdint_h=''
# gl_cv_next_string_h=''
# gl_cv_next_sys_time_h=''
# gl_cv_next_unistd_h=''
# gl_cv_next_wchar_h=''
# gl_cv_next_wctype_h=''
# gl_cv_rpl_alloca=yes
# gl_cv_sys_struct_timeval=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext2_libc=yes
# gt_cv_locale_fr_utf8=none
# gt_cv_locale_ja=none
# gt_cv_locale_zh_CN=none
# gt_cv_val_LC_MESSAGES=yes
# 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/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# 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_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC=''
# CFLAGS=''
# CLISP=''
# CLISP_CFLAGS=''
# CLISP_CPPFLAGS=''
# CLISP_DECOLONIZE=''
# CLISP_FILES=''
# CLISP_LIBDIR=''
# CLISP_LIBS=''
# CLISP_LINKKIT=''
# CPP=''
# CPPFLAGS=''
# DEFS=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP=''
# EXEEXT=''
# GNULIB_NL_LANGINFO=''
# GREP=''
# HAVE_LANGINFO_CODESET=''
# HAVE_LANGINFO_ERA=''
# HAVE_LANGINFO_H=''
# HAVE_NL_LANGINFO=''
# INCLUDE_NEXT=''
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LN=''
# LN_S=''
# LTLIBOBJS=''
# NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
# NEXT_LANGINFO_H=''
# OBJEXT=''
# PACKAGE_BUGREPORT='clisp-list'
# PACKAGE_NAME='i18n'
# PACKAGE_STRING='i18n 1.0'
# PACKAGE_TARNAME='i18n'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.0'
# PATH_SEPARATOR=':'
# PRAGMA_SYSTEM_HEADER=''
# REPLACE_NL_LANGINFO=''
# SHELL='/bin/sh'
# ac_ct_CC=''
# bindir='${exec_prefix}/bin'
# build=''
# build_alias=''
# build_cpu=''
# build_os=''
# build_vendor=''
# cl_cv_clisp=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='NONE'
# host=''
# host_alias=''
# host_cpu=''
# host_os=''
# host_vendor=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='NONE'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "i18n"
# #define PACKAGE_TARNAME "i18n"
# #define PACKAGE_VERSION "1.0"
# #define PACKAGE_STRING "i18n 1.0"
# #define PACKAGE_BUGREPORT "clisp-list"
# #define PACKAGE_URL ""
#
# configure: exit 1