Re: What does "foo.o has local relocation entries in non-writable section (__TEXT,__text)" mean?
Re: What does "foo.o has local relocation entries in non-writable section (__TEXT,__text)" mean?
- Subject: Re: What does "foo.o has local relocation entries in non-writable section (__TEXT,__text)" mean?
- From: Army Research Lab <email@hidden>
- Date: Wed, 12 Dec 2007 07:00:16 -0500
- Thread-topic: What does "foo.o has local relocation entries in non-writable section (__TEXT,__text)" mean?
Apologies if others have already posted further, I get the digest, so I'm
always a little behind.
On 12/11/07 4:50 PM, "Rich Siegel" <email@hidden> wrote:
> On 12/11/07 at 4:22 PM, email@hidden (Army Research Lab) wrote:
>
>> The only thing I can think of being slightly out of the ordinary is
>> that because of one of the libraries I'm using, I have to use
>> -mdynamic-no-pic to get everything to compile.
>
> That's the basic problem - the settings are inconsistent; so
> you'll have to make sure that everything you're liking together
> is compiled with the same setting of -mdynamic-no-pic.
I can see where this would be a problem, but it isn't one in my case; I
wasn't clear enough in my original post. The library is distributed in
source form, and I compile it into my own code as if its just another bunch
of source files; there is no separate target, and no linking in of other
files. I have one target, and one set of build parameters (two, if you
count Release and Debug separately, but their difference is the level of
optimization I have turned on).
So far, I'm stumped.
Thanks,
Cem Karan
_______________________________________________
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