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: Chong Yidong
Subject: Re: Problems compiling on Archlinux 64
Date: Mon, 27 Nov 2006 19:58:22 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Glenn Morris <address@hidden> writes:

> 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.

Just to confirm (your message wasn't clear): does the compilation work
after this patch is applied?

> *** 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]