[vtkusers] Relative paths in MacOS libraries
Martin Costabel
costabel at wanadoo.fr
Tue Oct 25 15:15:28 EDT 2005
David Flitney wrote:
[]
> ...but I don't get this. The file
> Common/CMakeFiles/vtkCommon.dir/build.make has this line in it but with
> <TARGET> unexpanded.
I am still using cmake-2.0.5. Looking at cvs logs, it seems to me that
versions of cmake newer than 2.1.0 have a quite different linker command
for Darwin shared libraries. There is no more CMAKE_SHARED_LINKER_FLAGS
parameter, but it knows now by itself about the -install_name flag.
Since it believes now that it knows everything, it might be much harder
than before to get it to do the right thing. There is now a variable
TARGET_SONAME, but I don't see where it gets defined.
--
Martin
More information about the vtkusers
mailing list