![]() |
The binary distributions don't have this problem.
Fix this by running CVSMake. You'll need the tools mentioned above for that.
This happens when compiling with X11R5, and without builtin editres support. Remove the #ifdef and #endif at the beginning and end of lib/Xm/LTV5Editres.c
CC="cc -std1" LEX="/usr/local/bin/flex" ./configure
#define FUNCPROTO 1 #include <X11/Xfuncproto.h>
Change these two tests in configure if libtool --features | grep shared | grep -q .... lt_libtool_shared="no" fi if libtool --features | grep static | grep -q .... lt_libtool_static="no" fi by lt_libtool_shared=enable_shared lt_libtool_static=enable_static or add "." in your PATH before run configure. You should re run configure. You could also manually create links as: cd /usr/local/lib ln -s ../LessTif/Motif1.2/lib/lib*.so* . ln -s ../Lesstif/Motif2.0/lib/lib*.so* .