From owner-freebsd-questions Wed Oct 17 22:47:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id C32DE37B403 for ; Wed, 17 Oct 2001 22:47:10 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 6905F2B697; Thu, 18 Oct 2001 07:46:56 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 74EF6806; Thu, 18 Oct 2001 15:46:33 +1000 (EST) Date: Thu, 18 Oct 2001 15:46:33 +1000 From: Edwin Groothuis To: Jim Freeze Cc: questions@freebsd.org Subject: Re: (fox gui) Looking for pthreads... Message-ID: <20011018154633.X2865@k7.mavetju.org> References: <20011018001751.A3633@freebsdportal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011018001751.A3633@freebsdportal.com>; from jfreeze@freebsdportal.com on Thu, Oct 18, 2001 at 12:17:51AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 18, 2001 at 12:17:51AM -0400, Jim Freeze wrote: > > make table > /bin/sh ../libtool --mode=link c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -DHAVE_OPENGL -DSUN_OGL_NO_VERTEX_MACROS -DHAVE_MESA -I/usr/X11R6/include -o table table.o ../src/libFOX.la -lm -lz > c++ -O -pipe -DHAVE_XSHM -DHAVE_ZLIB_H=1 -Wall -W -Wmissing-prototypes -Woverloaded-virtual -Wformat -DNDEBUG -fomit-frame-pointer -DHAVE_OPENGL -DSUN_OGL_NO_VERTEX_MACROS -DHAVE_MESA -I/usr/X11R6/include -o .libs/table table.o ../src/.libs/libFOX.so -L/usr/X11R6/lib -lXext -lX11 -lMesaGL -lMesaGLU -lz -lm -lz -Wl,--rpath -Wl,/usr/local/lib > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' > /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/fox/work/fox-0.99.174/tests. Change the Makefile to link with the -pthread option and type make again. If you're running XFree86-4, add XFREE86_VERSION=4 to your /etc/make.conf and try to build the port again (i.e. make clean and make) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message