hey dude,
when i tried to install the kernel source and the typed the following command:
[root@localhost linux]# make xconfig
*
* 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] Error 1
make: *** [xconfig] Error 2
how to resolve this??
Hi ,
I am vivek, i saw ur query regarding kernel compilation.
when u r issuing the cmd
#make xconfig
this is a graphical config tool in gui mode which internally
making use of Qt.
check whether Qt is installed r not, by issuing this cmd
#echo $QTDIR
it should point to the path where it is installed eg: /usr/local/qt-3.1/.
if not u have to install Qt.
select the kernel development packages which includes Qt also.
The env variable QTDIR will also be set to the path.
bye
vivek