Re: NOT solved: fail to launch due to improper linking :(
Re: NOT solved: fail to launch due to improper linking :(
- Subject: Re: NOT solved: fail to launch due to improper linking :(
- From: "David M. Cotter" <email@hidden>
- Date: Sat, 7 Nov 2009 11:22:22 -0800
i've googled
i've searched the doc
http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/UsingDynamicLibraries.html#//apple_ref/doc/uid/TP40002182
but there is NOTHING about this. there MUST be some engineer at
apple who understands this problem? anyone?
We ran into this with libiconv on 10.5, and worked around it by
using the 10.4 SDK (it was a framework with no 10.5-only code, so
that was no big deal).
i do have a requirement to allow some 10.5 APIs to be called, so this
was not an option. i ended up re-tooling all the iconv calls to use
CoreFoundation instead, and dropping the dependency on iconv
completely. that was my "workaround".
Libcrypto on 10.6 has the same problem, so presumably the same
workaround would help:
http://lists.apple.com/archives/xcode-users/2009/Sep/msg00504.html
so at this above link there is a proposed solution. does this
actually work? one day i will i'm sure be hitting that wall since i
do use libcrypto, and i won't be able to just "drop the dependency on
it" since i kindof need it. or wait, maybe i don't.... hmm
On Nov 5, 2009, at 4:55 PM, David M. Cotter wrote:
anyway i know i can fix this with a post-build script that sets
the min version of libiconv, but i just don't know what? anyone
know?
Nope, you can't fix it this way.
gar. there *should* be some command line way to fix this.
_______________________________________________
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