------- Comment #3 from ebotcazou at gcc dot gnu dot org 2006-03-17 11:33 ------- > Currently the only C compiler on the box is GCC 3.4.2 which was downloaded > from Sunfreeware.com Is this the bootstrap compiler?
The bootstrap compiler is the compiler that compiles GCC during stage #1 of the 3-stage bootstrap. During stage #2 and stage, #3 GCC compiles itself. > Am I right in thinking the compilation process is.. use system CC to make an > interim GCC, then use that to compile the full GCC? Do you have another C compiler than GCC 3.4.2 installed on the box? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26715