On Wed, 2006-06-07 at 12:56 -0500, Shah, Maunir wrote:
-c -o afinet.o `test -f 'afinet.c' || echo './'`afinet.c; \
then mv -f ".deps/afinet.Tpo" ".deps/afinet.Po"; \
else rm -f ".deps/afinet.Tpo"; exit 1; \
fi
afinet.c: In function `afinet_resolve_name':
afinet.c:81: warning: implicit declaration of function `memset'
afinet.c: In function `afinet_setup_socket':
afinet.c:156: error: `SOL_IP' undeclared (first use in this function)
afinet.c:156: error: (Each undeclared identifier is reported only once
afinet.c:156: error: for each function it appears in.)
afinet.c:181: error: request for member `_S6_un' in something not a structure or union
afinet.c:188: error: `SOL_IPV6' undeclared (first use in this function)
I have already fixed this in the latest snapshots, alternatively you could disable ipv6 support by using --disable-ipv6 configure option. -- Bazsi