From xemacs-m  Tue Jun 17 16:07:59 1997
Received: from atreides.eng.mindspring.net (atreides.eng.mindspring.net [207.69.183.11])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA26826
	for <xemacs-beta@xemacs.org>; Tue, 17 Jun 1997 16:07:58 -0500 (CDT)
Received: (qmail 26534 invoked by uid 52477); 17 Jun 1997 21:07:24 -0000
To: xemacs-beta@xemacs.org
Subject: Oslo patch for "make info"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Sudish Joseph <sj@eng.mindspring.net>
Date: 17 Jun 1997 17:07:24 -0400
Message-ID: <yvia3eqh3pmb.fsf@atreides.eng.mindspring.net>
Lines: 64
X-Mailer: Gnus v5.4.55/XEmacs 20.3(beta7)

I needed this to execute "make info":

diff -u /home/sj/src/xemacs/Makefile.in~ /home/sj/src/xemacs/Makefile.in
--- /home/sj/src/xemacs/Makefile.in~	Tue Jun 17 17:01:38 1997
+++ /home/sj/src/xemacs/Makefile.in	Tue Jun 17 17:01:38 1997
@@ -453,7 +453,7 @@
 ### Some makes seem to remember that they've built something called FRC,
 ### so you can only use a given FRC once per makefile.
 FRC FRC.src.paths.h FRC.src FRC.lib-src FRC.lwlib FRC.mkdir FRC.dump-elcs:
-FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean:
+FRC.mostlyclean FRC.clean FRC.distclean FRC.realclean FRC.info:
 
 # ==================== Cleaning up and miscellanea ====================
 

Things seem fine otherwise.  I did a make all-elc, having downloaded
the slim tarball.  

I did have problems with b6, with a gc assertion failing whilst
byte-compiling during all-elc.  I suspect that was a bug with a beta
gcc.  This was compiled with vanilla gcc 2.7.2 and glibc 2.0.4.  Note
that --debug is enabled, so the assertion is obviously working fine.

-Sudish

uname -a: Linux atreides 2.0.29 #48 Mon Feb 10 16:11:17 EST 1997 i686 unknown

../configure  '--verbose' '--with-mule=yes' '--with-gcc' '--with-gnu-make' '--cflags=-g -O2' '--dynamic=yes' '--const-is-losing=yes' '--with-xpm=yes' '--with-toolbars=yes' '--with-png' '--with-gif' '--with-jpeg' '--with-xim=xlib' '--with-dialogs=athena' '--debug' '--error-checking=none' '--use-union-type' '--rel-alloc' '--with-database=berkdb,gnudbm'


Configured for `i686-pc-linux'.

  Where should the build process find the source code?    /home/sj/src/xemacs-20.3-b7
  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 GPM (General Purpose Mouse).
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using raw Xlib to provide XIM support.
  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.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

