Re: Link Error: Relocation overflow for relocation entry
Re: Link Error: Relocation overflow for relocation entry
- Subject: Re: Link Error: Relocation overflow for relocation entry
- From: "Dan Williams" <email@hidden>
- Date: Wed, 21 Sep 2005 10:07:42 -0500 (CDT)
On Wed, 21 Sep 2005, Lyndsey Ferguson wrote:
> From what I understand, it states that the problem is due to having
> huge statically linked arrays. Is this true? For your reference, I
> see that the sections that Xcode is complaining about are:
>
> If the problem is these excessively large static arrays, what is the
> best way to analyze and solve the problem?
Best way is to not use huge static arrays. Dynamically allocate the
arrays from your program's entry point, and free them when the program
quits.
Dan
_______________________________________________
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