From xemacs-m  Thu Apr 24 12:34:31 1997
Received: from server21.digital.fr (server21.digital.fr [193.56.15.21])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA27774
	for <xemacs-beta@xemacs.org>; Thu, 24 Apr 1997 12:34:22 -0500 (CDT)
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 TAA12750 for <xemacs-beta@xemacs.org>; Thu, 24 Apr 1997 19:40:12 +0200 (MET DST)
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 TAA00906 for <xemacs-beta@xemacs.org>; Thu, 24 Apr 1997 19:34:21 +0200 (MET DST)
Received: from clusaz.gvc.dec.com ([16.184.176.21]) by vbormc.vbo.dec.com (8.7.3/8.7) with SMTP id QAA08654 for <xemacs-beta@xemacs.org>; Thu, 24 Apr 1997 16:46:35 +0200
Received: from fornet.gvc.dec.com by clusaz.gvc.dec.com (5.65v3.2/1.1.10.5/04Jan97-0611PM)
	id AA17944; Thu, 24 Apr 1997 16:54:39 +0200
Received: by fornet.gvc.dec.com; (5.65v3.2/1.1.8.2/23Sep96-1024AM)
	id AA05548; Thu, 24 Apr 1997 16:54:39 +0200
Date: Thu, 24 Apr 1997 16:54:39 +0200
Message-Id: <9704241454.AA05548@fornet.gvc.dec.com>
From: Steve Carney <carney@gvc.dec.com>
To: xemacs-beta@xemacs.org
Subject: XEmacs 20.2-b2 build success on Digital UNIX V4.0B
X-Mailer: VM 6.29 under 20.2 XEmacs Lucid (beta2)
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 with gcc without problems.  I tried with the Digital C compiler
(and didn't get very far), which is pickier, so below is a simple patch
to avoid a redefinition warning.  Additional changes are needed to get
it working with the Digital C compiler due to cpp problems generating
the Makefiles.  However, I don't have the time to deal with those right
now.

Do we get rid of all of the cpp stuff when the new autoconf arrives?

        Steve


--- src/s/decosf4-0.h.dist	Thu Apr 24 06:01:00 1997
+++ src/s/decosf4-0.h	Thu Apr 24 16:35:01 1997
@@ -25,7 +25,11 @@
 #define regmatch_t sys_regmatch_t
 
 #define SYSTEM_MALLOC
+
+/* Some V4.0* versions before V4.0B don't detect rename properly. */
+#ifndef HAVE_RENAME
 #define HAVE_RENAME
+#endif
 
 /* Digital Unix 4.0 has a realpath, but it's buggy.  And I
    *do* mean buggy. */



Hardware  : DEC 3000-500
OS        : Digital UNIX V4.0B (564)
Compiler  : gcc-2.7.2.1
Libraries : X11R6, Motif
XEmacs    : 20.2-b2 (full kit)

./configure  '--prefix=/usr/local/xemacs-20.2-beta' '--with-mule=yes' '--with-dnet=no' '--prefix=/usr/local/xemacs-20.2-beta' '--bindir=/usr/local/xemacs-20.2-beta/bin/alpha-dec-osf4.0' '--with-gcc=yes' '--cflags=-g -O2' '--rel-alloc=no' '--with-x' '--site-includes=/usr/local/include' '--site-libraries=/usr/local/lib' '--with-menubars=lucid' '--with-scrollbars=motif' '--with-dialogs=motif'


Configured for `alpha-dec-osf4.0'.

  Where should the build process find the source code?    /kits/install/xemacs/xemacs-20.2-b2
  What installation prefix should install use?		  /usr/local/xemacs-20.2-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 JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in support for Berkeley DB.
  Compiling in support for DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  Compiling in support for CDE.
  Compiling in support for ToolTalk.
  Using the Lucid menubar.
  Using the Motif scrollbar.
  Using the Motif dialog boxes.

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

