Displaying 1 result from an estimated 1 matches for "tmp_gtkcheck".
2005 Dec 08
2
x86_64 kernel compilation
...d
now 4.2.
The problem is that neither make xconfig or make gconfig work:
make gconfig
*
* Unable to find the GTK+ installation. Please make sure that
* the GTK+ 2.0 development package is correctly installed...
* You need gtk+-2.0, glib-2.0 and libglade-2.0.
*
make[1]: *** [scripts/kconfig/.tmp_gtkcheck] Error 1
make: *** [gconfig] Error 2
and a similar message for xconfig:
make xconfig
HOSTLD scripts/kconfig/qconf
/usr/bin/ld: cannot find -lqt
collect2: ld returned 1 exit status
make[1]: *** [scripts/kconfig/qconf] Error 1
make: *** [xconfig] Error 2
Yet I have the following libraries insta...