Date: Wed, 12 Mar 2003 22:01:03 +0100 From: Richard Nyberg <rnyberg@it.su.se> To: Eric Anholt <eta@lclark.edu> Cc: ports@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: HEADSUP: XFree86 4.3.0 update Message-ID: <20030312210103.GA94414@murmeldjur.it.su.se> In-Reply-To: <1047500403.660.0.camel@leguin> References: <1047429424.8471.40.camel@leguin> <20030312194815.GA71335@murmeldjur.it.su.se> <1047500403.660.0.camel@leguin>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 12, 2003 at 12:20:03PM -0800, Eric Anholt wrote: > On Wed, 2003-03-12 at 11:48, Richard Nyberg wrote: > > I'm rebuilding my ports from scratch, but unfortunately > > the build bombs in XFree86-4-clients. > > > > -Richard > > > > cc -o appres -O3 -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef -L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib appres.o -lXt -lSM -lICE -lXext -lX11 -L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib > > /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' > > *** Error code 1 > > Remove the -O3 from cflags and re-buildworld and try again. > World was built with regular CFLAGS, so I only had to rebuild the ports again, and they did compile this time. Thanks! -Richard 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?20030312210103.GA94414>