From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Maier Newsgroups: gmane.emacs.devel Subject: AIX: Emacs 64-bit with gcc Date: Sun, 09 Aug 2009 17:05:15 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249830353 8695 80.91.229.12 (9 Aug 2009 15:05:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Aug 2009 15:05:53 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 09 17:05:45 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ma9xw-00075N-KY for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 17:05:44 +0200 Original-Received: from localhost ([127.0.0.1]:34990 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ma9xw-0006SX-6e for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 11:05:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ma9xr-0006SS-1Y for emacs-devel@gnu.org; Sun, 09 Aug 2009 11:05:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ma9xl-0006OO-DE for emacs-devel@gnu.org; Sun, 09 Aug 2009 11:05:37 -0400 Original-Received: from [199.232.76.173] (port=55382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ma9xl-0006OL-6T for emacs-devel@gnu.org; Sun, 09 Aug 2009 11:05:33 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:46621 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ma9xk-00028N-KF for emacs-devel@gnu.org; Sun, 09 Aug 2009 11:05:32 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ma9xf-0004Xg-Qj for emacs-devel@gnu.org; Sun, 09 Aug 2009 15:05:27 +0000 Original-Received: from p54986833.dip.t-dialin.net ([84.152.104.51]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Aug 2009 15:05:27 +0000 Original-Received: from harald by p54986833.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Aug 2009 15:05:27 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54986833.dip.t-dialin.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (darwin) Cancel-Lock: sha1:4GUAvLoXSEWmbEW1tGYaZZRPwtA= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:113852 Archived-At: When I try to compile a 64-bit emacs with gcc-4.1.2 (32-bit) under AIX 5.3, I get the following error: ... Dumping under the name emacs !!! Invalid format operation %u ... The compiler options are: export OBJECT_MODE=64 export CC=gcc -maix64 Has anyone an idea what the problem might be? Harald