Prebinding disabled warnings
Prebinding disabled warnings
- Subject: Prebinding disabled warnings
- From: Michael Rondinelli <email@hidden>
- Date: Fri, 20 Sep 2002 22:00:17 -0400
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?
Thanks,
Michael
--
Michael Rondinelli
V.P. of Technology
EyeSee360, Inc.
email@hidden
_______________________________________________
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.