초보적인 설치질문입니다.
다른분의 도움으로 에볼루션과 콘택트를 다운받아 install의 설명대로 실행을 해보았는데 안되는 부분이 있어서요...
./configure를 실행했더니 아래와 같은 에러메세지가 나오네요..
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
kde-config: Unknown option '--libsuffix'.
kde-config: Use --help to get a list of available command line options.
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
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 kdepim-3.4.0]# make
make: *** 타겟이 지정되지 않았고 메이크파일이 없습니다. 멈춤.
[root@localhost kdepim-3.4.0]#
이럴때는 어떻게 조치를 해야합니까?
스타오피스와 에볼루션도 똑같은 에러메세지가 나와서요...
가장 기본적인 질문인것 같지만 어떻게 검색해서 찾는지도 모르겠거든요..
조치방법이나 아님 다른분의 답변을 찾는방법을 알려주세요~~
감사합니다.
Re: 초보적인 설치질문입니다.
C 컴파일러가 없다는군요. 컴파일러부터 설치하시길 바랍니다.
gcc를 설치하셔야 됩니다. 어쩌면 libc-dev 같은것도 설치해야될지도 모르구요..
참고로 configure시, error가 발생하면 make가 안됩니다. configure로 make할 설정을 만들어주거든요.
cheking 시, 없어서 안된다고 하면 설치해주면 됩니다.
++++++++++
學而時習之
댓글 달기