CLISP install fails on AFS filesystems, perhaps due to bug that presumes hard link creation cannot fail.

$ uname -a
Linux ... 2.6.16-xen #1 SMP Wed Jun 14 13:53:25 EDT 2006 x86_64 GNU/Linux

$ cat /etc/debian_version 
4.0

$ rm -r clisp-2.42 clisp-2.42-bl

$ tar -xpjf clisp-2.42.tar.bz2

$ cd clisp-2.42

$ ./configure --with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl --build /afs/.../CLISP/clisp-2.42-bl
executing /afs/.../CLISP/clisp-2.42-bl/configure --srcdir=/afs/.../CLISP/clisp-2.42/src --with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl --cache-file=config.cache
configure: creating cache config.cache
configure: ** checks for UNIX variants that set DEFS
checking for gcc... 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... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
configure: ** checks for programs
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to copy files... cp -p
checking how to make hard links... ln
checking whether ln -s works... yes
checking how to make hard links to symlinks... hln
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for groff... groff
checking for dvipdf... dvipdf
checking for gzip... gzip
checking whether test -nt works... yes
checking for gmake... no
checking for make... make
checking whether make sets $(MAKE)... yes
checking for GNU make... yes
configure: ** checks for system features
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGE_FILES value needed for large files... no
checking whether using GNU C... yes
checking whether using C++... no
checking whether CPP likes indented directives... yes
checking whether CPP likes empty macro arguments... yes
checking for underscore in external names... no
checking for getpwnam... yes
checking for DYNIX/ptx libseq or libsocket... no
checking whether gethostent requires -lnsl... no
checking whether setsockopt requires -lsocket... no
checking whether CC works at all... yes
configure: ** check for host type
checking for 64-bit x86_64... yes
configure: ** check for add-ons
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for a BSD-compatible install... /usr/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for libsigsegv... yes
checking how to link with libsigsegv... /afs/.../CLISP/libsigsegv-2.4-bl/lib/libsigsegv.a -lc
configure: ** checks for fundamental compiler characteristics
checking for inline... inline
checking for working void... yes
checking for working "return void"... yes
checking for inline __builtin_strlen... no
checking for long long... yes
configure: ** checks for header files
checking for ANSI C header files... yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking for unistd.h... (cached) yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking for offsetof in stddef.h... yes
checking for stdbool.h... yes
checking for inttypes.h... yes
checking for sys/inttypes.h... (cached) no
checking for stdint.h... yes
checking for sys/file.h... (cached) yes
checking for R_OK in unistd.h... yes
checking for sys/file.h... (cached) yes
checking for O_RDWR in fcntl.h... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/utsname.h and struct utsname... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for lber.h... no
checking for ldap.h... no
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking termio.h presence... yes
checking for termio.h... yes
checking sys/termio.h usability... no
checking sys/termio.h presence... no
checking for sys/termio.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking for tcgetattr... yes
checking for TCSAFLUSH in termios.h... yes
checking for struct winsize in termios.h... no
checking for struct winsize in sys/ioctl.h... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
configure: ** checks for typedefs
checking for caddr_t in sys/types.h... yes
checking for socklen_t in sys/socket.h... yes
checking for off_t... yes
checking size of off_t... 8
checking for struct timeval... yes
checking size of struct timeval... 16
configure: ** checks for structure members
checking for struct dirent.d_namlen... no
checking whether struct tm is in sys/time.h or time.h... time.h
configure: ** checks for functions and declarations
checking for working alloca.h... yes
checking for alloca... yes
checking for _setjmp... yes
checking for _longjmp... yes
checking return type of signal handlers... void
checking whether the signal handler function type needs dots... no
checking for sighold... yes
checking for sigprocmask... yes
checking for sigblock... yes
checking for signal blocking interfaces... SystemV POSIX BSD
checking whether signal handlers need to be reinstalled... no
checking whether signals are blocked when signal handlers are entered... yes
checking whether other signals are blocked when signal handlers are entered... no
checking for sigaction... yes
checking for siginterrupt... yes
checking for fpu_control_t... yes
checking for __setfpucw... yes
checking for raise... yes
checking for abort declaration... 
         extern void abort (void);
checking for perror declaration... yes
checking for strerror... yes
checking for sysconf... yes
checking for getdtablesize... yes
checking for memset... yes
checking for setsid... yes
checking for setpgid... yes
checking for fchmod... yes
checking for fsync... yes
checking for flock... yes
checking for gethostent... yes
checking for shutdown... yes
checking for usleep... yes
checking for ualarm... yes
checking for setitimer... yes
checking for nice... yes
checking for ftime... yes
checking for realpath... yes
checking for putenv... yes
checking for setenv... yes
checking for unsetenv... yes
checking whether environ is declared... yes
checking return value of unsetenv... void
checking for LC_MESSAGES... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for rlim_t... yes
checking size of rlim_t... 8
checking for getrlimit declaration... 
         extern int getrlimit (enum __rlimit_resource, struct rlimit *);
checking for setrlimit declaration... 
         extern int setrlimit (enum __rlimit_resource, const struct rlimit *);
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for waitpid declaration... 
         extern pid_t waitpid (pid_t, int*, int);
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking for getrusage... yes
checking for getrusage declaration... 
         extern int getrusage (int, struct rusage *);
checking whether getrusage works... yes
checking for getcwd... yes
checking for getcwd declaration... 
         extern char* getcwd (char*, size_t);
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for lstat... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking for sys/stat.h... (cached) yes
checking whether f_fsid is scalar... yes
checking for fsblkcnt_t... yes
checking size of fsblkcnt_t... 8
checking for fsfilcnt_t... yes
checking size of fsfilcnt_t... 8
checking for struct stat.st_rdev... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for ino_t... yes
checking size of ino_t... 8
checking for dev_t... yes
checking size of dev_t... 8
checking for readlink... yes
checking for ELOOP... yes
checking for closedir declaration... 
         extern int closedir (DIR*);
checking for usable closedir return value... yes
checking for ioctl... yes
checking for ioctl declaration... 
         extern int ioctl (int, unsigned long, ...);
checking for FIONREAD... no
checking for FIONREAD in sys/filio.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for reliable FIONREAD... yes
checking for poll... yes
checking for reliable poll()... yes
checking for select... yes
checking for sys/select.h... yes
checking for select declaration... 
         extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
checking for reliable select()... yes
checking for gettimeofday... yes
checking for gettimeofday declaration... 
         extern int gettimeofday (struct timeval *, struct timezone *);
checking for gethostname... yes
checking for connect... (cached) yes
checking for connect declaration... 
         extern int connect (int, const struct sockaddr *, unsigned int);
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for sun_len in struct sockaddr_un... no
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for inet_addr... yes
checking for setsockopt... yes
checking for getsockopt... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for inet_addr declaration... 
         extern unsigned int inet_addr (const char*);
checking for netinet/tcp.h... yes
checking for setsockopt declaration... 
         extern int setsockopt (int, int, int, const void*, unsigned int);
checking for the code address range... 0x0000000000000000
checking for the malloc address range... 0x0000000000000000
checking for the shared library address range... 0x00002B8FDD000000
checking for the stack address range... 0x00007FFFFF000000
checking for getpagesize... yes
checking for getpagesize declaration... 
         extern int getpagesize (void);
