Re: Prebinding disabled because of TEXT overlap
Re: Prebinding disabled because of TEXT overlap
- Subject: Re: Prebinding disabled because of TEXT overlap
- From: sinclair44 <email@hidden>
- Date: Sun, 02 Mar 2003 07:08:16 -0500
On 3/1/03 11:15 PM, "Jeff Disher" <email@hidden> wrote:
>
Try setting the MACOSX_DEPLOYMENT_TARGET variable to the version of the
>
OS required to run the framework.
>
>
Make sure that you set something in the "Other MACH-O linker flags" to
>
something reasonable for the start address of the framework when loaded.
>
For example:
>
"-seg1addr 0x30000000"
>
>
There is a valid range for this but I can't remember what it is. I
>
think that was detailed in a cocoadevcentral.com tutorial, if you are
>
interested.
>
>
Hope that helps,
>
Jeff.
Ah, thanks. I even read the www.cocoadevcentral.com article a while ago;
must've missed that one.
--
-- sinclair44
[self becomeWorldDictator];
- (void)becomeWorldDictator
{
[[world currentLeaders] assassinate];
[[world citizens] terrorize];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}
_______________________________________________
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.