Re: Linker refuses to link my dylib? Why?
Re: Linker refuses to link my dylib? Why?
- Subject: Re: Linker refuses to link my dylib? Why?
- From: Greg Guerin <email@hidden>
- Date: Wed, 14 Feb 2007 12:41:36 -0700
Theodore H. Smith wrote:
>I'm being told that I can't link my product, for some odd reason I have no
>clue about. I've no idea where these __TEXT or __DATA sections come from
>and to be honest I don't really want to know about them ;) All I want to
>do is know about C++ and build a library. Anyhow I guess I will have to
>learn what these silly linker flags are about.
>
>So why am I being told these linker errors?
I recommend two general strategies:
1) Search for keywords in Xcode's Help menu > Xcode documentation.
2) Search the list archives for error message text.
For #1, the keyword "prebinding" is a good start.
For #2, the text "local relocation entries in non-writable section" is suggested.
Failing both, expand the error message text search to the web.
-- GG
_______________________________________________
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