Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 1995 02:58:54 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, peter@haywire.dialix.com
Cc:        CVS-commiters@freefall.FreeBSD.org, cvs-lib@freefall.FreeBSD.org, pst@freebsd.org
Subject:   Re: cvs commit: src/lib/libc/net gethostbydns.c res_debug.c res_init.c res_mkquery.c res_query.c res_send.c
Message-ID:  <199508211658.CAA01838@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Hmm.  It looks like the original 4.4BSD-Lite1 version had #ifdef DEBUG 
>code disabled in the libc/net, while having a seperately compiled copy in 
>libresolv that had the #ifdef DEBUG code enabled..

There are actually log messages about this :-), but they reference a
conflict with db/hash and not with libresolv or dig.

>For things like 'dig' and 'nslookup' where lots of the output actually comes 
>from enabling RES_DEBUG, they were linked with -lresolv.

But 'dig' has never been linked with libresolv in FreeBSD-2.x

>I think that when Paul Traina imported 4.9.3-beta9, he must have disabled 
>the distinction between the two libraries.

And he must have imported 'dig' after enabling RES_DEBUG support by default.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508211658.CAA01838>