mkdir ~/bin/tmp
cd  ~/bin/tmp
ln -s /usr/openwin/lib/libXmu.so libXmu.so.6.0
ln -s /usr/openwin/lib/libXt.so libXt.so.6.0
ln -s /usr/openwin/lib/libX11.so libX11.so.6.0

LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${HOME}/bin/tmp
export LD_LIBRARY_PATH

or setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${HOME}/bin/tmp

~shasha/bin/xmsheet

Another version in
/net/lolita/export/home2/shasha/thinksheet/xmsheet

                                                                       

1) Edit thinksheet.defs
2) run ./configure
3) run make
4) change to the appropriate directory(ies) to run the program(s).


directory is:
/net/lolita/export/home2/shasha/thinksheet

 
You should do "make clean", then re-edit thinksheet.defs, then run
"./configure" from the top-level directory again.  After doing those
three steps, you can do "make" again.
 
BTW, I just realized that the info I gave you about directories may
not have been accurate.  If the Motif header files are in the
directory /usr/openwin/include/Xm, then the corresponding variable
should be:
 
MOTIF_INCLUDE_DIR=/usr/openwin/include
 
*not*
 
MOTIF_INCLUDE_DIR=/usr/openwin/include/Xm
 

