The c standard header files (stdio.h/sys/types.h/errno.h, etc) are not found on your system or they are not in the include path.
Is the installation of gcc proper? Does a simple hello world program work? regards Shiv On 12/28/05, Gurudatt T.S <[EMAIL PROTECTED]> wrote: > Hello all, > > In lfs 6.0 chapter 6.14 while compiling the GCC-3.4.1 i got this make > error, can anybody help me where i got strucked in this?? > > Thanks in advance.. > > > In file included from ../../gcc-3.4.1/gcc/crtstuff.c:62: > ../../gcc-3.4.1/gcc/tsystem.h:79:19: stdio.h: No such file or directory > ../../gcc-3.4.1/gcc/tsystem.h:82:23: sys/types.h: No such file or directory > ../../gcc-3.4.1/gcc/tsystem.h:85:19: errno.h: No such file or directory > ../../gcc-3.4.1/gcc/tsystem.h:92:20: string.h: No such file or directory > ../../gcc-3.4.1/gcc/tsystem.h:93:20: stdlib.h: No such file or directory > ../../gcc-3.4.1/gcc/tsystem.h:94:20: unistd.h: No such file or directory > In file included from /sources/gcc-build-3/gcc/include/syslimits.h:7, > from /sources/gcc-build-3/gcc/include/limits.h:11, > from ../../gcc-3.4.1/gcc/tsystem.h:97, > from ../../gcc-3.4.1/gcc/crtstuff.c:62: > /sources/gcc-build-3/gcc/include/limits.h:122:61: limits.h: No such file > or directory > In file included from ../../gcc-3.4.1/gcc/crtstuff.c:62: > ../../gcc-3.4.1/gcc/tsystem.h:100:18: time.h: No such file or directory > make[1]: *** [crtbegin.o] Error 1 > make[1]: Leaving directory `/sources/gcc-build-3/gcc' > make: *** [all-gcc] Error 2 > > Thanks & Best Regards, > > Gurudatt T.S. > -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
