GNU bug report logs - #507
compilation problem under Solaris

Previous Next

Package: emacs;

Reported by: "Langella Raphael" <raphael.langella <at> steria.cnes.fr>

Date: Mon, 30 Jun 2008 12:50:03 UTC

Severity: normal

Fixed in version 23.0.60

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: 507 <at> debbugs.gnu.org
Cc: Langella Raphael <raphael.langella <at> steria.cnes.fr>
Subject: bug#507: compilation problem under Solaris
Date: Fri, 4 Jul 2008 15:48:02 -0400
Langella Raphael wrote (on Fri, 4 Jul 2008 at 10:40 +0200):

> > By far the easiest way for you to fix this is just to edit your
> > src and lib-src Makefile by hand.
> 
> That's exactly what I did even before reporting the bug. I just
> thought I should report this. And I didn't have to edit
> lib-src/Makefile, only src/Makefile.

I know. Thanks for taking the time to report it.

If you like, you could check that the configure patch, plus changing
files in src/ to use __sparc__ rather than sparc, works:

src/m/sparc.h:

/* Say this machine is a sparc */

#ifndef __sparc__
#define __sparc__
#endif


src/alloc.c, src/ecrt0.c, unexsunos4.c:

Change #ifdef sparc to #ifdef __sparc__




This bug report was last modified 16 years and 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.