Re: menuconfig: no colors in 2.6.12-rc2 ?

From: Sam Ravnborg
Date: Fri Feb 03 2006 - 17:27:13 EST


On Fri, Feb 03, 2006 at 08:15:54PM -0200, Fr?d?ric L. W. Meunier wrote:
> 2.6.15's menuconfig has colors, but 2.6.12-rc2 doesn't have. At
> least here...
ncursesw is now first choice.
What does following command print:

gcc -print-file-name=libncursesw.so

If it prints just libncursesw.so then this is not the issue.
But if it prints a full path similar to:
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncursesw.so
then this may be the case.

Try to rename ncursesw to ncurses in
scripts/kconfig/lxdialog/check-dialog.sh
to test if ncursesw is the culprint.

Thanks,
Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/