On Sun, 7 Aug 2005, [gb2312] Ñî±þ÷ë wrote:

> hi,everyone!
> I using LFS offical live-cd as host system.
> I did everything step by step order by LFS BOOK 6.1 on live-cd.
> Everyting is fine before chapter "6.14. GCC-3.4.3".Now I exec the command
> "make" the system shows errors:
> =======================================================================
> In file included from ../../gcc-3.4.3/gcc/crtstuff.c:62:
> ../../gcc-3.4.3/gcc/tsystem.h:79:19: stdio.h: No such file or directory
> ../../gcc-3.4.3/gcc/tsystem.h:82:23: sys/types.h: No such file or directory
> ../../gcc-3.4.3/gcc/tsystem.h:85:19: errno.h: No such file or directory
[ snip others ]

> I find no file time.h in /sources/gcc-3.4.3/gcc.
> How can I handle it?Thank you!
>
 It's not just time.h that you are missing, looks as if all the headers
are missing from /usr/include.  That is, the headers from glibc, not
necessarily the linux-libc-headers.  Maybe you did something wrong in
glibc, but I would expect all of the wrong things you could do there to
cause binutils to fail its testsuite.

  If you look at the lines referred to in the error messages (e.g. line
79 of gcc-3.4.3/gcc/tsystem.h) you should be able to see where they are
trying to include from (/usr/include if no directory is specified).

Ken
-- 
 das eine Mal als Tragödie, das andere Mal als Farce

--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to