libSystem and CoreFoundation conflict?
libSystem and CoreFoundation conflict?
- Subject: libSystem and CoreFoundation conflict?
- From: Daniel Hazelbaker <email@hidden>
- Date: Wed, 4 May 2005 11:32:45 -0700
Greetings,
I have a project that has been around since Project Builder. I
just upgraded to Tiger and XCode 2.0 and am now suddenly getting link
warnings that do not make sense. I am used to my own frameworks and
libraries conflicting with apple's when I forget to change the base
address, but after the upgrade it seems that libSystem and
CoreFoundation are conflicting.
/usr/bin/ld: warning prebinding disabled because (__TEXT segment
(address = 0x90000000 size = 0x1a7000) of /usr/lib/libSystem.B.dylib
overlaps with __TEXT segment (address = 0x90190000 size = 0xae000)
of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/
CoreFoundation
/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 = 0x90190000
size = 0xae000) of /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation on the assumption
that the stripped output will not overlap
/usr/bin/ld: warning prebinding disabled because (__TEXT segment
(address = 0x90000000 size = 0x1a7000) of /usr/lib/libSystem.B.dylib
overlaps with __TEXT segment (address = 0x90190000 size = 0xae000)
of /System/Library/Frameworks/CoreFoundation.framework/Versions/A/
CoreFoundation
/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 = 0x90190000
size = 0xae000) of /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation on the assumption
that the stripped output will not overlap
I've never before had apple's system libraries have problems. If it
helps, a few days before installing Tiger, I updated to 10.3.9 and
then did an upgrade to 10.4, not a clean install (in the middle of
school, don't have time right now).
Anybody seen this before?
Daniel Hazelbaker
_______________________________________________
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