From owner-cvs-all Sun Jan 26 14:31:38 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC4A737B401; Sun, 26 Jan 2003 14:31:37 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A14D43E4A; Sun, 26 Jan 2003 14:31:37 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.6/8.12.2) with ESMTP id h0QMVZIx054497; Sun, 26 Jan 2003 14:31:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.6/8.12.6/Submit) id h0QMUK3u053216; Sun, 26 Jan 2003 14:30:20 -0800 (PST) Date: Sun, 26 Jan 2003 14:30:20 -0800 From: "David O'Brien" To: John Baldwin Cc: Max Khon , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, joseph Subject: Re: Compiling libc and libc_r broken with new compiler code gene Message-ID: <20030126223020.GF23132@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mail-Followup-To: David O'Brien , John Baldwin , Max Khon , cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, joseph References: <20030124020731.B4730@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jan 24, 2003 at 12:54:41PM -0500, John Baldwin wrote: > > you should use -lc_r in 5.x to link pthreads in > > (or -lpthread when it will be ready, notice an 'l' after '-') > > -pthread (which should be used in 4.x and earlier to link pthreads in) > > is a no-op in 5.x afaik > > -pthread still works in 5.x. It basically means -lc_r on 5.x. If anyone has alternate views on how -pthread works in 5.x, please say. I just follow the direction of the wind on this particular topic. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message