framework warnings
framework warnings
- Subject: framework warnings
- From: Chaz McGarvey <email@hidden>
- Date: Mon, 2 Sep 2002 16:27:42 -0600
Hello:
I have recently put a lot of my most-used classes into a separate
framework, but I get a lot of warnings in applications that use it, and
I'm wondering what can be done about them:
ld: warning prebinding disabled because (__PAGEZERO segment (address =
0x0 size = 0x1000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __TEXT segment (address = 0x0 size = 0x4000) of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x8000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __TEXT segment (address = 0x0 size = 0x4000) of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x8000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __DATA segment (address = 0x4000 size = 0x1000)
of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x8000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __OBJC segment (address = 0x5000 size = 0x1000)
of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__TEXT segment (address =
0x1000 size = 0x8000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __LINKEDIT segment (address = 0x6000 size =
0x14000) of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__DATA segment (address =
0x9000 size = 0x1000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __LINKEDIT segment (address = 0x6000 size =
0x14000) of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__OBJC segment (address =
0xa000 size = 0x1000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __LINKEDIT segment (address = 0x6000 size =
0x14000) of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
ld: warning prebinding disabled because (__LINKEDIT segment (address =
0xb000 size = 0x40000) of
/Users/chaz/Desktop/phatRummy/build/phatRummy.app/Contents/MacOS/
phatRummy overlaps with __LINKEDIT segment (address = 0x6000 size =
0x14000) of
/Users/chaz/Library/Frameworks/PSGPSocket.framework/Versions/A/
PSGPSocket
Anyone able to tell what all this means?
Thanks,
Chaz McGarvey
_______________________________________________
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.