Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Mar 2001 17:22:57 -0600
From:      Bruce Burden <brucegb@realtime.net>
To:        Colin Legendre <sudz@ns3g.com>, freebsd-stable@freebsd.org
Subject:   Re: KDE2.1 + Pthread errors
Message-ID:  <20010317172257.C25425@tigerfish2.my.domain>
In-Reply-To: <LIEGILFKEJFMCNAFGIFIIEIMCEAA.sudz@ns3g.com>; from sudz@ns3g.com on Sat, Mar 17, 2001 at 03:35:43PM -0500
References:  <LIEGILFKEJFMCNAFGIFIIEIMCEAA.sudz@ns3g.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> path -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib
> /usr/X11R6/lib/libqt2-mt.so: undefined reference to `pthread_attr_destroy'
> /usr/X11R6/lib/libqt2-mt.so: undefined reference to `pthread_create'
> 
	Append "-pthread" to LIBS, CXX and CFLAGS in your 
   /etc/make.conf file. Then remember to remove them when you
   next buil a kernel, or things won't work...

	It seems the make file for X11/XFree86-4 is missing 
   the "-pthread" flag in certain areas.

							Bruce

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010317172257.C25425>