[Mesa-dev] [Bug 28305] New: OSMesa built with autogen.sh cannot be used
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri May 28 10:50:24 PDT 2010
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: mesa-dev at lists.freedesktop.org
ReportedBy: hobbsk at ohiou.edu
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.
More information about the mesa-dev
mailing list