The problem is that your installed gcc is reading the wrong specs file. It should be reading its own specs file, but for some reason it reads the newly created egcs specs file. The new specs files is incompatible with the old gcc, and so it fails. Unfortunately, I have no idea why it is doing this. I have not been able to reproduce this problem as yet. Jim