bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25141: Compilation issue on AIX 7.1 and 64 bits


From: Eli Zaretskii
Subject: bug#25141: Compilation issue on AIX 7.1 and 64 bits
Date: Fri, 23 Dec 2016 22:27:38 +0200

> From: Eric LeBlanc <cognefou@hotmail.com>
> Date: Thu, 8 Dec 2016 20:48:39 +0000
> I modified unexaix.c to add this at the top of file:
> 
> #define __XCOFF64__ 1
> 
> And changed this line:
> 
> auxentry.x_sym.x_fcnary.x_fcn.x_lnnoptr += bias;
> 
> by
> 
> auxentry.x_fcn.x_lnnoptr += bias;
> 
> It worked but generated a huge bootstrap-emacs file, 4GB and is generating 
> this error:
> 
> [...]
> 
> Finding pointers to doc strings...
> Finding pointers to doc strings...done
> Dumping under the name emacs
> 82139 pure bytes used
> [...] 
> 
> gmake[2]: Entering directory '/data/src/emacs-25.1/leim'
> GEN ../lisp/leim/leim-list.el
> exec(): 0509-036 Cannot load program ../src/bootstrap-emacs because of the 
> following errors:
> 0509-026 System error: There is not enough memory available now.

Can you try the latest emacs-25 branch?

Thanks.





reply via email to

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