__glXLastContext undefined?

Brian Paul brian.paul at tungstengraphics.com
Thu Mar 9 14:20:42 PST 2006


Is anyone else seeing this:

[...]
(==) Using config file: "/etc/X11/xorg.conf"
dlopen: 
/home/brian/projects/Xorg/modular/lib/xorg/modules/extensions/ll: 
undefined symbol: __glXLastContext
(EE) Failed to load 
/home/brian/projects/Xorg/modular/lib/xorg/modules/extensions/libGLcore.so


__glXLastContext is defined in xserver/xorg/GL/glx/global.c and it's 
getting compiled, but it's undefined in the libGLcore.so file:

% nm libGLcore.so | grep __glXLastContext
          U __glXLastContext


-Brian




More information about the xorg mailing list