Re: Prebinding disabled warnings
Re: Prebinding disabled warnings
- Subject: Re: Prebinding disabled warnings
- From: ber <email@hidden>
- Date: Sat, 21 Sep 2002 01:28:26 -0400
You can ignore it.
Read about it in the Project Builder FAQ at
http://developer.apple.com/tools/projectbuilder/Prebinding.html
and if you still have questions come back with them. Or maybe to
email@hidden.
brian
On Friday, September 20, 2002, at 10:00 PM, Michael Rondinelli wrote:
>
Greetings,
>
>
I've been working on a particular application for some time which is
>
comprised of a core (built as a framework) and an application which
>
links against it (using Cocoa of course). While it doesn't seem to
>
cause any problems, I was wondering if the warnings I'm getting are
>
indicitive of something being set wrong when building the framework.
>
The errors occur for each Mach-O segment in the application and look
>
like this:
>
>
ld: warning prebinding disabled because (__PAGEZERO segment (address =
>
0x0 size = 0x1000) of /Your/App/Binary overlaps with __TEXT segment
>
(address = 0x0 size = 0x6c000) of
>
@executable_path/../Frameworks/Your/Framework
>
>
Should I change something in my projects, or can I safely ignore the
>
warnings?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.