LWN.net Logo

Ubuntu discussing moving to LTS + rolling release model

Ubuntu discussing moving to LTS + rolling release model

Posted Mar 2, 2013 0:02 UTC (Sat) by dashesy (subscriber, #74652)
In reply to: Ubuntu discussing moving to LTS + rolling release model by mathstuf
Parent article: Ubuntu discussing moving to LTS + rolling release model

Yes, it is backward. Since 10.5 OSX has @rpath that more resembles Linux rpath however. I am not an expert in OSX but had to do some fiddling when porting some library. This is what I figured out, if libA.dylib depends on @rpath/libB.dylib (shown in otool -L) then you can use install_name_tool to add_rpath of @loader_path/. which should make the path relative to libA.dylib.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds