From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116026 invoked by alias); 27 Feb 2016 10:51:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 116017 invoked by uid 89); 27 Feb 2016 10:51:29 -0000 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 Received: from mail-ig0-f178.google.com (HELO mail-ig0-f178.google.com) (209.85.213.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 27 Feb 2016 10:51:28 +0000 Received: by mail-ig0-f178.google.com with SMTP id g6so55024357igt.1 for ; Sat, 27 Feb 2016 02:51:27 -0800 (PST) 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) Received: by 10.107.141.142 with HTTP; Sat, 27 Feb 2016 02:51:26 -0800 (PST) In-Reply-To: References: Date: Sat, 27 Feb 2016 10:51:00 -0000 Message-ID: Subject: Re: sqlite3 not being built with libreadline From: Jan Nijtmans To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00414.txt.bz2 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