This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13443] config.guess error on HP-UX 11.11 using HP ANSI C++


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]