From xemacs-m  Wed Jul  9 04:47:13 1997
Received: from alk.physik.uni-erlangen.de (root@theorie3.physik.uni-erlangen.de [131.188.166.210])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA06475
	for <xemacs-beta@xemacs.org>; Wed, 9 Jul 1997 04:47:11 -0500 (CDT)
Received: from cognac.physik.uni-erlangen.de (aoppelt@cognac.physik.uni-erlangen.de [131.188.166.201])
          by alk.physik.uni-erlangen.de (8.8.5/8.8.4) with ESMTP
	  id LAA08227 for <xemacs-beta@xemacs.org>; Wed, 9 Jul 1997 11:47:06 +0200
Received: (from aoppelt@localhost)
	by cognac.physik.uni-erlangen.de (8.8.5/8.8.5) id LAA06761;
	Wed, 9 Jul 1997 11:47:06 +0200
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Helsinki success on Linux (and patch for gzip-el)
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
Date: 09 Jul 1997 11:47:02 +0200
Message-ID: <ubyb7gpnft.fsf@cognac.physik.uni-erlangen.de>
Lines: 59
X-Mailer: Gnus v5.4.62/XEmacs 20.3(beta12) - "Helsinki"

Well, as expected given the name, this release works just great on
Linux :-). Anyway, I still needed this patch to make gzip-el:

--- xemacs-20.3-b12/Makefile.in.orig	Wed Jul  9 10:59:08 1997
+++ xemacs-20.3-b12/Makefile.in	Wed Jul  9 10:58:42 1997
@@ -422,7 +422,7 @@
 	@echo "${lispdir}"
 
 gzip-el:
-	lib-src/gzip-el.sh ${lispdir}
+	${srcdir}/lib-src/gzip-el.sh ${lispdir}
 
 MAKEPATH=./lib-src/make-path
 ## Build all the directories we're going to install XEmacs in.	Since

----------------------------------------------------------------------

uname -a: Linux cognac 2.0.30 #1 Mon Jun 9 10:43:40 MET DST 1997 i686

../configure  '--cflags=-m486 -g -malign-jumps=2 -malign-loops=2 -malign-functions=2' '--with-mule' '--use-union-type' '--mail-locking=file' '--prefix=/net/tmp/cognac/ao' '--site-includes=/home/aoppelt/include' '--site-libraries=/home/aoppelt/lib/lnx' '--with-dialogs=athena' 'i686-debian-linux'


Configured for `i686-debian-linux'.

  Where should the build process find the source code?    /var/tmp/ao/private/xemacs/xemacs-20.3-b12
  What installation prefix should install use?		  /net/tmp/cognac/ao
  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 -m486 -g -malign-jumps=2 -malign-loops=2 -malign-functions=2
  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/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Additional header files:                                /home/aoppelt/include
  Additional libraries:                                   /home/aoppelt/lib/lnx
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in support for X-Face message headers.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ncurses.
  Compiling in Mule (multi-lingual) support.
  Compiling in support for Canna on Mule.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  Using the union type for Lisp_Objects.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------

