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:in-reply-to:references:date
	:message-id:subject:from:to:content-type; q=dns; s=default; b=J/
	EMtbWjZhvCGIou0qvuIwxsoKPjyiSI7eT5B3w0ZKXKjIKZ3DAslrudvF45WLGgcf
	2kHuv2TL9RUe1lmqDMstRSIt/2egdWcIrl2I+74EwEG6gzwCEwb3plQoxZGNmOPw
	gF1tc95KoMkW4pClDS0nhLmiIllXNJd8kGfDyGY/o=
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:in-reply-to:references:date
	:message-id:subject:from:to:content-type; s=default; bh=b4LnKDh/
	LnwwVWWmYGEoRHNpSSI=; b=InbIk8E7h5ZfC1pCtxPKsTc9Yj2felAOHm/v1VNs
	9H/x5A97IrHvYO6mOzbCTX0HJcyh6ezK6WiWtVZ3gbjLDBTyk16Cea/2FcsBw9S9
	bT9J1IIGwvvIYPd1Qkd+lQqN/PfAl9SRItBNKJb0pXIzfoZeOy0nB3gw/kd09lMH
	1ec=
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=BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:866, kenneth, Kenneth, H*i:sk:SN3RZ4h
X-HELO: mail-ig0-f178.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:in-reply-to:references:date         :message-id:subject:from:to;        bh=GkY8RSpSL3I8c3WzyBTOk58gDFYSFIIy0h204ECnuh8=;        b=GuHetVbm/tKtD7mwMCxKv/rvW/Yef6lY2KygtsA+QiDxeUX3CPKVoouDspeVZ/CiaX         QyJlzsghymWGAtO/fNRQXSRXWwOBsO70XDtwJqpfg9cEWsBAQW1DRJi7Fz9Y6dYSLK0w         KipYHava9WDaSW6tNypI3tzn3j/vqzhAWLa1J59pBpqCIiBgBKJ60D+83QLQC4U+CctR         13CRmj1TmMNulhaTFGWWqcmPgcEVyBQWcB69qicAWGSkLF7aYbmVrVXuQ5IUWFIaB0zA         4EMDnpOqqFzrpNcloZxBarrl653heScQPmXf7D4yO+2PIEkjnBxd00/0XDCIHPaOAhwh         ST1A==
X-Gm-Message-State: AD7BkJJzkpJ7clzIIS/3I1NJWznUOS0iCMY2Di0EtdthnFCG7jkHBSxxUbyoTq+f6HziJB9+OOUdrFmk6JpmYA==
MIME-Version: 1.0
X-Received: by 10.50.110.5 with SMTP id hw5mr2211399igb.54.1456570286069; Sat, 27 Feb 2016 02:51:26 -0800 (PST)
In-Reply-To: <CAE5i=Rg99dTs=SN3RZ4hXWWt_wfY98WJaRF4QnB5LoWA=OcsjQ@mail.gmail.com>
References: <CAE5i=Rg99dTs=SN3RZ4hXWWt_wfY98WJaRF4QnB5LoWA=OcsjQ@mail.gmail.com>
Date: Sat, 27 Feb 2016 11:51:26 +0100
Message-ID: <CAO1jNwuUmVgPi+zcs=_wyDD+Nq6A0eQv1tz+ePL9cno0FWvRuw@mail.gmail.com>
Subject: Re: sqlite3 not being built with libreadline
From: Jan Nijtmans <jan.nijtmans@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes

2016-02-27 9:47 GMT+01:00 Kenneth Smith:
> 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...


This probably dates back to this commit:
    <http://www.sqlite.org/src/info/ec27ab0eb3a1ee08>
SQLite links with the linenoise library by default now
instead of libreadline.

Is there any functionality in libreadline which is not
in linenoise? If so, that would be reason to deviate
from the default build options.

Regards,
    Jan Nijtmans

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

