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: Steve Checkoway <email@hidden>
- Date: Tue, 11 Dec 2007 20:33:19 -0800
Rich Siegel 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.
That's not necessarily the case, but I suspect it is here since this can
be built successfully.
I had a similar problem where the code in question could not be build
for Intel either via the autotools or Xcode. The error I got was,
ld: absolute addressing (perhaps -mdynamic-no-pic) used in _avg_qpel8_mc20_mmx2 from i386/dsputil_mmx.o not allowed in slidable image
I got this when compiling some particular version of ffmpeg and some set
of options. I don't recall which options and I don't seem to have access
to the files I attached with the bug report (<rdar://5587573> which was
marked as a duplicate of <rdar://4196067>) that contained all of the
necessary command to download, configure, and make that version of ffmpeg.
I had a similar issue on ppc when building flac-nox via fink.
--
Steve Checkoway
_______________________________________________
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