[ERROR] make xconfig -> Unable to find the QT installation
$ make xconfig
make[1]: `scripts/fixdep'는 이미 갱신되었습니다.
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] 오류 1
make: *** [xconfig] 오류 2
$ rpm -qa | grep qt
qtcups-2.0-15
qt2-2.3.1-13
qt-3.1.1-6
$ yum -y install qt-devel
make[1]: `scripts/fixdep'는 이미 갱신되었습니다.
*
* Unable to find the QT installation. Please make sure that the
* QT development package is correctly installed and the QTDIR
* environment variable is set to the correct location.
*
make[1]: *** [scripts/kconfig/.tmp_qtcheck] 오류 1
make: *** [xconfig] 오류 2
$ rpm -qa | grep qt
qtcups-2.0-15
qt2-2.3.1-13
qt-3.1.1-6
$ yum -y install qt-devel
댓글