[問題]
一般 tarbal 安裝程式 都會先要求做./configure
可是我只要碰到跟qt有關的函式庫都會出現:
====================================
configure: WARNING: libjpeg not found. disable JPEG support.
checking for Qt... configure: error: Qt (>= Qt 3.0.3) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
=====================================
這樣的錯誤訊息, 可是我明明有裝Qt3.0.3ㄚ, 我連相關的函式庫甚至連Qt-devel和Qt-designer都裝了, 我還可以正確的執行Qt-designer哩!可未何tarbal都裝不起來?(我檢查過config.log的檔案, 可是事實與宣判不符, 怎會這樣???)
[我的操作環境]
kernel 2.4.18-5
RPM套件:miniCLE+ CLE gaga V1.0 + Redhat 7.3 + apt (東拼西湊裝起來的) 但基本上用apt-get check 是沒有任何相依性問題存在
桌面:KDE3.0.0
Qt:
qt1x-1.45-16
qt2-2.3.1-3
qt-3.0.3-11
qt-designer-3.0.3-11
qt1x-GL-1.45-16
qt2-Xt-2.3.1-3
qt-devel-3.0.3-11
編譯環境:
automake15-1.5-2
autoconf-2.53-7
automake-1.4p5-4
gcc-2.96-112
-----------------------------------------------------------------
我可以修改autoconf讓它不要去檢查Qt, 怎樣才可以順利產生Makefile呢?