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

CLISP on Debian



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