Matt <matt@xxxxxxx> writes: > Do I need to run a complete build first? When I run that make target > right after configure, it fails in multiple ways when building from > r181491: Hmmmm, you're right, it doesn't work. Sounds like a bug. Try running "make all-stage1" (I had to run it a couple of times for some reason) and then run "make configure-stage2-gcc" (which I also had to run twice). You should wind up with a prev-gcc directory and a gcc directory. The gcc directory is what will in the end become stage2-gcc. > By the way, thanks for taking the time to help me work through > debugging this issue so I can file a meaningful bug. I really > appreciate it :) Thanks for helping to try to sort this out. Ian