On 09/22/2010 09:00 PM, Leo Davis wrote:
Hello,
I had to patch libtool in order to get shared libraries to build with
the Snow Leopard '@rpath/' syntax which stands in for the place where
the lib gets installed. I thought that this might be useful for more
than just myself.
Well, there is no method to encode @executable_path or @loader_path in
the library install_name either. I always figured that people would just
build as normal and then postprocess using install_name_tool(1) if they
needed to.
Why should libtool treat the Mac OS X @rpath differently to the other
two special paths?
Peter