From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 07:00:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D4B916A4CE for ; Sat, 17 Jul 2004 07:00:07 +0000 (GMT) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DCEE43D41 for ; Sat, 17 Jul 2004 07:00:07 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (adsl-64-169-107-19.dsl.lsan03.pacbell.net [64.169.107.19]) i6H7040W032664; Sat, 17 Jul 2004 03:00:05 -0400 Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B2A99533FA; Sat, 17 Jul 2004 00:00:04 -0700 (PDT) Date: Sat, 17 Jul 2004 00:00:04 -0700 From: Kris Kennaway To: aaron Message-ID: <20040717070004.GA30742@xor.obsecurity.org> References: <40F81E33.2020104@snaphat.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <40F81E33.2020104@snaphat.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: pthread X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 07:00:07 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 16, 2004 at 02:28:03PM -0400, aaron wrote: > If I compile a program with -pthread should the program show links to=20 > both libc and libc_r in the output of ldd? In 5.x shows link for both.=20 > In 4.x only shows a link for libc_r. That's correct. In 4.x libc_r is a replacement for libc, in 5.x it is an adjunct that only provides the pthread interface. Kris --zhXaljGHf11kAtnf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA+M5zWry0BWjoQKURAonsAJ9OIndYyyghfAWG69L3VK9SBrTBKgCg4ly3 gjcEFWqq0VEJBrJOb4OPQzo= =EL/0 -----END PGP SIGNATURE----- --zhXaljGHf11kAtnf--