w3m 설치중 gc.h를 찾을수 없다고 나옵니다.
checking gc.h presence... no
checking for gc.h... no
checking /usr/include/gc... checking gc.h usability... no
checking gc.h presence... no
checking for gc.h... no
checking /usr/local/include... checking gc.h usability... no
checking gc.h presence... no
checking for gc.h... no
checking /usr/local/include/gc... checking gc.h usability... no
checking gc.h presence... no
checking for gc.h... no
checking /root/include... checking gc.h usability... no
checking gc.h presence... no
checking for gc.h... no
checking /root/include/gc... checking gc.h usability... no
checking gc.h presence... no
checking for gc.h... no
configure: error: gc.h not found
w3m 설치중에 다음과 같이 gc.h를 찾을수 없다고 나옵니다.
이파일 어디서 구할수 없습니까? 가르쳐주시면 감사드리겠습니다.
어떤 배포판을 쓰시는지요?
1. 어지간하면 배포판에서 기본 제공하는 w3m 패키지를 쓰세요.
2. 뭘 깔아야 gc.h가 있는지는 배포판마다 다릅니다. 우분투의 경우 apt-get build-dep w3m으로 보니 libgc-dev라는 게 깔이는군요. libgc1c2의 개발자용 패키지입니다.
3. gc 라이브러리의 소스를 받아다 까는 방법도 있겠지만, 비추합니다. goto 1
일단은 저도
일단은 저도 패키지로 까는것을 권하고... 그래도 꼭 소스로 깔아야겠다고 하면
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/ 여기서 6.8 버전이나 7.0 버전을 받아서 깔면 됩니다.
w3m에서 memory management를 직접 하지 않고 boehm gc를 사용하기 때문에 필요한 라이브러리 입니다. 크게 다른 패키지와 충돌할 일이 없기 때문에 소스로 깔아도 별 문제 없습니다.
댓글 달기