From xemacs-m  Wed Dec 11 02:54:09 1996
Received: from rum.physik.uni-erlangen.de ([131.188.166.205]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with ESMTP id CAA27959 for <xemacs-beta@xemacs.org>; Wed, 11 Dec 1996 02:54:07 -0600 (CST)
Received: (from aoppelt@localhost) by rum.physik.uni-erlangen.de (8.7.6/8.7.3) id JAA12534; Wed, 11 Dec 1996 09:53:32 +0100
Date: Wed, 11 Dec 1996 09:53:32 +0100
Message-Id: <199612110853.JAA12534@rum.physik.uni-erlangen.de>
From: Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
To: xemacs-beta@xemacs.org
Reply-To: aoppelt@theorie3.physik.uni-erlangen.de
Subject: 19.15-b3 success on Debian Linux 1.1.16 (kernel 2.0.27, libc 5.2.18)

Just compiled 19.15-b3, seems to work fine. Note that it finds the Berkeley
DB libraries during configure, but if you don't specify 
--site-includes="/usr/include/db", compilation will fail (complaining it
can't find db.h). Seems to be a specialty of the Debian distribution - on an
older Slackware system, db.h is in /usr/include.

By the way: this is a 180MHz PentiumPro, 128 MB RAM. Display is on a
machine of the same type. I can't really say anything about performance,
the machine is just too fast :-).

Achim
--
Achim Oppelt, Schwedenstr. 25, D-91080 Spardorf, Germany
aoppelt@theorie3.physik.uni-erlangen.de
Tel: +49 9131 85-8476		Tel+Fax (private): +49 9131 503693

----------------------------------------------------------------------

./configure i686-debian-linux --site-includes="/usr/include/db" --dynamic=yes --cflags="-O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strength-reduce" 


Configured for `i686-debian-linux'.

  Where should the build process find the source code?    /var/tmp/ao/xemacs-19.15-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 -O2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -fno-strength-reduce
  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
  Additional header files:                                /usr/include/db
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.

