没办法,又装了 qt-x11-3.3.4总算能成功配置了,接下来编译又出现了问题:
/root/Trolltech/qt-embedded-free-2.3.10-debug/lib/libqte.so: undefined reference to `QMotifStyle::drawIndicator(QPainter*, int, int, int, int, QColorGroup const&, int, bool, bool)'
collect2: ld returned 1 exit status
make[5]: *** [fifteen] Error 1
make[5]: Leaving directory `/root/Trolltech/qtopia-free-2.1.1-debug/src/games/fifteen'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/root/Trolltech/qtopia-free-2.1.1-debug/src/games/fifteen'
make[3]: *** [sub-games-fifteen] Error 2
make[3]: Leaving directory `/root/Trolltech/qtopia-free-2.1.1-debug/src'
make[2]: *** [sub-src-components_pro] Error 2
make[2]: Leaving directory `/root/Trolltech/qtopia-free-2.1.1-debug/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/Trolltech/qtopia-free-2.1.1-debug/src'
make: *** [all] Error 2
引用下shiroki的话

这个是因为你的编译libqte的时候没有把uuid链接进去。
检查你的uuid是不是动态库,安装位置对不对
然后把libqte删除掉,重新链接。再用ldd查看它是不是链接上了uuid
不知道能不能说的明白点
还有我 configure时加了 -luuid 选项也不成(不知道有的怎么就OK了?)
我还装了e2fsprogs-1.35