On Sun, Jan 14, 2007 at 12:53:26AM +0000, Jon Grosshart wrote: > Now I'm kinda curious about --disable-werror on 1st pass but not 2nd... :-) It's for robustness reasons ie: maximum buildability. Bootstrapping from some old hosts (eg: RH62) results in compiler warnings which break the build. By the time we get to pass 2, we are compiling with a modern GCC and therefore no warnings. Regards Greg