Hi everyone:
I run into an error while I was trying to build medm3.1.9, and the information related to it is as follows:
####################################################################################################################
/usr/bin/gcc -c -D_POSIX_C_SOURCE=199506L -D_POSIX_THREADS -D_XOPEN_SOURCE=500 -D_X86_ -DUNIX -D_BSD_SOURCE -Dlinux -D_REENTRANT -O3 -g -Wall -DSCIPLOT -DMOTIF -DEDITRES -m32 -MMD -I. -I../O.Common -I. -I.. -I../../../../include/os/Linux -I../../../../include -I/home/gongyu/EPICS/base/include/os/Linux -I/home/gongyu/EPICS/base/include -I../../printUtils -I../../xc -I/usr/X11R6/include -I/usr/X11R6/include/X11 ../xgif.c
make[2]: *** No rule to make target `/usr/X11R6/lib/libXt.a', needed by `medm'. Stop.
make[2]: Leaving directory `/home/gongyu/EPICS/extensions/src/medm3_1_9/medm/O.linux-x86'
make[1]: *** [install.linux-x86] Error 2
make[1]: Leaving directory `/home/gongyu/EPICS/extensions/src/medm3_1_9/medm'
make: *** [medm.install] Error 2
####################################################################################################################
How can I solve this problem?
The os release is linux Centos 5.6, 32 bit.
EPICS BASE release is 3.14.12.4.
The configure is as follows (extentions/configure/os/CONFIG_SITE.linux-x86.linux-x86):
X11_LIB=/usr/lib
X11_INC=/usr/include
MOTIF_LIB=/usr/lib
MOTIF_INC=/usr/include
#XRTGRAPH_EXTENSIONS=YES
#XRTGRAPH=/usr/local/xrtgraph
SCIPLOT=YES
I have installed the openMotif, but I did not install Xrtgraph. I do not know if Xrtgraph is necessary to medm.
gongyu