Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 21:30:12 -0400 (AST)
From:      Craig Hawco <dest@syd.eastlink.ca>
To:        Glenn Johnson <glennpj@charter.net>
Cc:        <ports@FreeBSD.ORG>
Subject:   Re: building KDE 2.0.1 with XFree86-4.0.2
Message-ID:  <Pine.BSF.4.31.0101062129250.6355-100000@process.dhs.org>
In-Reply-To: <20010106185134.A14677@gforce.homelan.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <qglobal.h>
> #include <qapplication.h>
> #include <qapp.h>
> #include <qobjcoll.h>
> #include <qevent.h>
> #include <qstring.h>
> #include <qstyle.h>
> #include <qiconview.h>
> #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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0101062129250.6355-100000>