Re: XCode 2.0 broken?
Re: XCode 2.0 broken?
- Subject: Re: XCode 2.0 broken?
- From: Zdzislaw Losvik <email@hidden>
- Date: Thu, 19 May 2005 13:00:57 +0200
Could it be confirmed that XCode 2.0 and gcc 4.0 cannot produce
prebound code for Mac OS 10.2.8?
I have read some unofficial suggestions that code has to be prebound
for systems earlier than 10.3.8(?). Is that true?
I still believe that it is a bug in XCode and when compiling for
10.2.8 these warnings affect my code as it should be prebound.
Does anyone know where to look for official information that broads
the knowledge: "Use gcc 3.3 when compiling for 10.2.8". I really
would like to learn more about that.
Cheers,
Zdzislaw Losvik
ld: warning prebinding disabled because (__TEXT segment (address =
0x919e7000 size = 0x3a000) of /System/Library/Frameworks/
QTKit.framework/Versions/A/QTKit overlaps with __TEXT segment
(address = 0x91a10000 size = 0xc000) of /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/
Versions/A/SecurityHI
ld: warning prebinding not disabled even though (__TEXT segment
(address = 0x919e7000 size = 0x3a000) of /System/Library/
Frameworks/QTKit.framework/Versions/A/QTKit overlaps with
__LINKEDIT segment (address = 0x91a1c000 size = 0x24d8) of /System/
Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
SecurityHI.framework/Versions/A/SecurityHI on the assumption that
the stripped output will not overlap
These are harmless and I'm not sure what causes them; this looks
like an internal problem at Apple in not assigning these libraries
separate prebinding addresses.
I understand that people prefer not to have warnings in their
builds, but the above will not affect your code.
_______________________________________________
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