From xemacs-m  Mon Feb  3 02:36:45 1997
Received: from genera.genera.net (root@genera.HIP.Berkeley.EDU [136.152.80.215])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id CAA17383
	for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 02:36:31 -0600 (CST)
Received: from localhost (ketchers@genera.genera.net [127.0.0.1]) by genera.genera.net (8.8.2/8.8.2) with SMTP id AAA15324 for <xemacs-beta@xemacs.org>; Mon, 3 Feb 1997 00:34:43 -0800
Date: Mon, 3 Feb 1997 00:34:42 -0800 (PST)
From: Richard Ketchersid <ketchers@math.berkeley.edu>
X-Sender: ketchers@genera.genera.net
To: xemacs-beta@xemacs.org
Subject: Build success on Linux-2.1.24 + glibc-2.0
In-Reply-To: <kigiv4bkum7.fsf@jagor.srce.hr>
Message-ID: <Pine.LNX.3.95.970203002935.15194D-100000@genera.genera.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII


It took a patch to glibc's malloc.c, but it works ( at least it does not
die immediately, it will without the patch to malloc.c ) Here is the
configure output.

================================================================================
	defining EMACS_VERSION to be 20.0
	defining EMACS_CONFIGURATION to be "i486-ibm-linux"
	defining config_machfile to be "m/intel386.h"
	defining config_opsysfile to be "s/linux.h"
	defining LD_SWITCH_X_SITE to be -L/usr/X11R6/lib
	defining LD_SWITCH_X_SITE_AUX to be 
	defining C_SWITCH_X_SITE to be -I/usr/X11R6/include
	defining LD_SWITCH_SITE to be  -L/usr/local/lib -L/usr/local/X11/lib
	defining C_SWITCH_SITE to be  -I/usr/local/include
	defining UNEXEC_SRC to be unexelf.c
	defining HAVE_X_WINDOWS
	defining HAVE_XFREE386
	defining USE_SYSTEM_MALLOC
	defining REL_ALLOC
	defining LISP_FLOAT_TYPE
	defining LWLIB_USES_ATHENA
	defining HAVE_TOOLBARS
	defining HAVE_TTY
	defining USE_GCC
	defining CONST_IS_LOSING
	defining USE_ASSERTIONS
	defining NO_UNION_TYPE


Configured for `i486-ibm-linux'.

  Where should the build process find the source code?    /zip/xemacs-20.0
  What installation prefix should install use?		  /local/xemacs-20.0
  What operating system and machine description files should XEmacs use?
        `s/linux.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -pipe -D_GNU_SOURCE -O3 -fomit-frame-pointer -fno-strength-reduce
  Should XEmacs use the GNU version of malloc?            no
  (User chose not to use GNU allocators.)
  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/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/lib /usr/local/X11/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  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 TIFF image conversion (not implemented).
  Compiling in support for Berkeley DB.
  Compiling in support for OffiX.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena-3d dialog boxes.
-- 
Thank You,
  Richard Ketchersid

