From owner-freebsd-questions Sun Aug 5 11:32:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail32.sdc1.sfba.home.com (femail32.sdc1.sfba.home.com [24.254.60.22]) by hub.freebsd.org (Postfix) with ESMTP id 406D437B401 for ; Sun, 5 Aug 2001 11:32:38 -0700 (PDT) (envelope-from europax@home.com) Received: from home.com ([24.12.186.185]) by femail32.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010805183238.OZVE16304.femail32.sdc1.sfba.home.com@home.com> for ; Sun, 5 Aug 2001 11:32:38 -0700 Message-ID: <3B6D914A.481A790F@home.com> Date: Sun, 05 Aug 2001 11:32:43 -0700 From: Rob X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: undefined pthread references for OpenGL or Mesa Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried the X mailing lists with no luck so far, so I will try here since it might be FreeBSD specific. Whenever I try to compile a port using Mesa or Open-Motif I get something like the follwing: (this was for the vtk port) Thanks for any help you can give me!! Rob. BTW, I also removed all X11 stuff and reinstalled XFree86-4.10. I am using 4.0-stable. Script started on Sat Aug 4 19:11:52 2001 ===> Building for vtk-3.2 cd wrap; make - all cd common; make - targets.make `targets.make' is up to date. cd common; make - all cd graphics; make - targets.make `targets.make' is up to date. cd graphics; make - all cd imaging; make - targets.make `targets.make' is up to date. cd imaging; make - all cd contrib; make - targets.make `targets.make' is up to date. cd contrib; make - all cd tcl; make - vtk c++ -o vtk tkAppInit.o -L. -O2 -D__NO_MATH_INLINES -fPIC -I. -I./../common -I../common -I/usr/local/include/tk8.3/generic -I/usr/local/include/tcl8.3/generic -I/usr/X11R6/include -I/usr/X11R6/include -I./../graphics -DVTK_USE_GRAPHICS -I./../imaging -DVTK_USE_IMAGING -I./../contrib -DVTK_USE_CONTRIB -L/usr/ports/math/vtk/work/vtk3.2/contrib -lVTKContribTcl -lVTKContrib -L/usr/ports/math/vtk/work/vtk3.2/imaging -lVTKImagingTcl -lVTKImaging -L/usr/ports/math/vtk/work/vtk3.2/graphics -lVTKGraphicsTcl -lVTKGraphics -L../common -lVTKCommonTcl -lVTKCommon -L/usr/X11R6/lib /usr/X11R6/lib/libMesaGL.so /usr/local/lib/libtk83.so /usr/local/lib/libtcl83.so -L/usr/X11R6/lib -lXext -lXt -lSM -lICE -lX11 -lstdc++ -lgcc -lm /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_key_create' /usr/X11R6/lib/libMesaGL.so: undefined reference to `pthread_setspecific' *** Error code 1 Stop in /usr/ports/math/vtk/work/vtk3.2/tcl. *** Error code 1 Stop in /usr/ports/math/vtk/work/vtk3.2. *** Error code 1 Stop in /usr/ports/math/vtk. *** Error code 1 Stop in /usr/ports/math/vtk. *** Error code 1 Stop in /usr/ports/math/vtk. Script done on Sat Aug 4 19:11:58 2001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message