[vtk-developers] Python dll suffix

Pat Marion pat.marion at kitware.com
Wed May 2 09:21:47 EDT 2012


Hi Andrew,

For each python module there should be two libraries:

libvtkCommonCorePythonD.so
vtkCommonCorePython.so

The second library is the python c extension module (and it's probably in a
different output directory.)  I forget was the 'D' stands for, but it
doesn't mean debug.

Pat


On Tue, May 1, 2012 at 11:30 PM, Andrew Maclean
<andrew.amaclean at gmail.com>wrote:

> Hi Marcus,
>    Sorry the last message was garbled.
> I was reviewing the dlls in the windows build of VTK 6.0 and noticed that
> all the python dlls have a D suffix in the release build,
> e.g vtkAMRCorePythonD-6.0.dll, similarly on Linux e.g
> vtkAMRCorePythonD *.so*
>
> I did a quick scan through the CMakeLists.txt files but I can't see where
> D suffix is being added for the release versions.
>
> Is it intentional that these files all have the D suffix for release
> versions?
>
> Regards
>    Andrew
>
> --
> ___________________________________________
> Andrew J. P. Maclean
>
> ___________________________________________
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120502/5ab7ce74/attachment.html>


More information about the vtk-developers mailing list