커널 컴파일시 make xconfig 에러

davinci의 이미지

웬만하면, 커널 컴파일 하지 않을려구 했는데...
2.6 컴파일을 할려구 합니다.
근데... make xconfig 시 에러가 발생하네요.

$ 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

어떤 RPM을 추가로 설치해야 하나요?
RedHat 9를 설치한 상태입니다. (make menuconfig는 됩니다.)

그리고 kernel.org에 가니까 12월 30일 새로운 패치가 나왔던데.... 어떤 주요 사항이 패치되었는지 알수 있나요?

새해 복 많이 받으시고요...

hys545의 이미지

davinci wrote:
웬만하면, 커널 컴파일 하지 않을려구 했는데...
2.6 컴파일을 할려구 합니다.
근데... make xconfig 시 에러가 발생하네요.
$ 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

어떤 RPM을 추가로 설치해야 하나요?
RedHat 9를 설치한 상태입니다. (make menuconfig는 됩니다.)

그리고 kernel.org에 가니까 12월 30일 새로운 패치가 나왔던데.... 어떤 주요 사항이 패치되었는지 알수 있나요?

새해 복 많이 받으시고요...


qt-devel패키지 필요할겁니다
그리고 바뀨ㅜ니고ㅓㄴ
changlog보세여ㅑ

즐린

davinci의 이미지

감사합니다.
qt-devel를 설치하니 menu xconfig가 실행됩니다.