- C compiler cannot create executables
sudo apt-get gcc libc6-dev - checking for C compiler default output... configure: error: C compiler cannot create executables
sudo apt-get install libc6-dev - configure: error: C++ preprocessor "/lib/cpp" fails sanity check
-get install build-essential - Can't find X includes. Please check your installation and add the correct paths!
sudo apt-get install xorg-dev - Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
apt-get install libqt3-headers libqt3-mt-dev - in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
sudo apt-get install kdelibs4-dev kdelibs4c2a - admin/cvs.sh: 585: autoconf: not found
apt-get install autoconf
./configure时常见错误解决
最新推荐文章于 2025-04-17 08:00:00 发布
本文档提供了一系列关于如何解决C编译器无法创建可执行文件的问题指导,包括使用sudo apt-get install命令来安装libc6-dev、build-essential、xorg-dev等依赖包,并检查Qt、KDE头文件的存在与否。
2294

被折叠的 条评论
为什么被折叠?



