> 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 Oops. that one escaped me. Thanks. Now fixed. Amos