On 14/09/2013 6:28 a.m., Jeffrey Walton wrote:
I'm trying to get analysis tools on squid, but I'm having trouble due to -Werror. -Werror is causing a continuous stream of compile and link failures. How does one disable -Werror? INSTALL does not offer any directions or mention any options.
Please start with reporting the warning that is coming out of the compiler. Things will only get worse unless the developers know it needs fixing.
You can use possibly use --disable-error-checking if it is a warning being escalated.
Amos