From xemacs-m  Tue Mar  4 15:39:32 1997
Received: from CNRI.Reston.VA.US (CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id PAA22868
	for <xemacs-beta@xemacs.org>; Tue, 4 Mar 1997 15:39:28 -0600 (CST)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa18521;
          4 Mar 97 16:38 EST
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA14801; Tue, 4 Mar 1997 16:38:33 -0500
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id QAA19820; Tue, 4 Mar 1997 16:38:32 -0500
Date: Tue, 4 Mar 1997 16:38:32 -0500
Message-Id: <199703042138.QAA19820@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@anthem.cnri.reston.va.us>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: b97 success
Reply-To: bwarsaw@python.org
X-Attribution: BAW
X-Oblique-Strategy: Tape your mouth (given by Rita Saarikko)
X-Url: http://www.python.org/~bwarsaw


19.15-b97 builds and runs fine on Solaris 2.5 for both Sparc and
Intel.  This time the build process completed two passes as expected,
the second one adjusting puresize.  It must be those wacky even
numbered betas that throwing me off!

../configure \
	--prefix=/depot/gnu \
	--exec-prefix=/depot/gnu/plat \
	--site-libraries="/depot/gnu/plat/lib /depot/sundry/plat/lib" \
	--site-runtime-libraries="/depot/gnu/plat/lib /depot/sundry/plat/lib" \
	--site-includes="/depot/gnu/include /depot/sundry/include" \
	--error-checking=none \
	--with-xface=yes \
	--with-database=no \
	--with-database=gnudbm

[and the configure output for Solaris/Sparc]

Configured for `sparc-sun-solaris2.5'.

  Where should the build process find the source code?    /depot/gnu/src/xemacs-19.15-b97
  What installation prefix should install use?		  /depot/gnu
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  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/openwin/include
  Where do we find X Windows libraries?                   /usr/openwin/lib
  Additional header files:                                /depot/gnu/include /depot/sundry/include
  Additional libraries:                                   /depot/gnu/plat/lib /depot/sundry/plat/lib /depot/gnu/plat/lib /depot/sundry/plat/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 PNG image conversion.
  Compiling in native sound support.
  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.

-Barry

