I would say from the list below that you are missing *everything* in the way
of header files needed to do any compiling. The list includes stdio.h and
stdlib.h, which are about as basic #includes as any I can think of. 

On a typical Linux system that is set up for development, these files would
be in /usr/include/ .  Without knowing something about your system, that's
about all I can tell you for now.

At 02:55 PM 2/26/01 -0600, Le, Paul wrote:
>I try to build a new kernel and get the following error message. Do I miss
>any thing?
>
>it-resort:/usr/src/linux# make dep
>gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep
>scripts
>mkdep.c
>scripts/mkdep.c:13: ctype.h: No such file or directory
>scripts/mkdep.c:14: stdio.h: No such file or directory
>scripts/mkdep.c:15: stdlib.h: No such file or directory
>scripts/mkdep.c:16: string.h: No such file or directory
>scripts/mkdep.c:17: unistd.h: No such file or directory
>scripts/mkdep.c:19: sys/fcntl.h: No such file or directory
>scripts/mkdep.c:20: sys/mman.h: No such file or directory
>scripts/mkdep.c:21: sys/stat.h: No such file or directory
>scripts/mkdep.c:22: sys/types.h: No such file or directory
>make: *** [scripts/mkdep] Error 1


--
------------------------------------"Never tell me the odds!"---
Ray Olszewski                                        -- Han Solo
Palo Alto, CA                                    [EMAIL PROTECTED]        
----------------------------------------------------------------

-
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