From owner-freebsd-ports Sat Jan 6 17:30:31 2001 From owner-freebsd-ports@FreeBSD.ORG Sat Jan 6 17:30:14 2001 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mail.eastlink.ca (syd.eastlink.ca [24.222.47.133]) by hub.freebsd.org (Postfix) with ESMTP id 11CAB37B400 for ; Sat, 6 Jan 2001 17:30:13 -0800 (PST) Received: from u56n134.syd.eastlink.ca (dest@u56n134.syd.eastlink.ca [24.222.56.134] (may be forged)) by mail.eastlink.ca (8.9.3/8.9.3) with ESMTP id VAA04453; Sat, 6 Jan 2001 21:30:04 -0400 Date: Sat, 6 Jan 2001 21:30:12 -0400 (AST) From: Craig Hawco X-X-Sender: To: Glenn Johnson Cc: Subject: Re: building KDE 2.0.1 with XFree86-4.0.2 In-Reply-To: <20010106185134.A14677@gforce.homelan.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I got the same error, and I reported it to the maintainer. It appears that the configure doesn't compile the test against libc_r, should be relatively simple to fix. --Craig On Sat, 6 Jan 2001, Glenn Johnson wrote: > Can someone clue me in on how to get the KDE 2.0.1 port to build with > XFree86-4.0.2 installed. I get the following error: > > conftest.C: In function `int main()': > conftest.C:20: warning: unused variable `int magnolia' > conftest.C:15: warning: unused variable `class QStringList * t' > /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' > configure: failed program was: > #include "confdefs.h" > #include > #include > #include > #include > #include > #include > #include > #include > #if ! (QT_VERSION >= 221) > #error 1 > #endif > > int main() { > QStringList *t = new QStringList(); > QIconView iv(0); > iv.setWordWrapIconText(false); > QString s; > s.setLatin1("Elvis is alive", 14); > int magnolia = QEvent::Speech; /* new in 2.2 beta2 */ > return 0; > } > (end of "config.log") > > -- > Glenn Johnson > glennpj@charter.net > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message