https://bugs.freedesktop.org/show_bug.cgi?id=28305
Summary: OSMesa built with autogen.sh cannot be used
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Other
AssignedTo: [email protected]
ReportedBy: [email protected]
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
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev