Rob van Dam wrote: >> >> Ken Moffat schreef: > >> >/ 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 have made a fresh installation,and checked everything twice, but the > error remains the same. I couldn't find anything interesting in > config.log. There is an error in it regarding nls support, but when I > pass option disable-nls to configure I get a similar error. > > I have attached the config.log (i hope it will be accepted). Anybody > an idea were the problem might be? > > Rob Rob,
You will find that re-executing the clean of the "fixed headers" from the GCC build (the commands are in the embryo-toolchain) will correct the error you are seeing. It appears that the fixincludes is removing the #define for EOF has been removed. This then means that GCC cannot find it as it uses it's own copy of stdio.h rather than the one in /tools/include. This one also had me stumped for a couple of hours too. Regards, Brian. -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
