emacs-devel
[Top][All Lists]
Advanced

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

Re: Problems compiling on Archlinux 64


From: Glenn Morris
Subject: Re: Problems compiling on Archlinux 64
Date: Mon, 27 Nov 2006 19:34:54 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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
  





reply via email to

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