gaim ./configure error (역시 초보라... 뭔지 해결점)
gaim-0.72 버전 설치중에... 이것이 가임 첨 설치 하는거지만서도..
gaim 사이트에서 "gaim-0.72.tar.gz"파일을 받았읍니다. 폴더는 /root폴더에 저장 시겼고 용량은 4.3메가 정도 합니다..
압축 푸는 것두 잘 몰라서... 고생을 했지만 서두
터미널 창에서
tar xvzf gaim-0.72.tar.gz 명령으롬 압축을 풀고
cd gaim-0.72 명령으로 디렉토리 이동시키고
./configure 명령으로 설치하는 도중 다음과 같은 에러가 납니다.
gaim-0.72/src/protocols/zephyr/zephyr_err.h
gaim-0.72/src/protocols/zephyr/zephyr.c
gaim-0.72/gaim.spec
[root@localhost root]# ./configure
bash: ./configure: 그런 파일이나 디렉토리가 없음
[root@localhost root]# cd gaim-0.72
[root@localhost gaim-0.72]# ./configue
bash: ./configue: 그런 파일이나 디렉토리가 없음
[root@localhost gaim-0.72]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost gaim-0.72]# make
make: *** No targets specified and no makefile found. 멈춤.
[root@localhost gaim-0.72]# make install
make: *** 목표 `install'를 만들 규칙이 없음. 멈춤.
[root@localhost gaim-0.72]# install
install: 인수가 너무 적음
더 많은 정보를 보려면 `install --help' 하십시오.
[root@localhost gaim-0.72]# config.log
bash: config.log: command not found
[root@localhost gaim-0.72]#
이런 메세지가 나오는데.. 에러 해석하면..C를 컴파일러 할수 없다는 얘기같은데.. 도대체 무슨 애긴지 모르겟네요.. 저같은 찾아봐두 이런 문제는 없는거 같은데.. 자세히점 알려주세요. 어떻게 해야 하는지요?
참고로 레드헷9.x 버젼 입니다.
Re: gaim ./configure error (역시 초보라... 뭔지 해결점)
gcc 가 안깔린겁니다
배포판 시디에 보면 gcc-core
gcc-c++있을겁니다
그거 까세여
즐린
gcc 깔고나서 다시 설치 할려고 했는데.. GLib2.0 ...
윗분의 말씀대로 개발도구에 있는 패키지 gcc 관련된거 깔았거든여..
또 이렇게 나오네요...?
대충 해석해 보면 최신버젼의 GLib2.0 이 팔요하다는거 같구..
http://www.gtk.org/ 이사이트에 가서 받아서 설치 하라는거 같은데..
저 사이트 가보니.. 설치 방법이 매우 까다로운 같던데..
설치 방법점... 쉽게 가르쳐 주세요~
checking for getaddrinfo... yes
checking for socklen_t... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... no
*** Could not run GLIB test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GLIB is incorrectly installed.
configure: error:
*** GLib 2.0 is required to build Gaim; please make sure you have the GLib
*** development headers installed. The latest version of GLib is
*** always available at http://www.gtk.org/.
[root@localhost gaim-0.72]#
Re: gcc 깔고나서 다시 설치 할려고 했는데.. GLib2.0 ...
배포판 시디에 보면 glib2-devel이라고 있을겁니다.
그거 꺼세여
깔때 아마 다른것도 깔라고 나오ㅓㄹ겁니다
그거 다 꺼세여
즐린
가임에서 GTK+ 설치는 어쩌죠?
checking for socklen_t... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... yes (version 2.0.6)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error:
*** GTK+ 2.0 is required to build Gaim; please make sure you have the GTK+
*** development headers installed. The latest version of GTK+ is
*** always available at http://www.gtk.org/.
저는 배포판으로 메드레이크9.0을 씁니다.
어떻게 해야 하나요? 위의 답글처럼 GLIB2를 배포판에서 깔고, 위와 같이 에러가나서 GTK+2-Lib 이것도 비슷한 것들을 깔았는데 아직해결이 안되는군요.
==========================
부양가족은 많은데, 시절은 왜 이리 꿀꿀할까요?
=====================
"지금하는 일을 꼭 완수하자."
Re: 가임에서 GTK+ 설치는 어쩌죠?
rpm 쪽에선 보통 개발(컴파일)에 관련된 파일을 *-devel이라는 이름으로 빼놓습니다. 따라서 gtk+-devel과 같은 이름을 찾아서 깔아주세요.
만약 또 걸리는게 있다면 계속 찾아서 깔아줘야 합니다.
앞으로 몇 개 안 남았을겁니다. :)
참고로, configure에서 알려주는 말로도 문제가 생긴 까닭을 찾지 못했을 때라면 config.log를 보면 됩니다.
ㄲ ㅏ ㅂ ㅣ / M c K a b i / 7 7 r b i / T o D y
댓글 달기