Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jun 2001 11:28:54 -0400 (EDT)
From:      Scott Nolde <scott@mediaone.net>
To:        <freebsd-hackers@freebsd.org>
Subject:   building /usr/ports/x11-fm/fsv
Message-ID:  <20010603112650.W75725-100000@bsd.smnolde.com>

next in thread | raw e-mail | index | archive | help
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




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