[root@localhost ~]# cd BT
[root@localhost BT]# ./configure
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 to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 BT]# make
make all-recursive
make[1]: Entering directory `/root/BT'
Making all in po
make[2]: Entering directory `/root/BT/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/BT/po'
Making all in src
make[2]: Entering directory `/root/BT/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -pg -g -O2 -MT support.o -MD -MP -MF ".deps/support.Tpo" \
-c -o support.o `test -f 'support.c' || echo './'`support.c; \
then mv -f ".deps/support.Tpo" ".deps/support.Po"; \
else rm -f ".deps/support.Tpo"; exit 1; \
fi
/bin/sh: gcc: command not found
make[2]: *** [support.o] 错误 1
make[2]: Leaving directory `/root/BT/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/root/BT'
make: *** [all] 错误 2
[root@localhost BT]#