Red Hat Enterprise Linux Qt 4.7.0 安装错误

Red Hat Enterprise Linux Qt 4.7.0 安装错误

我正在运行虚拟机,使用 VMWare Player,运行 Red Hat Enterprise Linux Workstation 6.4 x86_64,并尝试从 Qt 下载站点上的 qt-everywhere-opensource-src-4.7.0.tar.gz 文件安装 Qt 4.7.0。运行 ./configure 命令可以正常工作,但在运行 gmake 时,我遇到以下错误:

ln: creating symbolic link `libQtCore.so': Operation not supported
gmake[1]: [../../lib/libQtCore.so.4.7.0] Error 1 (ignored)
ln -s libQtCore.so.4.7.0 libQtCore.so.4
ln: creating symbolic link `libQtCore.so.4': Operation not supported
gmake[1]: [../../lib/libQtCore.so.4.7.0] Error 1 (ignored)
ln -s libQtCore.so.4.7.0 libQtCore.so.4.7
ln: creating symbolic link `libQtCore.so.4.7': Operation not supported
gmake[1]: [../../lib/libQtCore.so.4.7.0] Error 1 (ignored)

gmake 暂时正常工作

.obj/release-shared/qdom.o: In function `QList<QDomNodePrivate*>::detach_helper(int)':
/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml/../../include/QtCore/../../src/corelib/tools/qlist.h:693: undefined reference to `QListData::detach(int)'
.obj/release-shared/qdom.o: In function `QList<QDomNodePrivate*>::detach_helper_grow(int, int)':
/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml/../../include/QtCore/../../src/corelib/tools/qlist.h:663: undefined reference to `QListData::detach_grow(int*, int)'
.obj/release-shared/qxml.o: In function `QList<QString>::detach_helper(int)':
/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml/../../include/QtCore/../../src/corelib/tools/qlist.h:693: undefined reference to `QListData::detach(int)'
.obj/release-shared/qxml.o: In function `QList<QString>::detach_helper_grow(int, int)':
/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml/../../include/QtCore/../../src/corelib/tools/qlist.h:663: undefined reference to `QListData::detach_grow(int*, int)'
.obj/release-shared/qxml.o: In function `QList<QXmlAttributes::Attribute>::detach_helper(int)':
/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml/../../include/QtCore/../../src/corelib/tools/qlist.h:693: undefined reference to `QListData::detach(int)'
.obj/release-shared/qxml.o: In function `QList<QXmlAttributes::Attribute>::detach_helper_grow(int, int)':
/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml/../../include/QtCore/../../src/corelib/tools/qlist.h:663: undefined reference to `QListData::detach_grow(int*, int)'
collect2: ld returned 1 exit status
gmake[1]: *** [../../lib/libQtXml.so.4.7.0] Error 1
gmake[1]: Leaving directory `/mnt/user/CBrown/qt-everywhere-opensource-src-4.7.0/src/xml'
gmake: *** [sub-xml-make_default-ordered] Error 2

任何帮助都将不胜感激。此机器不允许访问互联网。

相关内容