all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Erik Charlebois <erikcharlebois@gmail.com>
To: Doug Lewan <dougl@shubertticketing.com>
Cc: 14258@debbugs.gnu.org
Subject: bug#14258: Can't compile 24.3 on AIX 6.1
Date: Wed, 24 Apr 2013 15:39:03 -0400	[thread overview]
Message-ID: <CAC+abJYx4M8sL1fyJTtuinyr-vDsFvj9aos5+LnWMB9v=7_zLQ@mail.gmail.com> (raw)
In-Reply-To: <155DEC68569B714B86C2C7075F5EDA9828F0CDEE@DAKIYA1.pegasus.local>

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

The three logs seem to be for xlC, xlC -q64 and xlc -q64. xlC is the C++
compiler. I'm not sure if Emacs is meant to be built with C++. I'd suggest
trying with just vanilla xlc.

The ar error you're getting with xlc -q64 is because AIX archives can be
either 32-bit, 64-bit or both (containing the .o's for both). You need to
add -X32, -X64 or -X32_64 to your ARFLAGS.

When I was a developer on xlc, I used Emacs 24.2 on AIX6 built with gcc.
Whenever I built Emacs with xlc, I'd get segfaults after some amount of
time, usually corruption detected during garbage collection.

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

  reply	other threads:[~2013-04-24 19:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-24 13:51 bug#14258: Can't compile 24.3 on AIX 6.1 Doug Lewan
2013-04-24 19:39 ` Erik Charlebois [this message]
2013-04-26  7:53 ` Paul Eggert
2013-04-26 15:05   ` Doug Lewan
2013-04-26 19:35     ` 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

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

  git send-email \
    --in-reply-to='CAC+abJYx4M8sL1fyJTtuinyr-vDsFvj9aos5+LnWMB9v=7_zLQ@mail.gmail.com' \
    --to=erikcharlebois@gmail.com \
    --cc=14258@debbugs.gnu.org \
    --cc=dougl@shubertticketing.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.