Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 Aug 2001 11:32:43 -0700
From:      Rob <europax@home.com>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   undefined pthread references for OpenGL or Mesa
Message-ID:  <3B6D914A.481A790F@home.com>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B6D914A.481A790F>