Re: Can't set dynamic library install_name
Re: Can't set dynamic library install_name
- Subject: Re: Can't set dynamic library install_name
- From: Wade Williams <email@hidden>
- Date: Thu, 8 Apr 2004 23:21:47 -0500
On Apr 8, 2004, at 1:22 PM, Wade Williams wrote:
I'm having problems setting the install_name for a dynamic library, and
I can't figure out why. In my Deployment build style, I customize
Other C Flags with:
-D__MACOSX__ "-install_name"
"@executable_path/../Frameworks/openal.dylib"
What am I missing?
Doh! I'm a moron - I was remembering it incorrectly. The correct
thing to do is to specify -install_name in the "Other Linker Flags"
setting.
Wade
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.