|
更新到QT4.2.91-42.5后编译原来的QT4.2程序时出现一下错误:
- /usr/lib/libQtGui.so: undefined reference to `FcFreeTypeQueryFace'
- collect2: ld returned 1 exit status
复制代码
编译都没问题,但最后链接的时候出现这个错误,请指教
- lrwxrwxrwx 1 root root 17 05-23 09:32 libQtGui.so -> libQtGui.so.4.3.0*
- lrwxrwxrwx 1 root root 17 05-23 09:43 libQtGui.so.4 -> libQtGui.so.4.3.0*
- lrwxrwxrwx 1 root root 17 05-23 09:43 libQtGui.so.4.3 -> libQtGui.so.4.3.0*
- -rwxr-xr-x 1 root root 6780616 05-22 06:18 libQtGui.so.4.3.0*
复制代码 |
|