From xemacs-m  Tue Mar 25 09:28:58 1997
Received: from newman (root@newman.aventail.com [38.225.141.10])
	by xemacs.org (8.8.5/8.8.5) with SMTP id JAA02177
	for <xemacs-beta@xemacs.org>; Tue, 25 Mar 1997 09:28:56 -0600 (CST)
Received: from kramer.in.aventail.com.aventail.com (wmperry@kramer [192.168.1.12]) by newman (8.6.12/8.6.9) with SMTP id HAA15057 for <xemacs-beta@xemacs.org>; Tue, 25 Mar 1997 07:26:21 -0800
Date: Tue, 25 Mar 1997 07:26:21 -0800
Message-Id: <199703251526.HAA15057@newman>
From: "William M. Perry" <wmperry@aventail.com>
To: xemacs-beta@xemacs.org
Subject: UnixWare & B104
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Works - unixware utilities suck big time.  Have to use GNU make (otherwise
you get line too long errors in src/), and for some reason the X libraries
are not autodetected well, and you get a compile line like: -I     -L    
so not many of the X headers/libs are found. :(

But, manually configuring with:

./configure --error-checking=none	\
	    --debug=no			\
	    --with-scrollbars=lucid	\
	    --with-dialogs=athena	\
	    --with-menubars=lucid	\
	    --x-includes="/usr/X/include" \
	    --x-libraries="/usr/X/lib"	\
	    --site-runtime-libraries="/usr/X/lib" \
            --dynamic=no

Everything appears to be Ok, other than the fact that
--site-runtime-libraries doesn't appear to work (gcc doesn't grok -R, and
-Wl doesn't seem to be very happy either).  I'm beginning to wonder why I
bothered with a unixware build, other than curiosity. :)

-Bill P.

Configured for `i386-univel-sysv4.2MP'.

  Where should the build process find the source code?    /usr/local/src/xemacs-19.15-b104
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/usg5-4-2.h' and `m/intel386.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/X/include
  Where do we find X Windows libraries?                   /usr/X/lib
  Compiling in support for XAUTH.
  Compiling in support for GIF image conversion.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.

