unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#1287: FW: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
@ 2008-11-04 18:50 stefan-husmann
  2008-11-04 23:37 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: stefan-husmann @ 2008-11-04 18:50 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacsbugs

> -----Original Message-----
> Date: Tue, 04 Nov 2008 01:17:29 +0100
> Subject: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64
architeture
> From: "stefan-husmann@t-online.de" <stefan-husmann@t-online.de>
> To: "Chong Yidong" <cyd@stupidchicken.com>


> -----Original Message-----
> > Date: Tue, 04 Nov 2008 00:28:51 +0100
> > Subject: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on
x86_64
> > architeture
> > From: Chong Yidong <cyd@stupidchicken.com>
> > To: "stefan-husmann\@t-online.de" <stefan-husmann@t-online.de>

> > "stefan-husmann@t-online.de" <stefan-husmann@t-online.de> writes:
> > 
> > > > In the absence of the /usr/lib64 -> /usr/lib symlink, run
> > > > `configure', and check the file src/config.h.  Is the line
> > > > 
> > > > #define HAVE_LIB64_DIR 1
> > > > 
> > > > commented out, or is it uncommented?
> > > > 
> > > > 
> > > it is not commented.
> > 
> > Does a directory /usr/lib64 exist on your system?
> > 
> Hello,

> it does, but it is almost empty. That's all:

> gcj-4.4.0-10  libffi.so    libffi.so.4.0.1     security
> libffi.a      libffi.so.4  logging.properties

> Regards Stefan

Hello, 

the files under /usr/lib64 all belong to one package, which is not even
an official on. Deinstalling that package removes also /usr/lib64
itself, and in that case emacs builds fine.

Regards Stefan








^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1287: FW: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
  2008-11-04 18:50 bug#1287: FW: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture stefan-husmann
@ 2008-11-04 23:37 ` Glenn Morris
  2008-11-05  1:53   ` Stefan Monnier
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2008-11-04 23:37 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 1287


Any reason not to change the configure.in test that sets
HAVE_LIB64_DIR from

if test -d /usr/lib64

to

if test -e /usr/lib64/crtn.o

?

It would have avoided this problem.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1287: FW: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture
  2008-11-04 23:37 ` Glenn Morris
@ 2008-11-05  1:53   ` Stefan Monnier
  2008-11-05  7:54     ` bug#1287: " Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2008-11-05  1:53 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 1287, Chong Yidong

> Any reason not to change the configure.in test that sets
> HAVE_LIB64_DIR from

> if test -d /usr/lib64
> to
> if test -e /usr/lib64/crtn.o

Do we always use "crtn.o" in lib64?  Is fo, then it sounds like a good
idea, indeed.


        Stefan






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1287: emacs 23.0.60 does not build on x86_64 architeture
  2008-11-05  1:53   ` Stefan Monnier
@ 2008-11-05  7:54     ` Glenn Morris
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2008-11-05  7:54 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 1287, Chong Yidong

Stefan Monnier wrote:

>> if test -e /usr/lib64/crtn.o
>
> Do we always use "crtn.o" in lib64?  Is fo, then it sounds like a good
> idea, indeed.

AFAICS, HAVE_LIB64_DIR affects only two files, both in src/m/
(ibms390x.h and amdx86-64.h).

In both cases, all it does is control which directory Emacs expects to
get the files crt1.o, crti.o, and crtn.o from (for START_FILES and
LIB_STANDARD).






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-05  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-04 18:50 bug#1287: FW: Re: bug#1287: 23.0.60; emacs 23.0.60 does not build on x86_64 architeture stefan-husmann
2008-11-04 23:37 ` Glenn Morris
2008-11-05  1:53   ` Stefan Monnier
2008-11-05  7:54     ` bug#1287: " Glenn Morris

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