Re: Location of dylib's
Re: Location of dylib's
- Subject: Re: Location of dylib's
- From: Sherm Pendley <email@hidden>
- Date: Mon, 6 Dec 2004 03:35:02 -0500
On Dec 5, 2004, at 9:54 PM, James B. Tuley wrote:
See
http://qin.laya.com/tech_coding_help/dylib_linking.html
for more info.
Pretty good article, but I disagree with the method suggested in the
last paragraph for adding to the linker options used. Hand-editing make
files is so ten years ago... For a library that is built using autoconf
& friends, just export the appropriate LDFLAGS environment variable for
use with the 'configure' script:
LDFLAGS='-install_name blah' ./configure
That should create a make file that already has the option you need -
no hand-editing required.
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden