Ken Moffat schreef:
>  If it did, is EOF defined in them ? e.g.
>   find /tools/include -type f | xargs grep 'define *EOF '
> If you have headers, but EOF is not defined there, I will have to
> leave the problem to others.  Alternatively, if it is defined there,
> the configure script must be looking in the wrong place.
>
>   
The EOF is found here:

/tools/include/stdio.h:# define EOF (-1)

>  To prove your toolchain is ok, try the old
>   echo "main() {}" >dummy.c
>   gcc dummy.c
>   readelf -l a.out
> routine to confirm
>
>   
I have run the sanity check and everything was ok
>  If the headers are there and the toolchain is using /tools, you'll
> need to look at the output from bash's configure (probably named
> config.log).
>
>   

I will check the config.log  Perhaps I find something there.

Thanks,

Rob
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to