Re: multiple private framework ....
Re: multiple private framework ....
- Subject: Re: multiple private framework ....
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 26 May 2003 22:04:06 -0700
On Monday, May 26, 2003, at 09:35 PM, Lloyd Dupont wrote:
recompile both my framework and my tool, and when I tried to link the
tool I get plenty of worrying link warning such as:
ld: warning prebinding disabled because (__PAGEZERO segment (address =
0x0 size = 0x1000) of /Users/lloyd/dev/Audit/Hardware/build/Hardware
overlaps with __TEXT segment (address = 0x0 size = 0x7000) of
@executable_path/ServerBase.framework/Versions/A/ServerBase
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0xb000) of /Users/lloyd/dev/Audit/Hardware/build/Hardware
overlaps with __TEXT segment (address = 0x0 size = 0x7000) of
@executable_path/ServerBase.framework/Versions/A/ServerBase
any advice ?
(but it worked, so I'm a bit puzzled ...)
That's harmless, and just means that the tool couldn't be built
prebound because of some segment address conflicts. Please read
<
http://developer.apple.com/techpubs/macosx/ReleaseNotes/
Prebinding.html> for more information...
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
"Great spirits have always encountered violent opposition from mediocre
minds." - Albert Einstein
_______________________________________________
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.