[vtkusers] glapi_Context?

Ronald K. House rk_house at pacbell.net
Sat Aug 18 16:16:12 EDT 2001


I am trying to build VTK  on a Linux Mandrake 8.0 system.  In user.make, 
I have:

TCL_INCLUDE=-I/usr/local/src/tcl8.2.3/generic
TCL_LIB=-ltcl8.2

TK_INCLUDE=-I/usr/local/src/tk8.2.3/generic
TK_LIB=-L/usr/local/lib -ltk8.2

MESA_INCLUDE=-I/usr/X11R6/include/GL
MESA_LIB=-lOSMesa -lMesaGLU -lMesaGL

I configured using:

./configure --with-tcl --with-tkwidget --with-patented --with-local 
--with-shared --with-mesa

Everything seems to compile and link OK, but when I try to execute vtk, 
I get the following eror:

Error while loading shared libraries: /usr/X11R6/lib/libOSMesa.so.3: 
undefined symbol _glapi_Context

Has anyone else encountered this problem?  And anyone know why the 
doesn't linker catch this?

thanks,
Ron







More information about the vtkusers mailing list