Re: Compilation leads to Undefined symbols of a nested static lib
Re: Compilation leads to Undefined symbols of a nested static lib
- Subject: Re: Compilation leads to Undefined symbols of a nested static lib
- From: Jeremy Pereira <email@hidden>
- Date: Mon, 17 Mar 2008 14:43:38 +0000
On 17 Mar 2008, at 00:05, Alfred Van Hoek wrote:
On Mar 16, 2008, at 2:50 PM, Dmitry Markman wrote:
no T means that your symbol does exist in your binary
that symbol is resolved and could be used
Hmm, then I am back to square one...
You need to post the output of the build transcript including the line
that begins with "ld" and the errors.
However, I'll hazard a guess that you are linking the static libraries
in the wrong order. The lib libMylib.a must be linked into the bundle
before libMycarboncocoa.a or the linker will not know that the symbols
in libMycarboncocoa.a are needed and it will leave them out.
Alfred
_______________________________________________
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
_______________________________________________
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