From xemacs-m  Thu Jan 30 14:10:54 1997
Received: from steadfast.teradyne.com (steadfast.teradyne.com [131.101.1.200])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id OAA16588 for <xemacs-beta@xemacs.org>; Thu, 30 Jan 1997 14:10:54 -0600 (CST)
Received: from kiki.icd.teradyne.com (kiki.icd.teradyne.com [131.101.1.30]) by steadfast.teradyne.com (8.7.1/8.7.1) with ESMTP id PAA07957 for <xemacs-beta@xemacs.org>; Thu, 30 Jan 1997 15:13:59 -0500 (EST)
Received: from spacely.icd.teradyne.com (spacely.icd.teradyne.com [131.101.10.9]) by kiki.icd.teradyne.com (8.7.1/8.7.1) with SMTP id PAA15047 for <xemacs-beta@xemacs.org>; Thu, 30 Jan 1997 15:08:08 -0500 (EST)
Received: from spacely by spacely.icd.teradyne.com (SMI-8.6/SMI-SVR4)
	id PAA08450; Thu, 30 Jan 1997 15:10:39 -0500
Message-Id: <199701302010.PAA08450@spacely.icd.teradyne.com>
X-Mailer: exmh version 2.0gamma 1/27/96
To: xemacs-beta@xemacs.org
reply-to: acs@acm.org
X-Attribution: Vin
Subject: b93 Build success on Solaris 2.4
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Thu, 30 Jan 1997 15:10:39 -0500
From: Vinnie Shelton  <shelton@icd.teradyne.com>

I built b93 on Solaris 2.4.  Seems to work OK.  I've included a patch 
to document the minor glitch I always observe with -xO4 for alloc.c, 
glyphs.c, and process.c.

vin

Purespace usage: 764100 of 765000 (100%).

Configured for `sparc-sun-solaris2.4'.
 
  Where should the build process find the source code?    /h/spacely/local/src/xemacs-20.0-b93
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/sol2-4.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              cc -fast -xO4 -xtarget=ss5
  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:                                /pd/oslib/include
  Additional libraries:                                   /pd/oslib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for DBM.
  Compiling in support for ToolTalk.
  Compiling in support for SparcWorks.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.
 

--- PROBLEMS~	Wed Dec 18 17:42:14 1996
+++ PROBLEMS	Thu Jan 30 14:46:56 1997
@@ -226,6 +226,12 @@
 You probably have /usr/ucblib/ on your LD_LIBRARY_PATH.  Do the link with
 LD_LIBRARY_PATH unset.
 
+* On Solaris 2.* I cannot make alloc.o, glyphs.o or process.o.
+
+The SparcWorks C compiler may have difficulty building those modules
+with optimization level -xO4.  Try using only "-fast" optimization
+for just those modules.  (Or use gcc).
+
 * I don't have `xmkmf' and `imake' on my HP.
 
 You can get these standard X tools by anonymous FTP to hpcvaaz.cv.hp.com.


