From owner-freebsd-questions@FreeBSD.ORG Thu Mar 16 16:34:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85BB216A420 for ; Thu, 16 Mar 2006 16:34:32 +0000 (UTC) (envelope-from john@goodleaf.net) Received: from goodleaf.net (clyde.goodleaf.net [64.95.191.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A6443D4C for ; Thu, 16 Mar 2006 16:34:31 +0000 (GMT) (envelope-from john@goodleaf.net) Received: by goodleaf.net (Postfix, from userid 1701) id D9C5052F8; Thu, 16 Mar 2006 08:34:40 -0800 (PST) X-Spam-Level: X-Spam-Status: No, score=-4.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on clyde.goodleaf.net Received: from www.goodleaf.net (localhost.goodleaf.net [127.0.0.1]) by goodleaf.net (Postfix) with ESMTP id 793C452CE for ; Thu, 16 Mar 2006 08:34:40 -0800 (PST) Received: from 66.89.131.50 (SquirrelMail authenticated user goodleaf) by www.goodleaf.net with HTTP; Thu, 16 Mar 2006 08:34:40 -0800 (PST) Message-ID: <43902.66.89.131.50.1142526880.squirrel@www.goodleaf.net> Date: Thu, 16 Mar 2006 08:34:40 -0800 (PST) From: "John Goodleaf" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: pthread_cleanup_pop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 16:34:32 -0000 I have a 6-Release system, recently upgraded (cvsup) to 6-STABLE -- 6.1--PRERELEASE. I've been trying to build eric and spe (they're python IDEs) which rely on different graphics toolkits. Both, however, fail in a similar way. SPE installs, but won't start. I get an 'Undefined Symbol pthread_cleanup_pop" while trying to import libwx_base-2.6.so.0. Eric won't even install from ports. I get the same undefined symbol error, this time in libqt-mt.so.3. I've rebuilt wx, qt and a few other libraries, but it hasn't helped so far. Any idea how to fix this? Thank, John