arm-linux-g++: language c++-header not recognized
arm-linux-g++: global/qt_pch.h: linker input file unused because linking not done
arm-linux-g++ -c -include .pch/release-shared-emb-arm/QtCore -pipe -I/home/fight/src/tslib/build/include -fno-exceptions -O2 -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/qws/linux-arm-g++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared-emb-arm -Iglobal -I../3rdparty/zlib -I../3rdparty/harfbuzz/src -I.moc/release-shared-emb-arm -I/home/fight/src/qte-arm/src/corelib/.uic/release-shared-emb-arm -o .obj/release-shared-emb-arm/qatomic_arm.o arch/arm/qatomic_arm.cpp
<command line>:170685529:29856: .pch/release-shared-emb-arm/QtCore: No such file or directory
make[1]: *** [.obj/release-shared-emb-arm/qatomic_arm.o] Error 1
make[1]: Leaving directory `/home/fight/src/qte-arm/src/corelib'
make: *** [sub-corelib-make_default-ordered] Error 2
之前的configure没有提示错误啊
#! /bin/sh
./configure \
-prefix /usr/local/Trolltech/Qte-arm \
-release -shared \
-fast \
-pch \
-no-qt3support \
-qt-sql-sqlite \
-no-libtiff -no-libmng \
-qt-libjpeg \
-qt-zlib \
-qt-libpng \
-qt-freetype \
-no-openssl \
-nomake examples -nomake demos -nomake tools\
-optimized-qmake \
-no-phonon \
-no-nis \
-no-opengl \
-no-cups \
-no-xcursor -no-xfixes -no-xrandr -no-xrender -no-xkb -no-sm\
-no-xinerama -no-xshape \
-no-separate-debug-info \
-embedded arm \
-depths 16,18,32 \
-no-qvfb \
-qt-gfx-linuxfb \
-no-gfx-qvfb -no-kbd-qvfb -no-mouse-qvfb\
-qt-kbd-usb \
-confirm-license \
-qt-mouse-tslib \
-I/home/fight/src/tslib/build/include \
-L/home/fight/src/tslib/build/lib