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:mime-version:date:message-id:subject:from:to
	:content-type; q=dns; s=default; b=Yp7RN+wJ/idzK1kt4+9jj+sVAVQpA
	RHBdSx7Pr6eOzucX5sBuSyJ3CHxibmTiW1oiX3dqYZRMifgIidz1nTBla7xCfZ6c
	L6qnWmj/JzJrbAtwQHGMyfZggcpQJdW6eb21WX0qWgOZUNtYiqln8INUBuZLJelo
	m8bmVI13LZO8UQ=
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:mime-version:date:message-id:subject:from:to
	:content-type; s=default; bh=x+pRmn86jU0n8EMLp+IDGUCsasg=; b=FBs
	JggxSIaSH6mlkdjmEXu15FGn500kDQCrtOcnejhN3sy9e1bdQndnAxVJeEZuDGtF
	FOkZsA8JzCx03QH92shf6i/TLCd00335E6tt8xujXWvDWYc6nEJcKB6DI243FGvT
	4P5jPXDuCpZPSMyCmIQDsPaueM0Zwxs4a2NIPrbg=
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=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ldd, HX-Received:Sat
X-HELO: mail-oi0-f48.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20130820;        h=x-gm-message-state:mime-version:date:message-id:subject:from:to;        bh=b0H4YDuYm9YINDQ3Ord0I/1BacI9TR8KTK7UM+hL8yQ=;        b=dz8H4DmVZ4TgSP9LMOkbOqvSh4XA7ZsAraSQc6ocRIh84Ix6JIqJHRR7dF3+aY66rU         7mXds8wcYa3Ofp3C7IVw+fWYOlOwUBvUguYO1N0Sr0tRwxz2NcQPaaFxxkub4uv+emIT         aP9byMovgJwyzEROavDJGRkNAe9UDfWqTwHqs5gQFcRj9Kfb1Omyf2EauOfRlbB+d3CS         zQflrpPaO8lHyyCE7i6Uh2rdLaV5lGThBTRaDx1oxcWb/Up0LoqbfEPsKzUcLX3FErwF         g8MWiYz7Q4w5GwATuryD79/Z8Y6m6cjH6W2B2I/qsxAL+MG3eulaYz0ShRsG5nyB1VXe         xC2w==
X-Gm-Message-State: AD7BkJJFhFkfzJs7ODihYzW4ys4cZlUmrGnI/EVPgJdyhWjq34tsOJtioEkYi03mq1//ZIIVhLgrPoYOtFsUWw==
MIME-Version: 1.0
X-Received: by 10.202.186.193 with SMTP id k184mr4172532oif.66.1456562867520; Sat, 27 Feb 2016 00:47:47 -0800 (PST)
Date: Sat, 27 Feb 2016 00:47:47 -0800
Message-ID: <CAE5i=Rg99dTs=SN3RZ4hXWWt_wfY98WJaRF4QnB5LoWA=OcsjQ@mail.gmail.com>
Subject: sqlite3 not being built with libreadline
From: Kenneth Smith <kefosmith@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

Hello,

sqlite3 version 3.11.0-1 is not linked to libreadline:

$ ldd /usr/bin/sqlite3
        ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x772b0000)
        KERNEL32.DLL => /cygdrive/c/WINDOWS/SYSTEM32/KERNEL32.DLL (0x741a0000)
        KERNELBASE.dll => /cygdrive/c/WINDOWS/SYSTEM32/KERNELBASE.dll
(0x75990000)

Neither was 3.10.

A google search came up with a similar occurrence in 2013, so
presumably it is meant to have readline support...

--
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

