From owner-p4-projects@FreeBSD.ORG Fri Jul 14 14:32:48 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2267F16A4E0; Fri, 14 Jul 2006 14:32:48 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFB1916A4DD; Fri, 14 Jul 2006 14:32:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 712EF43D45; Fri, 14 Jul 2006 14:32:47 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.4/8.13.4) with ESMTP id k6EEWh9e006267; Fri, 14 Jul 2006 10:32:45 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: John Birrell Date: Fri, 14 Jul 2006 09:59:56 -0400 User-Agent: KMail/1.9.1 References: <200607140506.k6E56odA034076@repoman.freebsd.org> In-Reply-To: <200607140506.k6E56odA034076@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607140959.56995.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Fri, 14 Jul 2006 10:32:46 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1599/Fri Jul 14 01:35:31 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Perforce Change Reviews Subject: Re: PERFORCE change 101512 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 14:32:48 -0000 On Friday 14 July 2006 01:06, John Birrell wrote: > http://perforce.freebsd.org/chv.cgi?CH=101512 > > Change 101512 by jb@jb_freebsd2 on 2006/07/14 05:06:23 > > Use the proper way to tell gcc to link threaded. > > Note that there isn't a _single_ place in the FreeBSD source tree > where threaded programs are built properly. No wonder that the > ports people often get it wrong too! That's because the proper way currently defined in is "-lpthread" rather than "-pthread" :-P -- John Baldwin