Problem changing dynamic library install name
Problem changing dynamic library install name
- Subject: Problem changing dynamic library install name
- From: Laurent Daudelin <email@hidden>
- Date: Wed, 01 Jun 2011 16:39:12 -0700
OK, so, I have this dynamic library from ICU that I want to package in my app. I have to build the library using make and I don't want to mess around too much with the Makefiles.
I've read about the topic of packaging dynamic libraries with an application and the issues. So, following some recommendations I found on the list archive, I'm trying to use install_name_tool to change the install name of the library I need. However, it doesn't seem like install_name_tool does anything. When I issue the command 'install_name_tool -add_rpath @executable/../Frameworks/icu/libicu.dylib libicu.dylib' and then check with otool -D, otool still reports the install name to be "libicu.dylib".
I've been reading on the subject for most part of the day and I thought I had done my homework so what am I missing???
-Laurent.
--
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/
Logiciels Nemesys Software email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden