[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CLISP on Debian
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: CLISP on Debian
- From: Richard Tietjen <rtietjen@kale.connix.com>
- Date: Tue, 21 Jan 1997 23:53:13 -0500 (EST)
- Cc: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- In-reply-to: <Pine.LNX.3.95.970121192148.2765k-100000@tristan.uc3m.es> (message from Ricardo Aler Mur on Tue, 21 Jan 97 20:52:32 +0100)
>>>>> On Tue, 21 Jan 97 20:52:32 +0100, Ricardo Aler Mur <aler@inf.uc3m.es> said:
Ricardo> On Fri, 20 Sep 1996, Richard Tietjen wrote:
Ricardo> [problems with termcap]
Ricardo> I managed to solve the termcap problem (you need to
Ricardo> change -ltermcap by -lncurses in the Makefile. You'll
Ricardo> need to install ncurses-dev from the debian archives
Ricardo> first)
Ricardo> But then, after the (compile-file "src/config") I get:
Ricardo> *** - nonexistent directory: #"/proc/1/[0303]:2/"
Ricardo> 1. Break> where
Ricardo> EVAL frame for form (COMPILE-FILE "src/config") 1. Break>
Ricardo> I'm stuck :(. Any ideas?
I'm not sure of everything I did to get clisp running. I did not
actually compile it, just ran the make recipe to install it. I think
only the following things were needed:
install termcap-compat
symlink some lib files so that
libtermcap.so.2 => /lib/libtermcap.so.2.0.8
libX11.so.6 => /usr/X11R6/lib/libX11.so.6.1
libc.so.5 => /lib/libc.so.5.4.13
are satisfied
Nothing about ncurses, guess that's why you should get termcap-compat.
I'm running Debian 1.2 now and clisp runs fine.
Hope this helps