From xemacs-m  Mon Mar 10 03:56:12 1997
Received: from alk.physik.uni-erlangen.de (root@theorie3.physik.uni-erlangen.de [131.188.166.210])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA19850
	for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 03:56:11 -0600 (CST)
Received: from cognac.physik.uni-erlangen.de (aoppelt@cognac.physik.uni-erlangen.de [131.188.166.201])
          by alk.physik.uni-erlangen.de (8.8.5/8.8.4) with ESMTP
	  id KAA01690 for <xemacs-beta@xemacs.org>; Mon, 10 Mar 1997 10:56:07 +0100
Received: (from aoppelt@localhost)
	by cognac.physik.uni-erlangen.de (8.8.5/8.8.5) id KAA30647;
	Mon, 10 Mar 1997 10:56:07 +0100
Sender: aoppelt@theorie3.physik.uni-erlangen.de
To: xemacs-beta@xemacs.org
Subject: xemacs-19.15b98 success on Linux 2.0.29
Mime-Version: 1.0 (generated by tm-edit 7.79)
Content-Type: text/plain; charset=US-ASCII
From: Achim Oppelt <aoppelt@theorie3.physik.uni-erlangen.de>
Date: 10 Mar 1997 10:56:06 +0100
Message-ID: <ubu3mk5avd.fsf@cognac.physik.uni-erlangen.de>
Lines: 36
X-Mailer: Gnus v5.2.25/XEmacs 19.14

This is on a Pentium Pro (180MHZ, 128MB RAM) running Debian 1.2. I am using
the Pentium-optimizing GCC (snapshot 970222).

../configure i686-debian-linux --prefix=/var/tmp/ao --with-gcc \
 --compiler=pgcc --cflags='-O6 -mpentiumpro' \
 --site-includes='/usr/include/db /var/tmp/ao/private/Motif-2.0/include' \
 --site-libraries='/var/tmp/ao/private/Motif-2.0/lib'

Configured for `i686-debian-linux'.

  Where should the build process find the source code?    /var/tmp/ao/xemacs/xemacs-19.15-b98
  What installation prefix should install use?            /var/tmp/ao
  What operating system and machine description files should XEmacs use?
        `s/linux.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              pgcc -O6 -mpentiumpro
  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 /var/tmp/ao/private/Motif-2.0/include
  Additional libraries:                                   /var/tmp/ao/private/Motif-2.0/lib
  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 Motif dialog boxes.
  Compiling in extra code for debugging.

I had to compile src/lread.c without optimization because GCC would get a
signal 11 otherwise. Probably a bug in the Pentium-GCC.

