From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 18:46:51 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 A125016A4CE; Fri, 6 Feb 2004 18:46:51 -0800 (PST) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A0B943D2F; Fri, 6 Feb 2004 18:46:50 -0800 (PST) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 097E972DBF; Fri, 6 Feb 2004 18:46:50 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 03D5772DB5; Fri, 6 Feb 2004 18:46:50 -0800 (PST) Date: Fri, 6 Feb 2004 18:46:49 -0800 (PST) From: Doug White To: Alex Dupre In-Reply-To: <40219006.2090602@FreeBSD.org> Message-ID: <20040206184523.X20313@carver.gumbysoft.com> References: <4021858D.2020503@FreeBSD.org> <1075940345.39782.3.camel@shumai.marcuscom.com> <40219006.2090602@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Daniel Eischen cc: freebsd-current@FreeBSD.org cc: freebsd-ports@FreeBSD.org cc: fjoe@FreeBSD.org Subject: Re: wxgtk build error libpthred related 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: Sat, 07 Feb 2004 02:46:51 -0000 On Thu, 5 Feb 2004, Alex Dupre wrote: > Joe Marcus Clarke wrote: > > > The last time we saw this it was because the resulting binary had both > > libc_r and libpthread linked into it. > > Yes, it is...I'll try to figure out why and where the libc_r library is > linked. Thanks. Its probably coming from X, but the methodology is sound -- recurse through the library dependencies for the offending program until you hit the offender, rebuild it, then build upwards. portupgrade is handy for automating this. I had to do this with kde32. Took me about two days to figure it out :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org