From xemacs-m  Sun Feb  2 09:25:33 1997
Received: from omega.intranet.com ([192.148.106.20])
	by xemacs.org (8.8.5/8.8.5) with SMTP id JAA13319
	for <xemacs-beta@xemacs.org>; Sun, 2 Feb 1997 09:25:32 -0600 (CST)
Received: by omega.intranet.com; (5.65v3.2/1.3/10May95) id AA08564; Sun, 2 Feb 1997 10:25:49 -0500
Date: Sun, 2 Feb 1997 10:26:11 -0500 (EST)
Message-Id: <199702021526.KAA03730@blight.IntraNet.com>
From: Jonathan Edwards <edwards@intranet.com>
To: xemacs-beta@xemacs.org
Subject: 20.0 build FAILURE on AIX4.2
X-Face: #bA9Kpw-a@xMyaNJ-2wie(5Lje^S*i^8!VUOF84U!/jSPG*y@3s4Qu+\-FBQ?vQpE1S1<Vo
 TeWVx=wH}wf_WC]x:D%qd,r*|!~q=gVAWEA;T~3V4};X$r7W!FA(#Zj'E7M^(Tv)

Seems CDE is auto-detected now, but libDtSvc.a requires libtt.a
Don't know anything about configure, but the following patch works for me:

--- Makefile.in.in~     Thu Jan 23 00:30:03 1997
+++ Makefile.in.in      Sun Feb  2 09:56:18 1997
@@ -805,7 +805,7 @@
 #endif /* !TOOLTALK */
 
 #ifdef HAVE_CDE
-#  define LIB_CDE -lDtSvc
+#  define LIB_CDE -lDtSvc -ltt
 #else
 #  define LIB_CDE
 #endif

--------------------
P.S.

Configured for `powerpc-ibm-aix4.2.0.0'.

  Where should the build process find the source code?    /usr/src/xemacs-20.0
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/aix4-2.h' and `m/ibmrs6000.h'
  What compiler should XEmacs be built with?              cc -O2 -qarch=ppc
  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
  Additional header files:                                /usr/local/include
  Additional libraries:                                   /usr/local/lib
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for DBM.
  Compiling in support for CDE.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Motif dialog boxes.