checking for vadvise... no
checking for vm_allocate... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for mmap... yes
checking for working mmap... yes
checking for munmap... yes
checking for msync... yes
checking for mprotect... yes
checking for working mprotect... yes
checking for working shared memory... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking for attachability of removed shared memory... no
checking for dlfcn.h... (cached) yes
checking for library containing dlopen... -ldl
checking for dlopen... yes
checking for dlsym... yes
checking for dlerror... yes
checking for dlclose... yes
configure: ** checks for libraries
checking for library containing tgetent... -lncurses
checking readline/readline.h usability... no
checking readline/readline.h presence... no
checking for readline/readline.h... no
configure: ** checks for OS services
checking for the valid characters in filenames... 8-bit
configure: ** checks for compiler characteristics (arithmetic data types)
checking whether char is unsigned... no
checking whether single-float divbyzero raises an exception... no
checking whether single-float overflow raises an exception... no
checking whether single-float underflow raises an exception... no
checking whether single-float inexact raises an exception... no
checking whether double-float divbyzero raises an exception... no
checking whether double-float overflow raises an exception... no
checking whether double-float underflow raises an exception... no
checking whether double-float inexact raises an exception... no
checking for long double... yes
checking whether byte ordering is bigendian... no
configure: checking for integer types and behaviour...
creating intparam.h
configure: checking for floating-point types and behaviour...
creating floatparam.h
configure: ** output file generation
updating cache config.cache
configure: creating ./config.status
config.status: creating po/Makefile.in
config.status: creating makemake
config.status: creating unixconf.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
executing /afs/.../CLISP/clisp-2.42-bl/avcall/configure --srcdir=/afs/.../CLISP/clisp-2.42/ffcall/avcall --with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl --cache-file=../config.cache
configure: loading cache ../config.cache
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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for 64-bit x86_64... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependent libraries... (cached) pass_all
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 dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
checking the maximum length of command line arguments... (cached) 32768
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... (cached) yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pcc non-reentrant struct return convention... no
checking whether small structs are returned in registers... yes
checking whether floats are returned in integer registers... no
checking for long long... (cached) yes
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating avcall.h
executing /afs/.../CLISP/clisp-2.42-bl/callback/configure --srcdir=/afs/.../CLISP/clisp-2.42/ffcall/callback --with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl --cache-file=../config.cache
configure: loading cache ../config.cache
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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... (cached) no
checking whether using GNU C... (cached) yes
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking whether ln -s works... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for 64-bit x86_64... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking how to recognise dependent libraries... (cached) pass_all
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 dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
checking the maximum length of command line arguments... (cached) 32768
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... (cached) yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating Makefile
configure: configuring in vacall_r
configure: running /bin/sh '/afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/configure' --prefix=/usr/local  '--srcdir=/afs/.../CLISP/clisp-2.42/ffcall/callback' '--with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl' '--cache-file=../config.cache' 'CC=gcc' --cache-file=../../config.cache --srcdir=/afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r
configure: loading cache ../../config.cache
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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... (cached) no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for 64-bit x86_64... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependent libraries... (cached) pass_all
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 dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
checking the maximum length of command line arguments... (cached) 32768
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... (cached) yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pcc non-reentrant struct return convention... (cached) no
checking whether small structs are returned in registers... (cached) yes
checking whether floats are returned in integer registers... (cached) no
checking for long long... (cached) yes
checking whether char is unsigned... (cached) no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating vacall_r.h
config.status: creating config.h
configure: configuring in trampoline_r
configure: running /bin/sh '/afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r/configure' --prefix=/usr/local  '--srcdir=/afs/.../CLISP/clisp-2.42/ffcall/callback' '--with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl' '--cache-file=../config.cache' 'CC=gcc' --cache-file=../../config.cache --srcdir=/afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r
configure: loading cache ../../config.cache
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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... (cached) no
checking whether using GNU C... (cached) yes
checking for underscore in external names... (cached) no
checking for ranlib... (cached) ranlib
checking whether make sets $(MAKE)... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to copy files... (cached) cp -p
checking how to make hard links... (cached) ln
checking whether ln -s works... (cached) yes
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking for 64-bit x86_64... (cached) yes
checking for a sed that does not truncate output... (cached) /bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking how to recognise dependent libraries... (cached) pass_all
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 dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
checking the maximum length of command line arguments... (cached) 32768
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for strip... (cached) strip
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... (cached) yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for working void... (cached) yes
checking for working "return void"... (cached) yes
checking for ANSI C header files... (cached) yes
checking for unistd_h... (cached) yes
checking for getpagesize... (cached) yes
checking for getpagesize declaration... (cached) 
         extern int getpagesize (void);
checking for vm_allocate... (cached) no
checking for sys/file.h... (cached) yes
checking for O_RDWR in fcntl.h... (cached) yes
checking for sys/mman.h... (cached) yes
checking for mmap... (cached) yes
checking for working mmap... (cached) yes
checking for mprotect... (cached) yes
checking for working mprotect... (cached) yes
checking for sys/shm.h... (cached) yes
checking for sys/ipc.h... (cached) yes
checking for working shared memory... (cached) yes
checking for sys/sysmacros.h... (cached) yes
checking whether code in malloc'ed memory is executable... no
updating cache ../../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
executing /afs/.../CLISP/clisp-2.42-bl/libcharset/configure --srcdir=/afs/.../CLISP/clisp-2.42/libcharset --disable-shared --with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl --cache-file=../config.cache
configure: loading cache ../config.cache
checking whether make sets $(MAKE)... (cached) yes
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 ANSI C... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for egrep... (cached) grep -E
checking whether gcc needs -traditional... (cached) no
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... (cached) x86_64-unknown-linux-gnu
checking host system type... (cached) x86_64-unknown-linux-gnu
checking whether to activate relocatable installation... no
checking for AIX... no
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 for library containing strerror... none required
checking for a sed that does not truncate output... (cached) /bin/sed
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... (cached) pass_all
checking for dlfcn.h... (cached) yes
checking for g++... (cached) g++
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking for g77... (cached) g77
checking whether we are using the GNU Fortran 77 compiler... (cached) yes
checking whether g77 accepts -g... (cached) yes
checking the maximum length of command line arguments... (cached) 32768
checking command to parse /usr/bin/nm -B output from gcc object... (cached) ok
checking for objdir... (cached) .libs
checking for ar... (cached) ar
checking for strip... (cached) strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... (cached) no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... (cached) /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... (cached) yes
checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for nl_langinfo and CODESET... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for setlocale... yes
updating cache ../config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating config.h
/bin/sh ./libtool --mode=compile gcc -x none -c /afs/.../CLISP/clisp-2.42/ffcall/avcall/avcall-x86_64.s
 gcc -x none -c /afs/.../CLISP/clisp-2.42/ffcall/avcall/avcall-x86_64.s -o avcall-x86_64.o
rm -f avcall.lo avcall.o
ln avcall-x86_64.lo avcall.lo
if test -f avcall-x86_64.o; then ln avcall-x86_64.o avcall.o; fi
/bin/sh ./libtool --mode=compile gcc -g -O2 -c /afs/.../CLISP/clisp-2.42/ffcall/avcall/structcpy.c
 gcc -g -O2 -c /afs/.../CLISP/clisp-2.42/ffcall/avcall/structcpy.c -o structcpy.o
/bin/sh ./libtool --mode=link gcc -o libavcall.la -rpath /usr/local/lib avcall.lo structcpy.lo
mkdir .libs
ar cru .libs/libavcall.a  avcall-x86_64.o structcpy.o
ranlib .libs/libavcall.a
creating libavcall.la
(cd .libs && rm -f libavcall.la && ln -s ../libavcall.la libavcall.la)
cd vacall_r; make all
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
/bin/sh ./libtool --mode=compile gcc -x none -c /afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/vacall-x86_64.s
 gcc -x none -c /afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/vacall-x86_64.s -o vacall-x86_64.o
rm -f vacall.lo vacall.o
ln vacall-x86_64.lo vacall.lo
if test -f vacall-x86_64.o; then ln vacall-x86_64.o vacall.o; fi
/bin/sh ./libtool --mode=compile gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r -c /afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/misc.c
 gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r -c /afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/misc.c -o misc.o
/bin/sh ./libtool --mode=compile gcc -g -O2 -c /afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/structcpy.c
 gcc -g -O2 -c /afs/.../CLISP/clisp-2.42/ffcall/callback/vacall_r/structcpy.c -o structcpy.o
/bin/sh ./libtool --mode=link gcc -o libvacall.la -rpath /usr/local/lib vacall.lo misc.lo structcpy.lo
mkdir .libs
ar cru .libs/libvacall.a  vacall-x86_64.o misc.o structcpy.o
ranlib .libs/libvacall.a
creating libvacall.la
(cd .libs && rm -f libvacall.la && ln -s ../libvacall.la libvacall.la)
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make all
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
ln -s /afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r/trampoline_r.h.in trampoline_r.h
/bin/sh ./libtool --mode=compile gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r -c /afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r/trampoline.c
 gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r -c /afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r/trampoline.c -o trampoline.o
