Re: XCode build error in 10.3.x
Re: XCode build error in 10.3.x
- Subject: Re: XCode build error in 10.3.x
- From: Chris Espinosa <email@hidden>
- Date: Thu, 19 May 2005 17:27:34 -0700
On May 19, 2005, at 4:53 PM, info wrote: I'm trying to build a project but it fails with the following error that I've never experienced before.
ld: /usr/lib/dylib1.o has local relocation entries in non-writable section (__TEXT,__text)
Any idea on the solution to this?
It means that you're trying to build something with -mdynamic-no-pic that shouldn't be built that way. Try unchecking -"Generate Position-Independent Code" in your target settings.
Chris |
_______________________________________________
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