unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric LeBlanc <cognefou@hotmail.com>
To: "25141@debbugs.gnu.org" <25141@debbugs.gnu.org>
Subject: bug#25141: Compilation issue on AIX 7.1 and 64 bits
Date: Thu, 8 Dec 2016 20:48:39 +0000	[thread overview]
Message-ID: <YQXPR01MB019706F7515C00B4F5528C5AD3840@YQXPR01MB0197.CANPRD01.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <YQXPR01MB0197EB54DE9035C650DB1AE9D3840@YQXPR01MB0197.CANPRD01.PROD.OUTLOOK.COM>

[-- Attachment #1: Type: text/plain, Size: 906 bytes --]

Hi,


If it could helps:

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.



Size of the file:


$ ls -l src/bootstrap-emacs

-rwxr-xr-x    1 gen01571 staff    4050705370 Dec 08 15:46 src/bootstrap-emacs


Thank you



[-- Attachment #2: Type: text/html, Size: 1941 bytes --]

  reply	other threads:[~2016-12-08 20:48 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-08 18:20 bug#25141: Compilation issue on AIX 7.1 and 64 bits Eric LeBlanc
2016-12-08 20:48 ` Eric LeBlanc [this message]
2016-12-23 20:27   ` Eli Zaretskii
2016-12-24 14:05     ` Eric LeBlanc
2016-12-24 16:11       ` Eli Zaretskii
2016-12-25 14:42         ` Eric LeBlanc
2017-09-02 12:11           ` Eli Zaretskii
2016-12-25  7:31 ` Paul Eggert
2020-08-12  0:25   ` Stefan Kangas
2020-08-12  1:17     ` Paul Eggert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YQXPR01MB019706F7515C00B4F5528C5AD3840@YQXPR01MB0197.CANPRD01.PROD.OUTLOOK.COM \
    --to=cognefou@hotmail.com \
    --cc=25141@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).