From owner-freebsd-ports Mon Jan 8 7:45:39 2001 Delivered-To: freebsd-ports@freebsd.org Received: from thelab.hub.org (SHW2-220.accesscable.net [24.71.145.220]) by hub.freebsd.org (Postfix) with ESMTP id 359B937B69B; Mon, 8 Jan 2001 07:45:12 -0800 (PST) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.11.1/8.11.1) with ESMTP id f08FhqL21557; Mon, 8 Jan 2001 11:43:52 -0400 (AST) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Mon, 8 Jan 2001 11:43:52 -0400 (AST) From: The Hermit Hacker To: Cc: Subject: Re: kdesupport2 fails to compile on 4.2-STABLE ... In-Reply-To: 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 if I do a 'setenv LDFLAGS -pthread', the error changes to: configure:4648: checking for libXext configure:4671: cc -o conftest -O2 -O3 -mpentium -pipe -I/usr/local/include -pthread -L/usr/X11R6/lib -L/usr/local/lib conftest.c -lXext -lX11 1>&5 /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' configure: failed program was: #line 4660 "configure" #include "confdefs.h" #include int main() { printf("hello Xext\n"); ; return 0; } (end of "config.log") On Mon, 8 Jan 2001, The Hermit Hacker wrote: > > Something I should have noted ... this is with XFree86-4 from ports, which > is 4.0.2 ... not sure if it makes a difference? > > > On Mon, 8 Jan 2001, The Hermit Hacker wrote: > > > > > 4.2-STABLE from Dec 14th is failing to compile kdesupport2 from this > > weekend ... > > > > configure:4600: checking for IceConnectionNumber in -lICE > > configure:4619: cc -o conftest -O2 -O3 -mpentium -pipe -I/usr/local/include -L/ > > usr/X11R6/lib conftest.c -lICE -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lst > > dc++ -lgcc 1>&5 > > configure:4648: checking for libXext > > configure:4671: cc -o conftest -O2 -O3 -mpentium -pipe -I/usr/local/include -L/ > > usr/X11R6/lib -L/usr/local/lib conftest.c -lXext -lX11 1>&5 > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_signal' > > /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcast' > > /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_init' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_unlock' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_self' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_destroy' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_lock' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_wait' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_destroy' > > /usr/X11R6/lib/libX11.so: undefined reference to `pthread_mutex_init' > > configure: failed program was: > > #line 4660 "configure" > > #include "confdefs.h" > > > > #include > > > > int main() { > > > > printf("hello Xext\n"); > > > > ; return 0; } > > a > > > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > > Systems Administrator @ hub.org > > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-ports" in the body of the message > > > > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message