请高手帮忙解答:
写了一个很简单的程序,在linux下使用qmake生成Makefile后,make出现以下错误提示
>make
make: *** Warning: File `Makefile' has modification time in the future (2009-07-01 14:50:41 > 2009-07-01 14:27:59.793182)
/usr/lib64/qt-3.1/bin/uic testUI.ui -o .ui/testUI.h
g++ -c -pipe -Wall -W -O2 -g -pipe -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib64/qt-3.1/mkspecs/linux-g++ -I. -I/usr/lib64/qt-3.1/include -I.ui/ -I. -I.moc/ -o .obj/main.o main.cpp
/usr/lib64/qt-3.1/bin/uic testUI.ui -i testUI.h -o .ui/testUI.cpp
g++ -c -pipe -Wall -W -O2 -g -pipe -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib64/qt-3.1/mkspecs/linux-g++ -I. -I/usr/lib64/qt-3.1/include -I.ui/ -I. -I.moc/ -o .obj/testUI.o .ui/testUI.cpp
/usr/lib64/qt-3.1/bin/moc .ui/testUI.h -o .moc/moc_testUI.cpp
g++ -c -pipe -Wall -W -O2 -g -pipe -fno-use-cxa-atexit -fno-exceptions -DQT_NO_DEBUG -I/usr/lib64/qt-3.1/mkspecs/linux-g++ -I. -I/usr/lib64/qt-3.1/include -I.ui/ -I. -I.moc/ -o .obj/moc_testUI.o .moc/moc_testUI.cpp
g++ -o test .obj/main.o .obj/testUI.o .obj/moc_testUI.o -L/usr/lib64/qt-3.1/lib -L/usr/X11R6/lib64 -lqt-mt -lXext -lX11 -lm
/usr/lib64/qt-3.1/lib/libqt-mt.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
make: *** [test] Error 1
我的系统信息如下:
>uname -a
Linux NTSIMLU13 2.4.21-32.EL #1 SMP Fri Apr 15 21:02:58 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux