Matt <matt@xxxxxxx> writes: > It *kind of* says why. I've pasted the output below. Unfortunately, > when the full build is finished, the prev-gcc/xgcc no longer > exists. When I test the conftest.c (copied and pasted from the log), > the stage1-gcc/xgcc and stage2-gcc/xgcc have no problem with it (of > course). OK, if this works after the build is complete, then you are going to need to stop the build in the middle. Fortunately, this can be done easily enough by running "make configure-stage2-gcc". That should stop after the stage2-gcc directory is configured. At that point, you should see a stage2-gcc directory and a prev-gcc directory. Presumably the stage2-gcc/config.log file will show a failure, and with luck you will be able to recreate that failure at that point. Ian