stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Xmodmap keys


From: Sébastien Vauban
Subject: Re: [STUMP] Xmodmap keys
Date: Wed, 09 Sep 2009 10:28:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Hi Shawn,

Shawn Betts wrote:
> 2009/9/8 Sébastien Vauban <address@hidden>:
>> Hi all,
>>
>>> Can you tell me which exact package I have to install?
>>
>> Can I give this thread a bump?
>
> Sorry, I assumed you had found the package.

No, I didn't. Thanks for having answered promptly!


> I think on ubuntu you can install xlibs-dev and get what you need.

The `xlibs-dev' package has disappeared from Ubuntu. It seems to be replaced
by `xorg-dev' which I just installed -- see
http://ubuntuforums.org/showthread.php?t=1071483.

--8<---------------cut here---------------start------------->8---
sudo aptitude install xorg-dev
--8<---------------cut here---------------end--------------->8---


Then, I returned to my `/home/sva/src/clisp-2.48/' directory and did:

--8<---------------cut here---------------start------------->8---
cd tools; prefix=`pwd`/i686-pc-linux-gnu
cd ..
./configure --with-libsigsegv-prefix=${prefix} --with-module="clx/new-clx"
--8<---------------cut here---------------end--------------->8---


I don't know if it's relevant, but here are the last lines of that command
execution:

--8<---------------cut here---------------start------------->8---
Configure findings:
FFI:        yes (user requested: default)
readline:   no (user requested: default)
libsigsegv: yes
./makemake --with-dynamic-ffi  
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu 
--with-module=clx/new-clx    > Makefile
make: `config.lisp' is up to date.

To continue building CLISP, the following commands are recommended
(cf. unix/INSTALL step 4 ff):
cd src
emacsclient --no-wait 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
--8<---------------cut here---------------end--------------->8---


