>>>>> "frank" == frank  <[EMAIL PROTECTED]> writes:

Hi

frank> I've been compiling kernels for many years, even before RH6... Did RH
frank> 6.. 7.2 ... 7.3 .. now 9.
frank> Why is RH9 sooooo much slower than any other ??  About 60% slower,
frank> thats a LOT !  These
frank> were compiled all on the same machine. RH7.3 was the fastest.
frank> Just curious.

frank> Frank

frank> [EMAIL PROTECTED] linux-2.4]# make xconfig
frank> rm -f include/asm
frank> ( cd include ; ln -sf asm-i386 asm)
frank> make -C scripts kconfig.tk
frank> make[1]: Entering directory `/usr/src/linux-2.4.20-8/scripts'
frank> cat header.tk >> ./kconfig.tk
frank> ./tkparse < ../arch/i386/config.in >> kconfig.tk
frank> KERNTYPE=`sed -n 's_^/\* Kernel type \(.*\) \*/_\1_p' /boot/kernel.h
2> /dev/null`; \
frank> if [ -f configs/*-ERNTYPE.config ]; then \
frank> conf=`echo configs/*-ERNELTYPE.config`; \
frank> echo "set defaults \"\"" >> kconfig.tk; \
frank> else \
frank> echo "set defaults \"arch/i386/defconfig\"" >> kconfig.tk; \
frank> fi
frank> echo "set ARCH \"i386\"" >> kconfig.tk
frank> cat tail.tk >> kconfig.tk
frank> chmod 755 kconfig.tk
frank> make[1]: Leaving directory `/usr/src/linux-2.4.20-8/scripts'
frank> wish -f scripts/kconfig.tk
frank> make: wish: Command not found
frank> make: *** [xconfig] Error 127
frank> [EMAIL PROTECTED] linux-2.4]#

It seems that you have forgotten to install tk.

Later, Juan.


-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to