From owner-freebsd-bugs Wed Jul 25 19:40:41 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from shell16.ba.best.com (shell16.ba.best.com [206.184.139.148]) by hub.freebsd.org (Postfix) with ESMTP id 4A82837B403 for ; Wed, 25 Jul 2001 19:40:36 -0700 (PDT) (envelope-from bjrubble@shell16.ba.best.com) Received: (from bjrubble@localhost) by shell16.ba.best.com (8.9.3/8.9.2/best.sh) id TAA11328; Wed, 25 Jul 2001 19:39:37 -0700 (PDT) Subject: Gnats #26269 To: freebsd-bugs@freebsd.org From: freebsd@dagobah.com Date: Wed, 25 Jul 2001 19:37:52 -0700 (PDT) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I'm not sure where to send this, but I'm getting a very similar problem to the one described in this bug (which was marked closed). Environment: FreeBSD adsl-63-199-6-127.dsl.snfc21.pacbell.net 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon Apr 30 11:27:26 PDT 2001 root@adsl-63-199-6-127.dsl.snfc21.pacbell.net:/usr/obj/usr/src/sys/ACLARK i386 For koffice-2.0.1_2, when I type make, configure barfs while checking Qt with this output: 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") *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message