安装遇到错误如下:
./configure --enable-stup-gdb
后
error: C compiler cannot create executables
解决办法:
sudo apt-get install build-essentiale //安装编译环境
再次执行configure
ERROR: X windows gui was selected, but X windows libraries were not found.",
解决办法
sudo apt-get install libx11-dev
sudo apt-get install xserver-xorg-dev
sudo apt-get install xorg-dev
ERROR: pkg-config was not found, or unable to access the gtk+-2.0 package.
Install pkg-config and the gtk+ development package,
or disable the gui debugger, or the wxWidgets display library (whichever is being used).
解决办法
sudo aptitude install libgtk2.0-dev