Re: rpath in the loader
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Shantonu On Oct 22, 2004, at 2:56 AM, Damir Buskulic wrote: Hi, I'm sorry if this is a FAQ, but I didn't find it anywhere. Thanks Damir ==================================== Damir Buskulic, Universite de Savoie/LAPP Chemin de Bellevue, B.P. 110, F-74941 Annecy-le-Vieux Cedex, FRANCE Tel : +33 (0)450091600 e-mail: buskulic@lapp.in2p3.fr ==================================== _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/ssen%40opendarwin.org _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... There is no direct equivalent. If I'm not mistaken, -rpath in GNU ld stores a set of directories that are consulted at runtime for dependent shared libraries. The closest thing is the -install_name flag as documented in ld(1), which embeds a shared library's installed path. Programs that link against the library at static link time store this path, to be used by the dynamic linker at runtime. What is, in the apple version of ld, the replacement for the "rpath" option giving a set of directories to search for a shared library (or a bundle)? This email sent to ssen@opendarwin.org This email sent to site_archiver@lists.apple.com
participants (1)
-
Shantonu Sen