From xemacs-m  Sun May 18 23:33:11 1997
Received: from bayserve.net (jmiller@port87.bayserve.net [206.148.244.178])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA17098
	for <xemacs-beta@xemacs.org>; Sun, 18 May 1997 23:33:04 -0500 (CDT)
Received: (from jmiller@localhost)
          by bayserve.net (8.8.4/8.8.4)
	  id AAA04788; Mon, 19 May 1997 00:36:17 -0400
Date: Mon, 19 May 1997 00:36:17 -0400
Message-Id: <199705190436.AAA04788@bayserve.net>
MIME-Version: 1.0
From: Jeff Miller <jmiller@bayserve.net>
To: xemacs-beta@xemacs.org
Subject: Success w/tweaking, 20.3-b1, linux-2.0.30
X-Mailer: VM 6.31 under 20.2 XEmacs Lucid
Reply-to: jmiller@bayserve.net
Content-Type: text/plain; charset=US-ASCII
X-Face: &vGrMZ?Q&W5~yiCR_#hat=$tgJrK`J=2$se?0Nu9I3G|I<2-\:82zx>kz=l8(yw)G1i&0"D
 <nv_e$^;,ftG6@Hn"did"G5i=X_-Z3Y


this is from a 20.2-b1.tar.gz and mucho patch files.

*) make beta failed with this error:

make[1]: Entering directory `/mnt2/home/jmiller/xemacs-20.3-b1/dynodump'
make[1]: *** No rule to make target `clean'.  Stop.
make[1]: Leaving directory `/mnt2/home/jmiller/xemacs-20.3-b1/dynodump'
make: *** [clean] Error 2


*) comiled ok, xemacs dump failed because of a missing
lisp/prim/featurep.elc.  I bytecompiled by hand and things went fine
afterwards

*) on a side note, I see that INSTALL doesn't mention the --mail-locking
configure option.


so, I pretty much just did

configure blah blah blah
make beta (failed)

make
byte-compiled lisp/prim/featurep.el
make all-elc



uname -a: Linux napoli 2.0.30 #1 Fri Apr 25 22:42:24 EDT 1997 i586

./configure  '--prefix=/usr/local' '--cflags=-g -O2' '--with-sound=native'


Configured for `i586-pc-linux'.

  Where should the build process find the source code?    /mnt2/home/jmiller/xemacs-20.3-b1
  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 -O2
  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 OffiX.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.

