Prebinding disabled because of overlap warning
Prebinding disabled because of overlap warning
- Subject: Prebinding disabled because of overlap warning
- From: Jeremy Dronfield <email@hidden>
- Date: Mon, 8 Mar 2004 13:57:26 +0000
I've just tidied up my project, clearing out redundant files and
frameworks and cleaning targets. I then built my app target and
embedded framework in Deployment mode and got this series of warnings
in the log:
ld: warning prebinding disabled because (__PAGEZERO segment (address =
0x0 size = 0x1000) of
/Users/jeremy/Projects/MyApp/MyApp/build/MyApp.app/Contents/MacOS/MyApp
overlaps with __TEXT segment (address = 0x0 size = 0x9000) of
@executable_path/../Frameworks/MyFramework.framework/Versions/A/
MyFramework
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x25000) of
/Users/jeremy/Projects/MyApp/MyApp/build/MyApp.app/Contents/MacOS/MyApp
overlaps with __TEXT segment (address = 0x0 size = 0x9000) of
@executable_path/../Frameworks/MyFramework.framework/Versions/A/
MyFramework
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x25000) of
/Users/jeremy/Projects/MyApp/MyApp/build/MyApp.app/Contents/MacOS/MyApp
overlaps with __DATA segment (address = 0x9000 size = 0x2000) of
@executable_path/../Frameworks/MyFramework.framework/Versions/A/
MyFramework
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x25000) of
/Users/jeremy/Projects/MyApp/MyApp/build/MyApp.app/Contents/MacOS/MyApp
overlaps with __OBJC segment (address = 0xb000 size = 0x1000) of
@executable_path/../Frameworks/MyFramework.framework/Versions/A/
MyFramework
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x25000) of
/Users/jeremy/Projects/MyApp/MyApp/build/MyApp.app/Contents/MacOS/MyApp
overlaps with __LINKEDIT segment (address = 0xc000 size = 0x3000) of
@executable_path/../Frameworks/MyFramework.framework/Versions/A/
MyFramework
The build succeeded, but could someone explain what's causing these
warnings?
-Jeremy
========================================
email@hidden
theLocustFarm.net:
- fractious fiction at http://freespace.virgin.net/jeremy.dronfield
========================================
_______________________________________________
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.