rdargahi@wilkins.iaims.bcm.tmc.edu (Ross Dargahi) (03/16/91)
I am compiling an X client on an Evans & Sutherland machine. The client uses the
MOTIF GUI. The followind is the copilation command I am using:
cc -o application application.o -lXm -lXt -lXmu -lX11
I get the following link errors:
ld:
Undefined:
XtWidgetHasCallbacks
XtWidgetCallCallbacks
XtWidgetOverrideCallback
_XtSetFontUnit
_XtFocusMode
_XtGetPerDisplay
_XtCheckLangName
_XtLangExpand
Does anyone have any idea where these functions should be? I am at a loss!
Ross