From xemacs-m  Thu May 29 20:41:24 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id UAA07000;
	Thu, 29 May 1997 20:41:23 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id SAA05520; Thu, 29 May 1997 18:58:03 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id SAA11267; Thu, 29 May 1997 18:40:21 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id SAA12368; Thu, 29 May 1997 18:40:16 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id SAA18986; Thu, 29 May 1997 18:40:25 -0700
Date: Thu, 29 May 1997 18:40:25 -0700
Message-Id: <199705300140.SAA18986@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Steven L Baur <steve@xemacs.org>
Cc: xemacs-beta@xemacs.org
Subject: Build report -- XEmacs 20.3-beta3 distribution
In-Reply-To: <m2g1v5kbln.fsf@altair.xemacs.org>
References: <m2g1v5kbln.fsf@altair.xemacs.org>
X-Mailer: VM 6.31 under 20.3 XEmacs Lucid (beta2)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "sb" == Steven L Baur <steve@xemacs.org> writes:

sb> ./configure '--cflags=-m486 -O4 -fno-strength-reduce
sb> -malign-loops=2 -malign-jumps=2 -malign-functions=2
sb> -fomit-frame-pointer' '--with-sound=no' '--error-checking=none'
sb> '--debug=no' '--with-mule=yes' '--with-dialogs=athena3d'
sb> '--with-scrollbars=athena3d' '--with-wnn=yes'
sb> '--use-union-type=yes' '--with-xim=no'
sb> '--site-includes=/usr/X11R6/include/wnn' '--mail-locking=file'

Suggestion for future builds: wnn will be properly autodetected (in
beta4) and the header files are accessed via

#include <wnn/foo.h>

so it would be better to remove the '--with-wnn=yes'
'--site-includes=/usr/X11R6/include/wnn' flags to exercise more of configure.

As a general principle, the maintainers' and beta testers' configure
scripts should specify as few auto-detected options as possible, to do
a better job of testing.  I am also guilty of over-specifying my
configure command line.

Martin

