[root@localhost mysql-4.1.13]# ./configure --prefix=/usr/local/mysql
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 whether build environment is sane... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
[root@localhost mysql-4.1.13]# make
make: *** No targets specified and no makefile found. Stop.