From owner-freebsd-questions@FreeBSD.ORG Thu May 15 21:02:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62BF937B401 for ; Thu, 15 May 2003 21:02:36 -0700 (PDT) Received: from h24-67-53-86.lb.shawcable.net (h24-67-53-86.lb.shawcable.net [24.67.53.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1E843F85 for ; Thu, 15 May 2003 21:02:35 -0700 (PDT) (envelope-from cmoline@shaw.ca) Received: from [127.0.0.1] (localhost [127.0.0.1])h4G3s7MC005042 for ; Thu, 15 May 2003 21:54:07 -0600 (MDT) (envelope-from cmoline@shaw.ca) From: Chris Moline To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1053057247.4697.10.camel@h24-67-53-86.lb.shawcable.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 15 May 2003 21:54:07 -0600 Content-Transfer-Encoding: 7bit Subject: problems compiling XFree86-4-clients X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 04:02:36 -0000 hi. i am having some trouble compiling the XFree86-4-clients port. it fails with rm -f appres^M cc -o appres -O6 -pipe -march=pentiumpro -ansi -Dasm=__asm -Wall -Wpointer-arith /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_signal'^M /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_zero_stub_'^M /usr/X11R6/lib/libX11.so: undefined reference to `pthread_cond_broadcast'^M /usr/X11R6/lib/libXThrStub.so.6: undefined reference to `_Xthr_self_stub_'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_init'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_unlock'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_self'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_destroy'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_lock'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_wait'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_cond_destroy'^M /usr/X11R6/lib/libXt.so: undefined reference to `pthread_mutex_init'^M i cant figure out how to fix this. i have tried setting the enviroment variable LDFLAGS to -pthread. i have tried make install clean LDFLAGS=-pthread. and i have also tried adding CONFIGURE_ENV+=LDFLAGS=${PTHREAD_LIBS} to the Makefile. none of which work. is there something i can do to convince XFree86-4-clients to compile? chris moline