warning at Link
warning at Link
- Subject: warning at Link
- From: Norio Ota <email@hidden>
- Date: Tue, 14 Dec 2004 13:15:56 +0900
Hi,
When Xcode links a target, it warns the following.
What made it warn those?
But even if the executable runs, nothing weird happens.
ld: warning prebinding disabled because (__PAGEZERO segment (address =
0x0 size = 0x1000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/libCheckData.dylib
ld: warning prebinding disabled because (__PAGEZERO segment (address =
0x0 size = 0x1000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x3d9000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/libCheckData.dylib
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x3d9000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __DATA segment (address = 0x8000 size = 0x1000) of
@executable_path/../Frameworks/libCheckData.dylib
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x3d9000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __LINKEDIT segment (address = 0x9000 size = 0x6000) of
@executable_path/../Frameworks/libCheckData.dylib
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x3d9000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x3d9000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __DATA segment (address = 0x8000 size = 0x1000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x3d9000) of /Volumes/Dev/mdk r5.0 for
R15.1.1/Xcode/build/MDK-Basic.app/Contents/MacOS/MDK-Basic overlaps
with __LINKEDIT segment (address = 0x9000 size = 0x7000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
ld: warning prebinding disabled because (__TEXT segment (address = 0x0
size = 0x8000) of @executable_path/../Frameworks/libCheckData.dylib
overlaps with __TEXT segment (address = 0x0 size = 0x8000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
ld: warning prebinding disabled because (__DATA segment (address =
0x8000 size = 0x1000) of
@executable_path/../Frameworks/libCheckData.dylib overlaps with __DATA
segment (address = 0x8000 size = 0x1000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
ld: warning prebinding disabled because (__LINKEDIT segment (address =
0x9000 size = 0x6000) of
@executable_path/../Frameworks/libCheckData.dylib overlaps with
__LINKEDIT segment (address = 0x9000 size = 0x7000) of
@executable_path/../Frameworks/libConvertMoneyToString.dylib
Thank you,
Norio Ota
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden