This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sqlite3 not being built with libreadline


linenoise seems to ignore .inputrc, so yeah, I lost all those settings.


On Sat, Feb 27, 2016 at 2:51 AM, Jan Nijtmans <jan.nijtmans@gmail.com> 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:
>     <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
>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]