Re: Rel32 out of range when linking with library built by Xcode, in Xcode
Re: Rel32 out of range when linking with library built by Xcode, in Xcode
- Subject: Re: Rel32 out of range when linking with library built by Xcode, in Xcode
- From: Greg Parker <email@hidden>
- Date: Fri, 24 Sep 2010 17:39:15 -0700
On Sep 22, 2010, at 6:01 PM, Jay Reynolds Freeman wrote:
> "Rel32 out of range in <one of my functions>"
>
> My app does indeed use so much data that a 32-bit
> jump is not enough.
You're out of luck. Each 64-bit executable is still limited to 2 or 4 GB of code and global data. You'll need to use multiple libraries, or use a separate data file that can be loaded with mmap().
--
Greg Parker email@hidden Runtime Wrangler
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden