vlc 설치과정중 configure에서 오류문제..ㅜ.ㅜ

kdg820201의 이미지

vlc-0.8.0을 다운받아서 설치중에 configure에서 오류가 나네요...

[root@localhost vlc-0.8.0]# ./configure --prefix=/usr --enable-wxwindows --enable-debug
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 gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

C compiler가 왜 무슨 문제가 있는걸까요...
도와주세요..ㅜ.ㅜ

hys545의 이미지

kdg820201 wrote:
vlc-0.8.0을 다운받아서 설치중에 configure에서 오류가 나네요...

[root@localhost vlc-0.8.0]# ./configure --prefix=/usr --enable-wxwindows --enable-debug
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 gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.

C compiler가 왜 무슨 문제가 있는걸까요...
도와주세요..ㅜ.ㅜ


config.log를 올려주 세

즐린

mykhs7200의 이미지

옵션빼고
./configure 만 쳐보세요.