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

Reply via email to