vlc설치 오류..로그파일 올립니다..ㅜ.ㅜ
글쓴이: kdg820201 / 작성시간: 월, 2005/12/05 - 12:25오전
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가 왜 무슨 문제가 있는걸까요...
도와주세요..ㅜ.ㅜ
File attachments:
첨부 | 파일 크기 |
---|---|
![]() | 7.88 KB |
Forums:
[quote]configure:2345: gcc conftest
로그를 보면 gnu c library를 못찾고 있어서 그런것 같군요...
libc의 런타임 라이브러리가 안깔려있는 것은 아닐테고...
아무래도 libc의 개발라이브러리가 안깔려 있을것 같군요.
rpm 패키지중에 glibc 와 dev가 이름에 들어 있는 패키지를 깔아보시고
다시 해보세요(제가 레드햇을 안 사용해서 정확한 패키지이름을 모릅니다)
언제나 말씀드리는 것이지만, 그냥 패키지 쓰거나 apt-get 이나 yu
언제나 말씀드리는 것이지만, 그냥 패키지 쓰거나 apt-get 이나 yum 이나 emerge 쓰시면 안 되나요?
----
블로그 / 위키 / 리눅스 스크린샷 갤러리
먼저apt-get install build-essential하시고
먼저
apt-get install build-essential
하시고 컴파일을 해보세요
기본적인 개발 환경이 설치가 되지 않아서 나오는 에러인거 같습니다.
댓글 달기