From xemacs-m  Tue Jun 10 05:21:28 1997
Received: from sauna.ton.tut.fi (maage@b14b.tupsu.ton.tut.fi [193.166.82.72])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id FAA09065
	for <xemacs-beta@xemacs.org>; Tue, 10 Jun 1997 05:21:27 -0500 (CDT)
Received: (from maage@localhost) by sauna.ton.tut.fi (8.8.5/8.7.3/sauna) id NAA26193; Tue, 10 Jun 1997 13:21:27 +0300
To: xemacs-beta@xemacs.org
Subject: 20.3-b5 build success after minor tweaking (Linux 2.0.31pre2 RH4.2)
From: Markus Linnala <maage@cs.tut.fi>
Reply-To: Markus Linnala <maage@cs.tut.fi>
X-Attribution: maage
X-Name-Order: first last
X-Face: FT5rXy\9|jeFOlfb|;4,U^#kjLrK+Rl:/)b#Rs[0yJy{Mw7=BbJf?I.o&BnKV<G.LqXyG'T
 &sn#2KA=:&JZmmlD';!pz3j4Kxq*u3T"|up!?l^?S>pA8o[arz;GIY~q%jz5qRD+azNap-'|3/9;(K
 ZwNwAd'IBm-<+A1.
X-Url: http://www.cs.tut.fi/~maage/
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 10 Jun 1997 13:21:26 +0300
Message-ID: <m2hgf6ahcp.fsf@sauna.ton.tut.fi>
Lines: 63
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta5) - "Zagreb"


Apparently new configure can't parse lisp/version.el or version.el has
wrong number at '(defconst emacs-version "20.3"' -line (should be
20.3-b5?). It got version string wrong and installed el's to
/usr/local/lib/xemacs-20.3 instead of /usr/local/lib/xemacs-20.3-b5.

I made this dirty fix. Remake and install.
------------------------------------------------------------------------
--- Makefile~   Tue Jun 10 13:10:21 1997
+++ Makefile    Tue Jun 10 12:58:42 1997
@@ -66,7 +66,7 @@
 
 ### This should be the number of the XEmacs version we're building,
 ### like `19.12' or `19.13'.
-version=20.3
+version=20.3-b5
 
 ### This should be the name of the configuration we're building XEmacs
 ### for, like `mips-dec-ultrix' or `sparc-sun-sunos'.
------------------------------------------------------------------------

uname -a: Linux sauna 2.0.30 #5 Tue Jun 3 23:47:40 EET DST 1997 i586 unknown

./configure  '--debug=yes' '--error-checking=all' '--extra-verbose' '--cflags=-O3 -m486 -g -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -Wall -pipe'


Configured for `i586-pc-linux'.

  Where should the build process find the source code?    /usr/local/src/xemacs-20.3-b5
  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 -O3 -m486 -g -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -Wall -pipe
  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).
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  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: ---------------------------------------------------------

-- 
//Markus

