From xemacs-m  Thu Jun 26 16:43:51 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id QAA19089
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 16:43:50 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA24358 for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 15:07:00 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id OAA27218; Thu, 26 Jun 1997 14:43:19 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id OAA20997; Thu, 26 Jun 1997 14:43:16 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id OAA07137; Thu, 26 Jun 1997 14:43:15 -0700
Date: Thu, 26 Jun 1997 14:43:15 -0700
Message-Id: <199706262143.OAA07137@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Cc: xemacs-beta@xemacs.org
Subject: sofia build failure, Solaris 2.5.1
In-Reply-To: <bciyb7xbba4.fsf@corp.Sun.COM>
References: <bciyb7xbba4.fsf@corp.Sun.COM>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "GDF" == Gary D Foster <Gary.Foster@Corp> writes:

GDF> Looks like a dependance on motif where none was called for, and then a 
GDF> subsequent failure to insert the appropriate lib links.  If I change
GDF> it to 'with-dialogs=motif' it builds correctly.

GDF> -- Gary F.

GDF> uname -a: SunOS legba 5.5.1 Generic_103640-04 sun4u sparc SUNW,Ultra-1

GDF> ./configure  '--with-workshop' '--site-runtime-libraries=/net/legba.corp/usr/local/lib' '--with-scrollbars=lucid' '--with-dialogs=athena3d' '--error-checking=none' '--debug=yes' '--with-xpm'

Your configure command line is buggy.  With the current
implementation,  --site-runtime-libraries requires specification of
*all* the runtime dirs,
e.g.
--site-runtime-libraries=/net/legba.corp/usr/local/lib:/usr/dt/lib:/usr/openwin/lib:/lib.

But I bet it will work if you omit the --site-runtime-libraries flag
entirely.  There have been changes to enable that.

Martin

