错误: checking for C compiler default output... configure: error: C compiler cannot create executables
解决方法: apt-get install libc6-dev
错误: configure: error: C++ preprocessor "/lib/cpp" fails sanity check
解决方法:apt-get install cpp g++
错误: checking for termcap functions library... configure: error: No curses/termcap library found
解决方法: apt-get install termcap-compat
apt-get install libncurses5-dev