/bin/sh ./libtool --mode=link gcc -o libtrampoline.la -rpath /usr/local/lib trampoline.lo 
mkdir .libs
ar cru .libs/libtrampoline.a  trampoline.o
ranlib .libs/libtrampoline.a
creating libtrampoline.la
(cd .libs && rm -f libtrampoline.la && ln -s ../libtrampoline.la libtrampoline.la)
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
ln -s /afs/.../CLISP/clisp-2.42/ffcall/callback/callback.h.in callback.h
ln -s vacall_r/vacall_r.h vacall_r.h
ln -s trampoline_r/trampoline_r.h trampoline_r.h
/bin/sh ./libtool --mode=link gcc -o libcallback.la -rpath /usr/local/lib vacall_r/vacall.lo vacall_r/misc.lo vacall_r/structcpy.lo trampoline_r/*.lo
mkdir .libs
ar cru .libs/libcallback.a  vacall_r/vacall-x86_64.o vacall_r/misc.o vacall_r/structcpy.o trampoline_r/trampoline.o
ranlib .libs/libcallback.a
creating libcallback.la
(cd .libs && rm -f libcallback.la && ln -s ../libcallback.la libcallback.la)
gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/avcall -c /afs/.../CLISP/clisp-2.42/ffcall/avcall/minitests.c
/bin/sh ./libtool --mode=link gcc -g -O2 -x none minitests.o libavcall.la -o minitests
gcc -g -O2 -x none minitests.o -o minitests  ./.libs/libavcall.a
./minitests > minitests.out
LC_ALL=C uniq -u < minitests.out > minitests.output.x86_64-unknown-linux-gnu
test '!' -s minitests.output.x86_64-unknown-linux-gnu
cd vacall_r; make all
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make all
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
cd vacall_r; make check
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make check
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r -c /afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r/test1.c
/bin/sh ./libtool --mode=link gcc -g -O2 -x none test1.o trampoline.lo  -o test1
gcc -g -O2 -x none test1.o trampoline.o -o test1 
gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r -c /afs/.../CLISP/clisp-2.42/ffcall/callback/trampoline_r/test2.c
/bin/sh ./libtool --mode=link gcc -g -O2 -x none test2.o trampoline.lo  -o test2
gcc -g -O2 -x none test2.o trampoline.o -o test2 
./test1
Works, test1 passed.
./test2
test2 passed.
touch tests.passed.x86_64-unknown-linux-gnu
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
gcc -g -O2 -I. -I/afs/.../CLISP/clisp-2.42/ffcall/callback -c /afs/.../CLISP/clisp-2.42/ffcall/callback/minitests.c
/bin/sh ./libtool --mode=link gcc -g -O2 -x none minitests.o libcallback.la -o minitests
gcc -g -O2 -x none minitests.o -o minitests  ./.libs/libcallback.a
./minitests > minitests.out
LC_ALL=C uniq -u < minitests.out > minitests.output.x86_64-unknown-linux-gnu
test '!' -s minitests.output.x86_64-unknown-linux-gnu
Configure findings:
  FFI:        yes (user requested: default)
  readline:   no (user requested: default)
  libsigsegv: yes
./makemake --with-dynamic-ffi  --with-libsigsegv-prefix=/afs/.../CLISP/libsigsegv-2.4-bl --srcdir=/afs/.../CLISP/clisp-2.42/src   > Makefile
ln -s /afs/.../CLISP/clisp-2.42/src/.gdbinit .gdbinit
echo '#include "unixconf.h"' > tmp.c
cat '/afs/.../CLISP/clisp-2.42/src/intparam.c' >> tmp.c
gcc tmp.c -o intparam
./intparam > intparam.h
rm -f intparam tmp.c
echo '#include "unixconf.h"' > tmp.c
cat '/afs/.../CLISP/clisp-2.42/src/floatparam.c' >> tmp.c
gcc tmp.c -o floatparam
./floatparam > floatparam.h
rm -f floatparam tmp.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -x none /afs/.../CLISP/clisp-2.42/utils/comment5.c -o comment5
./comment5 /afs/.../CLISP/clisp-2.42/utils/gctrigger.d > gctrigger.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -x none gctrigger.c -o gctrigger
/afs/.../CLISP/clisp-2.42/utils/gctrigger.d: In function 'nexttoken':
/afs/.../CLISP/clisp-2.42/utils/gctrigger.d:609: warning: 'token.ch' is used uninitialized in this function
/afs/.../CLISP/clisp-2.42/utils/gctrigger.d:609: warning: 'token.string' is used uninitialized in this function
rm -f gctrigger.c
./comment5 /afs/.../CLISP/clisp-2.42/utils/varbrace.d > varbrace.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -x none varbrace.c -o varbrace
rm -f varbrace.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -x none /afs/.../CLISP/clisp-2.42/utils/txt2c.c -o txt2c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -x none /afs/.../CLISP/clisp-2.42/utils/ccmp2c.c -o ccmp2c
rm -f spvw.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw.d spvw.d
rm -f spvwtabf.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvwtabf.d spvwtabf.d
rm -f spvwtabs.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvwtabs.d spvwtabs.d
rm -f spvwtabo.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvwtabo.d spvwtabo.d
rm -f eval.d
ln -s /afs/.../CLISP/clisp-2.42/src/eval.d eval.d
rm -f control.d
ln -s /afs/.../CLISP/clisp-2.42/src/control.d control.d
rm -f encoding.d
ln -s /afs/.../CLISP/clisp-2.42/src/encoding.d encoding.d
rm -f pathname.d
ln -s /afs/.../CLISP/clisp-2.42/src/pathname.d pathname.d
rm -f stream.d
ln -s /afs/.../CLISP/clisp-2.42/src/stream.d stream.d
rm -f socket.d
ln -s /afs/.../CLISP/clisp-2.42/src/socket.d socket.d
rm -f io.d
ln -s /afs/.../CLISP/clisp-2.42/src/io.d io.d
rm -f array.d
ln -s /afs/.../CLISP/clisp-2.42/src/array.d array.d
rm -f hashtabl.d
ln -s /afs/.../CLISP/clisp-2.42/src/hashtabl.d hashtabl.d
rm -f list.d
ln -s /afs/.../CLISP/clisp-2.42/src/list.d list.d
rm -f package.d
ln -s /afs/.../CLISP/clisp-2.42/src/package.d package.d
rm -f record.d
ln -s /afs/.../CLISP/clisp-2.42/src/record.d record.d
rm -f weak.d
ln -s /afs/.../CLISP/clisp-2.42/src/weak.d weak.d
rm -f sequence.d
ln -s /afs/.../CLISP/clisp-2.42/src/sequence.d sequence.d
rm -f charstrg.d
ln -s /afs/.../CLISP/clisp-2.42/src/charstrg.d charstrg.d
rm -f debug.d
ln -s /afs/.../CLISP/clisp-2.42/src/debug.d debug.d
rm -f error.d
ln -s /afs/.../CLISP/clisp-2.42/src/error.d error.d
rm -f misc.d
ln -s /afs/.../CLISP/clisp-2.42/src/misc.d misc.d
rm -f time.d
ln -s /afs/.../CLISP/clisp-2.42/src/time.d time.d
rm -f predtype.d
ln -s /afs/.../CLISP/clisp-2.42/src/predtype.d predtype.d
rm -f symbol.d
ln -s /afs/.../CLISP/clisp-2.42/src/symbol.d symbol.d
rm -f lisparit.d
ln -s /afs/.../CLISP/clisp-2.42/src/lisparit.d lisparit.d
rm -f i18n.d
ln -s /afs/.../CLISP/clisp-2.42/src/i18n.d i18n.d
rm -f foreign.d
ln -s /afs/.../CLISP/clisp-2.42/src/foreign.d foreign.d
rm -f unixaux.d
ln -s /afs/.../CLISP/clisp-2.42/src/unixaux.d unixaux.d
rm -f built.d
ln -s /afs/.../CLISP/clisp-2.42/src/built.d built.d
rm -f lispbibl.d
ln -s /afs/.../CLISP/clisp-2.42/src/lispbibl.d lispbibl.d
rm -f fsubr.d
ln -s /afs/.../CLISP/clisp-2.42/src/fsubr.d fsubr.d
rm -f subr.d
ln -s /afs/.../CLISP/clisp-2.42/src/subr.d subr.d
rm -f pseudofun.d
ln -s /afs/.../CLISP/clisp-2.42/src/pseudofun.d pseudofun.d
rm -f constsym.d
ln -s /afs/.../CLISP/clisp-2.42/src/constsym.d constsym.d
rm -f constobj.d
ln -s /afs/.../CLISP/clisp-2.42/src/constobj.d constobj.d
rm -f unix.d
ln -s /afs/.../CLISP/clisp-2.42/src/unix.d unix.d
rm -f xthread.d
ln -s /afs/.../CLISP/clisp-2.42/src/xthread.d xthread.d
rm -f constpack.d
ln -s /afs/.../CLISP/clisp-2.42/src/constpack.d constpack.d
rm -f avl.d
ln -s /afs/.../CLISP/clisp-2.42/src/avl.d avl.d
rm -f sort.d
ln -s /afs/.../CLISP/clisp-2.42/src/sort.d sort.d
rm -f subrkw.d
ln -s /afs/.../CLISP/clisp-2.42/src/subrkw.d subrkw.d
rm -f bytecode.d
ln -s /afs/.../CLISP/clisp-2.42/src/bytecode.d bytecode.d
rm -f spvw_module.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_module.d spvw_module.d
rm -f spvw_debug.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_debug.d spvw_debug.d
rm -f spvw_alloca.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_alloca.d spvw_alloca.d
rm -f spvw_mmap.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_mmap.d spvw_mmap.d
rm -f spvw_multimap.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_multimap.d spvw_multimap.d
rm -f spvw_singlemap.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_singlemap.d spvw_singlemap.d
rm -f spvw_page.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_page.d spvw_page.d
rm -f spvw_heap.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_heap.d spvw_heap.d
rm -f spvw_global.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_global.d spvw_global.d
rm -f spvw_gcstat.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_gcstat.d spvw_gcstat.d
rm -f spvw_space.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_space.d spvw_space.d
rm -f spvw_mark.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_mark.d spvw_mark.d
rm -f spvw_objsize.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_objsize.d spvw_objsize.d
rm -f spvw_update.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_update.d spvw_update.d
rm -f spvw_fault.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_fault.d spvw_fault.d
rm -f spvw_sigsegv.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_sigsegv.d spvw_sigsegv.d
rm -f spvw_sigcld.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_sigcld.d spvw_sigcld.d
rm -f spvw_sigpipe.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_sigpipe.d spvw_sigpipe.d
rm -f spvw_sigint.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_sigint.d spvw_sigint.d
rm -f spvw_sigwinch.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_sigwinch.d spvw_sigwinch.d
rm -f spvw_sigterm.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_sigterm.d spvw_sigterm.d
rm -f spvw_garcol.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_garcol.d spvw_garcol.d
rm -f spvw_genera1.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_genera1.d spvw_genera1.d
rm -f spvw_gcmark.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_gcmark.d spvw_gcmark.d
rm -f spvw_genera2.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_genera2.d spvw_genera2.d
rm -f spvw_weak.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_weak.d spvw_weak.d
rm -f spvw_genera3.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_genera3.d spvw_genera3.d
rm -f spvw_allocate.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_allocate.d spvw_allocate.d
rm -f spvw_typealloc.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_typealloc.d spvw_typealloc.d
rm -f spvw_circ.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_circ.d spvw_circ.d
rm -f spvw_walk.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_walk.d spvw_walk.d
rm -f spvw_ctype.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_ctype.d spvw_ctype.d
rm -f spvw_language.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_language.d spvw_language.d
rm -f spvw_memfile.d
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_memfile.d spvw_memfile.d
rm -f errunix.d
ln -s /afs/.../CLISP/clisp-2.42/src/errunix.d errunix.d
rm -f aridecl.d
ln -s /afs/.../CLISP/clisp-2.42/src/aridecl.d aridecl.d
rm -f arilev0.d
ln -s /afs/.../CLISP/clisp-2.42/src/arilev0.d arilev0.d
rm -f arilev1.d
ln -s /afs/.../CLISP/clisp-2.42/src/arilev1.d arilev1.d
rm -f intelem.d
ln -s /afs/.../CLISP/clisp-2.42/src/intelem.d intelem.d
rm -f intlog.d
ln -s /afs/.../CLISP/clisp-2.42/src/intlog.d intlog.d
rm -f intplus.d
ln -s /afs/.../CLISP/clisp-2.42/src/intplus.d intplus.d
rm -f intcomp.d
ln -s /afs/.../CLISP/clisp-2.42/src/intcomp.d intcomp.d
rm -f intbyte.d
ln -s /afs/.../CLISP/clisp-2.42/src/intbyte.d intbyte.d
rm -f intmal.d
ln -s /afs/.../CLISP/clisp-2.42/src/intmal.d intmal.d
rm -f intdiv.d
ln -s /afs/.../CLISP/clisp-2.42/src/intdiv.d intdiv.d
rm -f intgcd.d
ln -s /afs/.../CLISP/clisp-2.42/src/intgcd.d intgcd.d
rm -f int2adic.d
ln -s /afs/.../CLISP/clisp-2.42/src/int2adic.d int2adic.d
rm -f intsqrt.d
ln -s /afs/.../CLISP/clisp-2.42/src/intsqrt.d intsqrt.d
rm -f intprint.d
ln -s /afs/.../CLISP/clisp-2.42/src/intprint.d intprint.d
rm -f intread.d
ln -s /afs/.../CLISP/clisp-2.42/src/intread.d intread.d
rm -f intserial.d
ln -s /afs/.../CLISP/clisp-2.42/src/intserial.d intserial.d
rm -f rational.d
ln -s /afs/.../CLISP/clisp-2.42/src/rational.d rational.d
rm -f sfloat.d
ln -s /afs/.../CLISP/clisp-2.42/src/sfloat.d sfloat.d
rm -f ffloat.d
ln -s /afs/.../CLISP/clisp-2.42/src/ffloat.d ffloat.d
rm -f dfloat.d
ln -s /afs/.../CLISP/clisp-2.42/src/dfloat.d dfloat.d
rm -f lfloat.d
ln -s /afs/.../CLISP/clisp-2.42/src/lfloat.d lfloat.d
rm -f flo_konv.d
ln -s /afs/.../CLISP/clisp-2.42/src/flo_konv.d flo_konv.d
rm -f flo_rest.d
ln -s /afs/.../CLISP/clisp-2.42/src/flo_rest.d flo_rest.d
rm -f realelem.d
ln -s /afs/.../CLISP/clisp-2.42/src/realelem.d realelem.d
rm -f realrand.d
ln -s /afs/.../CLISP/clisp-2.42/src/realrand.d realrand.d
rm -f realtran.d
ln -s /afs/.../CLISP/clisp-2.42/src/realtran.d realtran.d
rm -f compelem.d
ln -s /afs/.../CLISP/clisp-2.42/src/compelem.d compelem.d
rm -f comptran.d
ln -s /afs/.../CLISP/clisp-2.42/src/comptran.d comptran.d
rm -f arilev1c.d
ln -s /afs/.../CLISP/clisp-2.42/src/arilev1c.d arilev1c.d
rm -f arilev1e.d
ln -s /afs/.../CLISP/clisp-2.42/src/arilev1e.d arilev1e.d
rm -f arilev1i.d
ln -s /afs/.../CLISP/clisp-2.42/src/arilev1i.d arilev1i.d
rm -f genclisph.d
ln -s /afs/.../CLISP/clisp-2.42/src/genclisph.d genclisph.d
rm -f modules.d
ln -s /afs/.../CLISP/clisp-2.42/src/modules.d modules.d
rm -f noreadline.d
ln -s /afs/.../CLISP/clisp-2.42/src/noreadline.d noreadline.d
rm -f modules.h
ln -s /afs/.../CLISP/clisp-2.42/src/modules.h modules.h
rm -f uni_upcase.c
ln -s /afs/.../CLISP/clisp-2.42/src/uni_upcase.c uni_upcase.c
rm -f uni_downcase.c
ln -s /afs/.../CLISP/clisp-2.42/src/uni_downcase.c uni_downcase.c
rm -f uni_attribute.c
ln -s /afs/.../CLISP/clisp-2.42/src/uni_attribute.c uni_attribute.c
rm -f uniname.c
ln -s /afs/.../CLISP/clisp-2.42/src/uniname.c uniname.c
rm -f nls_ascii.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_ascii.c nls_ascii.c
rm -f nls_iso8859_1.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_1.c nls_iso8859_1.c
rm -f nls_iso8859_2.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_2.c nls_iso8859_2.c
rm -f nls_iso8859_3.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_3.c nls_iso8859_3.c
rm -f nls_iso8859_4.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_4.c nls_iso8859_4.c
rm -f nls_iso8859_5.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_5.c nls_iso8859_5.c
rm -f nls_iso8859_6.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_6.c nls_iso8859_6.c
rm -f nls_iso8859_7.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_7.c nls_iso8859_7.c
rm -f nls_iso8859_8.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_8.c nls_iso8859_8.c
rm -f nls_iso8859_9.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_9.c nls_iso8859_9.c
rm -f nls_iso8859_10.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_10.c nls_iso8859_10.c
rm -f nls_iso8859_13.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_13.c nls_iso8859_13.c
rm -f nls_iso8859_14.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_14.c nls_iso8859_14.c
rm -f nls_iso8859_15.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_15.c nls_iso8859_15.c
rm -f nls_iso8859_16.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_iso8859_16.c nls_iso8859_16.c
rm -f nls_koi8_r.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_koi8_r.c nls_koi8_r.c
rm -f nls_koi8_u.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_koi8_u.c nls_koi8_u.c
rm -f nls_mac_arabic.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_arabic.c nls_mac_arabic.c
rm -f nls_mac_centraleurope.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_centraleurope.c nls_mac_centraleurope.c
rm -f nls_mac_croatian.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_croatian.c nls_mac_croatian.c
rm -f nls_mac_cyrillic.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_cyrillic.c nls_mac_cyrillic.c
rm -f nls_mac_dingbat.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_dingbat.c nls_mac_dingbat.c
rm -f nls_mac_greek.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_greek.c nls_mac_greek.c
rm -f nls_mac_hebrew.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_hebrew.c nls_mac_hebrew.c
rm -f nls_mac_iceland.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_iceland.c nls_mac_iceland.c
rm -f nls_mac_roman.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_roman.c nls_mac_roman.c
rm -f nls_mac_romania.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_romania.c nls_mac_romania.c
rm -f nls_mac_symbol.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_symbol.c nls_mac_symbol.c
rm -f nls_mac_thai.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_thai.c nls_mac_thai.c
rm -f nls_mac_turkish.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_turkish.c nls_mac_turkish.c
rm -f nls_mac_ukraine.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_mac_ukraine.c nls_mac_ukraine.c
rm -f nls_cp437_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp437_ms.c nls_cp437_ms.c
rm -f nls_cp437_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp437_ibm.c nls_cp437_ibm.c
rm -f nls_cp737.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp737.c nls_cp737.c
rm -f nls_cp775.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp775.c nls_cp775.c
rm -f nls_cp850.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp850.c nls_cp850.c
rm -f nls_cp852_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp852_ms.c nls_cp852_ms.c
rm -f nls_cp852_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp852_ibm.c nls_cp852_ibm.c
rm -f nls_cp855.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp855.c nls_cp855.c
rm -f nls_cp857.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp857.c nls_cp857.c
rm -f nls_cp860_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp860_ms.c nls_cp860_ms.c
rm -f nls_cp860_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp860_ibm.c nls_cp860_ibm.c
rm -f nls_cp861_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp861_ms.c nls_cp861_ms.c
rm -f nls_cp861_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp861_ibm.c nls_cp861_ibm.c
rm -f nls_cp862_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp862_ms.c nls_cp862_ms.c
rm -f nls_cp862_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp862_ibm.c nls_cp862_ibm.c
rm -f nls_cp863_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp863_ms.c nls_cp863_ms.c
rm -f nls_cp863_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp863_ibm.c nls_cp863_ibm.c
rm -f nls_cp864_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp864_ms.c nls_cp864_ms.c
rm -f nls_cp864_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp864_ibm.c nls_cp864_ibm.c
rm -f nls_cp865_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp865_ms.c nls_cp865_ms.c
rm -f nls_cp865_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp865_ibm.c nls_cp865_ibm.c
rm -f nls_cp866.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp866.c nls_cp866.c
rm -f nls_cp869_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp869_ms.c nls_cp869_ms.c
rm -f nls_cp869_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp869_ibm.c nls_cp869_ibm.c
rm -f nls_cp874_ms.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp874_ms.c nls_cp874_ms.c
rm -f nls_cp874_ibm.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp874_ibm.c nls_cp874_ibm.c
rm -f nls_cp1250.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1250.c nls_cp1250.c
rm -f nls_cp1251.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1251.c nls_cp1251.c
rm -f nls_cp1252.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1252.c nls_cp1252.c
rm -f nls_cp1253.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1253.c nls_cp1253.c
rm -f nls_cp1254.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1254.c nls_cp1254.c
rm -f nls_cp1256.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1256.c nls_cp1256.c
rm -f nls_cp1257.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_cp1257.c nls_cp1257.c
rm -f nls_hp_roman8.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_hp_roman8.c nls_hp_roman8.c
rm -f nls_nextstep.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_nextstep.c nls_nextstep.c
rm -f nls_jisx0201.c
ln -s /afs/.../CLISP/clisp-2.42/src/nls_jisx0201.c nls_jisx0201.c
rm -f streq.h
ln -s /afs/.../CLISP/clisp-2.42/src/streq.h streq.h
rm -f cjk.h
ln -s /afs/.../CLISP/clisp-2.42/src/cjk.h cjk.h
rm -f uniwidth.h
ln -s /afs/.../CLISP/clisp-2.42/src/uniwidth.h uniwidth.h
rm -f width.c
ln -s /afs/.../CLISP/clisp-2.42/src/width.c width.c
rm -f unitypes.h
ln -s /afs/.../CLISP/clisp-2.42/src/unitypes.h unitypes.h
rm -f uniname.h
ln -s /afs/.../CLISP/clisp-2.42/src/uniname.h uniname.h
rm -f uninames.h
ln -s /afs/.../CLISP/clisp-2.42/src/uninames.h uninames.h
./comment5 spvw.d | ./gctrigger | ./varbrace > spvw.c
./comment5 spvwtabf.d | ./gctrigger | ./varbrace > spvwtabf.c
./comment5 spvwtabs.d | ./gctrigger | ./varbrace > spvwtabs.c
./comment5 spvwtabo.d | ./gctrigger | ./varbrace > spvwtabo.c
./comment5 eval.d | ./gctrigger | ./varbrace > eval.c
./comment5 control.d | ./gctrigger | ./varbrace > control.c
./comment5 encoding.d | ./gctrigger | ./varbrace > encoding.c
./comment5 pathname.d | ./gctrigger | ./varbrace > pathname.c
./comment5 stream.d | ./gctrigger | ./varbrace > stream.c
./comment5 socket.d | ./gctrigger | ./varbrace > socket.c
./comment5 io.d | ./gctrigger | ./varbrace > io.c
./comment5 array.d | ./gctrigger | ./varbrace > array.c
./comment5 hashtabl.d | ./gctrigger | ./varbrace > hashtabl.c
./comment5 list.d | ./gctrigger | ./varbrace > list.c
./comment5 package.d | ./gctrigger | ./varbrace > package.c
./comment5 record.d | ./gctrigger | ./varbrace > record.c
./comment5 weak.d | ./gctrigger | ./varbrace > weak.c
./comment5 sequence.d | ./gctrigger | ./varbrace > sequence.c
./comment5 charstrg.d | ./gctrigger | ./varbrace > charstrg.c
./comment5 debug.d | ./gctrigger | ./varbrace > debug.c
./comment5 error.d | ./gctrigger | ./varbrace > error.c
./comment5 misc.d | ./gctrigger | ./varbrace > misc.c
./comment5 time.d | ./gctrigger | ./varbrace > time.c
./comment5 predtype.d | ./gctrigger | ./varbrace > predtype.c
./comment5 symbol.d | ./gctrigger | ./varbrace > symbol.c
./comment5 lisparit.d | ./gctrigger | ./varbrace > lisparit.c
./comment5 i18n.d | ./gctrigger | ./varbrace > i18n.c
./comment5 foreign.d | ./gctrigger | ./varbrace > foreign.c
./comment5 unixaux.d | ./gctrigger | ./varbrace > unixaux.c
./comment5 built.d | ./gctrigger | ./varbrace > built.c
./comment5 lispbibl.d | sed -e 's/^\(%% .*\)//' | ./gctrigger | ./varbrace > lispbibl.c
./comment5 fsubr.d | ./gctrigger | ./varbrace > fsubr.c
./comment5 subr.d | ./gctrigger | ./varbrace > subr.c
./comment5 pseudofun.d | ./gctrigger | ./varbrace > pseudofun.c
./comment5 constsym.d | ./gctrigger | ./varbrace > constsym.c
./comment5 constobj.d | ./gctrigger | ./varbrace > constobj.c
./comment5 unix.d | ./gctrigger | ./varbrace > unix.c
./comment5 xthread.d | ./gctrigger | ./varbrace > xthread.c
./comment5 constpack.d | ./gctrigger | ./varbrace > constpack.c
./comment5 avl.d | ./gctrigger | ./varbrace > avl.c
./comment5 sort.d | ./gctrigger | ./varbrace > sort.c
./comment5 subrkw.d | ./gctrigger | ./varbrace > subrkw.c
./comment5 bytecode.d | ./gctrigger | ./varbrace > bytecode.c
./comment5 spvw_module.d | ./gctrigger | ./varbrace > spvw_module.c
./comment5 spvw_debug.d | ./gctrigger | ./varbrace > spvw_debug.c
./comment5 spvw_alloca.d | ./gctrigger | ./varbrace > spvw_alloca.c
./comment5 spvw_mmap.d | ./gctrigger | ./varbrace > spvw_mmap.c
./comment5 spvw_multimap.d | ./gctrigger | ./varbrace > spvw_multimap.c
./comment5 spvw_singlemap.d | ./gctrigger | ./varbrace > spvw_singlemap.c
./comment5 spvw_page.d | ./gctrigger | ./varbrace > spvw_page.c
./comment5 spvw_heap.d | ./gctrigger | ./varbrace > spvw_heap.c
./comment5 spvw_global.d | ./gctrigger | ./varbrace > spvw_global.c
./comment5 spvw_gcstat.d | ./gctrigger | ./varbrace > spvw_gcstat.c
./comment5 spvw_space.d | ./gctrigger | ./varbrace > spvw_space.c
./comment5 spvw_mark.d | ./gctrigger | ./varbrace > spvw_mark.c
./comment5 spvw_objsize.d | ./gctrigger | ./varbrace > spvw_objsize.c
./comment5 spvw_update.d | ./gctrigger | ./varbrace > spvw_update.c
./comment5 spvw_fault.d | ./gctrigger | ./varbrace > spvw_fault.c
./comment5 spvw_sigsegv.d | ./gctrigger | ./varbrace > spvw_sigsegv.c
./comment5 spvw_sigcld.d | ./gctrigger | ./varbrace > spvw_sigcld.c
./comment5 spvw_sigpipe.d | ./gctrigger | ./varbrace > spvw_sigpipe.c
./comment5 spvw_sigint.d | ./gctrigger | ./varbrace > spvw_sigint.c
./comment5 spvw_sigwinch.d | ./gctrigger | ./varbrace > spvw_sigwinch.c
./comment5 spvw_sigterm.d | ./gctrigger | ./varbrace > spvw_sigterm.c
./comment5 spvw_garcol.d | ./gctrigger | ./varbrace > spvw_garcol.c
./comment5 spvw_genera1.d | ./gctrigger | ./varbrace > spvw_genera1.c
./comment5 spvw_gcmark.d | ./gctrigger | ./varbrace > spvw_gcmark.c
./comment5 spvw_genera2.d | ./gctrigger | ./varbrace > spvw_genera2.c
./comment5 spvw_weak.d | ./gctrigger | ./varbrace > spvw_weak.c
./comment5 spvw_genera3.d | ./gctrigger | ./varbrace > spvw_genera3.c
./comment5 spvw_allocate.d | ./gctrigger | ./varbrace > spvw_allocate.c
./comment5 spvw_typealloc.d | ./gctrigger | ./varbrace > spvw_typealloc.c
./comment5 spvw_circ.d | ./gctrigger | ./varbrace > spvw_circ.c
./comment5 spvw_walk.d | ./gctrigger | ./varbrace > spvw_walk.c
./comment5 spvw_ctype.d | ./gctrigger | ./varbrace > spvw_ctype.c
./comment5 spvw_language.d | ./gctrigger | ./varbrace > spvw_language.c
./comment5 spvw_memfile.d | ./gctrigger | ./varbrace > spvw_memfile.c
./comment5 errunix.d | ./gctrigger | ./varbrace > errunix.c
./comment5 aridecl.d | ./gctrigger | ./varbrace > aridecl.c
./comment5 arilev0.d | ./gctrigger | ./varbrace > arilev0.c
./comment5 arilev1.d | ./gctrigger | ./varbrace > arilev1.c
./comment5 intelem.d | ./gctrigger | ./varbrace > intelem.c
./comment5 intlog.d | ./gctrigger | ./varbrace > intlog.c
./comment5 intplus.d | ./gctrigger | ./varbrace > intplus.c
./comment5 intcomp.d | ./gctrigger | ./varbrace > intcomp.c
./comment5 intbyte.d | ./gctrigger | ./varbrace > intbyte.c
./comment5 intmal.d | ./gctrigger | ./varbrace > intmal.c
./comment5 intdiv.d | ./gctrigger | ./varbrace > intdiv.c
./comment5 intgcd.d | ./gctrigger | ./varbrace > intgcd.c
./comment5 int2adic.d | ./gctrigger | ./varbrace > int2adic.c
./comment5 intsqrt.d | ./gctrigger | ./varbrace > intsqrt.c
./comment5 intprint.d | ./gctrigger | ./varbrace > intprint.c
./comment5 intread.d | ./gctrigger | ./varbrace > intread.c
./comment5 intserial.d | ./gctrigger | ./varbrace > intserial.c
./comment5 rational.d | ./gctrigger | ./varbrace > rational.c
./comment5 sfloat.d | ./gctrigger | ./varbrace > sfloat.c
./comment5 ffloat.d | ./gctrigger | ./varbrace > ffloat.c
./comment5 dfloat.d | ./gctrigger | ./varbrace > dfloat.c
./comment5 lfloat.d | ./gctrigger | ./varbrace > lfloat.c
./comment5 flo_konv.d | ./gctrigger | ./varbrace > flo_konv.c
./comment5 flo_rest.d | ./gctrigger | ./varbrace > flo_rest.c
./comment5 realelem.d | ./gctrigger | ./varbrace > realelem.c
./comment5 realrand.d | ./gctrigger | ./varbrace > realrand.c
./comment5 realtran.d | ./gctrigger | ./varbrace > realtran.c
./comment5 compelem.d | ./gctrigger | ./varbrace > compelem.c
./comment5 comptran.d | ./gctrigger | ./varbrace > comptran.c
./comment5 arilev1c.d | ./gctrigger | ./varbrace > arilev1c.c
./comment5 arilev1e.d | ./gctrigger | ./varbrace > arilev1e.c
./comment5 arilev1i.d | ./gctrigger | ./varbrace > arilev1i.c
./comment5 genclisph.d | ./gctrigger | ./varbrace > genclisph.c
./comment5 modules.d | ./gctrigger | ./varbrace > modules.c
./comment5 noreadline.d | ./gctrigger | ./varbrace > noreadline.c
./comment5 lispbibl.d | sed -e '/^%% /{s///p;d;}' -e '/^#line /!s/.*//' > gen.lispbibl.c
rm -f spvw_calendar.c
ln -s /afs/.../CLISP/clisp-2.42/src/spvw_calendar.c spvw_calendar.c
builddir="`pwd`"; cd libcharset && make && make install-lib libdir="$builddir" includedir="$builddir"
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/libcharset'
if [ ! -d include ] ; then mkdir include ; fi
cp /afs/.../CLISP/clisp-2.42/libcharset/include/libcharset.h.in include/libcharset.h
if [ ! -d include ] ; then mkdir include ; fi
cp /afs/.../CLISP/clisp-2.42/libcharset/include/localcharset.h.in include/localcharset.h
cd lib && make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/libcharset/lib'
/bin/sh ../libtool --mode=compile gcc -I. -I/afs/.../CLISP/clisp-2.42/libcharset/lib -I.. -I/afs/.../CLISP/clisp-2.42/libcharset/lib/.. -I../include -g -O2  -DLIBDIR=\"/usr/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c /afs/.../CLISP/clisp-2.42/libcharset/lib/localcharset.c
 gcc -I. -I/afs/.../CLISP/clisp-2.42/libcharset/lib -I.. -I/afs/.../CLISP/clisp-2.42/libcharset/lib/.. -I../include -g -O2 -DLIBDIR=\"/usr/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c /afs/.../CLISP/clisp-2.42/libcharset/lib/localcharset.c -o localcharset.o
