소스를 컴파일하기 위해서 ./configure명령을 내리면 다음과 같은
에러가 납니다.
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking for a BSD-compatible install... admin/install-sh -c
checking for -p flag to install... no
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... gcc
checking for C compiler default output... configure: error: C compiler
cannot create executables
해결방법이 없을까요?