[vtkusers] connecting vtk and itk on os x
Martin Costabel
costabel at wanadoo.fr
Tue Jul 19 14:35:30 EDT 2005
Just a small observation:
Will Woods wrote:
[]
> point at which it crashes, complaining that it 'can't locate file for:
> -lvtkFilteringPython' which I don't understand because the file appears
> to exist:
>
> /usr/local/lib/vtk/libvtkFilteringPython.so
> /usr/local/lib/vtk/libvtkFilteringPythonD.dylib
No it doesn't exist. "-lvtkFilteringPython" resolves to either
vtkFilteringPython.a or vtkFilteringPython.dylib, but not to
vtkFilteringPython.so. You don't want the *.so on the linker line, it
doesn't export any useful symbols. The *.so is the runtime module.
--
Martin
More information about the vtkusers
mailing list