Re: local relocation entries in non-writable section error
Re: local relocation entries in non-writable section error
- Subject: Re: local relocation entries in non-writable section error
- From: Darrin Cardani <email@hidden>
- Date: Fri, 1 Dec 2006 10:19:01 -0800
On Dec 1, 2006, at 9:29 AM, Emile Tobenfeld wrote: Hi
Can someone tell me what the below error message means and what the recommended way to deal with it is? Thanks.
/usr/bin/ld: /Volumes/Pollock/DoctorT/Codebase/VINDALOO/Projects/build/BorisFX_Plug.build/Imported CodeWarrior Settings/RED Debug.build/Objects-normal/ppc/LAction.o has local relocation entries in non-writable section (__TEXT,__text)
Here's what the Xcode Gods tell me:
He's compiled one or more object files with -mdynamic-no-pic, and is attempting to link it into something that is not a main executable (like a dylib or bundle). If the code will be linked into a dylib, it should not be compiled with -mdynamic-no-pic.
Maybe this is a bug in Xcode's CodeWarrior importer.
Let me know if this is a flag you specifically set or if it happened automatically when you imported your Xcode project, and I'll pass that information on to the Xcode team.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Pro-apps-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden