Hi Brian, _glthread_GetID() was removed by this commit
commit 02cb04c68ffbdaffaf7513ddc951584cac29f209 Author: Brian Paul <bri...@vmware.com> Date: Tue Mar 4 15:24:16 2014 -0700 mesa: remove remaining uses of _glthread_GetID() It turns out the function, declared in glapi.h, is a part of libglapi.so ABI. I am now getting this error when building GL applications /usr/lib/gcc/x86_64-linux-gnu/4.8/../../../x86_64-linux-gnu/libGL.so: undefined reference to `_glthread_GetID' (gcc finds distro-provided libGL.so, which finds my build of libglapi.so because of LD_LIBRARY_PATH). I wonder if we should give the symbol available. It could simply return zero... -- o...@lunarg.com _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev