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

Re: CLISP on Debian



>>>>> 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