I have no idea what is trying to be accomplished in spinbox/test5, but it does not compile with openMotif, which is 2.1.something.... gcc -g -O2 -I/usr/X11R6/include -g -Wall -o test5.motif test5.mo ../../common/libLtTest.a -L/usr/X11R6/lib /usr/X11R6/lib/libXm.so -lXmu -lXext -lXp -lXt -lSM -lICE -lX11 -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/X11R6/lib test5.mo: In function `main': /home/rwscott/source/lesstif/test/Xm-2.0/spinbox/test5.c:37: undefined reference to `_XmInitTraits' /home/rwscott/source/lesstif/test/Xm-2.0/spinbox/test5.c:38: undefined reference to `_XmTextFTraitRec' /home/rwscott/source/lesstif/test/Xm-2.0/spinbox/test5.c:40: undefined reference to `_XmTextTraitRec' collect2: ld returned 1 exit status make[1]: *** [test5.motif] Error 1 rm test5.mo make[1]: Leaving directory `/home/rwscott/source/lesstif/test/Xm-2.0/spinbox' make: *** [motif-tests-recursive] Error 1
