Re: Prebinding Disassembled Warnings
Re: Prebinding Disassembled Warnings
- Subject: Re: Prebinding Disassembled Warnings
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 5 Aug 2003 13:43:48 -0700
On Tuesday, August 5, 2003, at 12:53 PM, Seth Willits wrote:
I've compiled an application which uses a freely available framework
(CSK) and I've gotten these warnings when building:
/usr/bin/ld: warning prebinding disabled because (__PAGEZERO segment
(address = 0x0 size = 0x1000) of /Users/seth/Desktop/uDevGame/PC
Season/build/PC Season.app/Contents/MacOS/PC Season overlaps with
__TEXT segment (address = 0x0 size = 0x1e000) of
@executable_path/../Frameworks/CocoaSpriteKit.framework/Versions/A/
CocoaSpriteKit
It's most likely that you need to set up the preferred address for the
framework. You can read all about that here:
<
http://developer.apple.com/documentation/ReleaseNotes/DeveloperTools/
Prebinding.html>. Make sure you look at the "requirements for
prebinding" bit.
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://seiryu.home.comcast.net/
"I have always wished that my computer would be as easy to use as my
telephone. My wish has come true. I no longer know how to use my
telephone." - Bjarne Stroustrup
_______________________________________________
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.