From owner-freebsd-ports Wed Jul 18 14:41: 7 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 21DB237B42A for ; Wed, 18 Jul 2001 14:40:39 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailc.telia.com (8.11.2/8.11.0) with ESMTP id f6ILeP227270 for ; Wed, 18 Jul 2001 23:40:25 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id XAA23193 for ; Wed, 18 Jul 2001 23:40:24 +0200 (CEST) Received: (qmail 11173 invoked by uid 1001); 18 Jul 2001 21:39:41 -0000 Date: Wed, 18 Jul 2001 23:39:40 +0200 From: Erik Trulsson To: Dave Tweten Cc: ports@FreeBSD.ORG Subject: Re: Xlockmore Broke Under Stable Message-ID: <20010718233940.A8796@student.uu.se> Mail-Followup-To: Dave Tweten , ports@FreeBSD.ORG References: <200107182122.f6ILMce86292@gilmore.nas.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200107182122.f6ILMce86292@gilmore.nas.nasa.gov> User-Agent: Mutt/1.3.19i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jul 18, 2001 at 02:22:37PM -0700, Dave Tweten wrote: > Is there something I can do to be able to build xlockmore under FreeBSD > 4.3-STABLE? > Whenever I try, I get > > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_getspecific' > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_key_create' > /usr/X11R6/lib/libGL.so: undefined reference to `pthread_setspecific' > *** Error code 1 > > aparently as a result of OpenGL's insistance upon pthreads. > Cvsup your ports tree again and try again. I think a fix for this went in earlier today. > It's actually a little silly to have to have OpenGL in order to build a > program to blank my screen when I leave for the john and prompt me for my > password when I get back. Is there an "xlockless" for those of us who can > still remember the KISS philosophy of the "software tools" movement? Try to build and install xlockmore with 'make WITH_MESAGL=no install' instead of 'make install'. That should do the trick. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message