On 8/15/05, guo tie <[EMAIL PROTECTED]> wrote: > ../../gcc-3.4.4/gcc/tsystem.h:79:19: stdio.h: No such file or directory > ../../gcc-3.4.4/gcc/tsystem.h:82:23: sys/types.h: No such file or directory > ../../gcc-3.4.4/gcc/tsystem.h:85:19: errno.h: No such file or directory > ../../gcc-3.4.4/gcc/tsystem.h:92:20: string.h: No such file or directory > ../../gcc-3.4.4/gcc/tsystem.h:93:20: stdlib.h: No such file or directory > ../../gcc-3.4.4/gcc/tsystem.h:94:20: unistd.h: No such file or directory ...
well those are all installed by glibc, so either something went wrong with the glibc installation in chapter 6, or the compiler can't find it. Are the files there? If not, the glibc installation failed. If they are there, then I'd check all the toolchain adjustments. -Doug -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
