[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CLISP on Debian
- To: marcus@sysc.pdx.edu, clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: CLISP on Debian
- From: Richard Tietjen <rtietjen@kale.connix.com>
- Date: Wed, 18 Sep 96 22:27 EDT
- In-reply-to: <199609180229.TAA02533@sayre.sysc.pdx.edu>
- References: <199609172308.QAA01426@sayre.sysc.pdx.edu> <m0v3BtC-0000TuC@kale.connix.com> <199609180229.TAA02533@sayre.sysc.pdx.edu>
I've downloaded clisp from ftp.stat.ucla.edu for Linux ELF. I'm using
the 1.1 Debian Linux distribution. When I run make according the
instructions in the README, ld announces
ld: cannot open -ltermcap: no such file or directory
Marcus Daniels suggested the following:
>>>>> On Tue, 17 Sep 1996 19:29:54 -0700, Marcus Daniels <marcus@sysc.pdx.edu> said:
Marcus> ftp.debian.org
Marcus> /pub/debian/unstable/binary-i386/misc/termcap-compat_1.0.0-2.deb
Marcus> If you still get a complaint about -lX11, try deleting it,
Marcus> if that doesn't work, and you have X11R6 installed, add
Marcus> -L/usr/X11R6/lib before -lX11 wherever it occurs in the
Marcus> makefile. Otherwise, you'd need to rebuild from source.
I'm submitting my followup to the list as well as to Marcus.
I obtained termcap-compat, installed it, and ran make to no avail. LD
announces the same error as before. termcap-compat added
/lib/libtermcap.so.2 to my system, but ld is seeking libtermcap.a,
right? My understanding of Unix/Linux C and libraries etc. and their
dependancies is nil. Is there something simple I need to do?
Thanks.