Hello,

        First thing: is anybody working on this ? Is this consider a closed 
issue ?

This is a huge problem for us. When building VTK (http://vtk.org), cmake (cmake.org) is doing a system inspection.

Case 1.
Only using nvidia-glx (w/o nvidia-glx-dev). cmake parses the /usr/lib dir and cannot resolve /usr/lib/libGL.so so failback on the existing /usr/lib/libGL.a


Not a big deal, VTK is then built using the static Mesa lib. BUT we have recently added gl exension loading. Basically waht we do is try to load the libGL.so ask if it support GL extension (in this case the nvidia driver reply yes), but then when trying an extension the code seg fault since VTK is build using the static libGL.a

Suggestions ?


Also as a side note I realize that:

$ ll /usr/lib/nvidia/libGL.a*


/usr/lib/nvidia/libGL.a.xlibmesa -> ../X11R6/lib/libGL.a

Whereas it should point to:

/usr/X11R6/lib/nvidia/libGL.a.xlibmesa



Could someone fix this broken symlink.

Thanks
Mathieu


-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to