Skip to content

Remove use of obsolete Python dl module

David Gobbi requested to merge dgobbi/vtk:remove-python-dl into master

For VTK 4, this module was needed to set the RTLD_GLOBAL flag so that the various Python kit modules could share symbols. For VTK 5, those symbols were moved into the PythonD libraries so that they could be resolved by the system run-time linker.

Merge request reports