Hello, As discussed previously, the attached patch removes the section of the configure script that makes -Werror the default. This is for the GDB 6.5 branch only; and the intent is to avoid causing a build failure for users who might build the release on systems where all warnings haven't been eliminated yet. 2006-05-25 Joel Brobecker * configure.ac: -Werror is no longer enabled by default. * configure: Regenerate. Tested on x86-linux by configure+build a first time before change, noticing -Werror in the compilation commands, then modifying configure, and seeing the absence of -Werror during the re-build. OK to apply? Thanks, -- Joel