Skip site navigation (1)Skip section navigation (2)
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

--+HP7ph2BbKc20aGI
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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.
>=20
> There is no problems with that, libtermcap installed via symlink. Your=20
> 'libraries' patch just should be smarter to handle them, it not means tha=
t=20
> you need to change what is not broken to make it plain incorrect. I agree=
=20
> with bde, it is implementation details. Applications build should not be =
=20
> affected, if libraries changed under same name (like real small termcap=
=20
> installed).
>=20
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=3D  -ltermcap -lcompat

# ldd /usr/games/hide/hack
/usr/games/hide/hack:
        libncurses.so.5 =3D> /usr/lib/libncurses.so.5 (0x2808a000)
        libc.so.4 =3D> /usr/lib/libc.so.4 (0x280cc000)


Cheers,
--=20
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

--+HP7ph2BbKc20aGI
Content-Type: application/pgp-signature
Content-Disposition: inline

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

--+HP7ph2BbKc20aGI--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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