I am trying to compile QT on another machine with Fedora release 7 (moonshine)

and while gmake I get this error, exactly at this point always, also the Server stops responding when installation reaches to this point, I mean I cannot login from another terminal


g++ -c -m64 -pipe -g -O2 -Wall -W -DQT_UIC -DQT_UIC_CPP_GENERATOR -DQT_BOOTSTRAPPED -DQT_LITE_UNICODE -DQT_TEXTCODEC -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_NO_CODECS -DQT_NO_DATASTREAM -DQT_NO_GEOM_VARIANT -DQT_NO_LIBRARY -DQT_NO_QOBJECT -DQT_NO_STL -DQT_NO_SYSTEMLOCALE -DQT_NO_TEXTSTREAM -DQT_NO_THREAD -DQT_NO_UNICODETABLES -DQT_NO_USING_NAMESPACE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../../mkspecs/linux-g++-64 -I. -I. -I. -Icpp -I. -I../../../include -I../../../include/QtCore -I../../../include/QtXml -I../../xml -o .obj/release-shared/ui4.o ui4.cpp
{standard input}: Assembler messages:
{standard input}:186469: Error: undefined symbol `.LLSDACSE2111' in operation
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
gmake[1]: *** [.obj/release-shared/ui4.o] Error 1
gmake[1]: Leaving directory `/home/saad/qt-x11-opensource-src-4.5.2/src/tools/uic'
gmake: *** [sub-uic-make_default-ordered] Error 2

PS: I was able to install it on another machine with same hardware configuration(but I cant used that machine anymore) so I must install QT on this machine, any ideas?

Thanks