[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CLISP on Debian
- To: Richard Tietjen <rtietjen@kale.connix.com>
- Subject: CLISP on Debian
- From: Marcus Daniels <marcus@sysc.pdx.edu>
- Date: Wed, 18 Sep 1996 20:31:15 -0700
- Cc: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- In-reply-to: <m0v3Yq6-0000TuC@kale.connix.com>
- References: <199609172308.QAA01426@sayre.sysc.pdx.edu> <m0v3BtC-0000TuC@kale.connix.com> <199609180229.TAA02533@sayre.sysc.pdx.edu> <m0v3Yq6-0000TuC@kale.connix.com>
- Reply-to: marcus@sysc.pdx.edu
>>>>> "RT" == Richard Tietjen <rtietjen@kale.connix.com> writes:
RT> I obtained termcap-compat, installed it, and ran make to no avail.
RT> LD announces the same error as before. termcap-compat added
RT> /lib/libtermcap.so.2 to my system, but ld is seeking libtermcap.a,
RT> right? My understanding of Unix/Linux C and libraries etc. and
RT> their dependancies is nil. Is there something simple I need to
RT> do?
I've noticed that Debian library packages may not set the `developer'
symlink. In /lib, try "ln -s libtermcap.so.2 libtermcap.so", and
see if that corrects the problem.