From owner-freebsd-ports Thu Feb 8 14:43:16 2001 Delivered-To: freebsd-ports@freebsd.org Received: from katrien.skystream.nl (katrien.skystream.nl [195.7.130.55]) by hub.freebsd.org (Postfix) with ESMTP id 567D837B699 for ; Thu, 8 Feb 2001 14:42:59 -0800 (PST) Received: from dyn.dailup.c227129201.isd.to (dyn.dailup.c227129201.isd.to [213.227.129.201]) by katrien.skystream.nl (8.11.1/8.11.0) with ESMTP id f18Mefq29948 for ; Thu, 8 Feb 2001 23:40:41 +0100 Received: (qmail 60651 invoked by uid 1000); 8 Feb 2001 23:44:37 -0000 From: "Andre Goeree" Date: Thu, 8 Feb 2001 23:44:37 +0000 To: freebsd-ports@freebsd.org Subject: glclock broken? pthread Message-ID: <20010208234437.A59433@mandark.attica.home> Reply-To: abgoeree@uwnet.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: abgoeree@uwnet.nl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, My attempt to build x11-clocks/glclock ended with the following error: /usr/X11R6/lib/libGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libGL.so: undefined reference to `pthread_setspecific' *** Error code 1 Stop in /usr/local/ports/x11-clocks/glclock/work/glclock-5.0. *** Error code 1 just fixed a similar error with xscreensaver;) The trick of adding "CONFIGURE_ENV= LDFLAGS=-pthread" to the Makefile didn't work here. What should i try next? (XFree86-4.0.2_5 Mesa-3.2.1_1) -- Andre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message