On 10/19/2012 10:25 AM, Utkarsh Ayachit wrote: > Interesting. Although I am not sure if the mesa developers simply mean > that you can build libGL and libOSMesa at the same time (which is > indeed possible). But worth a try. I will test it out with the latest > mesa and get back to the list. I am positive this didn't work with the > 7.* series. > > Utkarsh >
I have to go do a physiological experiment in a few minutes but I just
built mesa with:
env PKG_CONFIG_PATH="/home/kevin/drm_nightly/lib/pkgconfig/" ./configure
--prefix=/home/kevin/mesa_dual/ --enable-osmesa
--with-gallium-drivers="r300,r600,nouveau,swrast"
--with-dri-drivers="swrast"
and the resulting GL and OSMesa libraries both link glapi which was the
source of the trouble with conflicting/hidden symbols :
[kevin@bubbles lib]$ ldd libOSMesa.so | grep glapi
libglapi.so.0 => /home/kevin/mesa_dual/lib/libglapi.so.0
(0x00007f6aea460000)
[kevin@bubbles lib]$ ldd libGL.so | grep glapi
libglapi.so.0 => /home/kevin/mesa_dual/lib/libglapi.so.0
(0x00007f352f8c2000)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
