From owner-freebsd-amd64@FreeBSD.ORG Wed May 9 15:15:18 2007 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B401F16A406 for ; Wed, 9 May 2007 15:15:18 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from batman.home4u.ch (batman1.home4u.ch [217.8.211.226]) by mx1.freebsd.org (Postfix) with ESMTP id 49E4313C45B for ; Wed, 9 May 2007 15:15:17 +0000 (UTC) (envelope-from fabian@wenks.ch) Received: from [IPv6:2002:3e02:55b4:2:20a:95ff:fe8f:6586] (flashback.wenks.ch [IPv6:2002:3e02:55b4:2:20a:95ff:fe8f:6586]) (authenticated bits=0) by batman.home4u.ch (8.13.1/8.13.1) with ESMTP id l49FFBAw061668 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 9 May 2007 17:15:12 +0200 (CEST) (envelope-from fabian@wenks.ch) Message-ID: <4641E57A.9010600@wenks.ch> Date: Wed, 09 May 2007 17:15:06 +0200 From: Fabian Wenk User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: freebsd-amd64@freebsd.org References: <200705080059.l480xiNq003291@serene.no-ip.org> In-Reply-To: <200705080059.l480xiNq003291@serene.no-ip.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: Subject: Re: amd64/112509: amd64: WITHOUT_LIBPTHREAD=true installs 32-bit libthr X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2007 15:15:18 -0000 Hello Conrad Conrad J. Sabatier wrote: >>Number: 112509 >>Category: amd64 >>Synopsis: amd64: WITHOUT_LIBPTHREAD=true installs 32-bit libthr >>Description: > Setting WITHOUT_LIBPTHREAD=true in /etc/src.conf while > building world with 32-bit libs enabled causes the 32-bit > version of libthr.so.2 to be installed under /lib (!) I'm not familiar with FreeBSD 7.x, but should this not be an option in /etc/make.conf? According to the manpage of make.conf(5) on my FreeBSD/amd64 6.2-RELEASE it could probably be this: NO_LIBPTHREAD (bool) Set to not build the libpthread (M:N threading) library. bye Fabian