X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=Vi+pNIoJu+8mwNtQHtl4YQ8Fnl1HnM4I/LaqYuxBTt9
	FDAxj1Qd2XQJoU/1SDYDHY894/+Jh23p8XoCdfLGYfcGJY0R+4jrDQ92nJCfS11Z
	9lVckvwUswhqOCv6j9++KM2fLlLb8NIFF/p7+MtsLRbPFj/9JyV1AxZJ2u3IvdC8
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=AjhFpmJszyoDCp6m7mtigAHJR7A=; b=LwejGpBAxk9lSp0Nf
	eLVzYx0vZNzn1Zhy1M0ilI3OH4rlrUDWd1/Fk5ZgJywiNk/7UkrnWEFyQZA9N9Xl
	v4Fs62YS56rm0MwsstRo9hWEM4bi9aL+Jc0710jDlKYjSsSSMxHI99v60+xQ6oWk
	SxJJfsj0Jwz0VhsBqYne0xsxkk=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-wi0-f169.google.com
X-Received: by 10.181.13.16 with SMTP id eu16mr36124772wid.10.1429041451684;        Tue, 14 Apr 2015 12:57:31 -0700 (PDT)
Message-ID: <552D7120.9000409@gmail.com>
Date: Tue, 14 Apr 2015 21:57:20 +0200
From: Marco Atzeri <marco.atzeri@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: dig utility in bind-utils-9.9.7-1 returns no output
References: <CAFWoy7F6DMy4L8ccwOSztuJfKqPhkVW9TTsL2ZEBjvum-6hYsg@mail.gmail.com>	<CAFWoy7HKNuz8_nj9iHamGXzxvcFx-mtOSRPQJqn2OxGOpAmLmg@mail.gmail.com>	<1923978077.20150414135419@yandex.ru> <CAFWoy7HGJSXhvjBraTqrw_XZ+6+JQFhJkrfANNGhz4wrXgQ=JQ@mail.gmail.com>
In-Reply-To: <CAFWoy7HGJSXhvjBraTqrw_XZ+6+JQFhJkrfANNGhz4wrXgQ=JQ@mail.gmail.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On 4/14/2015 8:39 PM, Keith Christian wrote:
> Brian, Andre,
>
> Thanks for the suggestions / info.
>
> Examples below.  "No output" means that dig provided no reply or
> diagnostic info to the Cygwin screen as can be seen below, even when
> asking for the internal help text.
>
> Dig was working fine until the last update, I've
> uninstalled/reinstalled it, etc.  Most baffling issue I've seen with a
> simple executable in awhile.
>
> I'd expect some access problem to the DNS servers, except that the
> native Windows nslookup utility works fine.
>
> Tue Apr 14 12:26:27 pty2 >dig +trace google.com
>
> Tue Apr 14 12:26:31 pty2 >dig --help

this should give you

$ dig --help
Invalid option: --help
Usage:  dig [@global-server] [domain] [q-type] [q-class] {q-opt}
             {global-d-opt} host [@local-server] {local-d-opt}
             [ host [@local-server] {local-d-opt} [...]]

Use "dig -h" (or "dig -h | more") for complete list of options


I assume you are missing some of dll's

what is the output of

   cygcheck dig

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