So, the next steps for me were (as advised by the `configure'):

--8<---------------cut here---------------start------------->8---
cd src
emacsclient --no-wait config.lisp
ulimit -s 16384
make
--8<---------------cut here---------------end--------------->8---


But this still ends with an error, the same as before:

--8<---------------cut here---------------start------------->8---
mkdir -p gllib
if test ! -f gllib/Makefile; then sh config.status gllib/Makefile depfiles; fi
cd gllib && make CFLAGS="-g -O2 -W -Wswitch -Wcomment -Wpointer-arith 
-Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare 
-Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 
-DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I. "
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Entering directory `/home/sva/src/clisp-2.48/src'
make[2]: Nothing to be done for `am--refresh'.
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make  all-recursive
make[2]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src'
make[3]: Nothing to be done for `am--refresh'.
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[4]: Entering directory `/home/sva/src/clisp-2.48/src'
make[4]: Nothing to be done for `am--refresh'.
make[4]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
cd gllib && make CFLAGS="-g -O2 -W -Wswitch -Wcomment -Wpointer-arith 
-Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare 
-Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 
-DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I. "
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Entering directory `/home/sva/src/clisp-2.48/src'
make[2]: Nothing to be done for `am--refresh'.
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make  all-recursive
make[2]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src'
make[3]: Nothing to be done for `am--refresh'.
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[4]: Entering directory `/home/sva/src/clisp-2.48/src'
make[4]: Nothing to be done for `am--refresh'.
make[4]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
cd gllib && make CFLAGS="-g -O2 -W -Wswitch -Wcomment -Wpointer-arith 
-Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare 
-Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 
-DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I. "
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Entering directory `/home/sva/src/clisp-2.48/src'
make[2]: Nothing to be done for `am--refresh'.
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make  all-recursive
make[2]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src'
make[3]: Nothing to be done for `am--refresh'.
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[4]: Entering directory `/home/sva/src/clisp-2.48/src'
make[4]: Nothing to be done for `am--refresh'.
make[4]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
cd gllib && make CFLAGS="-g -O2 -W -Wswitch -Wcomment -Wpointer-arith 
-Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare 
-Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 
-DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I. "
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Entering directory `/home/sva/src/clisp-2.48/src'
make[2]: Nothing to be done for `am--refresh'.
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make  all-recursive
make[2]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src'
make[3]: Nothing to be done for `am--refresh'.
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src'
make[3]: Entering directory `/home/sva/src/clisp-2.48/src/gllib'
make[4]: Entering directory `/home/sva/src/clisp-2.48/src'
make[4]: Nothing to be done for `am--refresh'.
make[4]: Leaving directory `/home/sva/src/clisp-2.48/src'
rm -f configmake.h-t
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
          echo '#define PREFIX "/usr/local"'; \
          echo '#define EXEC_PREFIX "/usr/local"'; \
          echo '#define BINDIR "/usr/local/bin"'; \
          echo '#define SBINDIR "/usr/local/sbin"'; \
          echo '#define LIBEXECDIR "/usr/local/libexec"'; \
          echo '#define DATAROOTDIR "/usr/local/share"'; \
          echo '#define DATADIR "/usr/local/share"'; \
          echo '#define SYSCONFDIR "/usr/local/etc"'; \
          echo '#define SHAREDSTATEDIR "/usr/local/com"'; \
          echo '#define LOCALSTATEDIR "/usr/local/var"'; \
          echo '#define INCLUDEDIR "/usr/local/include"'; \
          echo '#define OLDINCLUDEDIR "/usr/include"'; \
          echo '#define DOCDIR "/usr/local/share/doc/clisp"'; \
          echo '#define INFODIR "/usr/local/share/info"'; \
          echo '#define HTMLDIR "/usr/local/share/doc/clisp"'; \
          echo '#define DVIDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PDFDIR "/usr/local/share/doc/clisp"'; \
          echo '#define PSDIR "/usr/local/share/doc/clisp"'; \
          echo '#define LIBDIR "/usr/local/lib"'; \
          echo '#define LISPDIR ""'; \
          echo '#define LOCALEDIR "/usr/local/share/locale"'; \
          echo '#define MANDIR "/usr/local/share/man"'; \
          echo '#define MANEXT ""'; \
          echo '#define PKGDATADIR "/usr/local/share/clisp"'; \
          echo '#define PKGINCLUDEDIR "/usr/local/include/clisp"'; \
          echo '#define PKGLIBDIR "/usr/local/lib/clisp"'; \
          echo '#define PKGLIBEXECDIR "/usr/local/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
make[3]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[2]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/gllib'
test -d boot || (mkdir boot && cd boot && for f in lisp.a libnoreadline.a 
gllib/uniwidth/width.o gllib/uniname/uniname.o gllib/localcharset.o   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 gllib/uniwidth/width.o 
gllib/uniname/uniname.o gllib/localcharset.o  ; do fl=$fl' '`basename $f`; 
done; echo 'FILES='"'"$fl"'") > makevars) || (rm -rf boot ; exit 1)
./lndir ../modules/i18n i18n
m=`cd ../modules/i18n; pwd`; \
        if test -f i18n/configure -a i18n/configure -nt i18n/config.status ; 
then cd i18n ; \
          ( 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/bash ./configure --cache-file=${cache} --srcdir=$m 
--disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu;\
            else /bin/bash ./configure --srcdir=$m --disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu; \
            fi ) ;\
        fi
CLISP="/home/sva/src/clisp-2.48/src/clisp -K boot -B 
/home/sva/src/clisp-2.48/src -N /home/sva/src/clisp-2.48/src/locale -E UTF-8 
-Epathname 1:1 -Emisc 1:1 -norc" ; cd i18n ; make clisp-module CC="gcc" 
CPPFLAGS="-I/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/include 
-I/home/sva/src/clisp-2.48/src/gllib" CFLAGS="-g -O2 -W -Wswitch -Wcomment 
-Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations 
-Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations 
-falign-functions=4 -DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I." 
CLFLAGS="" LIBS="-ldl /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a  
-L/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/lib -lsigsegv -lc" 
RANLIB="ranlib" CLISP="$CLISP -q" SHREXT=.so
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/i18n'
make[1]: Nothing to be done for `clisp-module'.
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/i18n'
./lndir ../modules/syscalls syscalls
m=`cd ../modules/syscalls; pwd`; \
        if test -f syscalls/configure -a syscalls/configure -nt 
syscalls/config.status ; then cd syscalls ; \
          ( cache=`echo syscalls/ | 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/bash ./configure --cache-file=${cache} --srcdir=$m 
--disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu;\
            else /bin/bash ./configure --srcdir=$m --disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu; \
            fi ) ;\
        fi
CLISP="/home/sva/src/clisp-2.48/src/clisp -K boot -B 
/home/sva/src/clisp-2.48/src -N /home/sva/src/clisp-2.48/src/locale -E UTF-8 
-Epathname 1:1 -Emisc 1:1 -norc" ; cd syscalls ; make clisp-module CC="gcc" 
CPPFLAGS="-I/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/include 
-I/home/sva/src/clisp-2.48/src/gllib" CFLAGS="-g -O2 -W -Wswitch -Wcomment 
-Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations 
-Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations 
-falign-functions=4 -DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I." 
CLFLAGS="" LIBS="-ldl /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a  
-L/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/lib -lsigsegv -lc" 
RANLIB="ranlib" CLISP="$CLISP -q" SHREXT=.so
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/syscalls'
make[1]: Nothing to be done for `clisp-module'.
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/syscalls'
./lndir ../modules/regexp regexp
m=`cd ../modules/regexp; pwd`; \
        if test -f regexp/configure -a regexp/configure -nt 
regexp/config.status ; then cd regexp ; \
          ( cache=`echo regexp/ | 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/bash ./configure --cache-file=${cache} --srcdir=$m 
--disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu;\
            else /bin/bash ./configure --srcdir=$m --disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu; \
            fi ) ;\
        fi
CLISP="/home/sva/src/clisp-2.48/src/clisp -K boot -B 
/home/sva/src/clisp-2.48/src -N /home/sva/src/clisp-2.48/src/locale -E UTF-8 
-Epathname 1:1 -Emisc 1:1 -norc" ; cd regexp ; make clisp-module CC="gcc" 
CPPFLAGS="-I/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/include 
-I/home/sva/src/clisp-2.48/src/gllib" CFLAGS="-g -O2 -W -Wswitch -Wcomment 
-Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations 
-Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations 
-falign-functions=4 -DUNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_FFI -I." 
CLFLAGS="" LIBS="-ldl /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a  
-L/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/lib -lsigsegv -lc" 
RANLIB="ranlib" CLISP="$CLISP -q" SHREXT=.so
make[1]: Entering directory `/home/sva/src/clisp-2.48/src/regexp'
make[1]: Nothing to be done for `clisp-module'.
make[1]: Leaving directory `/home/sva/src/clisp-2.48/src/regexp'
./lndir ../modules/clx/new-clx clx/new-clx
m=`cd ../modules/clx/new-clx; pwd`; \
        if test -f clx/new-clx/configure -a clx/new-clx/configure -nt 
clx/new-clx/config.status ; then cd clx/new-clx ; \
          ( cache=`echo clx/new-clx/ | 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/bash ./configure --cache-file=${cache} --srcdir=$m 
--disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu;\
            else /bin/bash ./configure --srcdir=$m --disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu; \
            fi ) ;\
        fi
configure: loading cache ../../config.cache
configure: ** NEW CLX
checking for gcc... (cached) gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... (cached) o
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 how to run the C preprocessor... (cached) gcc -E
checking build system type... (cached) i686-pc-linux-gnu
checking host system type... (cached) i686-pc-linux-gnu
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for minix/config.h... (cached) no
checking whether it is safe to define __EXTENSIONS__... (cached) yes
checking for time.h... (cached) yes
checking for sys/time.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for X... (cached) no
configure: error: in `/home/sva/src/clisp-2.48/src/clx/new-clx':
configure: error: cannot find X Window System
See `config.log' for more details.
make: *** [clx/new-clx] Error 1
--8<---------------cut here---------------end--------------->8---


In case it can help, here is the contents of the above mentioned `config.log'
file:

--8<---------------cut here---------------start------------->8---
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.48 (2009-07-28), which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure --disable-option-checking 
--with-libsigsegv-prefix=/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu 
--cache-file=config.cache

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

hostname = mundaneum
uname -m = i686
uname -r = 2.6.28-15-generic
uname -s = Linux
uname -v = #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009

/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: /home/sva/bin/expect
PATH: /home/sva/bin
PATH: /home/sva
PATH: /home/sva/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: .


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

configure:2285: loading cache config.cache
configure:2463: checking for a BSD-compatible install
configure:2531: result: /usr/bin/install -c
configure:2542: checking whether build environment is sane
configure:2602: result: yes
configure:2743: checking for a thread-safe mkdir -p
configure:2782: result: /bin/mkdir -p
configure:2795: checking for gawk
configure:2822: result: mawk
configure:2833: checking whether make sets $(MAKE)
configure:2855: result: yes
configure:2984: ** check for host type
configure:2992: checking build system type
configure:3010: result: i686-pc-linux-gnu
configure:3032: checking host system type
configure:3047: result: i686-pc-linux-gnu
configure:3081: checking for style of include used by make
configure:3109: result: GNU
configure:3179: checking for gcc
configure:3206: result: gcc
configure:3438: checking for C compiler version
configure:3446: gcc --version >&5
Copyright (C) 2008 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:3450: $? = 0
configure:3457: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic 
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu 
--target=i486-linux-gnu
Thread model: posix
configure:3461: $? = 0
configure:3468: gcc -V >&5
configure:3472: $? = 1
configure:3495: checking for C compiler default output file name
configure:3517: gcc    conftest.c  >&5
configure:3521: $? = 0
configure:3559: result: a.out
configure:3578: checking whether the C compiler works
configure:3588: ./a.out
configure:3592: $? = 0
configure:3611: result: yes
configure:3618: checking whether we are cross compiling
configure:3620: result: no
configure:3623: checking for suffix of executables
configure:3630: gcc -o conftest    conftest.c  >&5
configure:3634: $? = 0
configure:3660: result: 
configure:3666: checking for suffix of object files
configure:3721: result: o
configure:3725: checking whether we are using the GNU C compiler
configure:3778: result: yes
configure:3787: checking whether gcc accepts -g
configure:3925: result: yes
configure:3942: checking for gcc option to accept ISO C89
configure:4046: result: none needed
configure:4066: checking dependency style of gcc
configure:4176: result: gcc3
configure:4197: checking how to run the C preprocessor
configure:4315: result: gcc -E
configure:4344: gcc -E  conftest.c
configure:4351: $? = 0
configure:4382: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4389: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.48 (2009-07-28)"
| #define PACKAGE_STRING "GNU CLISP 2.48 (2009-07-28)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.48 (2009-07-28)"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4429: checking for grep that handles long lines and -e
configure:4489: result: /bin/grep
configure:4494: checking for egrep
configure:4558: result: /bin/grep -E
configure:4740: ** checks for programs
configure:4790: checking for gcc
configure:4817: result: gcc
configure:5049: checking for C compiler version
configure:5057: gcc --version >&5
Copyright (C) 2008 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:5061: $? = 0
configure:5068: gcc -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic 
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu 
--target=i486-linux-gnu
Thread model: posix
configure:5072: $? = 0
configure:5079: gcc -V >&5
configure:5083: $? = 1
configure:5086: checking whether we are using the GNU C compiler
configure:5139: result: yes
configure:5148: checking whether gcc accepts -g
configure:5286: result: yes
configure:5303: checking for gcc option to accept ISO C89
configure:5407: result: none needed
configure:5427: checking dependency style of gcc
configure:5537: result: gcc3
configure:5556: checking how to run the C preprocessor
configure:5674: result: gcc -E
configure:5703: gcc -E  conftest.c
configure:5710: $? = 0
configure:5741: gcc -E  conftest.c
conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
configure:5748: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.48 (2009-07-28)"
| #define PACKAGE_STRING "GNU CLISP 2.48 (2009-07-28)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.48 (2009-07-28)"
| #ifndef __i386__
| #define __i386__ 1
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5829: checking for ranlib
configure:5856: result: ranlib
configure:5879: checking whether gcc and cc understand -c and -o together
configure:5983: result: yes
configure:6010: checking for ANSI C header files
configure:6178: result: yes
configure:6202: checking for sys/types.h
configure:6247: result: yes
configure:6202: checking for sys/stat.h
configure:6247: result: yes
configure:6202: checking for stdlib.h
configure:6247: result: yes
configure:6202: checking for string.h
configure:6247: result: yes
configure:6202: checking for memory.h
configure:6247: result: yes
configure:6202: checking for strings.h
configure:6247: result: yes
configure:6202: checking for inttypes.h
configure:6247: result: yes
configure:6202: checking for stdint.h
configure:6247: result: yes
configure:6202: checking for unistd.h
configure:6247: result: yes
configure:6265: checking for minix/config.h
configure:6270: result: no
configure:6433: checking whether it is safe to define __EXTENSIONS__
configure:6483: result: yes
configure:6533: checking for a BSD-compatible install
configure:6601: result: /usr/bin/install -c
configure:6611: checking how to make hard links
configure:6627: result: ln
configure:6631: checking whether ln -s works
configure:6645: result: yes
configure:6652: checking how to make hard links to symlinks
configure:6681: result: hln
configure:6758: checking for a sed that does not truncate output
configure:6814: result: /bin/sed
configure:6828: checking for ld used by gcc
configure:6895: result: /usr/bin/ld
configure:6904: checking if the linker (/usr/bin/ld) is GNU ld
configure:6919: result: yes
configure:6924: checking for /usr/bin/ld option to reload object files
configure:6931: result: -r
configure:6949: checking for BSD-compatible nm
configure:6998: result: /usr/bin/nm -B
configure:7002: checking whether ln -s works
configure:7006: result: yes
configure:7013: checking how to recognize dependent libraries
configure:7199: result: pass_all
configure:7725: checking for dlfcn.h
configure:7732: result: yes
configure:7929: checking for g++
configure:7956: result: g++
configure:7983: checking for C++ compiler version
configure:7991: g++ --version >&5
g++ (Ubuntu 4.3.3-5ubuntu4) 4.3.3
Copyright (C) 2008 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:7995: $? = 0
configure:8002: g++ -v >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.3-5ubuntu4' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-mpfr --enable-targets=all --with-tune=generic 
--enable-checking=release --build=i486-linux-gnu --host=i486-linux-gnu 
--target=i486-linux-gnu
Thread model: posix
configure:8006: $? = 0
configure:8013: g++ -V >&5
g++: '-V' option must have argument
configure:8017: $? = 1
configure:8020: checking whether we are using the GNU C++ compiler
configure:8073: result: yes
configure:8082: checking whether g++ accepts -g
configure:8220: result: yes
configure:8245: checking dependency style of g++
configure:8355: result: gcc3
configure:8380: checking how to run the C++ preprocessor
configure:8494: result: g++ -E
configure:8523: g++ -E  conftest.cpp
configure:8530: $? = 0
configure:8561: g++ -E  conftest.cpp
conftest.cpp:29:28: error: ac_nonexistent.h: No such file or directory
configure:8568: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.48 (2009-07-28)"
| #define PACKAGE_STRING "GNU CLISP 2.48 (2009-07-28)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.48 (2009-07-28)"
| #ifndef __i386__
| #define __i386__ 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
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8663: checking for g77
configure:8693: result: no
configure:8663: checking for xlf
configure:8693: result: no
configure:8663: checking for f77
configure:8693: result: no
configure:8663: checking for frt
configure:8693: result: no
configure:8663: checking for pgf77
configure:8693: result: no
configure:8663: checking for cf77
configure:8693: result: no
configure:8663: checking for fort77
configure:8693: result: no
configure:8663: checking for fl32
configure:8693: result: no
configure:8663: checking for af77
configure:8693: result: no
configure:8663: checking for xlf90
configure:8693: result: no
configure:8663: checking for f90
configure:8693: result: no
configure:8663: checking for pgf90
configure:8693: result: no
configure:8663: checking for pghpf
configure:8693: result: no
configure:8663: checking for epcf90
configure:8693: result: no
configure:8663: checking for gfortran
configure:8693: result: no
configure:8663: checking for g95
configure:8693: result: no
configure:8663: checking for xlf95
configure:8693: result: no
configure:8663: checking for f95
configure:8693: result: no
configure:8663: checking for fort
configure:8693: result: no
configure:8663: checking for ifort
configure:8693: result: no
configure:8663: checking for ifc
configure:8693: result: no
configure:8663: checking for efc
configure:8693: result: no
configure:8663: checking for pgf95
configure:8693: result: no
configure:8663: checking for lf95
configure:8693: result: no
configure:8663: checking for ftn
configure:8693: result: no
configure:8716: checking for Fortran 77 compiler version
configure:8724:  --version >&5
./configure: line 8726: --version: command not found
configure:8728: $? = 127
configure:8735:  -v >&5
./configure: line 8737: -v: command not found
configure:8739: $? = 127
configure:8746:  -V >&5
./configure: line 8748: -V: command not found
configure:8750: $? = 127
configure:8758: checking whether we are using the GNU Fortran 77 compiler
configure:8801: result: no
configure:8807: checking whether  accepts -g
configure:8847: result: no
configure:8880: checking the maximum length of command line arguments
configure:8992: result: 1572864
configure:9004: checking command to parse /usr/bin/nm -B output from gcc object
configure:9212: result: ok
configure:9216: checking for objdir
configure:9231: result: .libs
configure:9323: checking for ar
configure:9350: result: ar
configure:9415: checking for ranlib
configure:9442: result: ranlib
configure:9507: checking for strip
configure:9534: result: strip
configure:10124: checking if gcc supports -fno-rtti -fno-exceptions
configure:10159: result: no
configure:10174: checking for gcc option to produce PIC
configure:10406: result: -fPIC
configure:10414: checking if gcc PIC flag -fPIC works
configure:10449: result: yes
configure:10477: checking if gcc static flag -static works
configure:10505: result: yes
configure:10515: checking if gcc supports -c -o file.o
configure:10562: result: yes
configure:10588: checking whether the gcc linker (/usr/bin/ld) supports shared 
libraries
configure:11576: result: yes
configure:11597: checking whether -lc should be explicitly linked in
configure:11602: gcc -c -g -O2  conftest.c >&5
configure:11605: $? = 0
configure:11620: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:11623: $? = 0
configure:11635: result: no
configure:11643: checking dynamic linker characteristics
configure:12245: result: GNU/Linux ld.so
configure:12269: checking how to hardcode library paths into programs
configure:12294: result: immediate
configure:12308: checking whether stripping libraries is possible
configure:12313: result: yes
configure:13143: checking if libtool supports shared libraries
configure:13145: result: yes
configure:13148: checking whether to build shared libraries
configure:13169: result: yes
configure:13172: checking whether to build static libraries
configure:13176: result: yes
configure:13270: creating libtool
configure:13863: checking for ld used by g++
configure:13930: result: /usr/bin/ld
configure:13939: checking if the linker (/usr/bin/ld) is GNU ld
configure:13954: result: yes
configure:14005: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:14959: result: yes
configure:14976: g++ -c -g -O2  conftest.cpp >&5
configure:14979: $? = 0
configure:15135: checking for g++ option to produce PIC
configure:15419: result: -fPIC
configure:15427: checking if g++ PIC flag -fPIC works
configure:15462: result: yes
configure:15490: checking if g++ static flag -static works
configure:15518: result: yes
configure:15528: checking if g++ supports -c -o file.o
configure:15575: result: yes
configure:15601: checking whether the g++ linker (/usr/bin/ld) supports shared 
libraries
configure:15627: result: yes
configure:15694: checking dynamic linker characteristics
configure:16244: result: GNU/Linux ld.so
configure:16268: checking how to hardcode library paths into programs
configure:16293: result: immediate
configure:22530: checking for a thread-safe mkdir -p
configure:22569: result: /bin/mkdir -p
configure:22574: checking for groff
configure:22601: result: groff
configure:22611: checking for dvipdf
configure:22638: result: dvipdf
configure:22650: checking for gzip
configure:22677: result: gzip
configure:22688: checking whether test -nt works
configure:22704: result: yes
configure:22707: ** checks for system features
configure:22716: checking for special C compiler options needed for large files
configure:22811: result: no
configure:22817: checking for _FILE_OFFSET_BITS value needed for large files
configure:22928: result: 64
configure:23065: checking whether using GNU C
configure:23092: result: yes
configure:23102: checking whether using SUNPRO C
configure:23128: result: no
configure:23136: checking whether using C++
configure:23163: result: no
configure:23171: checking whether CPP likes empty macro arguments
configure:23213: result: yes
configure:23222: checking for underscore in external names
configure:23249: result: no
configure:23261: checking whether gethostent requires -lnsl
configure:23377: result: no
configure:23382: checking whether setsockopt requires -lsocket
configure:23498: result: no
configure:23503: checking whether CC works at all
configure:23623: result: yes
configure:23634: ** check for add-ons
configure:23645: checking for working alloca.h
configure:23699: result: yes
configure:23709: checking for alloca
configure:23783: result: yes
configure:24068: checking for btowc
configure:24153: result: yes
configure:24068: checking for isblank
configure:24153: result: yes
configure:24068: checking for iswctype
configure:24153: result: yes
configure:24068: checking for mbsrtowcs
configure:24153: result: yes
configure:24068: checking for mempcpy
configure:24153: result: yes
configure:24068: checking for wmemchr
configure:24153: result: yes
configure:24068: checking for wmemcpy
configure:24153: result: yes
configure:24068: checking for wmempcpy
configure:24153: result: yes
configure:24068: checking for gettimeofday
configure:24153: result: yes
configure:24068: checking for mbsinit
configure:24153: result: yes
configure:24068: checking for mbrtowc
configure:24153: result: yes
configure:24068: checking for mprotect
configure:24153: result: yes
configure:24068: checking for wcscoll
configure:24153: result: yes
configure:24068: checking for wcrtomb
configure:24153: result: yes
configure:24068: checking for iswcntrl
configure:24153: result: yes
configure:24168: checking for nl_langinfo and CODESET
configure:24222: result: yes
configure:24235: checking for a traditional french locale
configure:24332: result: none
configure:24339: checking for mbstate_t
configure:24388: result: yes
configure:24426: checking for wctype.h
configure:24433: result: yes
configure:24426: checking for sys/time.h
configure:24433: result: yes
configure:24426: checking for sys/mman.h
configure:24433: result: yes
configure:24426: checking for locale.h
configure:24433: result: yes
configure:24426: checking for stdint.h
configure:24433: result: yes
configure:24426: checking for wchar.h
configure:24433: result: yes
configure:24426: checking for stdlib.h
configure:24433: result: yes
configure:24426: checking for string.h
configure:24433: result: yes
configure:24426: checking for unistd.h
configure:24433: result: yes
configure:24623: checking for C/C++ restrict keyword
configure:24683: result: __restrict
configure:24701: checking whether the preprocessor supports include_next
configure:24800: result: yes
configure:24896: checking for struct timeval
configure:24948: result: yes
configure:25011: checking for ld used by GCC
configure:25075: result: /usr/bin/ld
configure:25084: checking if the linker (/usr/bin/ld) is GNU ld
configure:25097: result: yes
configure:25104: checking for shared library run path origin
configure:25117: result: done
configure:25203: checking whether getc_unlocked is declared
configure:25254: result: yes
configure:25273: checking whether we are using the GNU C Library 2.1 or newer
configure:25304: result: yes
configure:25311: checking whether malloc, realloc, calloc are POSIX compliant
configure:25364: result: yes
configure:25412: checking for a traditional japanese locale
configure:25518: result: none
configure:25526: checking for a transitional chinese locale
configure:25617: result: none
configure:25624: checking for a french Unicode locale
configure:25718: result: none
configure:25797: checking for mmap
configure:25880: result: yes
configure:25892: checking for MAP_ANONYMOUS
configure:25939: result: yes
configure:25976: checking for memchr
configure:26061: result: yes
configure:26243: checking whether memchr works
configure:26344: result: yes
configure:26534: gcc -c -g -O2  conftest.c >&5
conftest.c:63: error: expected '=', ',', ';', 'asm' or '__attribute__' before 
'a'
configure:26541: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.48 (2009-07-28)"
| #define PACKAGE_STRING "GNU CLISP 2.48 (2009-07-28)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.48 (2009-07-28)"
| #ifndef __i386__
| #define __i386__ 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 _FILE_OFFSET_BITS 64
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define restrict __restrict
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
| 
configure:26592: checking for stdbool.h that conforms to C99
configure:26707: result: yes
configure:26709: checking for _Bool
configure:26801: result: yes
configure:26820: checking for long long int
configure:26962: result: yes
configure:26973: checking for unsigned long long int
configure:27047: result: yes
configure:27134: checking for wint_t
configure:27191: result: yes
configure:27205: checking for inline
configure:27256: result: inline
configure:27308: checking for alloca as a compiler built-in
configure:27336: result: yes
configure:27368: checking whether btowc(EOF) is correct
configure:27444: result: guessing yes
configure:27483: checking for working GNU fnmatch
configure:27599: result: yes
configure:27733: checking for getpagesize
configure:27818: result: yes
configure:28174: checking for gettimeofday with POSIX signature
configure:28228: result: yes
configure:28234: checking whether gettimeofday clobbers localtime buffer
configure:28307: result: no
configure:29372: checking for libsigsegv
configure:29430: result: yes
configure:29439: checking how to link with libsigsegv
configure:29441: result: 
/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/lib/libsigsegv.a -lc
configure:29459: checking whether link(2) dereferences a symlink
configure:29551: result: no
configure:29578: checking for stdlib.h
configure:29585: result: yes
configure:29724: checking for GNU libc compatible malloc
configure:29789: result: yes
configure:29878: checking whether mbrtowc handles incomplete characters
configure:29959: result: guessing yes
configure:29965: checking whether mbrtowc works as well as mbtowc
configure:30050: result: guessing yes
configure:30088: checking whether mbrtowc handles a NULL string argument
configure:30171: result: guessing yes
configure:30178: checking whether mbrtowc has a correct return value
configure:30278: result: guessing yes
configure:30284: checking whether mbrtowc returns 0 when parsing a NUL character
configure:30364: result: guessing yes
configure:30446: checking whether mbrtowc handles incomplete characters
configure:30527: result: guessing yes
configure:30533: checking whether mbrtowc works as well as mbtowc
configure:30618: result: guessing yes
configure:30700: checking whether mbrtowc handles incomplete characters
configure:30781: result: guessing yes
configure:30787: checking whether mbrtowc works as well as mbtowc
configure:30872: result: guessing yes
configure:30912: checking whether mbsrtowcs works
configure:31026: result: guessing yes
configure:31097: checking for working re_compile_pattern
configure:31279: result: yes
configure:31622: checking for ssize_t
configure:31671: result: yes
configure:31801: checking whether stdint.h conforms to C99
configure:32122: result: yes
configure:33500: checking for random.h
configure:33545: result: no
configure:33564: checking for struct random_data
configure:33666: result: yes
configure:33686: checking for a thread-safe mkdir -p
configure:33725: result: /bin/mkdir -p
configure:33809: checking whether <wchar.h> is standalone
configure:33846: result: yes
configure:33960: checking whether mbrtowc handles incomplete characters
configure:34041: result: guessing yes
configure:34047: checking whether mbrtowc works as well as mbtowc
configure:34132: result: guessing yes
configure:34172: checking whether wcrtomb return value is correct
configure:34263: result: guessing yes
configure:34327: checking whether iswcntrl works
configure:34432: result: yes
configure:35039: checking for iconv
configure:35155: result: yes
configure:35158: checking for working iconv
configure:35277: result: yes
configure:35307: checking for iconv declaration
configure:35372: result: 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, 
char * *outbuf, size_t *outbytesleft);
configure:35382: checking whether NLS is requested
configure:35391: result: yes
configure:35432: checking for msgfmt
configure:35467: result: no
configure:35473: checking for gmsgfmt
configure:35504: result: :
configure:35555: checking for xgettext
configure:35590: result: no
configure:35633: checking for msgmerge
configure:35667: result: no
configure:35704: checking for CFPreferencesCopyAppValue
configure:35760: result: no
configure:35769: checking for CFLocaleCopyCurrent
configure:35825: result: no
configure:35876: checking for GNU gettext in libc
configure:35935: result: yes
configure:36865: checking whether to use NLS
configure:36867: result: yes
configure:36870: checking where the gettext function comes from
configure:36881: result: libc
configure:36976: checking how to link with libavcall
configure:37449: result: /usr/local/lib/libavcall.a
configure:37490: checking how to link with libcallback
configure:37963: result: /usr/local/lib/libcallback.a
configure:38005: checking for avcall.h
configure:38012: result: yes
configure:38005: checking for callback.h
configure:38012: result: yes
configure:38201: checking for library containing __builtin_avcall
configure:38280: result: none required
configure:38288: checking for library containing trampoline_r_data0
configure:38367: result: none required
configure:38380: checking whether libffcall is installed
configure:38393: result: yes
configure:38456: checking for lightning.h
configure:38463: result: no
configure:38607: ** checks for fundamental compiler characteristics
configure:38609: checking for inline
configure:38660: result: inline
configure:38678: checking for inline __builtin_strlen
configure:38705: result: no
configure:38715: checking for long long int
configure:38857: result: yes
configure:38866: ** checks for header files
configure:38878: checking for sys/inttypes.h
configure:38885: result: no
configure:38878: checking for unistd.h
configure:38885: result: yes
configure:38878: checking for sys/file.h
configure:38885: result: yes
configure:38878: checking for time.h
configure:38885: result: yes
configure:38878: checking for sys/time.h
configure:38885: result: yes
configure:38878: checking for sys/utsname.h
configure:38885: result: yes
configure:39029: checking for sys/shm.h
configure:39036: result: yes
configure:39181: checking for sys/ipc.h
configure:39188: result: yes
configure:39337: checking for termios.h
configure:39344: result: yes
configure:39337: checking for termio.h
configure:39344: result: yes
configure:39337: checking for sys/termio.h
configure:39344: result: no
configure:39337: checking for sgtty.h
configure:39344: result: yes
configure:39483: checking for tcgetattr
configure:39536: result: yes
configure:39546: checking for TCSAFLUSH in termios.h
configure:39599: result: yes
configure:39609: checking for struct winsize in termios.h
configure:39657: result: no
configure:39661: checking for struct winsize in sys/ioctl.h
configure:39710: result: yes
configure:39784: checking for X
configure:40013: result: no
configure:41162: ** checks for typedefs
configure:41164: checking for caddr_t in sys/types.h
configure:41189: result: yes
configure:41203: checking for socklen_t in sys/socket.h
configure:41228: result: yes
configure:41247: checking size of off_t
configure:41592: result: 8
configure:41606: checking size of struct timeval
configure:41963: result: 8
configure:41973: ** checks for structure members
configure:41975: checking for struct dirent.d_namlen
configure:42070: result: no
configure:42081: ** checks for functions and declarations
configure:42085: checking for working alloca.h
configure:42139: result: yes
configure:42149: checking for alloca
configure:42223: result: yes
configure:42459: checking for _setjmp
configure:42542: result: yes
configure:42550: checking for _longjmp
configure:42633: result: yes
configure:42669: checking whether signal handlers need to be reinstalled
configure:42744: result: no
configure:42959: checking for sigaction
configure:43044: result: yes
configure:43263: checking for siginterrupt
configure:43348: result: yes
configure:43390: checking for strerror
configure:43475: result: yes
configure:43390: checking for sysconf
configure:43475: result: yes
configure:43390: checking for getdtablesize
configure:43475: result: yes
configure:43390: checking for memset
configure:43475: result: yes
configure:43390: checking for setsid
configure:43475: result: yes
configure:43390: checking for setpgid
configure:43475: result: yes
configure:43390: checking for fchmod
configure:43475: result: yes
configure:43390: checking for fsync
configure:43475: result: yes
configure:43390: checking for flock
configure:43475: result: yes
configure:43390: checking for gethostent
configure:43475: result: yes
configure:43390: checking for shutdown
configure:43475: result: yes
configure:43390: checking for usleep
configure:43475: result: yes
configure:43390: checking for ualarm
configure:43475: result: yes
configure:43390: checking for setitimer
configure:43475: result: yes
configure:43390: checking for nice
configure:43475: result: yes
configure:43390: checking for ftime
configure:43475: result: yes
configure:43390: checking for realpath
configure:43475: result: yes
configure:43390: checking for getresuid
configure:43475: result: yes
configure:43390: checking for setresuid
configure:43475: result: yes
configure:43390: checking for getresgid
configure:43475: result: yes
configure:43390: checking for setresgid
configure:43475: result: yes
configure:43390: checking for setreuid
configure:43475: result: yes
configure:43390: checking for setregid
configure:43475: result: yes
configure:43390: checking for gethostname
configure:43475: result: yes
configure:43390: checking for readlink
configure:43475: result: yes
configure:43390: checking for getcwd
configure:43475: result: yes
configure:43390: checking for uname
configure:43475: result: yes
configure:43390: checking for readdir_r
configure:43475: result: yes
configure:43488: checking for putenv
configure:43542: result: yes
configure:43556: checking for setenv
configure:43641: result: yes
configure:43556: checking for unsetenv
configure:43641: result: yes
configure:43652: checking whether environ is declared
configure:43707: result: yes
configure:43726: checking return value of unsetenv
configure:43756: gcc -c -g -O2 
-I/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/include conftest.c >&5
conftest.c:144: error: conflicting types for 'unsetenv'
/usr/include/stdlib.h:567: error: previous declaration of 'unsetenv' was here
configure:43763: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "GNU CLISP"
| #define PACKAGE_TARNAME "clisp"
| #define PACKAGE_VERSION "2.48 (2009-07-28)"
| #define PACKAGE_STRING "GNU CLISP 2.48 (2009-07-28)"
| #define PACKAGE_BUGREPORT "http://clisp.cons.org/";
| #define PACKAGE "clisp"
| #define VERSION "2.48 (2009-07-28)"
| #ifndef __i386__
| #define __i386__ 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 _FILE_OFFSET_BITS 64
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_BTOWC 1
| #define HAVE_ISBLANK 1
| #define HAVE_ISWCTYPE 1
| #define HAVE_MBSRTOWCS 1
| #define HAVE_MEMPCPY 1
| #define HAVE_WMEMCHR 1
| #define HAVE_WMEMCPY 1
| #define HAVE_WMEMPCPY 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MBSINIT 1
| #define HAVE_MBRTOWC 1
| #define HAVE_MPROTECT 1
| #define HAVE_WCSCOLL 1
| #define HAVE_WCRTOMB 1
| #define HAVE_ISWCNTRL 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define HAVE_WCTYPE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define restrict __restrict
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_MAP_ANONYMOUS 1
| #define HAVE_MEMCHR 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_LONG_LONG_INT 1
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_WINT_T 1
| #define HAVE_ALLOCA 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_LIBSIGSEGV 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define GNULIB_MALLOC_GNU 1
| #define HAVE_MALLOC_POSIX 1
| #define HAVE_STRUCT_RANDOM_DATA 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_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 X_DISPLAY_MISSING 1
| #define CADDR_T caddr_t
| #define CLISP_SOCKLEN_T socklen_t
| #define SIZEOF_OFF_T 8
| #define SIZEOF_STRUCT_TIMEVAL 8
| #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_PUTENV 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_DECL_ENVIRON 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| 
| int unsetenv(char*);
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:43778: result: void
configure:43791: checking for LC_MESSAGES
configure:43844: result: yes
configure:43858: checking for getrlimit
configure:43943: result: yes
configure:43858: checking for setrlimit
configure:43943: result: yes
configure:43959: checking size of rlim_t
configure:44316: result: 8
configure:44326: checking for getrlimit declaration
configure:44396: result: 
         extern int getrlimit (enum __rlimit_resource, struct rlimit *);
configure:44405: checking for setrlimit declaration
configure:44476: result: 
         extern int setrlimit (enum __rlimit_resource, const struct rlimit *);
configure:44486: checking for pid_t
configure:44578: result: yes
configure:44595: checking for vfork.h
configure:44602: result: no
configure:44746: checking for fork
configure:44831: result: yes
configure:44746: checking for vfork
configure:44831: result: yes
configure:44844: checking for working fork
configure:44907: result: yes
configure:44928: checking for working vfork
configure:45069: result: yes
configure:45099: checking for waitpid declaration
configure:45167: result: 
         extern pid_t waitpid (pid_t, int*, int);
configure:45182: checking for sys/resource.h
configure:45189: result: yes
configure:45182: checking for sys/times.h
configure:45189: result: yes
configure:45328: checking for getrusage
configure:45383: result: yes
configure:45387: checking for getrusage declaration
configure:45456: result: 
         extern int getrusage (int, struct rusage *);
configure:45459: checking whether getrusage works
configure:45543: result: yes
configure:45559: checking for lstat
configure:45615: result: yes
configure:45630: checking for sys/stat.h
configure:45637: result: yes
configure:45777: checking for struct stat.st_rdev
configure:45872: result: yes
configure:45882: checking for struct stat.st_blksize
configure:45977: result: yes
configure:45987: checking for struct stat.st_blocks
configure:46082: result: yes
configure:46098: checking size of ino_t
configure:46443: result: 8
configure:46457: checking size of dev_t
configure:46802: result: 8
configure:46812: checking for ELOOP
configure:46919: result: yes
configure:46928: checking for usable closedir return value
configure:46991: result: yes
configure:47004: checking for ioctl
configure:47089: result: yes
configure:47128: checking for ioctl declaration
configure:47323: result: 
         extern int ioctl (int, unsigned long, ...);
configure:47347: checking for FIONREAD
configure:47395: result: no
configure:47402: checking for FIONREAD in sys/filio.h
configure:47450: result: no
configure:47463: checking for FIONREAD in sys/ioctl.h
configure:47511: result: yes
configure:47532: checking for reliable FIONREAD
configure:47608: result: yes
configure:47620: checking for poll
configure:47703: result: yes
configure:47770: gcc -o conftest -g -O2 
-I/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/include  conftest.c 
/usr/local/lib/libavcall.a /usr/local/lib/libcallback.a >&5
configure:47774: $? = 0
configure:47780: ./conftest
configure:47784: $? = 0
configure:47811: checking for reliable poll()
configure:47911: result: yes
configure:47922: checking for select
configure:47991: result: yes
configure:47999: checking for sys/select.h
configure:48051: result: yes
configure:48061: checking for select declaration
configure:48156: result: 
         extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval 
*);
configure:48177: checking for reliable select()
configure:48287: result: yes
configure:48303: checking for netdb.h
configure:48310: result: yes
configure:48456: checking for connect
configure:48541: result: yes
configure:48554: checking for connect declaration
configure:48643: result: 
         extern int connect (int, const struct sockaddr *, unsigned int);
configure:48667: checking for sys/un.h
configure:48674: result: yes
configure:48813: checking for sun_len in struct sockaddr_un
configure:48862: result: no
configure:48873: checking for IPv4 sockets
configure:48923: result: yes
configure:48934: checking for IPv6 sockets
configure:48984: result: yes
configure:49071: checking for inet_pton
configure:49156: result: yes
configure:49071: checking for inet_ntop
configure:49156: result: yes
configure:49071: checking for inet_addr
configure:49156: result: yes
configure:49071: checking for setsockopt
configure:49156: result: yes
configure:49071: checking for getsockopt
configure:49156: result: yes
configure:49174: checking for netinet/in.h
configure:49181: result: yes
configure:49174: checking for arpa/inet.h
configure:49181: result: yes
configure:49320: checking for inet_addr declaration
configure:49413: result: 
         extern unsigned int inet_addr (const char*);
configure:49444: checking for netinet/tcp.h
configure:49492: result: yes
configure:49506: checking for setsockopt declaration
configure:49592: result: 
         extern int setsockopt (int, int, int, const void*, unsigned int);
configure:49625: checking for the code address range
configure:49677: result: 0x08000000
configure:49685: checking for the malloc address range
configure:49743: result: 0x09000000
configure:49751: checking for the shared library address range
configure:49829: result: 0xB8000000
configure:49838: checking for the stack address range
configure:49891: result: 0xBF000000
configure:49900: checking for vadvise
configure:49953: result: no
configure:49963: checking for vm_allocate
configure:50016: result: no
configure:50028: checking for sys/mman.h
configure:50033: result: yes
configure:50166: checking for mmap
configure:50249: result: yes
configure:50262: checking for working mmap
configure:50887: result: yes
configure:50925: checking for munmap
configure:51010: result: yes
configure:51027: checking for msync
configure:51112: result: yes
configure:51128: checking for mprotect
configure:51213: result: yes
configure:51225: checking for working mprotect
configure:51864: result: yes
configure:51876: checking for working shared memory
configure:51947: result: yes
configure:51961: checking for sys/sysmacros.h
configure:51968: result: yes
configure:52111: checking for attachability of removed shared memory
configure:52195: result: yes
configure:52211: checking for dlfcn.h
configure:52218: result: yes
configure:52358: checking for library containing dlopen
configure:52437: result: -ldl
configure:52454: checking for dlopen
configure:52539: result: yes
configure:52454: checking for dlsym
configure:52539: result: yes
configure:52454: checking for dlvsym
configure:52539: result: yes
configure:52454: checking for dlerror
configure:52539: result: yes
configure:52454: checking for dlclose
configure:52539: result: yes
configure:52454: checking for dladdr
configure:52539: result: yes
configure:52552: ** checks for libraries
configure:52570: checking for library containing tgetent
configure:52649: result: no
configure:53813: ** checks for OS services
configure:53815: checking for the valid characters in filenames
configure:53985: result: ((ch >= 1) && (ch != 47))
configure:53994: ** checks for compiler characteristics (arithmetic data 
types)
configure:53997: checking whether char is unsigned
configure:54047: result: no
configure:54055: checking whether single-float divbyzero raises an exception
configure:54122: result: no
configure:54132: checking whether single-float overflow raises an exception
configure:54199: result: no
configure:54209: checking whether single-float underflow raises an exception
configure:54276: result: no
configure:54286: checking whether single-float inexact raises an exception
configure:54352: result: no
configure:54362: checking whether double-float divbyzero raises an exception
configure:54429: result: no
configure:54439: checking whether double-float overflow raises an exception
configure:54506: result: no
configure:54516: checking whether double-float underflow raises an exception
configure:54583: result: no
configure:54593: checking whether double-float inexact raises an exception
configure:54659: result: no
configure:54670: checking whether byte ordering is bigendian
configure:55050: result: no
configure:62354: ** output file generation
configure:62546: creating ./config.status

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

This file was extended by GNU CLISP config.status 2.48 (2009-07-28), which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on mundaneum

config.status:1303: creating po/Makefile.in
config.status:1303: creating gllib/Makefile
config.status:1303: creating makemake
config.status:1303: creating config.h
config.status:1525: config.h is unchanged
config.status:1577: executing depfiles commands
config.status:1577: executing po-directories commands

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

ac_cv_build=i686-pc-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_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_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=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_func_GlobalMemoryStatusEx=no
ac_cv_func__longjmp=yes
ac_cv_func__setjmp=yes
ac_cv_func_alloca_works=yes
ac_cv_func_btowc=yes
ac_cv_func_chmod=yes
ac_cv_func_chown_works=yes
ac_cv_func_clock=yes
ac_cv_func_closelog=yes
ac_cv_func_confstr=yes
ac_cv_func_connect=yes
ac_cv_func_creat=yes
ac_cv_func_crypt=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_encrypt=yes
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_endservent=yes
ac_cv_func_endusershell=yes
ac_cv_func_endutxent=yes
ac_cv_func_erf=yes
ac_cv_func_erfc=yes
ac_cv_func_fchmod=yes
ac_cv_func_fchown=yes
ac_cv_func_fcntl=yes
ac_cv_func_flock=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_fstat=yes
ac_cv_func_fstatvfs=yes
ac_cv_func_fsync=yes
ac_cv_func_ftime=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdomainname=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getgrent=yes
ac_cv_func_getgrgid=yes
ac_cv_func_getgrnam=yes
ac_cv_func_getgroups=yes
ac_cv_func_gethostent=yes
ac_cv_func_gethostid=yes
ac_cv_func_gethostname=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getlogin=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpgid=yes
ac_cv_func_getpgrp=yes
ac_cv_func_getppid=yes
ac_cv_func_getpriority=yes
ac_cv_func_getpwent=yes
ac_cv_func_getpwnam=yes
ac_cv_func_getpwuid=yes
ac_cv_func_getresgid=yes
ac_cv_func_getresuid=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getservbyname=yes
ac_cv_func_getservbyport=yes
ac_cv_func_getservent=yes
ac_cv_func_getsid=yes
ac_cv_func_getsockopt=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_getusershell=yes
ac_cv_func_getutxent=yes
ac_cv_func_getutxid=yes
ac_cv_func_getutxline=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_isblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_kill=yes
ac_cv_func_lgamma=yes
ac_cv_func_link=yes
ac_cv_func_localeconv=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mbsrtowcs=yes
ac_cv_func_memchr=yes
ac_cv_func_mempcpy=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mknod=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktime=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_openlog=yes
ac_cv_func_pathconf=yes
ac_cv_func_poll=yes
ac_cv_func_putenv=yes
ac_cv_func_pututxline=yes
ac_cv_func_readdir_r=yes
ac_cv_func_readlink=yes
ac_cv_func_realpath=yes
ac_cv_func_select=yes
ac_cv_func_setdomainname=yes
ac_cv_func_setegid=yes
ac_cv_func_setenv=yes
ac_cv_func_seteuid=yes
ac_cv_func_setgid=yes
ac_cv_func_setgrent=yes
ac_cv_func_setgroups=yes
ac_cv_func_sethostid=yes
ac_cv_func_setitimer=yes
ac_cv_func_setkey=yes
ac_cv_func_setlogmask=yes
ac_cv_func_setpgid=yes
ac_cv_func_setpgrp=yes
ac_cv_func_setpgrp_posix=yes
ac_cv_func_setpriority=yes
ac_cv_func_setpwent=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_setservent=yes
ac_cv_func_setsid=yes
ac_cv_func_setsockopt=yes
ac_cv_func_setuid=yes
ac_cv_func_setutxent=yes
ac_cv_func_shutdown=yes
ac_cv_func_sigaction=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_stat=yes
ac_cv_func_statvfs=yes
ac_cv_func_strerror=yes
ac_cv_func_strftime=yes
ac_cv_func_strptime=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_sysconf=yes
ac_cv_func_syslog=yes
ac_cv_func_tempnam=yes
ac_cv_func_tgamma=yes
ac_cv_func_truncate=yes
ac_cv_func_ualarm=yes
ac_cv_func_umask=yes
ac_cv_func_uname=yes
ac_cv_func_unsetenv=yes
ac_cv_func_usleep=yes
ac_cv_func_utime=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_wait4=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wmemchr=yes
ac_cv_func_wmemcpy=yes
ac_cv_func_wmempcpy=yes
ac_cv_gnu_library_2_1=yes
ac_cv_have_decl_environ=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_signgam=yes
ac_cv_have_readline=no
ac_cv_have_x=have_x=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_avcall_h=yes
ac_cv_header_callback_h=yes
ac_cv_header_crypt_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_h=yes
ac_cv_header_lightning_h=no
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_random_h=no
ac_cv_header_sgtty_h=yes
ac_cv_header_shlobj_h=no
ac_cv_header_signal_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_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_param_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_statfs_h=yes
ac_cv_header_sys_statvfs_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_unistd_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_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_utime_h=yes
ac_cv_header_utmpx_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_libavcall_cppflags=
ac_cv_libavcall_libs=/usr/local/lib/libavcall.a
ac_cv_libavcall_ltlibs='-L/usr/local/lib -lavcall'
ac_cv_libavcall_prefix=/usr/local
ac_cv_libcallback_cppflags=
ac_cv_libcallback_libs=/usr/local/lib/libcallback.a
ac_cv_libcallback_ltlibs='-L/usr/local/lib -lcallback'
ac_cv_libcallback_prefix=/usr/local
ac_cv_libsigsegv=yes
ac_cv_member_struct_dirent_d_namlen=no
ac_cv_member_struct_lconv_int_n_cs_precedes=yes
ac_cv_member_struct_lconv_int_n_sep_by_space=yes
ac_cv_member_struct_lconv_int_n_sign_posn=yes
ac_cv_member_struct_lconv_int_p_cs_precedes=yes
ac_cv_member_struct_lconv_int_p_sep_by_space=yes
ac_cv_member_struct_lconv_int_p_sign_posn=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_member_struct_utmpx_ut_host=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=:
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=:
ac_cv_path_MSGMERGE=:
ac_cv_path_XGETTEXT=:
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_COMPRESS=gzip
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_DVIPDF=dvipdf
ac_cv_prog_GROFF=groff
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
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_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search___builtin_avcall='none required'
ac_cv_search_crypt=-lcrypt
ac_cv_search_dlopen=-ldl
ac_cv_search_erf=-lm
ac_cv_search_tgetent=no
ac_cv_search_trampoline_r_data0='none required'
ac_cv_sizeof_dev_t=8
ac_cv_sizeof_fsblkcnt_t=4
ac_cv_sizeof_fsfilcnt_t=4
ac_cv_sizeof_gid_t=4
ac_cv_sizeof_ino_t=8
ac_cv_sizeof_off_t=8
ac_cv_sizeof_pid_t=4
ac_cv_sizeof_rlim_t=8
ac_cv_sizeof_struct_timeval=8
ac_cv_sizeof_uid_t=4
ac_cv_struct_fsid_scalar=yes
ac_cv_sys_file_offset_bits=64
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_struct_random_data=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_use_readline=default
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
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_CXX_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=0x08000000
cl_cv_address_malloc=0x09000000
cl_cv_address_shlib=0xB8000000
cl_cv_address_stack=0xBF000000
cl_cv_builtin_strlen=no
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_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_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_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_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_ac_cv_func_link_follows_symlink=no
gl_cv_c_multiarch=no
gl_cv_func_btowc_eof='guessing yes'
gl_cv_func_fnmatch_gnu=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=yes
gl_cv_func_iswcntrl_works=yes
gl_cv_func_malloc_posix=yes
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_func_re_compile_pattern_working=yes
gl_cv_func_wcrtomb_retval='guessing yes'
gl_cv_have_include_next=yes
gl_cv_header_wchar_h_standalone=yes
gl_cv_header_working_stdint_h=yes
gl_cv_lib_sigsegv=yes
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_string_h='<string.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_next_wchar_h='<wchar.h>'
gl_cv_next_wctype_h='<wctype.h>'
gl_cv_rpl_alloca=yes
gl_cv_sys_struct_timeval=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=none
gt_cv_locale_fr_utf8=none
gt_cv_locale_ja=none
gt_cv_locale_zh_CN=none
gt_cv_ssize_t=yes
gt_cv_val_LC_MESSAGES=yes
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_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
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\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib /lib/i486-linux-gnu 
/usr/lib/i486-linux-gnu /usr/lib/alsa-lib /usr/local/lib '
lt_cv_sys_lib_search_path_spec='/usr/lib/gcc/i486-linux-gnu/4.3.3 /usr/lib /lib'
lt_cv_sys_max_cmd_len=1572864
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) 
\$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ 
]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern 
int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/missing --run 
aclocal-1.11'
ALLOCA=''
ALLOCA_H='alloca.h'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/missing --run tar'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
AS='as'
AS_UNDERSCORE='false'
AUTOCONF='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/missing --run 
autoconf'
AUTOHEADER='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/missing --run 
autoheader'
AUTOMAKE='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/missing --run 
automake-1.11'
AWK='mawk'
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='-g -O2'
COMPRESS='gzip'
CPP='gcc -E'
CPPFLAGS='-I/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DVIPDF='dvipdf'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
FNMATCH_H=''
GETTEXT_MACRO_VERSION='0.17'
GLIBC21='yes'
GL_COND_LIBTOOL_FALSE='#'
GL_COND_LIBTOOL_TRUE=''
GMSGFMT=':'
GMSGFMT_015=':'
GNULIB_ATOLL='0'
GNULIB_BTOWC='1'
GNULIB_CALLOC_POSIX='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DUP2='0'
GNULIB_ENVIRON='0'
GNULIB_EUIDACCESS='0'
GNULIB_FCHDIR='0'
GNULIB_FSYNC='0'
GNULIB_FTRUNCATE='0'
GNULIB_GETCWD='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLOADAVG='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='1'
GNULIB_GETSUBOPT='0'
GNULIB_GETUSERSHELL='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LSEEK='0'
GNULIB_MALLOC_POSIX='1'
GNULIB_MBRLEN='0'
GNULIB_MBRTOWC='1'
GNULIB_MBSCASECMP='0'
GNULIB_MBSCASESTR='0'
GNULIB_MBSCHR='0'
GNULIB_MBSCSPN='0'
GNULIB_MBSINIT='1'
GNULIB_MBSLEN='0'
GNULIB_MBSNCASECMP='0'
GNULIB_MBSNLEN='0'
GNULIB_MBSNRTOWCS='0'
GNULIB_MBSPBRK='0'
GNULIB_MBSPCASECMP='0'
GNULIB_MBSRCHR='0'
GNULIB_MBSRTOWCS='1'
GNULIB_MBSSEP='0'
GNULIB_MBSSPN='0'
GNULIB_MBSSTR='0'
GNULIB_MBSTOK_R='0'
GNULIB_MEMCHR='1'
GNULIB_MEMMEM='0'
GNULIB_MEMPCPY='0'
GNULIB_MEMRCHR='0'
GNULIB_MKDTEMP='0'
GNULIB_MKSTEMP='0'
GNULIB_PUTENV='0'
GNULIB_RANDOM_R='0'
GNULIB_RAWMEMCHR='0'
GNULIB_READLINK='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_RPMATCH='0'
GNULIB_SETENV='0'
GNULIB_SLEEP='0'
GNULIB_STPCPY='0'
GNULIB_STPNCPY='0'
GNULIB_STRCASESTR='0'
GNULIB_STRCHRNUL='0'
GNULIB_STRDUP='0'
GNULIB_STRERROR='0'
GNULIB_STRNDUP='0'
GNULIB_STRNLEN='0'
GNULIB_STRPBRK='0'
GNULIB_STRSEP='0'
GNULIB_STRSIGNAL='0'
GNULIB_STRSTR='0'
GNULIB_STRTOD='0'
GNULIB_STRTOK_R='0'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRVERSCMP='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNSETENV='0'
GNULIB_WCRTOMB='1'
GNULIB_WCSNRTOMBS='0'
GNULIB_WCSRTOMBS='0'
GNULIB_WCTOB='0'
GNULIB_WCWIDTH='0'
GNULIB_WRITE='0'
GNU_MAKE_FALSE='#'
GNU_MAKE_TRUE=''
GREP='/bin/grep'
GROFF='groff'
HAVE_ATOLL='1'
HAVE_BTOWC='1'
HAVE_CALLOC_POSIX='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_MEMMEM='1'
HAVE_DECL_MEMRCHR='1'
HAVE_DECL_STRDUP='1'
HAVE_DECL_STRERROR='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_EUIDACCESS='1'
HAVE_FSYNC='1'
HAVE_FTRUNCATE='1'
HAVE_GETDOMAINNAME='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETHOSTNAME='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETUSERSHELL='1'
HAVE_INTTYPES_H='1'
HAVE_ISWCNTRL='1'
HAVE_LIBSIGSEGV='yes'
HAVE_LINK='1'
HAVE_LONG_LONG_INT='1'
HAVE_MALLOC_POSIX='1'
HAVE_MBRLEN='1'
HAVE_MBRTOWC='1'
HAVE_MBSINIT='1'
HAVE_MBSNRTOWCS='1'
HAVE_MBSRTOWCS='1'
HAVE_MEMPCPY='1'
HAVE_MKDTEMP='1'
HAVE_OS_H='0'
HAVE_RANDOM_H='0'
HAVE_RANDOM_R='1'
HAVE_RAWMEMCHR='1'
HAVE_READLINK='1'
HAVE_REALLOC_POSIX='1'
HAVE_RPMATCH='1'
HAVE_SETENV='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_STRNDUP='1'
HAVE_STRPBRK='1'
HAVE_STRSEP='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_STRVERSCMP='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_UNISTD_H='1'
HAVE_UNSETENV='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_WCHAR_H='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=''
LDFLAGS=''
LIBAVCALL='/usr/local/lib/libavcall.a'
LIBAVCALL_PREFIX='/usr/local'
LIBCALLBACK='/usr/local/lib/libcallback.a'
LIBCALLBACK_PREFIX='/usr/local'
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBS='-ldl /usr/local/lib/libavcall.a /usr/local/lib/libcallback.a'
LIBSIGSEGV='/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/lib/libsigsegv.a 
-lc'
LIBSIGSEGV_PREFIX='/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu'
LIBTERMCAP='broken'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN='ln'
LN_S='ln -s'
LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/src/gllib"'
LOCALE_FR='none'
LOCALE_FR_UTF8='none'
LOCALE_JA='none'
LOCALE_ZH_CN='none'
LTALLOCA=''
LTLIBAVCALL='-L/usr/local/lib -lavcall'
LTLIBCALLBACK='-L/usr/local/lib -lcallback'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
LTLIBSIGSEGV='-L/home/sva/src/clisp-2.48/tools/i686-pc-linux-gnu/lib -lsigsegv 
-lc'
MAKEINFO='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/missing --run 
makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT=':'
MSGFMT_015=':'
MSGMERGE=':'
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>'
NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>'
NEXT_STDINT_H='<stdint.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_STRING_H='<string.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_UNISTD_H='<unistd.h>'
NEXT_WCHAR_H='<wchar.h>'
NEXT_WCTYPE_H='<wctype.h>'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='clisp'
PACKAGE_BUGREPORT='http://clisp.cons.org/'
PACKAGE_NAME='GNU CLISP'
PACKAGE_STRING='GNU CLISP 2.48 (2009-07-28)'
PACKAGE_TARNAME='clisp'
PACKAGE_VERSION='2.48 (2009-07-28)'
PATH_SEPARATOR=':'
POSUB='po'
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PTRDIFF_T_SUFFIX=''
RANLIB='ranlib'
REPLACE_BTOWC='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_FCHDIR='0'
REPLACE_GETCWD='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_ISWCNTRL='0'
REPLACE_LCHOWN='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_MKSTEMP='0'
REPLACE_PUTENV='0'
REPLACE_STRCASESTR='0'
REPLACE_STRDUP='0'
REPLACE_STRERROR='0'
REPLACE_STRSIGNAL='0'
REPLACE_STRSTR='0'
REPLACE_STRTOD='0'
REPLACE_WCRTOMB='0'
REPLACE_WCSNRTOMBS='0'
REPLACE_WCSRTOMBS='0'
REPLACE_WCTOB='0'
REPLACE_WCWIDTH='0'
REPLACE_WRITE='0'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
STDBOOL_H=''
STDINT_H=''
STRIP='strip'
SYS_TIME_H=''
TEST_NT='yes'
UNISTD_H_HAVE_WINSOCK2_H='0'
USE_NLS='yes'
VERSION='2.48 (2009-07-28)'
VOID_UNSETENV='0'
WCHAR_H=''
WCHAR_T_SUFFIX=''
WCTYPE_H=''
WINT_T_SUFFIX=''
XGETTEXT=':'
XGETTEXT_015=':'
XGETTEXT_EXTRA_OPTIONS=''
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_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='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gl_LIBOBJS=''
gl_LTLIBOBJS=''
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/sva/src/clisp-2.48/src/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "GNU CLISP"
#define PACKAGE_TARNAME "clisp"
#define PACKAGE_VERSION "2.48 (2009-07-28)"
#define PACKAGE_STRING "GNU CLISP 2.48 (2009-07-28)"
#define PACKAGE_BUGREPORT "http://clisp.cons.org/";
#define PACKAGE "clisp"
#define VERSION "2.48 (2009-07-28)"
#ifndef __i386__
#define __i386__ 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 _FILE_OFFSET_BITS 64
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_BTOWC 1
#define HAVE_ISBLANK 1
#define HAVE_ISWCTYPE 1
#define HAVE_MBSRTOWCS 1
#define HAVE_MEMPCPY 1
#define HAVE_WMEMCHR 1
#define HAVE_WMEMCPY 1
#define HAVE_WMEMPCPY 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_MBSINIT 1
#define HAVE_MBRTOWC 1
#define HAVE_MPROTECT 1
#define HAVE_WCSCOLL 1
#define HAVE_WCRTOMB 1
#define HAVE_ISWCNTRL 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_MBSTATE_T 1
#define HAVE_WCTYPE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_LOCALE_H 1
#define HAVE_STDINT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define restrict __restrict
#define HAVE_DECL_GETC_UNLOCKED 1
#define HAVE_MAP_ANONYMOUS 1
#define HAVE_MEMCHR 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define HAVE_LONG_LONG_INT 1
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_WINT_T 1
#define HAVE_ALLOCA 1
#define HAVE_GETPAGESIZE 1
#define HAVE_LIBSIGSEGV 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define GNULIB_MALLOC_GNU 1
#define HAVE_MALLOC_POSIX 1
#define HAVE_STRUCT_RANDOM_DATA 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_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 X_DISPLAY_MISSING 1
#define CADDR_T caddr_t
#define CLISP_SOCKLEN_T socklen_t
#define SIZEOF_OFF_T 8
#define SIZEOF_STRUCT_TIMEVAL 8
#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_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 0x08000000UL
#define MALLOC_ADDRESS_RANGE 0x09000000UL
#define SHLIB_ADDRESS_RANGE 0xB8000000UL
#define STACK_ADDRESS_RANGE 0xBF000000UL
#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 VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))

configure: exit 0

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

This file was extended by GNU CLISP config.status 2.48 (2009-07-28), which was
generated by GNU Autoconf 2.63.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ config.status --header=config.h

on mundaneum

config.status:1303: creating config.h
config.status:1525: config.h is unchanged
--8<---------------cut here---------------end--------------->8---


I'm sorry this stays problematic. But can anyone please help me getting this
installation succeeding?

Best regards,
  Seb

-- 
Sébastien Vauban





reply via email to

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