From xemacs-m  Sun Feb  2 17:37:17 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA15018
	for <xemacs-beta@xemacs.org>; Sun, 2 Feb 1997 17:37:17 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id PAA31095;
	Sun, 2 Feb 1997 15:48:27 -0800
To: xemacs-beta@xemacs.org
Subject: Re: 20.0 build FAILURE on AIX4.2
References: <199702021526.KAA03730@blight.IntraNet.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Jonathan Edwards's message of Sun, 2 Feb 1997 10:26:11 -0500 (EST)
Mime-Version: 1.0 (generated by tm-edit 7.101)
Content-Type: text/plain; charset=US-ASCII
Date: 02 Feb 1997 15:48:25 -0800
Message-ID: <m2zpxmydkm.fsf@altair.xemacs.org>
Lines: 24
X-Mailer: Gnus v5.4.8/XEmacs 20.0

Jonathan Edwards writes:

> 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:

That appears to be the tooltalk library.  How come it isn't being
detected?  I don't know anything about CDE and tooltalk, is this a
reasonable change?

> --- 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

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

