From owner-freebsd-threads@FreeBSD.ORG Sat Sep 20 04:54:24 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0999216A4B3 for ; Sat, 20 Sep 2003 04:54:24 -0700 (PDT) Received: from thuis.piwebs.com (217-19-20-186.dsl.cambrium.nl [217.19.20.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EDC343FF5 for ; Sat, 20 Sep 2003 04:54:20 -0700 (PDT) (envelope-from avleeuwen@piwebs.com) Received: (qmail 31385 invoked by uid 85); 20 Sep 2003 11:54:26 -0000 Received: from avleeuwen@piwebs.com by thuis.piwebs.com by uid 82 with qmail-scanner-1.20rc1 (uvscan: v4.2.40/v4288. Clear:RC:1:. Processed in 0.101908 secs); 20 Sep 2003 11:54:26 -0000 Received: from unknown (HELO 192.168.0.109) (192.168.0.109) by 0 with SMTP; 20 Sep 2003 11:54:25 -0000 From: Arjan van Leeuwen To: threads@freebsd.org Date: Sat, 20 Sep 2003 13:54:18 +0200 User-Agent: KMail/1.5.3 References: <200309201256.16926.avleeuwen@piwebs.com> In-Reply-To: <200309201256.16926.avleeuwen@piwebs.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309201354.18392.avleeuwen@piwebs.com> cc: kde@freebsd.org Subject: Re: [kde-freebsd] Compiling arts in -CURRENT without -pthread X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 11:54:24 -0000 On Saturday 20 September 2003 12:56, Arjan van Leeuwen wrote: > Hi, > > I'm trying to compile arts (audio/arts) in -CURRENT. I replaced -lpthread > with ${PTHREAD_LIBS} in the ports' configure script. This makes it > recognize -lc_r correctly, and it also uses that when building the port. > > However, after some time, the port will fail with these error messages: > (...) > > How can all these pthread_* functions be undefined when it is linking > against -lc_r? I just discovered that it works without any errors when using -lkse instead of -lc_r. Aren't these two libraries supposed to be compatible? Arjan