emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building on Mac (Intel) [patch]


From: Nozomu Ando
Subject: Re: Building on Mac (Intel) [patch]
Date: Tue, 07 Feb 2006 01:19:50 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

David Reitter <address@hidden> writes:
> unexec: not enough room for load commands for new __DATA segments

There are too many segments to dump. You should increase
 `-headerpad -Xlinker ' parameter of LD_SWITCH_SYSTEM_TEMACS
 in src/s/darwin.h

src/s/darwin.h says:

  /* The -headerpad option tells ld (see man page) to leave room at the
     end of the header for adding load commands.  Needed for dumping.
     0x690 is the total size of 30 segment load commands (at 56
     each).  */

Nozomu Ando




reply via email to

[Prev in Thread] Current Thread [Next in Thread]