unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
To: Ulrich Mueller <ulm@gentoo.org>
Cc: bug-gnu-emacs@gnu.org, Mike Frysinger <vapier@gentoo.org>,
	emacs@gentoo.org
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	[thread overview]
Message-ID: <je7iiau03x.fsf@sykes.suse.de> (raw)
In-Reply-To: <18317.10868.856546.238@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Tue\, 15 Jan 2008 22\:49\:40 +0100")

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	other threads:[~2008-01-15 23:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-15 21:49 Emacs 22.1 fails to build under GNU/Linux on S/390x due to multilib assumption Ulrich Mueller
2008-01-15 23:42 ` Andreas Schwab [this message]
2008-01-15 23:51   ` Mike Frysinger
2008-01-16  9:27     ` Andreas Schwab
2008-01-16 19:14     ` Glenn Morris
2008-01-16 20:11       ` Mike Frysinger
2008-01-17  8:26       ` Ulrich Mueller
2008-01-17  8:46         ` Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=je7iiau03x.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=emacs@gentoo.org \
    --cc=ulm@gentoo.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).