From xemacs-m  Sun Feb  2 21:12:46 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id VAA15762
	for <xemacs-beta@xemacs.org>; Sun, 2 Feb 1997 21:12:45 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id TAA11006; Sun, 2 Feb 1997 19:12:15 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id TAA10381; Sun, 2 Feb 1997 19:12:12 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA01279; Sun, 2 Feb 1997 19:12:13 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id TAA24537; Sun, 2 Feb 1997 19:12:11 -0800
Date: Sun, 2 Feb 1997 19:12:11 -0800
Message-Id: <199702030312.TAA24537@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: turner@lanl.gov
Cc: xemacs-beta@xemacs.org
Subject: Re: 20.0 build FAILURE on AIX4.2
In-Reply-To: <199702030233.TAA12551@branagh.ta52.lanl.gov>
References: <199702021526.KAA03730@blight.IntraNet.com>
	<m2zpxmydkm.fsf@altair.xemacs.org>
	<199702030016.QAA21960@xemacs.eng.sun.com>
	<199702030233.TAA12551@branagh.ta52.lanl.gov>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "John" == John Turner <turner@branagh.ta52.lanl.gov> writes:

John> Martin Buchholz writes:
>> The Right Thing long term is to:
>> - add /usr/dt/lib to library search path for X libraries
>> - Check for presence of libtt
>> - Check for presence of libDtSvc
>> - Add these to x library list if --with-cde
>> - This logic should all be in configure, not Makefile.in.in

John> I know you're talking about libs here, but don't forget about
John> the need for /usr/dt/include in the include path.  Or is that
John> only needed for --with-dialogs=motif?

Yes, there are lots of details like /usr/dt/include that have been
omitted.  On Solaris, it's also necessary to get the -R flags right.

But all this should be autodetected, not hardcoded into s/*.h or Makefiles.

Martin

