From xemacs-m  Thu Feb 27 17:13:08 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 RAA10013
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 17:13:04 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id PAA10458; Thu, 27 Feb 1997 15:12:16 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id PAA24650; Thu, 27 Feb 1997 15:12:13 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id PAA23608; Thu, 27 Feb 1997 15:12:12 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id PAA29272; Thu, 27 Feb 1997 15:12:12 -0800
Date: Thu, 27 Feb 1997 15:12:12 -0800
Message-Id: <199702272312.PAA29272@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Colin Rafferty <craffert@ml.com>
Cc: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: 20.1b3 link failure (cde/motif)
In-Reply-To: <ocrn2squrmr.fsf@spssunp.spspme.ml.com>
References: <ocrn2squrmr.fsf@spssunp.spspme.ml.com>
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

>>>>> "Colin" == Colin Rafferty <craffert@spspme.ml.com> writes:

Colin> In frame-x.c:1030, XmDragCancel() is called.  This is only compiled in
Colin> if I have CDE.  However, I am not linking in Motif, so this is
Colin> (obviously) not correct.

CDE is built on top of Motif, so --with-cde should imply -lXm.  This
is a bug in configure.  The way configure currently does this is a
little kludgy.

Martin

