From xemacs-m  Fri Jun  6 13:50:52 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 NAA07437;
	Fri, 6 Jun 1997 13:50:51 -0500 (CDT)
Received: from newcnri.cnri.reston.va.us by CNRI.Reston.VA.US id aa09960;
          6 Jun 97 14:52 EDT
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id OAA19897; Fri, 6 Jun 1997 14:52:47 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id OAA11579; Fri, 6 Jun 1997 14:52:08 -0400
Date: Fri, 6 Jun 1997 14:52:08 -0400
Message-Id: <199706061852.OAA11579@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.VA.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Steven L Baur <steve@xemacs.org>
Cc: xemacs-beta@xemacs.org, xemacs-webmaint@xemacs.org
Subject: Re: XEmacs 20.3-beta4 ("Warsaw") is released
References: <m2u3jc762w.fsf@altair.xemacs.org>
X-Mailer: VM 6.30 under 19.15p4 XEmacs Lucid
Reply-To: bwarsaw@python.org
X-Attribution: BAW
X-Oblique-Strategy: Consider different fading systems
X-Url: http://www.python.org/~bwarsaw


    sb> This beta is code named `Warsaw' due to Barry's contention
    sb> that even numbered XEmacs releases are cursed. ;-)

Turns out there was more oddness than evenness!  20.3b4 built okay
with the following modifications:

1. Had to add --with-xpm=yes as Steve's release notes point out.

2. Had to hack src/Makefile to add -R/usr/dt/lib:/usr/openwin/lib to
   the temacs built line otherwise temacs would have unlocatable
   dynamic lib dependencies.  I think this was thrashed out a while
   back, but I don't remember the outcome.  In any case, having
   -L/usr/dt/lib without -R/usr/dt/lib (and similar for
   /usr/openwin/lib) is broken because it forces me to set
   LD_RUN_PATH.  Blech.

3. $EMACS/site-lisp wasn't empty.  It had a .precious file in it.
   Okay, okay minor nit, but my build procedure rmdirs site-lisp and
   symlinks it to my shared location.

Other than that, it seems to work great.

-Barry

-------------------- snip snip -------------------
uname -a: SunOS anthem 5.5.1 Generic_103640-08 sun4u sparc SUNW,Ultra-2

./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' '--debug=no' '--with-xpm=yes' '--with-database=no' '--with-database=gnudbm'


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

  Where should the build process find the source code?    /home/bwarsaw/src/xemacs-20.3-b4
  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? default
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/dt/include /usr/openwin/include
  Where do we find X Windows libraries?                   /usr/dt/lib /usr/openwin/lib
  Additional header files:                                /depot/gnu/include /depot/sundry/include
  Additional libraries:                                   /depot/gnu/plat/lib /depot/sundry/plat/lib
  Runtime library search path:                            /depot/gnu/plat/lib:/depot/sundry/plat/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 GNU DBM.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.

