Yes, lxdialog actually built:
build@gw:~/kernel/linux-2.6.18 $ ls -l scripts/kconfig/lxdialog/
total 224
-rw------- 1 build sources 234 Sep 20 2006 BIG.FAT.WARNING
-rw------- 1 build sources 705 Sep 20 2006 Makefile
-rw------- 1 build sources 1615 Jul 30 13:04 check-lxdialog.sh
-rw------- 1 build sources 1615 Aug 18 2012 check-lxdialog.sh.orig
-rw------- 1 build sources 684 Jul 30 13:04 check-lxdialog.sh.rej
-rw------- 1 build sources 8960 Sep 20 2006 checklist.c
-rw------- 1 build sources 7608 Jul 30 12:29 checklist.o
-rw------- 1 build sources 5264 Sep 20 2006 colors.h
-rw------- 1 build sources 5878 Sep 20 2006 dialog.h
-rw------- 1 build sources 5724 Sep 20 2006 inputbox.c
-rw------- 1 build sources 4824 Jul 30 12:29 inputbox.o
-rwx------ 1 build sources 40993 Jul 30 12:29 lxdialog
-rw------- 1 build sources 5377 Sep 20 2006 lxdialog.c
-rw------- 1 build sources 5668 Jul 30 12:29 lxdialog.o
-rw------- 1 build sources 11188 Sep 20 2006 menubox.c
-rw------- 1 build sources 8468 Jul 30 12:29 menubox.o
-rw------- 1 build sources 2122 Sep 20 2006 msgbox.c
-rw------- 1 build sources 2224 Jul 30 12:29 msgbox.o
-rw------- 1 build sources 14930 Sep 20 2006 textbox.c
-rw------- 1 build sources 9716 Jul 30 12:29 textbox.o
-rw------- 1 build sources 9513 Sep 20 2006 util.c
-rw------- 1 build sources 6816 Jul 30 12:29 util.o
-rw------- 1 build sources 2608 Sep 20 2006 yesno.c
-rw------- 1 build sources 2792 Jul 30 12:29 yesno.o
30.07.2013 12:51, [email protected] пишет:
On 30-Jul-2013 12:39:18 +0400, 7cigun wrote:
> HOSTCC scripts/kconfig/lxdialog/yesno.o
> HOSTLD scripts/kconfig/lxdialog/lxdialog
> scripts/kconfig/mconf arch/i386/Kconfig
> Your kernel configuration changes were NOT saved.
> And returns me to command shell. What should I look for?
Was the scripts/kconfig/lxdialog/lxdialog actually built?
If not, try this (I use it for 2.6.32 kernels, so are the diffs):
diff -burpN linux-2.6.32.orig/scripts/kconfig/lxdialog/check-lxdialog.sh
linux-2.6.32/scripts/kconfig/lxdialog/check-lxdialog.sh
--- linux-2.6.32.orig/scripts/kconfig/lxdialog/check-lxdialog.sh
2009-12-03 06:51:21 +0300
+++ linux-2.6.32/scripts/kconfig/lxdialog/check-lxdialog.sh 2013-04-01
12:41:08 +0400
@@ -8,7 +8,7 @@ ldflags()
for lib in ncursesw ncurses curses ; do
$cc -print-file-name=lib${lib}.${ext} | grep -q /
if [ $? -eq 0 ]; then
- echo "-l${lib}"
+ echo "-ltinfo -l${lib}"
exit
fi
done