From xemacs-m  Thu Dec 19 11:41:21 1996
Received: from alphatech.com (erebus.alphatech.com [198.112.236.2])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with SMTP
	  id LAA09593 for <xemacs-beta@xemacs.org>; Thu, 19 Dec 1996 11:41:19 -0600 (CST)
Received: from venus.alphatech.com by alphatech.com (4.1/SMI-4.1)
	id AA25704; Thu, 19 Dec 96 12:37:22 EST
Received: from euler.alphatech.com by venus.alphatech.com (4.1/SMI-4.1)
	id AA28023; Thu, 19 Dec 96 12:44:02 EST
Received: by euler.alphatech.com (5.x/SMI-SVR4)
	id AA14739; Thu, 19 Dec 1996 12:36:26 -0500
Date: Thu, 19 Dec 1996 12:36:26 -0500
Message-Id: <9612191736.AA14739@euler.alphatech.com>
From: greg@alphatech.com (Greg Klanderman)
To: xemacs-beta@xemacs.org
Subject: 19.15-b4 success under solaris 2.4
Reply-To: greg@alphatech.com


(I just joined the list and this is my first XEmacs build)

./configure --prefix /home/greg/packages/xemacs-beta/19.x --exec-prefix=/home/greg/packages/xemacs-beta/19.x/sun4 --verbose  --with-dialogs=athena --with-menubars=lucid --with-scrollbars=lucid --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib


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

  Where should the build process find the source code?    /home/greg/packages/xemacs-beta/xemacs-19.15-b4
  What installation prefix should install use?            /home/greg/packages/xemacs-beta/19.x
  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?              gcc  -g -O 
  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
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Compiling in native sound support.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.
  Compiling in extra code for debugging.


Seemed to build fine though I haven't done much more than "xemacs -q&"
and loaded a few files.  At first the compile failed in lwlib because
some include file from "/usr/dt/include" had no matching "#endif" or
something like that.  I switched to "--with-dialogs=athena" and using
/usr/openwin/include instead of X11R6 and all went well (even though
"-I/usr/dt/include" remained on the compile line).  Not really sure
what the problem was but it seems OK now...

btw: this was b3 patched to b4 in case anyone cares...

Greg

