site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com --On 14. Januar 2008 10:00:31 +0000 elabsjng@mac.com wrote: I'm fairly new to OS X and I have a basic question regarding shared library handling. I notice that when I run otool -L on a binary that the full path of any shared libraries is returned. Is the full path directly encoded into the executable? Does OS X have a system similar to Linux where the runtime linker searches several system paths for the required libraries? If i compile an application that generates its own libraries and then links it's executable against these libraries the hard coded path will point to the build directory. Obviously this would cause a problem when the binaries and shared libraries are installed into the system path, how is this typically avoided? By using relative paths, e.g.: _______________________________________________ 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... This email sent to site_archiver@lists.apple.com OmniWeb: @executable_path/../Frameworks/OWF.framework/Versions/A/OWF (compatibility version 1.0.0, current version 1.0.0) You can also change the paths afterwards by using /usr/bin/install_name_tool. -- .:.Sebastian Hagedorn - RZKR-R1 (Gebäude 52), Zimmer 18.:. Zentrum für angewandte Informatik - Universitätsweiter Service RRZK .:.Universität zu Köln / Cologne University - ✆ +49-221-478-5587.:. .:.:.:.Skype: shagedorn.:.:.:. pgpaqRw8Ius00.pgp
participants (1)
-
Sebastian Hagedorn