nabi 설치 방법 좀 자세히 알려주세요.

apchima의 이미지

nabi-0.15.tar.gz 를 다운 받아

압축 풀고 나서 나비 게시판의 설치 방법대로 설치 해봤는데요.

에러만 나오고 설치가 안되네요..

아~~ 정말 미쳐버릴거 같습니다.

환경은 레드헷 9 에요.
---------------------------------
$ ./configure && make

$ su

# make install
---------------------------------
압축 풀고 나서 게시판에 위에 처럼 하라고 해서 했는데

설치가 안됩니다.

리눅스 이제 첨 시작하는건데 초반부터 저의 기를 팍!! 죽여 놓네요..

도움 좀 부탁드립니다. :)
-------------------------------------------------------------------------
에러내용

[root@dhcppc3 nabi-0.15]# ./configure && make

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 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.
-------------------------------------------------------------------------

7339989b62a014c4ce6e31b3540bc7b5f06455024f22753f6235c935e8e5의 이미지

configure: error: no acceptable C compiler found in $PATH

C 컴파일러가 없어서 생기는 문제입니다. gcc를 설치하세요 :)

세벌의 이미지

apchima wrote:
See `config.log' for more details.

config.log 보시면 자세한 내용이 나오겠죠.
apchima의 이미지

gcc 를 한번 설치해보겠습니다.
결과는 다시 글 올리겠습니다.(--)(__)