问题

[root@mysql-141 linux-ftools]#./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/tools/linux-ftools':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

分析

configure: error: no acceptable C compiler found in $PATH翻译过来是缺少C编译器。

解决办法

yum install -y gcc-c++