Re: Rel32 out of range when linking with library built by Xcode, in Xcode
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com 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 gparker@apple.com Runtime Wrangler _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Greg Parker