From owner-freebsd-current@FreeBSD.ORG Wed Mar 31 22:17:55 2004 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 780AA16A4CE; Wed, 31 Mar 2004 22:17:55 -0800 (PST) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DDA043D3F; Wed, 31 Mar 2004 22:17:55 -0800 (PST) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.10/8.12.1) with ESMTP id i316Hetf001866; Thu, 1 Apr 2004 01:17:41 -0500 (EST) Date: Thu, 1 Apr 2004 01:17:40 -0500 (EST) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Oliver Eikemeier In-Reply-To: <406B697E.6080309@fillmore-labs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "Jacques A. Vidrine" cc: freebsd-current@FreeBSD.org cc: Sean McNeil Subject: Re: nss_ldap broken 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, 01 Apr 2004 06:17:55 -0000 On Thu, 1 Apr 2004, Oliver Eikemeier wrote: > Daniel Eischen wrote: > > > Too bad these shared libraries can't be made to use > > the libgcc trick, so they can still be thread-safe > > but not depend on a threads library. > > Sorry to ask stpid questions, but what is `the libgcc > trick' here? See one of my previous posts to this thread WRT #pragma weak. Another option pointed out, is just to make sure libc has all the necessary hooks (I think it does) and don't link shared libraries to libpthread. -- Dan Eischen