데비안을 깔았는데요....
깔자마자 커널 컴팡일에 들어갔습니다..
make config"는 아주 잘 되죠...
make menuconfig"는
-----------------------------------------------------------------
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/usr/src/linux-2.4.0-test8/scripts/lxdialog'
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
>> Unable to find the Ncurses libraries.
>>
>> You must have Ncurses installed in order
>> to use 'make menuconfig'
make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.0-test8/scripts/lxdialog'
make: *** [menuconfig] Error 2
------------------------------------------------------------------
대충 이해가 갑니다....
그래서 make xconfig"를 했는데...
------------------------------------------------------------------
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory `/usr/src/linux-2.4.0-test8/scripts'
cat header.tk >> ./kconfig.tk
./tkparse < ../arch/i386/config.in >> kconfig.tk
echo "set defaults "arch/i386/defconfig"" >> kconfig.tk
echo "set ARCH "i386"" >> kconfig.tk
cat tail.tk >> kconfig.tk
chmod 755 kconfig.tk
make[1]: Leaving directory `/usr/src/linux-2.4.0-test8/scripts'
wish -f scripts/kconfig.tk
Application initialization failed: extra characters after close-quote
Error in startup script: extra characters after close-quote
while compiling
"button .f0.x$menu_num -anchor w -text "$text" -command "$w .$w "$text"
(compiling body of proc "menu_option", line 12)
invoked from within
"menu_option menu1 1 "Code maturity level options""
(file "scripts/kconfig.tk" line 679)
make: *** [xconfig] Error 1
----------------------------------------------------------------
이런 메세지가 뜨며 멈추더군요...
알수가 없습니다..
그래서 ncurse라이브러리를 마구 설치하며
make menuconfig"해 보았지만....
역시 안되더군요....
이유가 뭔지 알려주시면 감사하겠습니다..
데비안" 시작한지 벌써 5일째가 되어 갑니다.TT