hanterm-3.1.6 을 설치하려고 합니다.
./configure 해줬더니
(전략)
checking for X... no
checking for socket in -lsocket... no
checking for gethostname in -lnsl... yes
checking for XOpenDisplay in -lX11... no
checking for XtAppInitialize in -lXt... no
configure: warning: Unable to successfully link X Toolkit library (-lXt) with test program. You will have to check and a
dd the proper libraries by hand to makefile. checking for unistd.h... yes
checking for X11/Xpoll.h... no
checking for X11/Xaw/SimpleMenu.h... no
checking for XmuClientWindow in -lXmu... no
checking for XmuClientWindow in -lXmu_s... no
checking for XextCreateExtension in -lXext... no
checking for XawSimpleMenuAddGlobalActions in -lXaw... no
checking for XawSimpleMenuAddGlobalActions in -lXaw_s... no
configure: error: Unable to successfully link Athena library (-lcf_x_athena) with test program
이런식으로 나오거든요.
X를 인식 못하고 있다고 설명해야 하나요?
--with-x, --x-libraries 등등 의심되는 옵션들 줘봤지만 달라지는게 없네요
X 관련 라이브러리들은 /usr/X11R6/lib에 다 있거든요.
뭐가 문제일까요?