Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 1997 12:00:52 +0100 (CET)
From:      frf <frf@tesco-stores.cz>
To:        freebsd-current@freebsd.org
Subject:   Which libtermcap is current?
Message-ID:  <199712101100.MAA05905@crux.tesco-stores.cz>

next in thread | raw e-mail | index | archive | help
I'm having a problem with buildworld.
It seems usr.bin/top wants to depend on libtermcap.so.3.0. A quick
look at the makefile for libtermcap includes a hack to work around
this dependency. 

===> usr.bin/top
make: don't know how to make /usr/obj/usr/src/tmp/usr/lib/libtermcap.so.3.0. Stop
*** Error code 2

$ less /usr/src/lib/libtermcap/Makefile
# This is a hack.. Work around a major number bump that should have been
# done differently.  Back out this delta when it's time to go to 3.0 for real.
.if !defined(NOPIC)
LINKS+= ${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
        /usr/lib/compat/libtermcap.so.3.0
LINKS+= ${SHLIBDIR}/libtermcap.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
        /usr/lib/compat/libtermlib.so.3.0
.endif


Anyone else seen this behavior?

-- frf at xocolatl dot com                     frf at tesco dash stores dot cz

 Fortune's Office Door Sign of the Week:
 
 	Incorrigible punster -- Do not incorrige.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712101100.MAA05905>