From xemacs-m  Tue Sep 23 18:48:22 1997
Received: from tanko.sk.tsukuba.ac.jp (root@tanko.sk.tsukuba.ac.jp [130.158.99.155])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA24009
	for <xemacs-beta@xemacs.org>; Tue, 23 Sep 1997 18:48:21 -0500 (CDT)
Received: by tanko.sk.tsukuba.ac.jp
	id m0xDmxe-00002WC
	(Debian Smail-3.2 1996-Jul-4 #2); Wed, 24 Sep 1997 17:38:18 +0900 (JST)
Message-Id: <m0xDmxe-00002WC@tanko.sk.tsukuba.ac.jp>
Date: Wed, 24 Sep 1997 17:38:18 +0900 (JST)
From: "Stephen J. Turnbull" <turnbull@sk.tsukuba.ac.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: SUCCESS: 20.3 "Sarajevo" XEmacs under Debian 1.3 Linux 2.0.29
X-Mailer: VM 6.34 under 20.3 "Minsk" XEmacs  Lucid (beta22)
Reply-To: turnbull@sk.tsukuba.ac.jp

Build success.  I built by patching up (successively from beta 18,
with builds at 19, 20, and 22), so I did a `make beta' and noticed the 
following:
-----
Compiling in lisp/ilisp
make[1]: Entering directory `/usr/local/src/xemacs-20.3-b23/lisp/ilisp'
/usr/local/src/xemacs-20.3-b23/src/xemacs -batch -l ilisp-mak.el
make[1]: /bin/csh: Command not found
make[1]: *** [ilisp-def.elc] Error 127
make[1]: Leaving directory `/usr/local/src/xemacs-20.3-b23/lisp/ilisp'
lisp/ilisp done.
-----

I looked at the Makefile, and at ll. 24--30 and 79:
-----
# Use whichever you like most
#EMACS = xemacs
#EMACS = /usr/local/bin/emacs
EMACS = emacs

# The SHELL variable is used only for making the distribution.
SHELL = /bin/csh
-----
# Note that the redirection is done by a Bourne Shell.
-----

I caught this because I don't even have csh installed; I don't know
enough about it to fix the Makefile although it's probably trivial.
The Makefile also says
-----
# Updated for XEmacs autoloads builds, but unused at present since no
#  autoloads are generated, and this package hasn't been customized.
-----
so maybe nobody cares :-)

uname -a: Linux tanko 2.0.29 #3 Fri Jul 25 02:43:07 JST 1997 i586 unknown

./configure  '--with-mule' '--with-xim=xlib' '--with-sound=both'


Configured for `i586-pc-linux'.

  Where should the build process find the source code?    /usr/local/src/xemacs-20.3-b23
  What installation prefix should install use?		  /usr/local
  Where should XEmacs look for packages?		  ~/.xemacs:/usr/local/lib/xemacs/packages
  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 -g -O2 -Wall -Wno-switch -fno-strength-reduce -malign-loops=2 -malign-jumps=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
  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 both network and 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 XIM (X11R5+ I18N input method) support.
    Using raw Xlib to provide XIM support.
  Compiling in support for proper session-management.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  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: ---------------------------------------------------------

