From owner-freebsd-hackers Sun Jun 3 8:29:33 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from jxmls04.se.mediaone.net (jxmls04.se.mediaone.net [24.129.0.51]) by hub.freebsd.org (Postfix) with ESMTP id A467637B403 for ; Sun, 3 Jun 2001 08:29:30 -0700 (PDT) (envelope-from scott@mediaone.net) Received: from bsd (rr-163-52-193.atl.mediaone.net [24.163.52.193]) by jxmls04.se.mediaone.net (8.11.1/8.11.1) with ESMTP id f53FSqL17563 for ; Sun, 3 Jun 2001 11:28:52 -0400 (EDT) Date: Sun, 3 Jun 2001 11:28:54 -0400 (EDT) From: Scott Nolde X-X-Sender: Reply-To: To: Subject: building /usr/ports/x11-fm/fsv Message-ID: <20010603112650.W75725-100000@bsd.smnolde.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After a fresh cvsup of prts to my 4.3-STABLE system, I get the following error when building fsv: #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glBegin(); int main() { glBegin() ; return 0; } configure:4157: checking for glBegin in -lGL configure:4176: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lGL -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lxpg4 -lXext -lX11 -lm -L/usr/X11R6/lib/lib -L/usr/local/lib 1>&5 /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' configure: failed program was: #line 4165 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char glBegin(); int main() { glBegin() ; return 0; } (end of "config.log") *** Error code 1 Any ideas? Thanks, Scott ---begin-encrypted-message--- !SKCUS TN SWODNIW ---end---encrypted-message--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message