./configure를 실행했을 때...

truth0903의 이미지

Xine을 설치하다가 나온 메세지 입니다...

[root@localhost root]# cd /xine/xine-lib-1.0
[root@localhost xine-lib-1.0]# ./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 whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
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.

에러가 났는데... 적당한 C컴파일러가 없다....
이 메세지를 어떻게 해석해야하며 어떤 조치를 취해야합니까?
도움을 청합니다...

swellee의 이미지

컴파일러 및 라이브러리의 버전이 낮아서 그럴 수도 있지 않을까 하는 생각이...
README같은 거 읽어 보세요, 혹시나 컴파일러 버전이 얼마 이상이라야 한다는 그런 소리가 있을 지도.

그런데 Xine이 뭐래요?^^

sodomau의 이미지

gcc 가 깔려 있습니까?
체크해 보세요;
예전에 보니 국내 어떤 배포판들은
default로 gcc가 포함되지 않고 깔리던데..

글구 xine 은 mplayer 같은 동영상 플레이어 입니다.