: [root@ns5 mysql-3.22.32]# ./configure --prefix=/usr/local/mysql --with-charset=euc_kr
: 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 gcc... no
: checking for cc... no
: configure: error: no acceptable cc found in $PATH
C compiler가 있는지 확인 바랍니다.
linux에서는 gcc겠죠
있다면 path도 확인바립니다.