Hello!
>>
>> But... what does it mean:
>>
>> WARNING:
>> DEFUN/DEFMACRO(LAMBDA): #<PACKAGE COMMON-LISP> is locked
>> Ignore the lock and proceed
>> WARNING:
>> DEFUN/DEFMACRO(FUNCALL): #<PACKAGE COMMON-LISP> is locked
>> Ignore the lock and proceed
> this is fine during "make check" (which is done implicitly during
> "./configure --build")
>> *** -
> this is a start of an error message
> 1. what is your language setup? (LANG=? &c)
> $ clisp -x '*current-language*'
ENGLISH
> 2. can CLISP display your characters on your terminal?
> $ clisp -x '(error)'
It can
> 3. try "clisp -L english".
same result
>> .. here my system loaded awfully
> run under gdb and try C-c.
[root@... cl-support]# gdb /usr/bin/clisp
GNU gdb 4.17.0.11 with Linux support
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
(gdb) run
Starting program: /usr/bin/clisp
Program received signal SIGTRAP, Trace/breakpoint trap.
0x40001690 in _start () at rtld.c:138
rtld.c:138: No such file or directory.
(gdb)
-----
[root@... cl-support]# gdb /usr/local/clisp/2.30/lib/clisp/base/lisp.run
GNU gdb 4.17.0.11 with Linux support
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.
(gdb) run -M /usr/local/clisp/2.30/lib/clisp/base/lispinit.mem
Starting program: /usr/local/clisp/2.30/lib/clisp/base/lisp.run -M /usr/local/clisp/2.30/lib/clisp/base/lispinit.mem
Error while reading shared library symbols:
: No such file or directory.
Segmentation fault (core dumped)
|