This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jan 2004 07:27:33 -0000
- Subject: [Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++
- References: <20031219125942.13443.carsten.traebing@de.ina.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2004-01-21 07:27 -------
To add briefly to what Andrew noted, with gcc snapshots, -Werror is enabled by default, so every
warning is considered an error, thus the warnings about -g not being supported were treated by
gcc as errors. When configuring, you can disable this behavior with --disable-werror
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13443