From xemacs-m  Tue Apr  8 04:53:14 1997
Received: from info.ucl.ac.be (info-sparc1.info.ucl.ac.be [130.104.2.23])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA25110
	for <xemacs-beta@xemacs.org>; Tue, 8 Apr 1997 04:53:13 -0500 (CDT)
Received: from nimitz.info.ucl.ac.be (nimitz.info.ucl.ac.be [130.104.21.70]) by info.ucl.ac.be (8.7.5/8.7.3(fg/170796)) with ESMTP id LAA02861 for <xemacs-beta@xemacs.org>; Tue, 8 Apr 1997 11:52:59 +0200 (MET DST)
Received: (from fp@localhost) by nimitz.info.ucl.ac.be (8.7.5/8.7.3) id LAA06575; Tue, 8 Apr 1997 11:52:59 +0200 (MET DST)
Message-Id: <199704080952.LAA06575@nimitz.info.ucl.ac.be>
X-Mailer: exmh version 2.0beta 12/23/96
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: [build report] b11 success on SparcLinux 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Tue, 08 Apr 1997 11:52:58 +0200
From: Frederic Poncin <fp@info.ucl.ac.be>


Dynamic build :
  configure works well. Everything is detected. (Xmu, png,...).
  build without problem.
  run fine.

Static build :
  link doesn't succeed. ld generate a warning. So, no temacs. Linking with
    -noinhibit-exec solves the problem. 

This does not seem to come from XEmacs.
 
(standard lib(c|m) of redhat 4.(0|1) )
/usr/lib/libc.a(__isnan.o): In function `isnan':
__isnan.o(.text+0x0): multiple definition of `__isnan'
/usr/lib/libm.a(__isnan.o)(.text+0x0): first defined here
ld: Warning: size of symbol `__isnan' changed from 48 to 72 in __isnan.o


PS: same problem in 19.15

--
Frederic Poncin



uname -a: Linux linux-sparc.info.ucl.ac.be 2.0.27 #1 Thu Dec 26 12:08:34 MET 
199
6 sparc

./configure 


Configured for `sparc-unknown-linux2.0.27'.

  Where should the build process find the source code?    
/home/fp/xemacs-20.1-b
11
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/linux.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/X11R6.1/include
  Where do we find X Windows libraries?                   /usr/X11R6.1/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ncurses.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.


