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-everywhere-opensource-src-4.7.0.tar.gz 파일에서 Qt 4.7.0을 설치하려고 합니다. Qt의 다운로드 사이트. ./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

어떤 도움이라도 대단히 감사하겠습니다. 이 컴퓨터에서는 인터넷 액세스가 허용되지 않습니다.

관련 정보