안녕하세요. 자주 질문을 드리게 되네요 ㅠ
xmgrace를 설치하려고 합니다. ./configure 했는데
checking for X... no라고 뜹니다.
검색을 하다보니 xmgrace를 사용하려면 openmotif가 필요로 하다는것 같은데 맞나요??
그래서 openmotif를 설치하려고 해보니까, 마찬가지로 X11 이게 적용?안되는거 같은데 어떻게 해야할지 모르겠습니다.
[chip@localhost openmotif-2.3.1]$ ./configure --prefix=/usr/local/openmotif
checking for /usr/X/include/X11/X.h... no
checking for /usr/X11R6/include/X11/X.h... no
configure 옵션에
X features:
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
이 부분을 지정해줘야 하나요?? 그런데 어떤 위치를 지정해 줘야할지 모르겠습니다.ㅠ
locate X11 이라고 치니까 경로들이 많이 나오는데 이 중에서 찾아쓰는 건가요??
CentOS7 입니다. 초보인데 갑자기 많은 것을 해야하다 보니까 너무 어려워요 ㅠㅠ 도와주세요~
yum search ³ª gui ÆÐÅ°Áö ¸Å´ÏÀú »ç¿ë Çϼ¼¿ä.
Âü°íÇϼ¼¿ä
https://www.centos.org/forums/viewtopic.php?t=19106
./configure ¸¸ Çϴϱî, checking for X... no ¶ó°í ¶ß´øµ¥
./configure --x-includes=/usr/X11/include --x-libraries=/usr/X11/lib ¶ó°í ½ÇÇàÇϴϱî
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... no
checking for _XEditResCheckMessages in -lXmu... no
--> support for EditRes protocol is disabled
checking for main in -lXp... no
checking xpm.h usability... no
checking xpm.h presence... no
checking for xpm.h... no
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for Xpm library >= 30411... no
configure: error: Xpm lib has not been found
ÀÌ·¸°Ô ¶ß³×¿ä... ÇÑ°ÉÀ½ ³ª¾Æ°£°Ô ¸Â³ª¿ä? ¤Ð¤Ð
checking for X... libraries /usr/X11/lib, headers /usr/X11/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for _XEditResCheckMessages in -lXmu... yes
checking for main in -lXp... yes
checking xpm.h usability... no
checking xpm.h presence... no
checking for xpm.h... no
checking X11/xpm.h usability... yes
checking X11/xpm.h presence... yes
checking for X11/xpm.h... yes
checking for Xpm library >= 30411... yes
checking for a Motif >= 1002 compatible API... no
configure: error: M*tif has not been found