From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Problems compiling on Archlinux 64 Date: Mon, 27 Nov 2006 19:34:54 -0500 Message-ID: <51zmacflxt.fsf@fencepost.gnu.org> References: <200611212055.01073.manveru@weez-int.com> <874psswt1o.fsf@cyd.mit.edu> <200611221029.57786.manveru@weez-int.com> <87fycbo52b.fsf@cyd.mit.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164686149 18578 80.91.229.2 (28 Nov 2006 03:55:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 03:55:49 +0000 (UTC) Cc: Michael Fellinger , Giorgos Keramidas , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 04:55:47 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gou4R-0007CJ-6z for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 04:55:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gou4Q-000769-Ru for ged-emacs-devel@m.gmane.org; Mon, 27 Nov 2006 22:55:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gou3e-0006hn-Fa for emacs-devel@gnu.org; Mon, 27 Nov 2006 22:54:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gou3d-0006h5-P4 for emacs-devel@gnu.org; Mon, 27 Nov 2006 22:54:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gou3d-0006gv-FT for emacs-devel@gnu.org; Mon, 27 Nov 2006 22:54:57 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GorpE-0000Pd-QM for emacs-devel@gnu.org; Mon, 27 Nov 2006 20:31:56 -0500 Original-Received: from localhost ([127.0.0.1]) by fencepost.gnu.org with esmtp (Exim 4.52) id 1Goqw2-0002sR-JC; Mon, 27 Nov 2006 19:34:54 -0500 Original-To: Chong Yidong X-Spook: CIA NATO Crowell clandestine fissionable bemd Arnett X-Ran: |voTg`;hP{"i`b}Hx#A9Hbqtt;$DM78K/)!ui;_:7`%wC$@=&aVNEID:dH]3^u]l~^chyD X-Hue: cyan X-Attribution: GM In-Reply-To: <87fycbo52b.fsf@cyd.mit.edu> (Chong Yidong's message of "Wed, 22 Nov 2006 10:48:44 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:62894 Archived-At: Chong Yidong wrote: > Does this completely untested patch give good results (you'll have to > regenerate configure to test it, of course)? Building currently fails on x86-64 Red Hat Enterprise Linux 4, which uses a /usr/lib64 directory. I think you also need a change to src/config.in like the one below. PS I guess this whole issue will cause problems if people try to build a 32-bit Emacs on a 64-bit system (eg with -"m32"), but I think that already doesn't work for other reasons: http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-10/msg00462.html *** config.in 14 Nov 2006 08:21:49 -0000 1.218 --- config.in 28 Nov 2006 00:19:15 -0000 *************** *** 691,696 **** --- 691,700 ---- /* Define to 1 if you have the X11R6 or newer version of Xlib. */ #undef HAVE_X11R6 +/* Define to 1 if building a 64-bit Emacs on a system with the + 64-bit standard library in /usr/lib64 (as opposed to /usr/lib). */ + #undef HAVE_X86_64_LIB64_DIR + /* Define to 1 if you have the X11R6 or newer version of Xt. */ #undef HAVE_X11XTR6