컴파일 에러

root@NICS-MRTG:/downloads/rrdtool-1.3.4# ls
CHANGES TODO configure intltool-update.in
CONTRIBUTORS WIN32-BUILD-TIPS.txt configure.ac ltmain.sh
COPYING acinclude.m4 depcomp missing
COPYRIGHT aclocal.m4 doc netware
Makefile.am bindings examples po
Makefile.in compile favicon.ico rrd_config.h.in
NEWS config.guess install-sh rrdtool.spec
README config.log intltool-extract.in src
THREADS config.sub intltool-merge.in win32
root@NICS-MRTG:/downloads/rrdtool-1.3.4# ./configure -disable-tcl
checking build system type… i686-pc-linux-gnulibc1
checking host system type… i686-pc-linux-gnulibc1
checking target system type… i686-pc-linux-gnulibc1
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no

Audit Compilation Environment
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.
root@NICS-MRTG:/downloads/rrdtool-1.3.4#

컴파일을 하려고 하는데 그다음 make 진행이 안되네요…
무슨 에러때문에 그런건가요…

rrdtool 은 우분투 에서도 제공 합니다.

[code:hzyk2itc]
Package rrdtool

* dapper (utils): Time-series data storage and display system (programs) [universe]
  1.2.11-0.5ubuntu3: amd64 i386 powerpc
* feisty (utils): Time-series data storage and display system (programs) [universe]
  1.2.15-0.3ubuntu1: amd64 i386 powerpc
* gutsy (utils): Time-series data storage and display system (programs) [universe]
  1.2.19-1ubuntu1: amd64 i386 powerpc
* hardy (utils): Time-series data storage and display system (programs)
  1.2.19-1ubuntu1: amd64 i386
* intrepid (utils): Time-series data storage and display system (programs)
  1.2.27-2ubuntu1: amd64 i386
* jaunty (utils): Time-series data storage and display system (programs)
  1.2.27-2ubuntu1: amd64 i386

[/code:hzyk2itc]
만약 http://oss.oetiker.ch/rrdtool/ 사이트에서 최신을 다운 받아 컴파일 중이라면
configure 오류는 보통 다 의존 패키지 미설치 오류가 95% 이니…
[color=#BF0040:hzyk2itc]sudo apt-get build-dep rrdtool [/color:hzyk2itc] 하여 컴파일 의존 패키지를 설치 한 후
컴파일 configure 해보시기 바랍니다.