Re: XCode 2.0 broken?
Re: XCode 2.0 broken?
- Subject: Re: XCode 2.0 broken?
- From: Chris Espinosa <email@hidden>
- Date: Wed, 18 May 2005 21:38:48 -0700
On May 18, 2005, at 8:41 PM, Byron Wright wrote: I am experiencing similar issues when using xcode 2, gcc 3.3 to cross compile for 10.3.9. So far cross dev with xcode 2 has been giving me one wicked headache. Is there a solution to this?
Ld /Users/byronwright/Projects/CFC/src/GUI/build/CFC.app/Contents/MacOS/CFC normal ppc cd /Users/byronwright/Projects/CFC/src/GUI setenv MACOSX_DEPLOYMENT_TARGET 10.3 setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.9.sdk /usr/bin/gcc-3.3 -o /Users/byronwright/Projects/CFC/src/GUI/build/CFC.app/Contents/MacOS/CFC -L/Users/byronwright/Projects/CFC/src/GUI/build -L/Users/byronwright/projects/CFC/src/GUI -L/Developer/SDKs/MacOSX10.3.9.sdk/usr/lib/gcc/darwin/3.3 -F/Users/byronwright/Projects/CFC/src/GUI/build -F/Developer/SDKs/MacOSX10.3.9.sdk/System/Library/Frameworks -filelist /Users/byronwright/Projects/CFC/src/GUI/build/CFC.build/CFC.build/Objects-normal/ppc/CFC.LinkFileList -framework AppKit -framework Carbon -framework Cocoa -framework CoreServices -framework QuickTime -framework QTKit -arch ppc -prebind -lxml2 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.3.9.sdk ld: warning NEXT_ROOT environment variable ignored because -syslibroot specified
This warning is harmless, it's a side effect of our transition from supporting SDKs via the NEXT_ROOT environment variable to supporting it via the -syslibroot flag. 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