From owner-freebsd-stable@FreeBSD.ORG Thu Sep 9 13:48:59 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD27A16A4CE for ; Thu, 9 Sep 2004 13:48:59 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6420443D60 for ; Thu, 9 Sep 2004 13:48:59 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so44147rnl for ; Thu, 09 Sep 2004 06:48:58 -0700 (PDT) Received: by 10.38.73.78 with SMTP id v78mr339350rna; Thu, 09 Sep 2004 06:48:58 -0700 (PDT) Received: by 10.38.75.60 with HTTP; Thu, 9 Sep 2004 06:48:58 -0700 (PDT) Message-ID: <790a9fff040909064828135537@mail.gmail.com> Date: Thu, 9 Sep 2004 08:48:58 -0500 From: Scot Hetzel To: tomasv@megalogika.lt In-Reply-To: <20040909104025.GA25978@megalogika.lt> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <20040908201219.GA24898@orakel.ntnu.no> <20040908214003.L29260@sotec.home> <20040909104025.GA25978@megalogika.lt> cc: freebsd-stable@freebsd.org Subject: Re: libpthread in 5.3-BETA3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Scot Hetzel List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 13:48:59 -0000 On Thu, 9 Sep 2004 13:40:25 +0300, Tomas Verbaitis w= rote: > ahoj! >=20 > On Wed, Sep 08, 2004 at 09:46:19PM -0700, Mikko Ty=F6l=E4j=E4rvi wrote: > > >I commented out the check for '!__threaded' and everything seems to wo= rk > > >fine. > > >I using FreeBSD 5.3-BETA3 (cvsup'ed yesterday). > > That is most likely not a safe solution. The quick workaround is to > > use libmap.conf(5) to map all threads libs to one (libpthread). >=20 > could you, please, list all thread libs? i felt quite lost trying to do > that a couple days ago.. :) >=20 The thread libs are: libc_r libthr libpthread (aka libkse) Scot