Re: XCode 2.0 broken?
Re: XCode 2.0 broken?
- Subject: Re: XCode 2.0 broken?
- From: Zdzislaw Losvik <email@hidden>
- Date: Wed, 18 May 2005 11:35:56 +0200
I have tried to link exactly the same setup against 10.3.9. This time
instead of several errors I get one, which doesn't differ from errors
I was getting when I was building it against 10.2.8. How is it possible?
/usr/bin/ld: warning prebinding not disabled even though (__LINKEDIT
segment (address = 0x901a7000 size = 0x56764) of /usr/lib/
libSystem.B.dylib overlaps with __TEXT segment (address = 0x901c0000
size = 0xae000) of /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation on the assumption
that the stripped output will not overlap
Is anybody using gcc 4.0 (XCode 2.0) to compile prebound
application for Mac OS 10.2.8?
No, because it's impossible, and the fact that Xcode doesn't raise
a link error when trying that is most likely a bug. You need to use
GCC 3.3 when targeting versions of Mac OS X prior to 10.3.0,
because GCC 4.0 links code to libmx, which wasn't bundled with the
OS prior to 10.3.0.
_______________________________________________
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