Re: local relocation entries in non-writable section error
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com On Fri, Dec 1, 2006 10:48 AM, Emile Tobenfeld <emilet@borisfx.com> wrote:
Hi Darrin,
Thanks for the prompt reply.
Paul Garmon made the project for building the red app, and I am modifying it to make the FCP Plugin. I don't know if he started with the importer and made changes or just built the project fresh.
I am trying to link it into a bundle.
I don't know what mdynamic-no-pic means, or where I would set it or unset it. It seems to be a target setting (in testing so for I've tried three different link orders and the error always occurs on the first file in the link list.
My recollection is that the -fast optimization switch for PPC includes - mdynamic-no-pic, so you may have it set without realizing it. I believe following the -fast with a -fPIC option will make things work again. I added those options to a PER_ARCH_CFLAGS_ppc build setting and the error went away. It really doesn't seem like -fast should include options that are so narrow in scope as -mdynamic-no-pic. ----- Bob Currier rcurrier@synthetic-ap.com Synthetic Aperture voice: +1 949 493-3444 Helping Make Your Work Look Its Best fax: +1 949 203-2108 web: www.synthetic-ap.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Bob Currier