skip menu and go to main content

body start

Nabi - the Easy Hangul XIM

  페도라9에서 나비 설치가 잘 안돼요.도와주세요 2 ]

08.10.17-05:08:12

309761

Submitted by an young dok

 

View1119

 

안녕하세요.
터미널 실행해서 이렇게 입력 하였습니다.
[root@localhost nabi-0.99.2]#./configure
checking for a BSD-COM patible install.../usr/bin/install -c
checking whether build environment is sane...Yes
checking for gawk...gawk
checking for gcc...no
checking for cc...no
checking for cl.exe...no
configure:error:no acceptable c compiler found in $PATH see 'config.log' for more details
[root@localhost nabi-0.99.2]#make
make:***타켓이 지정되지 않았고 메이크 파일이 없습니다.멈춤
[root@localhost nabi-0.99.2]#make install
make:***타겟 'install'를 만들 규칙이 없음.멈춤

라고 나옵니다.제가 어떻게 수정하고 다시해야 나비를 사용할수 있나요? 답변 좀 부탁드려요.

Comments on this artfact

2 Comments

an

안녕하세요.
터미널 실행해서 이렇게 입력 하였습니다.
[root@localhost nabi-0.99.2]#./configure
checking for a BSD-COM patible install.../usr/bin/install -c
checking whether build environment is sane...Yes
checking for gawk...gawk
checking for gcc...no
checking for cc...no
checking for cl.exe...no
configure:error:no acceptable c compiler found in $PATH see 'config.log' for more details
[root@localhost nabi-0.99.2]#make
make:***타켓이 지정되지 않았고 메이크 파일이 없습니다.멈춤
[root@localhost nabi-0.99.2]#make install
make:***타겟 'install'를 만들 규칙이 없음.멈춤

라고 나옵니다.제가 어떻게 수정하고 다시해야 나비를 사용할수 있나요? 답변 좀 부탁드려요.

08.10.17-05:08:12

Choe Hwanjin

아마도 gcc 같은 컴파일러가 설치되어 있지 않은 것 같습니다.
gcc, gtk2-devel 같은 개발 패키지를 설치하지 않으면 빌드할 수 없습니다.
먼저 개발 패키지를 설치하고 빌드를 시도해 보십시오.

그런데 먼저 해당 배포판에서 바이너리 패키지를 제공하는지 한번 확인해보세요.

08.10.17-10:20:06