X-Recipient: archive-cygwin AT delorie DOT 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=VY 2upBdOrU+2U3izPJoFawShPrj6R/w+Bvcxjf0naWxOFJ8PLudhyxpwp8hEPtbLJw c4Kr8sYnrXnFlx9qDSvVOON+Q0dEK+tgX6VpMCkPN82e3/rQgvQkzEvBzzxKF1wt A61R/FxBCVORWAYdSI2G04SRK2QEc+ufn5RoCqH2U= 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=tIWk694e OAG8yxkxm9wgY0Ay4NY=; b=NliegxONxSPW31jVWtAb1H4koSNwaLtN0B0p1DVK 1OLsMdHA+3ZM/LPK82Hr9JiKSfl+25PXfwWuxFJJP4ebxAIE1BIKAXpxDiUJn4oI NnRr23hzNDtqz/rNQpJMwpE/f+Z/2sc9CpvdP4Z7c4hgFLG3a+4hZK04HxTrNU09 gUE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1250, H*i:Nq6A0eQv1tz, H*i:zcs, sk:jannij 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:in-reply-to:references:date :message-id:subject:from:to; bh=uk1yDXwdmf1BWvAeKLQtyklAqWVuxNl3mkP6l51hIoE=; b=cHfuGy4KuJZF0w67rQ7l+uobhKLPLnuPt6ZtpxVPzIIjoAB61SlrWDI105XXIE3Db9 99iPGWzeFg5A63ec9rGV8Niy5yjP/+vZzotgkeTzK0Uh01ADgE6QkMhjK1MvlRf1lc04 XfCQlyitnJDgvrdSaNZkiS/96V4RzdM0YUrxXMA2Cvdvl2AUAg+aBjMZy+2RovTi93U6 1eVwr7tLHhtmzv/PuYBTdI+APyYglA7q080raZxbfGnsL906InvLU+MwcvJhAi5X7XXU +srpi8qkvZfLASm+moeC77zcbxHAh+OzyT2QVNn2+XS6A4sEVhsyM+fLGmY+VO0yz0O1 AnbQ== X-Gm-Message-State: AD7BkJJCcw6WJKweYGq3LONHlWzCfauBAAkqgHaCaoOXu8fDZnao2CazfiF0zyGpKF9dbnGYjy6QgJBFYYE4Ig== MIME-Version: 1.0 X-Received: by 10.202.78.133 with SMTP id c127mr5442590oib.103.1456593546940; Sat, 27 Feb 2016 09:19:06 -0800 (PST) In-Reply-To: References: Date: Sat, 27 Feb 2016 09:19:06 -0800 Message-ID: Subject: Re: sqlite3 not being built with libreadline From: Kenneth Smith To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes linenoise seems to ignore .inputrc, so yeah, I lost all those settings. On Sat, Feb 27, 2016 at 2:51 AM, Jan Nijtmans wrote: > 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: > > 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 > -- 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