/bin/sh ../libtool --mode=compile gcc -I. -I/afs/.../CLISP/clisp-2.42/libcharset/lib -I.. -I/afs/.../CLISP/clisp-2.42/libcharset/lib/.. -I../include -g -O2  -DLIBDIR=\"/usr/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c /afs/.../CLISP/clisp-2.42/libcharset/lib/relocatable.c
 gcc -I. -I/afs/.../CLISP/clisp-2.42/libcharset/lib -I.. -I/afs/.../CLISP/clisp-2.42/libcharset/lib/.. -I../include -g -O2 -DLIBDIR=\"/usr/local/lib\" -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libcharset_set_relocation_prefix -Drelocate=libcharset_relocate -DHAVE_CONFIG_H -c /afs/.../CLISP/clisp-2.42/libcharset/lib/relocatable.c -o relocatable.o
/bin/sh ../libtool --mode=link gcc  -o libcharset.la -rpath /usr/local/lib -version-info 1:0:0 -no-undefined localcharset.lo relocatable.lo
mkdir .libs
ar cru .libs/libcharset.a  localcharset.o relocatable.o
ranlib .libs/libcharset.a
creating libcharset.la
(cd .libs && rm -f libcharset.la && ln -s ../libcharset.la libcharset.la)
/bin/sh /afs/.../CLISP/clisp-2.42/libcharset/lib/config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' /afs/.../CLISP/clisp-2.42/libcharset/lib/ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@//g' /afs/.../CLISP/clisp-2.42/libcharset/lib/ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/libcharset/lib'
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/libcharset'
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/libcharset'
cd lib && make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/libcharset/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/libcharset/lib'
cd lib && make install-lib libdir='/afs/.../CLISP/clisp-2.42-bl' includedir='/afs/.../CLISP/clisp-2.42-bl'
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/libcharset/lib'
/bin/sh /afs/.../CLISP/clisp-2.42/libcharset/build-aux/mkinstalldirs /afs/.../CLISP/clisp-2.42-bl
/bin/sh ../libtool --mode=install /usr/bin/install -c -m 644 libcharset.la /afs/.../CLISP/clisp-2.42-bl/libcharset.la
/usr/bin/install -c -m 644 .libs/libcharset.lai /afs/.../CLISP/clisp-2.42-bl/libcharset.la
/usr/bin/install -c -m 644 .libs/libcharset.a /afs/.../CLISP/clisp-2.42-bl/libcharset.a
ranlib /afs/.../CLISP/clisp-2.42-bl/libcharset.a
chmod 644 /afs/.../CLISP/clisp-2.42-bl/libcharset.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
test -f /afs/.../CLISP/clisp-2.42-bl/charset.alias && orig=/afs/.../CLISP/clisp-2.42-bl/charset.alias \
	                                || orig=charset.alias; \
	sed -f ref-add.sed $orig > /afs/.../CLISP/clisp-2.42-bl/t-charset.alias; \
	/usr/bin/install -c -m 644 /afs/.../CLISP/clisp-2.42-bl/t-charset.alias /afs/.../CLISP/clisp-2.42-bl/charset.alias; \
	rm -f /afs/.../CLISP/clisp-2.42-bl/t-charset.alias
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/libcharset/lib'
/bin/sh /afs/.../CLISP/clisp-2.42/libcharset/build-aux/mkinstalldirs /afs/.../CLISP/clisp-2.42-bl
/usr/bin/install -c -m 644 include/libcharset.h /afs/.../CLISP/clisp-2.42-bl/libcharset.h
/usr/bin/install -c -m 644 include/localcharset.h /afs/.../CLISP/clisp-2.42-bl/localcharset.h
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/libcharset'
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c spvw.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c spvwtabf.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c spvwtabs.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c spvwtabo.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c eval.c
eval.d: In function 'funcall_iclosure':
eval.d:2629: warning: value computed is not used
eval.d: In function 'match_subr_key':
eval.d:2733: warning: value computed is not used
eval.d:2733: warning: value computed is not used
eval.d: In function 'match_cclosure_key':
eval.d:2813: warning: value computed is not used
eval.d:2813: warning: value computed is not used
eval.d: In function 'eval_no_hooks':
eval.d:2927: warning: argument 'form' might be clobbered by 'longjmp' or 'vfork'
eval.d: In function 'eval':
eval.d:2870: warning: argument 'form' might be clobbered by 'longjmp' or 'vfork'
eval.d: In function 'funcall_iclosure':
eval.d:2393: warning: argument 'closure' might be clobbered by 'longjmp' or 'vfork'
eval.d:2393: warning: argument 'args_pointer' might be clobbered by 'longjmp' or 'vfork'
eval.d:2394: warning: argument 'argcount' might be clobbered by 'longjmp' or 'vfork'
eval.d: In function 'interpret_bytecode_':
eval.d:5916: warning: variable 'closureptr' might be clobbered by 'longjmp' or 'vfork'
eval.d:5924: warning: variable 'private_SP' might be clobbered by 'longjmp' or 'vfork'
eval.d:5888: warning: argument 'closure' might be clobbered by 'longjmp' or 'vfork'
eval.d:5888: warning: argument 'codeptr' might be clobbered by 'longjmp' or 'vfork'
eval.d: In function 'invoke_handlers':
eval.d:649: warning: variable 'other_ranges' might be clobbered by 'longjmp' or 'vfork'
eval.d:652: warning: variable 'FRAME' might be clobbered by 'longjmp' or 'vfork'
eval.d:664: warning: variable 'i' might be clobbered by 'longjmp' or 'vfork'
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c control.c
control.d: In function 'C_apply':
control.d:303: warning: value computed is not used
control.d: In function 'specdecled_':
control.d:428: warning: value computed is not used
control.d: In function 'C_tagbody':
control.d:1571: warning: variable 'body' might be clobbered by 'longjmp' or 'vfork'
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c encoding.c
encoding.d: In function 'nls_range':
encoding.d:1881: warning: 'i2' may be used uninitialized in this function
encoding.d:1880: warning: 'i1' may be used uninitialized in this function
rm -f execname.c
ln -s /afs/.../CLISP/clisp-2.42/src/execname.c execname.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c pathname.c
pathname.d: In function 'parse_logical_word':
pathname.d:1061: warning: 'ch' may be used uninitialized in this function
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c stream.c
stream.d: In function 'iconv_range':
stream.d:4355: warning: 'i2' may be used uninitialized in this function
stream.d:4354: warning: 'i1' may be used uninitialized in this function
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c socket.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c io.c
io.d: In function 'C_bit_vector_reader':
io.d:3318: warning: 'ch' may be used uninitialized in this function
io.d: In function 'C_vector_reader':
io.d:3379: warning: 'el' may be used uninitialized in this function
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c array.c
array.d: In function 'make_ssstring':
array.d:4040: warning: comparison is always false due to limited range of data type
array.d: In function 'ssstring_extend_low':
array.d:4061: warning: comparison is always false due to limited range of data type
array.d: In function 'ssstring_push_extend':
array.d:4096: warning: comparison is always false due to limited range of data type
array.d: In function 'ssstring_extend':
array.d:4120: warning: comparison is always false due to limited range of data type
array.d:4125: warning: comparison is always false due to limited range of data type
array.d: In function 'make_ssbvector':
array.d:4184: warning: comparison is always false due to limited range of data type
array.d: In function 'ssbvector_push_extend':
array.d:4210: warning: comparison is always false due to limited range of data type
array.d: In function 'test_dims':
array.d:4275: warning: comparison is always true due to limited range of data type
array.d: In function 'C_make_array':
array.d:4614: warning: 'fillpointer' may be used uninitialized in this function
array.d: In function 'C_adjust_array':
array.d:4936: warning: 'fillpointer' may be used uninitialized in this function
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c hashtabl.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c list.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c package.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c record.c
record.d: In function 'slot_in_arglist':
record.d:1578: warning: value computed is not used
record.d: In function 'C_pmake_instance':
record.d:1988: warning: value computed is not used
record.d: In function 'update_instance':
record.d:1367: warning: argument 'obj' might be clobbered by 'longjmp' or 'vfork'
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c weak.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c sequence.c
sequence.d: In function 'C_concatenate':
sequence.d:1240: warning: value computed is not used
sequence.d: In function 'seq_boolop':
sequence.d:1362: warning: value computed is not used
sequence.d: In function 'C_map':
sequence.d:1452: warning: value computed is not used
sequence.d:1489: warning: value computed is not used
sequence.d:1536: warning: value computed is not used
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c charstrg.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c debug.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c error.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c misc.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c time.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c predtype.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c symbol.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c lisparit.c
In file included from lisparit.d:39:
intsqrt.d: In function 'UDS_sqrt_':
intsqrt.d:235: warning: statement with no effect
intsqrt.d:292: warning: statement with no effect
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c i18n.c
builddir="`pwd`"; cd avcall && make && make check && make install-lib libdir="$builddir" includedir="$builddir"
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/avcall'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/avcall'
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/avcall'
./minitests > minitests.out
LC_ALL=C uniq -u < minitests.out > minitests.output.x86_64-unknown-linux-gnu
test '!' -s minitests.output.x86_64-unknown-linux-gnu
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/avcall'
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/avcall'
if [ ! -d /afs/.../CLISP/clisp-2.42-bl ] ; then mkdir /afs/.../CLISP/clisp-2.42-bl ; fi
/bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 libavcall.la /afs/.../CLISP/clisp-2.42-bl/libavcall.la
/usr/bin/install -c -m 644 .libs/libavcall.lai /afs/.../CLISP/clisp-2.42-bl/libavcall.la
/usr/bin/install -c -m 644 .libs/libavcall.a /afs/.../CLISP/clisp-2.42-bl/libavcall.a
chmod 644 /afs/.../CLISP/clisp-2.42-bl/libavcall.a
ranlib /afs/.../CLISP/clisp-2.42-bl/libavcall.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
if [ ! -d /afs/.../CLISP/clisp-2.42-bl ] ; then mkdir /afs/.../CLISP/clisp-2.42-bl ; fi
/usr/bin/install -c -m 644 avcall.h /afs/.../CLISP/clisp-2.42-bl/avcall.h
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/avcall'
builddir="`pwd`"; cd callback && make && make check && make install-lib libdir="$builddir" includedir="$builddir"
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback'
cd vacall_r; make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback'
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback'
cd vacall_r; make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
cd vacall_r; make check
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make check
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
./test1
Works, test1 passed.
./test2
test2 passed.
touch tests.passed.x86_64-unknown-linux-gnu
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
./minitests > minitests.out
LC_ALL=C uniq -u < minitests.out > minitests.output.x86_64-unknown-linux-gnu
test '!' -s minitests.output.x86_64-unknown-linux-gnu
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback'
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback'
cd vacall_r; make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make all
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
cd vacall_r; make install-lib libdir='/afs/.../CLISP/clisp-2.42-bl' includedir='/afs/.../CLISP/clisp-2.42-bl'
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
if [ ! -d /afs/.../CLISP/clisp-2.42-bl ] ; then mkdir /afs/.../CLISP/clisp-2.42-bl ; fi
/usr/bin/install -c -m 644 vacall_r.h /afs/.../CLISP/clisp-2.42-bl/vacall_r.h
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/vacall_r'
cd trampoline_r; make install-lib libdir='/afs/.../CLISP/clisp-2.42-bl' includedir='/afs/.../CLISP/clisp-2.42-bl'
make[2]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
if [ ! -d /afs/.../CLISP/clisp-2.42-bl ] ; then mkdir /afs/.../CLISP/clisp-2.42-bl ; fi
/usr/bin/install -c -m 644 trampoline_r.h /afs/.../CLISP/clisp-2.42-bl/trampoline_r.h
make[2]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback/trampoline_r'
if [ ! -d /afs/.../CLISP/clisp-2.42-bl ] ; then mkdir /afs/.../CLISP/clisp-2.42-bl ; fi
/bin/sh ./libtool --mode=install /usr/bin/install -c -m 644 libcallback.la /afs/.../CLISP/clisp-2.42-bl/libcallback.la
/usr/bin/install -c -m 644 .libs/libcallback.lai /afs/.../CLISP/clisp-2.42-bl/libcallback.la
/usr/bin/install -c -m 644 .libs/libcallback.a /afs/.../CLISP/clisp-2.42-bl/libcallback.a
chmod 644 /afs/.../CLISP/clisp-2.42-bl/libcallback.a
ranlib /afs/.../CLISP/clisp-2.42-bl/libcallback.a
libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
if [ ! -d /afs/.../CLISP/clisp-2.42-bl ] ; then mkdir /afs/.../CLISP/clisp-2.42-bl ; fi
/usr/bin/install -c -m 644 callback.h /afs/.../CLISP/clisp-2.42-bl/callback.h
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/callback'
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c foreign.c
foreign.d: In function 'C_element':
foreign.d:2638: warning: value computed is not used
foreign.d: In function 'do_va_start':
foreign.d:3818: warning: value computed is not used
foreign.d:3818: warning: value computed is not used
foreign.d: In function 'do_va_return':
foreign.d:3977: warning: value computed is not used
foreign.d:3980: warning: value computed is not used
foreign.d:3980: warning: value computed is not used
foreign.d:3982: warning: value computed is not used
foreign.d:3982: warning: value computed is not used
foreign.d:3987: warning: value computed is not used
foreign.d:3987: warning: value computed is not used
foreign.d:3989: warning: value computed is not used
foreign.d:3989: warning: value computed is not used
foreign.d:3993: warning: value computed is not used
foreign.d:3993: warning: value computed is not used
foreign.d:3995: warning: value computed is not used
foreign.d:3995: warning: value computed is not used
foreign.d:3999: warning: value computed is not used
foreign.d:3999: warning: value computed is not used
foreign.d:4001: warning: value computed is not used
foreign.d:4001: warning: value computed is not used
foreign.d:4008: warning: value computed is not used
foreign.d:4008: warning: value computed is not used
foreign.d:4014: warning: value computed is not used
foreign.d:4014: warning: value computed is not used
foreign.d:4023: warning: value computed is not used
foreign.d:4023: warning: value computed is not used
foreign.d:4032: warning: value computed is not used
foreign.d:4032: warning: value computed is not used
foreign.d:4051: warning: value computed is not used
foreign.d:4051: warning: value computed is not used
foreign.d:4053: warning: value computed is not used
foreign.d:4053: warning: value computed is not used
foreign.d:4056: warning: value computed is not used
foreign.d:4056: warning: value computed is not used
foreign.d:4058: warning: value computed is not used
foreign.d:4058: warning: value computed is not used
foreign.d:4068: warning: value computed is not used
foreign.d:4074: warning: value computed is not used
foreign.d:4074: warning: value computed is not used
foreign.d: In function 'C_call_with_foreign_string':
foreign.d:3022: warning: variable 'charsize' might be clobbered by 'longjmp' or 'vfork'
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c unixaux.c
echo '/* generated from Makefile */' > cflags.h.new
echo '#define CC "gcc"' >> cflags.h.new
echo '#define CFLAGS "-g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I."' >> cflags.h.new
echo '#define CPP "gcc -E"' >> cflags.h.new
echo '#define CPPLAGS ""' >> cflags.h.new
echo '#define CLFLAGS "-x none"' >> cflags.h.new
echo '#define LIBS "libcharset.a libavcall.a libcallback.a -lncurses -ldl   -L/afs/.../CLISP/libsigsegv-2.4-bl/lib -lsigsegv -lc"' >> cflags.h.new
echo '#define X_LIBS ""' >> cflags.h.new
if cmp cflags.h.new cflags.h > /dev/null 2>&1; then rm -f cflags.h.new; else mv cflags.h.new cflags.h; fi
touch cflags.h.stamp
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -c built.c
gcc -I/afs/.../CLISP/libsigsegv-2.4-bl/include -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -O -DUNICODE -DDYNAMIC_FFI -I. -DNO_CLISP_H -c modules.c
if test -d locale; then rm -rf locale; fi
mkdir locale
(cd po && make && make install datadir=.. localedir='$(datadir)/locale' INSTALL_DATA='ln') || (rm -rf locale ; exit 1)
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/po'
make[1]: Entering directory `/afs/.../CLISP/clisp-2.42-bl/po'
installing en.gmo as ../locale/en/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/en/LC_MESSAGES/clisp.mo' to `en.gmo': Is a directory
installing clisplow_en.gmo as ../locale/en/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/en/LC_MESSAGES/clisplow.mo' to `clisplow_en.gmo': Is a directory
installing da.gmo as ../locale/da/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/da/LC_MESSAGES/clisp.mo' to `da.gmo': Is a directory
installing clisplow_da.gmo as ../locale/da/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/da/LC_MESSAGES/clisplow.mo' to `clisplow_da.gmo': Is a directory
installing de.gmo as ../locale/de/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/de/LC_MESSAGES/clisp.mo' to `de.gmo': Is a directory
installing clisplow_de.gmo as ../locale/de/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/de/LC_MESSAGES/clisplow.mo' to `clisplow_de.gmo': Is a directory
installing fr.gmo as ../locale/fr/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/fr/LC_MESSAGES/clisp.mo' to `fr.gmo': Is a directory
installing clisplow_fr.gmo as ../locale/fr/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/fr/LC_MESSAGES/clisplow.mo' to `clisplow_fr.gmo': Is a directory
installing es.gmo as ../locale/es/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/es/LC_MESSAGES/clisp.mo' to `es.gmo': Is a directory
installing clisplow_es.gmo as ../locale/es/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/es/LC_MESSAGES/clisplow.mo' to `clisplow_es.gmo': Is a directory
installing nl.gmo as ../locale/nl/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/nl/LC_MESSAGES/clisp.mo' to `nl.gmo': Is a directory
installing clisplow_nl.gmo as ../locale/nl/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/nl/LC_MESSAGES/clisplow.mo' to `clisplow_nl.gmo': Is a directory
installing ru.gmo as ../locale/ru/LC_MESSAGES/clisp.mo
ln: creating hard link `../locale/ru/LC_MESSAGES/clisp.mo' to `ru.gmo': Is a directory
installing clisplow_ru.gmo as ../locale/ru/LC_MESSAGES/clisplow.mo
ln: creating hard link `../locale/ru/LC_MESSAGES/clisplow.mo' to `clisplow_ru.gmo': Is a directory
make[1]: *** [install-data-yes] Error 1
make[1]: Leaving directory `/afs/.../CLISP/clisp-2.42-bl/po'
make: *** [locale] Error 1

$