On Tue, 23 May 2000,  Dominik The Newbie wrote about,  Kernel part 2:
> 
> Hi all,
> 
> Thanks for all your advice, the most important thing I got out of all of it
> was to use "make menuconfig" instead of "make config". I therefore go to
> the /usr/src/linux directory, the "make menuconfig" and the following
> spits out at me:
> 
> 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="<
> curses.h>"   -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
> 
> Am I missing something? Something that was not installed during the install 
>procedure? 
> Ps, on this machine I have installed Redhat 6.1, custom install, no x.

All those files should be in /usr/include
either you did not install them or the link in /usr/include called linux is
missing it should point to /usr/src/linux/include/linux

When installing new kernel source you should first do;

make mrproper

> 
> Thanks!
> Dominik.
> 


-- 
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to