问题出现,发现 configure: error: C compiler cannot create executables
按照错误提示安装缺少的包 sudo apt-get install libc6-dev
再次 ./configure
出现错误 checking for GLIB... no no configure: error:
You must have the GLib 2.0 development headers installed to build. 根据错误提示 用新得立 搜索 GLib 2.0 或者 用命令 apt-cache search GLib 2.0 有个包 libglib2.0-dev - Development files for the GLib library
安装 sudo apt-get install libglib2.0-dev
./configure
又出现错误 checking for X... no checking for GTK... no no configure: error:
You must have the GTK+ 2.0 development headers installed to compile Pidgin. If you only want to build Finch then specify --disable-gtkui when running configure.