On Sat, Nov 01, 2008 at 09:30:52AM -0500, Ralph Porter wrote:
> Im at 6.12, compile gcc.
       ^^^^^^^
> 
> the make cranks along and ends with this...
> 
> In file included from ../../gcc-4.1.2/gcc/crtstuff.c:68:
> ../../gcc-4.1.2/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory
> ../../gcc-4.1.2/gcc/tsystem.h:93:23: error: sys/types.h: No such file
> or directory
> ../../gcc-4.1.2/gcc/tsystem.h:96:19: error: errno.h: No such file or directory
> ../../gcc-4.1.2/gcc/tsystem.h:103:20: error: string.h: No such file or 
> directory
> ../../gcc-4.1.2/gcc/tsystem.h:104:20: error: stdlib.h: No such file or 
> directory
> ../../gcc-4.1.2/gcc/tsystem.h:105:20: error: unistd.h: No such file or 
> directory
[ and so forth ]
> make[2]: Leaving directory `/gcc-build5/gcc'
                             ^^^^^^^^^^^^^
 My first guess is that you are re-using the build directory, and
possibly the source directory.  Unless the book specifically
instructs you to keep a directory around, always delete the source
(and build) directories.

 If that isn't the answer, you appear to have failed to install
glibc.

ĸen
-- 
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