4、安装lsb-core出错:原因是lsb-core为32位库,在64位的Ubuntu14.04中,需要安装libc6-dev-i386库,后者需要先安装libc6、libc6-dev,网上搜索下载libc6_2.19-0ubuntu6_amd64.deb、libc6-dev_2.19-0ubuntu6_amd64.deb这两个文件,使用dpkg命令安装解决。
5、参照网友的做法安装GCC4.4编译器:http://blog.csdn.net/artemis_lei/article/details/51442953。
5、第一次编译QT文件系统,出现“You must install 'makeinfo' on your build machine”:使用“apt-get install texinfo”命令解决。
6、第二次编译QT文件系统,出现“You must install 'hg' on your build machine”:使用“apt-get install hgsubversion”命令解决。
7、第三次编译QT文件系统,出现“You need the 'mkpasswd' utility to set the root password”:使用“apt-get install whois”命令解决。