From xemacs-m  Fri Jan  3 09:49:03 1997
Received: from server21.digital.fr (server21.digital.fr [193.56.15.21])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id JAA02911 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 09:49:02 -0600 (CST)
Received: from mail.vbo.dec.com (mail.vbo.dec.com [16.36.208.34]) by server21.digital.fr (8.7.5/8.7) with ESMTP id QAA29953 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 16:52:48 +0100 (MET)
Received: from vbormc.vbo.dec.com (vbormc.vbo.dec.com [16.36.208.94]) by mail.vbo.dec.com (8.7.3/8.7) with ESMTP id QAA09140 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 16:50:57 +0100 (MET)
Received: from clusaz.gvc.dec.com (clusaz.gvc.dec.com [16.184.176.21]) by vbormc.vbo.dec.com (8.7.3/8.7) with SMTP id QAA16074 for <xemacs-beta@xemacs.org>; Fri, 3 Jan 1997 16:47:41 +0100
Received: from fornet.gvc.dec.com by clusaz.gvc.dec.com (5.65v3.2/1.1.10.5/31Dec96-0511PM)
	id AA27607; Fri, 3 Jan 1997 16:51:04 +0100
Received: by fornet.gvc.dec.com; (5.65v3.2/1.1.8.2/23Sep96-1024AM)
	id AA27843; Fri, 3 Jan 1997 16:49:03 +0100
Date: Fri, 3 Jan 1997 16:49:03 +0100
Message-Id: <9701031549.AA27843@fornet.gvc.dec.com>
From: Steve Carney <carney@gvc.dec.com>
To: xemacs-beta@xemacs.org
Subject: XEmacs 19.15-b6 patched success on Digital UNIX V4.0A
Reply-To: carney@gvc.dec.com
X-Face: (d*XRr}%:j,s*8+_o];-"-<<Sd1>H?Ds*>_vV}6DVjhNkjSRW0z^9[WBrbtMma>lyW6u>r(
 9U_m6J0kh7U=q?(h[7<YtS!Cu[Yl)D_XSCy5+tw>_2qr&4S=n|A*ScV]5BR{3]YXk$!,4l2vh9B]}&
 0p"&#\I

I built 15b6 on DUNIX 4.0A, with just one minor problem.  configure
didn't find rename, so HAVE_RENAME isn't being defined in config.h.
Consequently, I added it to decosf4-0.h (the corresponding patch is
below).  rename is defined in /usr/include/unistd.h.

Hardware  : DEC 3000-500
OS        : Digital UNIX V4.0A (464)
Compiler  : gcc-2.7.2.1
Libraries : X11R6
XEmacs    : 19.15-b6 (full kit)

Configured for `alpha-dec-osf4.0'.
  Where should the build process find the source code?    /kits/install/xemacs/xemacs-19.15-b6
  What installation prefix should install use?            /usr/local/xemacs-beta
  What operating system and machine description files should XEmacs use?
        `s/decosf4-0.h' and `m/alpha.h'
  What compiler should XEmacs be built with?              gcc -g -O2
  Should XEmacs use the GNU version of malloc?            no
  (The GNU allocators don't work with this system configuration.)
  Should XEmacs use the relocating allocator for buffers? no
  What window system should XEmacs use?                   x11
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/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 support for Berkeley DB.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Motif scrollbar.
  Using the Motif dialog boxes.
  Compiling in extra code for debugging.


--- src/s/decosf4-0.h.dist	Wed Dec 18 04:39:20 1996
+++ src/s/decosf4-0.h	Fri Jan  3 14:10:12 1997
@@ -25,3 +25,4 @@
 #define regmatch_t sys_regmatch_t
 
 #define SYSTEM_MALLOC
+#define HAVE_RENAME


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Steve Carney        TEL:[41](22)782.90.60  http://www-digital.cern.ch/carney/
carney@gvc.dec.com  FAX:[41](22)782.94.92 

