From owner-freebsd-stable Thu Mar 20 15:59:26 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FC8C37B401 for ; Thu, 20 Mar 2003 15:59:25 -0800 (PST) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id E209043F93 for ; Thu, 20 Mar 2003 15:59:21 -0800 (PST) (envelope-from sandshrimp@attbi.com) Received: from attbi.com (12-228-93-40.client.attbi.com[12.228.93.40]) by rwcrmhc51.attbi.com (rwcrmhc51) with SMTP id <20030320235921051003g3jne>; Thu, 20 Mar 2003 23:59:21 +0000 Message-ID: <3E79E5D6.9060508@attbi.com> Date: Thu, 20 Mar 2003 16:01:26 +0000 From: Ryan Merrick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021026 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ian McAlpine Cc: freebsd-stable@freebsd.org Subject: Re: XFree 4.3 compile problems References: <200303202127.50515.ianmcalpine@orange.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ian McAlpine wrote: >Hiya, > >I've been trying to build XFree86 4.3 on a clean 4.8-RC2 system, from ports. >The probalem is the libraries build fine, but then trying to build other >stuff (including the server) fails with errors like: > >/usr/X11R6/lib/libXt.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/libXt.so: undefined reference to `pthread_cond_init' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_unlock' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_self' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_destroy' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_lock' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_wait' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_destroy' >/usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_init' > >I currently have the packages installed, with KDE etc. all built on top of >them from ports. I have since tried portupgrade-ing XFree86-libs, and whilst >everything installed previously still runs fine, I get the same errors when I >try to portupgrade the other bits or install anything new. The only not >standard thing I'm doing is using -O3 and -march=k6, but I wouldnt have >thought optimization could cause this sort of thing, please correct me if I'm >wrong. Any ideas? > >Ian > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message > > > Upgrade imake first. -Ryan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message