Error de instalación de Red Hat Enterprise Linux Qt 4.7.0

Error de instalación de Red Hat Enterprise Linux Qt 4.7.0

Estoy ejecutando una máquina virtual, usando VMWare Player, ejecutando Red Hat Enterprise Linux Workstation 6.4 x86_64 y estoy intentando instalar Qt 4.7.0 desde el archivo qt-everywhere-opensource-src-4.7.0.tar.gz en Sitio de descarga de Qt. La ejecución del comando ./configure funciona normalmente, pero cuando ejecuto gmake, encuentro los siguientes errores:

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 funciona normalmente por un tiempo

.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

Cualquier ayuda sería muy apreciada. No se permite el acceso a Internet en esta máquina.

información relacionada