From xemacs-m  Sat May 31 13:53:02 1997
Received: from cerise.sensei.co.uk (glynn@muvies.demon.co.uk [158.152.66.14])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA15353
	for <xemacs-beta@xemacs.org>; Sat, 31 May 1997 13:52:59 -0500 (CDT)
Received: (from glynn@localhost) by cerise.sensei.co.uk (8.8.2/8.8.2) id JAA03831; Sat, 31 May 1997 09:20:37 +0100
Date: Sat, 31 May 1997 09:20:37 +0100
Message-Id: <199705310820.JAA03831@cerise.sensei.co.uk>
From: Glynn Clements <glynn@sensei.co.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: [Success] 20.3-b3, Linux-2.0.30
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta3)


Except for the missing gnudoit script, it compiled out of the box.

To get gpm support autodetected, I had to modify the configure script
slightly, to check for curses before gpm.

Compiling with lesstif-0.79 still exhibits the problem where the mouse
pointer has to be in the window to get keyboard events. (My XEmacs
frame takes up 99% of the screen, so it doesn't really matter).

One bug: doesn't work on XTerm. (bug report submitted).

-- 
Glynn Clements <glynn@sensei.co.uk>


uname -a: Linux cerise 2.0.30 #1 Thu May 15 04:09:13 BST 1997 i586

./configure  '--with-mule'


Configured for `i586-pc-linux'.

  Where should the build process find the source code?    /usr/src/xemacs-20.3-b3
  What installation prefix should install use?		  /usr/local
  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 -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/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 native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in support for ncurses.
  Compiling in support for GPM (General Purpose Mouse).
  Compiling in Mule (multi-lingual) support.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.
  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: ---------------------------------------------------------

