From xemacs-m  Mon Sep 22 11:51:32 1997
Received: from gwa.ericsson.com (gwa.ericsson.com [198.215.127.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA04769
	for <xemacs-beta@xemacs.org>; Mon, 22 Sep 1997 11:51:24 -0500 (CDT)
Received: from mr1.exu.ericsson.se (mr1.exu.ericsson.com [138.85.147.11]) by gwa.ericsson.com (8.8.2/8.8.2) with ESMTP id LAA17556 for <xemacs-beta@xemacs.org>; Mon, 22 Sep 1997 11:28:25 -0500 (CDT)
Received: from screamer.rtp.ericsson.se (screamer.rtp.ericsson.se [147.117.133.13]) by mr1.exu.ericsson.se (8.7.1/NAHUB-MR1.1) with SMTP id LAA29475 for <xemacs-beta@xemacs.org>; Mon, 22 Sep 1997 11:28:24 -0500 (CDT)
Received: from rcur (rcur18.rtp.ericsson.se [147.117.133.138]) by screamer.rtp.ericsson.se (8.6.12/8.6.4) with ESMTP id MAA16767 for <xemacs-beta@xemacs.org>; Mon, 22 Sep 1997 12:28:21 -0400
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: 20.3-b23 success on Solaris 2.5.1 with some hacks
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: Mon, 22 Sep 1997 12:28:20 -0400
Message-ID: <7875.874945700@rtp.ericsson.se>
From: Raymond Toy <toy@rtp.ericsson.se>


This is my first 20.3 beta build so if these have already been
reported, forgive.  I've haven't kept up of late.

Installation says:

uname -a: SunOS rcur18 5.5.1 Generic_103640-03 sun4m sparc SUNW,SPARCstation-20

../../xemacs-20.3-b23/configure  '--extra-verbose' '--prefix=/home/unix/toy/apps/XEmacs' '--with-mule' '--with-sparcworks' '--with-dialogs=motif' '--with-sound=both' '--site-includes=/apps/public/solaris2.5/include' '--site-runtime-libraries=/apps/public/solaris2.5/lib /apps/public/solaris2.5/X11R6.1/lib /usr/dt/lib'


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

  Where should the build process find the source code?    /home/unix/toy/apps/xemacs-20.3-b23
  What installation prefix should install use?		  /home/unix/toy/apps/XEmacs
  Where should XEmacs look for packages?		  ~/.xemacs:/home/unix/toy/apps/XEmacs/lib/xemacs/packages
  What operating system and machine description files should XEmacs use?
        `s/sol2.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc -g -O2 -Wall -Wno-switch
  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/dt/include /apps/public/solaris2.5/X11R6.1/include
  Where do we find X Windows libraries?                   /usr/dt/lib /apps/public/solaris2.5/X11R6.1/lib
  Additional header files:                                /apps/public/solaris2.5/include
  Runtime library search path:                            /apps/public/solaris2.5/lib:/apps/public/solaris2.5/X11R6.1/lib:/usr/dt/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in support for XPM images.
  Compiling in both network and native sound support.
  Compiling in support for GNU 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.
  Compiling in support for Sun WorkShop.
  Compiling in support for proper session-management.
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Motif dialog boxes.
  movemail will use "dot-locking" for locking mail spool files.
  WARNING: ---------------------------------------------------------
  WARNING: Compiling in support for runtime error checking.
  WARNING: XEmacs will run noticeably more slowly as a result.
  WARNING: Error checking is on by default for XEmacs beta releases.
  WARNING: ---------------------------------------------------------


Problems:

o  Could not find my xpm library, which is properly installed in the X
   directories.  I had to add my /apps/public/solaris2.5/X11R6.1/lib
   and /usr/dt/lib to site-runtime-libraries to get it to find it.  It 
   think the problem is that configure doesn't add the appropriate -R
   flags when searching for the xpm library.  I needed /usr/dt/lib
   because the link command wants to link in DtSVC as well.  Bogus.

o  I also note that /usr/dt/include is now listed before my X include
   directory.  It used to be the reverse.

o  During the build, the programs in lib-src were getting linked with
   -laudio.  This fails because -laudio needs Xt and Xlib as well.  I
   removed -laudio from the Makefile (ld_libs_general) and everything
   went fine after that.


After fixing these, everything seems to be running ok, after a few
minutes of testing....

Ray

