From owner-freebsd-ports Fri Mar 2 4: 3:50 2001 Delivered-To: freebsd-ports@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 388BE37B71D; Fri, 2 Mar 2001 04:03:45 -0800 (PST) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id NAA84690; Fri, 2 Mar 2001 13:03:42 +0100 (CET) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Michael Reifenberger Cc: FreeBSD-Ports , Subject: Re: compiling of kde fails References: From: Dag-Erling Smorgrav Date: 02 Mar 2001 13:03:41 +0100 In-Reply-To: Michael Reifenberger's message of "Fri, 2 Mar 2001 09:48:45 +0100 (CET)" Message-ID: Lines: 31 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Michael Reifenberger writes: > Now I get during every linkage against libGL the following error: > ... > /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_getspecific' > /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_key_create' > /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_setspecific' Workaround: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-toolkits/qt22/Makefile,v retrieving revision 1.75 diff -u -r1.75 Makefile --- Makefile 2001/02/22 14:15:37 1.75 +++ Makefile 2001/03/02 12:01:22 @@ -25,7 +25,7 @@ USE_NEWGCC= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ - -system-libmng -thread \ + -system-libmng -no-opengl \ -I${LOCALBASE}/include -L${LOCALBASE}/lib CONFIGURE_ENV= ${YES} yes | QTDIR=${WRKSRC} .if defined(MAKE_JOBS) (apply with patch -l) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message