Date: Fri, 12 Apr 2002 17:25:53 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: "Andrey A. Chernov" <ache@nagual.pp.ru>, Bruce Evans <bde@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/gnu/lib/libreadline/readline Makefile Message-ID: <20020412142553.GA45365@sunbay.com> In-Reply-To: <20020412115414.GC1551@nagual.pp.ru> References: <200204091302.g39D2QV05151@freefall.freebsd.org> <20020412113309.GA1551@nagual.pp.ru> <20020412114540.GB27751@sunbay.com> <20020412115414.GC1551@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Fri, Apr 12, 2002 at 03:54:15PM +0400, Andrey A. Chernov wrote:
> On Fri, Apr 12, 2002 at 14:45:40 +0300, Ruslan Ermilov wrote:
> > No thanks. I'm currently working on a `libraries' patch that
> > automates building of dependencies between libraries, and we
> > don't have a real termcap library.
>
> There is no problems with that, libtermcap installed via symlink. Your
> 'libraries' patch just should be smarter to handle them, it not means that
> you need to change what is not broken to make it plain incorrect. I agree
> with bde, it is implementation details. Applications build should not be
> affected, if libraries changed under same name (like real small termcap
> installed).
>
This argument doesn't count because despite the fact that -ltermcap is
specified in Makefile, linker records the shared library's internal name
in binaries, i.e. it looks inside /usr/lib/libtermcap.so (which resolves
to /usr/lib/libncurses.so):
# grep LDADD /usr/src/games/hack/Makefile
LDADD= -ltermcap -lcompat
# ldd /usr/games/hide/hack
/usr/games/hide/hack:
libncurses.so.5 => /usr/lib/libncurses.so.5 (0x2808a000)
libc.so.4 => /usr/lib/libc.so.4 (0x280cc000)
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
ru@sunbay.com Sunbay Software AG,
ru@FreeBSD.org FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org
iD8DBQE8tu5xUkv4P6juNwoRAq7FAJ9UCOSSX3UrIv5+pclvz0lnP6Y6tQCfYz9e
TO/FUAZmSx/WoyTKb/WOuKg=
=VuDB
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020412142553.GA45365>
