Robert, The problem was that during the installation of the cocoon-toolchain, the GCC makefile ran fixincludes to correct what it believes to be erroneous include files. On our systems the stdio.h file was flagged and fixed by this script (I will post a diff for you of this one after another build if that helps). This "fixing" caused the definition of "EOF" along with many others such as STDIN, STDOUT, etc to be removed so that the compiler was no longer able to see them. By cleaning up these fixed headers, GCC was then able to see the defines.
I am open to other possible fixes to correct the problem, but in my situation and Robs' install fixinc when run in chapter 6 (undocumented) corrected the setup of the compiler allowing the continuation of the build process. Regards, Brian. Robert Connolly wrote: > I don't understand what you guys did. We should be using fixinc in chap6? > > robert > -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
