bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Emacs 22.1 fails to build under GNU/Linux on S/390x due to multilib


From: Andreas Schwab
Subject: Re: Emacs 22.1 fails to build under GNU/Linux on S/390x due to multilib assumption
Date: Wed, 16 Jan 2008 00:42:42 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.1 (gnu/linux)

Ulrich Mueller <ulm@gentoo.org> writes:

> --- emacs-22.1-orig/src/m/ibms390x.h  2007-01-21 04:59:39.000000000 +0100
> +++ emacs-22.1/src/m/ibms390x.h       2008-01-13 03:51:46.000000000 +0100
> @@ -160,10 +160,10 @@
>  #define XPNTR(a) XUINT (a)
>  
>  #undef START_FILES
> -#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
> +#define START_FILES pre-crt0.o $(libdir)/crt1.o $(libdir)/crti.o

This is wrong.  libdir is the directory for the package to store its
library files, not the system library directory.  Even if prefix is
/usr/local you still need to look at /usr/lib(64).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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