-Werror enabled by default on GNU/Hurd
Andrea Monaco via Gdb <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
When building gdb on GNU/Hurd, -Werror is enabled by default. I think that's a bug: that option is only useful in specific instances; enabling it by default means that the build fails after a plain ./configure, and you need to pass --disable-werror to make it succeed. I tried to locate the problem myself, but the build scripts are very complex. Could someone please give me some hints? Thanks, Andrea Monaco