On Tue, 5 Apr 2005, Andy Malato wrote:
> in src/cf/osconf.m4 I changed :
>
> XLIBS="${LIB_AFSDB}"
>
> to:
>
> XLIBS="-lresolv ${LIB_AFSDB}"
oh, LIB_AFSDB probably included -lresolv already.
But, was -lresolv in the link line for the link where you got the error?