제발 도와주세요 레드햇 7.0을 쓰는 apm설치에서 막힘

apm으로설치하는데 아래의 명령을 내리면 이런 에러가 뜹니다. 도와줘
요 ./configure --prefix=/usr/local/mysql -with-charset=euc_kr --
localstatedir=/usr/local/mysql/data
loading cache ./config.cache
checking host system type... i686-pc-linux-gnuoldld
checking target system type... i686-pc-linux-gnuoldld
checking build system type... i686-pc-linux-gnuoldld
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles...
no
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) no
checking for gawk... gawk
checking for gcc... no
checking for cc... no
configure error no acceptable cc found in $PATH
설치중에 첫관문부터 막혔어요
Re: 제발 도와주세요 레드햇 7.0을 쓰는 apm설치에서 막힘
C 컴파일러가 없어서 발생하는 문제입니다..
gcc 혹은 cc가 존재하는지 확인하세여...
/usr/bin/gcc 또는 /usr/bin/cc 를 찾아보세여...
그럼...
댓글 달기