The specified system/compiler is not supported

之前安装了QT的4.5.3版本,现需要用到phonon库,因此卸载后想重新安装4.7版本,但当使用./configure编译时出现The specified system/compiler is not supported:

xxx/xxx/。。。。。。的提示,按照字面意思是系统或者编译工具不支持,但这是不可能的,很纠结。经过查阅资料得知看下环境变量,于是乎,终端输入export,终于明白是哪里出错了:

QMAKESPEC=/xxx/xxxx/xxx/xxx这个环境变量指定的目录根本就不是我的qt源码所在的目录,就重新设一下该环境变量:
export QMAKESPEC=/qt-everywhere-opensource-src-4.7.4/mkspecs/linux-g++

重新./configure  指定目录,OK!

时间: 2024-08-28 06:33:30

The specified system/compiler is not supported的相关文章

Linux 下安装QT出现The specified system/compiler is not supported错误

字面意思是系统或者编译工具不支持 终端输入export,才明白是哪里出错了: 在export显示的信息中,QMAKESPEC=/xxx/xxxx/xxx/xxx这个环境变量指定的目录根本就不是我的qt源码所在的目录,就重新设一下该环境变量:export QMAKESPEC=/root/qt-everywhere-opensource-src-4.7.0/mkspecs/Linux-g++ 重新./configure........,OK!

cmake error(1): cmake_symlink_library: System Error: Operation not supported

cmake_symlink_library: System Error: Operation not supported 1/创建链接不成功,要确认当前帐户下是否有权限在编译的目录中有创建链接的权限 我使用vmware,在win7机器的共享目录中编译,无法创建链接,就会提示上面的错误. 解决办法是,把源码复制到linux的本地目录中,比如/home等,在本地目录中编译就不会有这个问题.

Ad hoc update to system catalogs is not supported

exec sp_configure 'show advanced options',1 RECONFIGURE exec sp_configure 'Ad Hoc Distributed Queries',1 RECONFIGURE 运行以上语句报错,报错内容如下: Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install. Msg 5808

ORACLE 安装./runInstaller报"You are attempting to install 64-bit Oracle on a 32-bit operating system.

准备安装oracle数据库,参考:http://blog.csdn.net/mchdba/article/details/43086037 1,解决方法(1),忽略系统prereqs [[email protected] database]# export DISPLAY=192.168.121.218:1.0[[email protected] database]# xhsot +-bash: xhsot: command not found[[email protected] databas

Building clang on RedHat

http://btorpey.github.io/blog/2015/01/02/building-clang/ clang is a great compiler, with a boatload of extremely helpful tools, including static analysis, run-time memory and data race analysis, and many others.  And it's apparently pretty easy to ge

Linux内核Makefile文件(翻译自内核手册)

转载自:http://www.cnblogs.com/jason-lu/p/3728198.html --译自Linux3.9.5 Kernel Makefiles(内核目录documention/kbuild/makefiles.txt) kbuild(kernel build) 内核编译器 This document describes the Linux kernel Makefiles 本文当介绍了Linux内核的Makefile === Table of Contents=== 目录

kbuild-(directory)

00-INDEX - this file: info on the kernel build process kbuild.txt - developer information on kbuild kconfig.txt - usage help for make *config kconfig-language.txt - specification of Config Language, the language in Kconfig files makefiles.txt - devel

Linux Kernel的Makefile与Kconfig文件的语法

https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt Introduction ------------ The configuration database is a collection of configuration options organized in a tree structure: +- Code maturity level options | +- Prompt for developme

PostgreSQL源码安装文档

This document describes the installation of PostgreSQL using the source    code distribution. (If you are installing a pre-packaged distribution,    such as an RPM or Debian package, ignore this document and read the    packager's instructions instea