From owner-freebsd-current@FreeBSD.ORG Thu May 29 16:28:28 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E53137B401 for ; Thu, 29 May 2003 16:28:28 -0700 (PDT) Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A69843F93 for ; Thu, 29 May 2003 16:28:27 -0700 (PDT) (envelope-from jtanis@mindspring.com) Received: from user-1120it0.dsl.mindspring.com ([66.32.75.160] helo=amdbox.horizon2.net) by smtp10.atl.mindspring.net with smtp (Exim 3.33 #1) id 19LWos-0004fS-00 for freebsd-current@freebsd.org; Thu, 29 May 2003 19:28:26 -0400 Date: Thu, 29 May 2003 18:28:26 -0400 From: James Tanis To: freebsd-current@freebsd.org Message-Id: <20030529182826.2ac11f23.jtanis@mindspring.com> In-Reply-To: References: <20030529212252.GA922@basement.kutulu.org> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Libthr stable enough for testing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2003 23:28:28 -0000 On Thu, 29 May 2003 17:39:18 -0400 (EDT) John Baldwin wrote: > > It has been committed. Build rtld with WITH_LIBMAP defined and then > setup a libmap.conf. > > -- Alright, I compiled and installed libthr, built rtld WITH_LIBMAP, and created the libmap.conf. I am using the example from the man page to have all programs use the libthr library. As far as I can tell my system is running perfectly fine, but there's nothing particularly special about my setup. Is there a way to find out for sure that the programs are now using libthr? As far as I can tell they should be, but I'd like to have a definitive answer. TTYL, James --