[vtk-developers] extension wrangler

Moreland, Kenneth kmorel at sandia.gov
Tue Nov 15 16:00:20 EST 2005


The dlopen technique was dissabled because it was proving to be unreliable.  Some of VTK's dashboard tests were continually failing because VTK was being compiled against one OpenGL library (which happened to be static) and the dlopen was openening a shared object library elsewhere.  Thus, it would look like the extension was loaded correctly, but the application would crash if you tried to use any of the functions.

Ultimately we could not figure out a way to ensure that the dlopen tried to open the same library that was already being used. (The problem gets more compilicated when you compile on one machine and run on another.) If someone could solve this problem, then the dlopen method would work just fine.

-Ken


-----Original Message-----
From: vtk-developers-bounces+kmorel=sandia.gov at vtk.org on behalf of Jeff Lee
Sent: Tue 11/15/2005 12:31 PM
To: vtk-developers
Subject: [vtk-developers] extension wrangler
 
Hi,
Does anyone know why the extension wrangler in vtk has the fallback 
dlopen technique disabled?  Is there some way this could be fixed for 
systems without glxProcAddressARB functionality?  Is the wrangler meant 
to be a runtime wrangler, or just compile-time?
Regards,
Jeff
_______________________________________________
vtk-developers mailing list
vtk-developers at vtk.org
http://www.vtk.org/mailman/listinfo/vtk-developers


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20051115/5a0caf1d/attachment.html>


More information about the vtk-developers mailing list