From xemacs-m  Sun Jan  5 09:54:03 1997
Received: from info-sparc1.info.ucl.ac.be (info-sparc1.info.ucl.ac.be [130.104.2.23])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id JAA11587 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 09:53:58 -0600 (CST)
Received: from nimitz.info.ucl.ac.be (nimitz.info.ucl.ac.be [130.104.21.70]) by info-sparc1.info.ucl.ac.be (8.7.5/8.7.3(fg/170796)) with ESMTP id QAA16103 for <xemacs-beta@xemacs.org>; Sun, 5 Jan 1997 16:53:58 +0100 (MET)
Received: (from fp@localhost) by nimitz.info.ucl.ac.be (8.7.5/8.7.3) id QAA12861; Sun, 5 Jan 1997 16:53:43 +0100 (MET)
Message-Id: <199701051553.QAA12861@nimitz.info.ucl.ac.be>
X-Mailer: exmh version 1.6.9 8/22/96
To: xemacs-beta@xemacs.org
Subject: [Build Report] XEmacs-20.0-b34 / SparcLinux
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Sun, 05 Jan 1997 16:53:43 +0100
From: Frederic Poncin <fp@info.ucl.ac.be>


I just tried to compile the latest beta on SparcLinux (RedHat 4.0).

1. type conflict

gmalloc.c:1300: conflicting types for `__sbrk'
/usr/include/unistd.h:630: previous declaration of `__sbrk'

commenting the line in gmalloc.c solves the problem.

2. Xmu detection & link

xmu lib. is not detected by configure and is missing at link stage resulting 
in an amount of undefined references.   (a -lXmu solved the problem)


Frederic Poncin



./configure
 
Configured for `sparc-unknown-linux2.0.27'.
 
  Where should the build process find the source code?    
/home/fp/xemacs-20.0-b34
  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
 
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  No Xmu; substituting equivalent routines.
  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 Berkeley DB.
  Compiling in support for GNU DBM.
  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.




