On 9/15/06, Ken Moffat <[EMAIL PROTECTED]> wrote:
On Fri, Sep 15, 2006 at 12:50:49PM +0200, dave wrote:

> In file included from ../../gcc-4.0.3/gcc/crtstuff.c:64:
> ../../gcc-4.0.3/gcc/tsystem.h:90:19: error: stdio.h: No such file or directory
> ../../gcc-4.0.3/gcc/tsystem.h:93:23: error: sys/types.h: No such file or 
directory
> ../../gcc-4.0.3/gcc/tsystem.h:96:19: error: errno.h: No such file or directory

 That's easier - either you didn't install the headers, or you
installed them in the wrong place.  Depending where you are in the
book, you should have headers in /tools/include or /usr/include.

One thing I noticed is that you're installing this in your home
directory, /home/dave. That's not going to work because the -specs
patch for gcc specifies the location /tools.

I would suggest following the book, but if you're not going to, look
at this patch:

http://www.linuxfromscratch.org/patches/lfs/development/gcc-4.1.1-specs-1.patch

and make sure you adjust the paths so that they're pointing to the write place.

--
Dan
--
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