From owner-freebsd-questions Mon Dec 28 22:23:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA25244 for freebsd-questions-outgoing; Mon, 28 Dec 1998 22:23:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from juniper.ppp.access995.com (user164.access995.com [151.201.90.193] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA25216 for ; Mon, 28 Dec 1998 22:23:07 -0800 (PST) (envelope-from jritorto@tsoft.com) Received: from localhost (jritorto@localhost) by juniper.ppp.access995.com (8.8.8/8.8.8) with ESMTP id BAA08765 for ; Tue, 29 Dec 1998 01:23:02 GMT (envelope-from jritorto@tsoft.com) X-Authentication-Warning: juniper.ppp.access995.com: jritorto owned process doing -bs Date: Tue, 29 Dec 1998 01:22:58 +0000 (GMT) From: Jacob Ritorto X-Sender: jritorto@localhost To: questions@FreeBSD.ORG Subject: ports requiring motif won't link.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, here's a simple one for you folks: Why does make fail with something like stuff below when I try to compile something requiring Motif from the ports collection? I installed LessTif via CVS, btw. I can't compile GnuCash or XMCD or xmaddressbook because of this error. mail.o: Undefined symbol `_XmTextSetString' referenced from text segment mail.o: Undefined symbol `_XmCreateScrolledText' referenced from text segment mail.o: More undefined symbol _XmTextSetString refs follow mail.o: Undefined symbol `_XmTextSetCursorPosition' referenced from text segment mail.o: More undefined symbol _xmSeparatorWidgetClass refs follow mail.o: Undefined symbol `_XmAddProtocolCallback' referenced from text segment mail.o: Undefined symbol `_XmStringGetLtoR' referenced from text segment mail.o: Undefined symbol `_XmCreateFileSelectionDialog' referenced from text segment mail.o: Undefined symbol `_XmFileSelectionBoxGetChild' referenced from text segment *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. bash-2.02# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message