[vtkusers] vtk & MacOSX/Darwin: ld problem
Marc Dellinger
dellinge at mnhn.fr
Fri May 16 11:03:16 EDT 2003
Le vendredi, 16 mai 2003, à 15:44 Europe/Paris, Chris Scharver a écrit :
> $ otool -L /usr/local/lib/vtk/libvtkCommon.dylib
> libvtkCommon.dylib:
> /tmp/vtk-build/bin/libvtkCommon.dylib (compatibility version
> 0.0.0, current version 0.0.0)
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> (compatibility version 45.0.0, current version 663.6.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
> current version 63.0.0)
>
> $ sudo install_name_tool -id /usr/local/lib/vtk/libvtkCommon.dylib
> /usr/local/lib/vtk/libvtkCommon.dylib
>
> $ otool -L /usr/local/lib/vtk/libvtkCommon.dylib
> libvtkCommon.dylib:
> /usr/local/lib/vtk/libvtkCommon.dylib (compatibility version
> 0.0.0, current version 0.0.0)
> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
> (compatibility version 45.0.0, current version 663.6.0)
> /usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
> current version 63.0.0)
>
> This seems like a specific Mach-O thing. Shuffling libraries around
> seems like a very unsafe thing to do without this extra step. Maybe
> the install should automatically call the command above when
> performing the installation?
OK, same things for me.
I suppose that I have to fix them all (quite a long job)
A+
Marc
More information about the vtkusers
mailing list