제가 보기에는 라이브러리가 안깔린거 같은데요.
확실하진 않지만 ncurses 라이브러리를 까셨나 확인해 보시구요.
커널 소스도 깔았는지 확인해 보시기 바랍니다.
풀로 깔았다면 해당하지 않습니다.
: 래드햇 6.1이구여..제컴은 i810보드를 씁니다
: 그런데 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.2.12/scripts/lxdialog'
:
: gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DLOCALE -DCURSES_LOC="" -c lxdialog.c -o lxdialog.o
:
: In file included from lxdialog.c:22:
:
: dialog.h:22: sys/types.h: No such file or directory
:
: dialog.h:23: fcntl.h: No such file or directory
: dialog.h:24: unistd.h: No such file or directory
:
: dialog.h:25: ctype.h: No such file or directory
:
: dialog.h:26: stdlib.h: No such file or directory
: dialog.h:27: string.h: No such file or directory
:
: dialog.h:29: curses.h: No such file or directory
:
: lxdialog.c:53: locale.h: No such file or directory
: make[1]: *** [lxdialog.o] Error 1
:
: make[1]: Leaving directory `/usr/src/linux-2.2.12/scripts/lxdialog'
:
: make: *** [menuconfig] Error 2
: 그래서 혹시나 하고 dialog라는 rpm도 깔아줬는데 마찬가지더라구여,.
: 이것 어떻게 해야 되는거예여?
: 답변 부탁드립니다.
: 그리고 dialog가 뭐하는 파일이예요?
: 참고로 make config는 되여....지금 x가 안잡혀서리..벌써 2주째 이것가지고 ~넘 힘드네요
:
: --
: 이 곳에 서명을 적어주십시오.gam002