Date: Wed, 25 Jul 2001 19:37:52 -0700 (PDT) From: freebsd@dagobah.com To: freebsd-bugs@freebsd.org Subject: Gnats #26269 Message-ID: <Pine.BSF.4.21.0107251857430.26985-100000@shell16.ba.best.com>
next in thread | raw e-mail | index | archive | help
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 <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")
*** Error code 1
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" 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.21.0107251857430.26985-100000>
