squid编译问题
cd aquid./configure --prefix=/var/squid\
--sysconfdir=/etc/squid \
--enable-arp-acl \
--enable-cache-digests \
--enable-err-language="Traditional_Chinese" \
--enable-default-err-language="Traditional_Chinese"\
--enable-kill-parent-hack \
--enable-linux-netfilter\
--enable-snmp\
--enable-underscores \
--enable-gnuregex \
--enable-async-io=80 \
--enable-icmp \
--enable-poll \
--disable-ident-lookups\
make && make install
后系统报错:
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install-gcc... no
checking for gcc... no
checking for install-cc... no
checking for cc... no
checking for install-cl.exe... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
什么原因啊