Skip site navigation (1)Skip section navigation (2)
Date:      02 Mar 2001 13:03:41 +0100
From:      Dag-Erling Smorgrav <des@ofug.org>
To:        Michael Reifenberger <root@nihil.plaut.de>
Cc:        FreeBSD-Ports <freebsd-ports@FreeBSD.ORG>, <will@FreeBSD.ORG>
Subject:   Re: compiling of kde fails
Message-ID:  <xzpbsrknzs2.fsf@flood.ping.uio.no>
In-Reply-To: Michael Reifenberger's message of "Fri, 2 Mar 2001 09:48:45 %2B0100 (CET)"
References:  <Pine.BSF.4.31.0103020941200.91494-100000@nihil>

next in thread | previous in thread | raw e-mail | index | archive | help
Michael Reifenberger <root@nihil.plaut.de> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpbsrknzs2.fsf>