Hello list, i'm trying now to buil the actually rsynced squid-3 with ipv6-support CC=/usr/local/gcc430/bin/gcc; export CC CXX=/usr/local/gcc430/bin/c++; export CXX CPP=/usr/local/gcc430/bin/cpp; export CPP LD_LIBRARY_PATH=/usr/local/mpfr231/lib:/usr/local/gmp422/lib; export LD_LIBRARY_PATH ./configure --prefix=/usr/local/squid310 --enable-ipv6 make The problem, fixed with http://www.squid-cache.org/Versions/v3/HEAD/changesets/b8961.patch occurs now on another place in the source-code. Without enabling ipv6 the make works. Bye, Florian ------------------------------ if /usr/local/gcc430/bin/gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments -Wall -g -O2 -MT html_quote.o -MD -MP -MF ".deps/html_quote.Tpo" -c -o html_quote.o html_quote.c; \ then mv -f ".deps/html_quote.Tpo" ".deps/html_quote.Po"; else rm -f ".deps/html_quote.Tpo"; exit 1; fi if /usr/local/gcc430/bin/c++ -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../include -Werror -Wall -Wpointer-arith -Wwrite-strings -Wcomments -g -O2 -MT IPAddress.o -MD -MP -MF ".deps/IPAddress.Tpo" -c -o IPAddress.o IPAddress.cc; \ then mv -f ".deps/IPAddress.Tpo" ".deps/IPAddress.Po"; else rm -f ".deps/IPAddress.Tpo"; exit 1; fi cc1plus: warnings being treated as errors IPAddress.cc: In member function 'bool IPAddress::IsLocalhost() const': IPAddress.cc:352: error: suggest parentheses around && within || make[2]: *** [IPAddress.o] Error 1 make[2]: Leaving directory `/home/users/bai/squid-3/lib' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/users/bai/squid-3/lib' make: *** [all-recursive] Error 1