Another Linker Warning Question
Another Linker Warning Question
- Subject: Another Linker Warning Question
- From: Mark Munz <email@hidden>
- Date: Wed, 7 Apr 2004 21:46:53 -0600
I have another question related Linker Warnings I'm getting when
building my app with Deployment Style:
ld: warning prebinding disabled because (__PAGEZERO segment (address =
0x0 size = 0x1000) of
/Volumes/Projects/app/build/myApp.app/Contents/MacOS/myApp overlaps
with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/AnotherFramework.framework/Versions/A/
AnotherFramework
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x1f000) of
/Volumes/Projects/app/build/myApp.app/Contents/MacOS/myApp overlaps
with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/AnotherFramework.framework/Versions/A/
AnotherFramework
Can someone explain this to me and how I can fix this?
Or show me where the explanation of this warning is in the docs (and
hopefully info on how I can fix this)?
Many thanks.
Mark
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.