hello.cpp:1:24: fatal error: QApplication: No such file or directory #include <QApplication> ^ compilation terminated. make: *** [hello.o] Error 1 原因:没有安装QT4的开发包 解决方案: 把开发包装上,在Ubuntu下使用如下命令:sudo apt-get install libqt4-dev 此时再运行make命令即可生成hello,hell...
bad ELF interpreter: No such file or directory 2019-12-06 17:29 −1、在64系统里执行32位程序如果出现/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory,安装下glic即可 yum install glibc.i686 2、error while loading shared ... ...