When I build mesa with git clone git://anongit.freedesktop.org/git/mesa/mesa cd mesa ./autogen.sh --with-driver=xlib --disable-gallium --without-demos make -j12 on my Fedora 12 x86_64 workstation the resulting OSMesa library cannot be used because many symbols reffered to in the osmesa library are hidden in the GL library. nm lib/libOSMesa.so | grep _mesa_free_context_data U _mesa_free_context_data nm lib/libGL.so | grep _mesa_free_context_data 0000000000078680 t _mesa_free_context_data
Should be fixed with commit cbf30fce322506bd43692617de9d201533f41532.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.