When i make the test directory of the Lesstif source.
compile can't find XtRegisterDrawable.
the error message is :
make[3]: Entering directory `/APP2/lesstif/lesstif-0.90.0/test/Xm/drag_drop'
gcc -g -I/usr/openwin/include -g -o test3
.o -L../../../lib/Xm-2.0/.libs
common/libLtTest.a -lXm -L/usr/openwin/lib -R/usr/openwin/lib -lXt -l
X11 -lsocket -lnsl
Undefined first referenced
symbol in file
XtRegisterDrawable test3.o
ld: fatal: Symbol referencing errors. No output written to test3
collect2: ld returned 1 exit status
make[3]: *** [test3] Error 1
make[3]: Leaving directory `/APP2/lesstif/lesstif-0.90.0/test/Xm/drag_drop'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/APP2/lesstif/lesstif-0.90.0/test/Xm'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/APP2/lesstif/lesstif-0.90.0/test'
make: *** [all-recursive-am] Error 2
The workstation i used is sparc-sun-solaris2.5
version number is Lesstif-0.90.0
i got it in the ftp.hungrp.com
it being built from source but i did not use any configuration option
i didn't change anything in source code.