Date: Fri, 9 Feb 2001 02:54:44 +0200 (EET) From: Maxim Sobolev <sobomax@freebsd.org> To: abgoeree@uwnet.nl Cc: freebsd-ports@freebsd.org Subject: Re: glclock broken? pthread Message-ID: <200102090054.f190sn413421@vic.sabbo.net> In-Reply-To: <20010208234437.A59433@mandark.attica.home> from "Andre Goeree" at Feb 08, 2001 11:44:37 PM
next in thread | previous in thread | raw e-mail | index | archive | help
> > Hello, > > My attempt to build x11-clocks/glclock ended > with the following error: > > /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 > > Stop in /usr/local/ports/x11-clocks/glclock/work/glclock-5.0. > *** Error code 1 > > just fixed a similar error with xscreensaver;) > The trick of adding "CONFIGURE_ENV= LDFLAGS=-pthread" > to the Makefile didn't work here. > What should i try next? > (XFree86-4.0.2_5 Mesa-3.2.1_1) > You have several choices ahead: 1. Wait a bit until -pthread weirdness would be resolved; 2. Manually replace -pthread in ports/x11/XFree86-4/files/patch-* with -lc_r and then recompile/reinstall XFree86-4; 3. Apply attached patch for gcc.295 and then recompile/reinstall XFree86-4. -Maxim 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?200102090054.f190sn413421>