On 11 Jun 2009, at 09:42, Tim Bradshaw wrote:
>
> * configuring with
> ./configure --prefix=/home/tfb/packages/sqlite-3.6.14.2 \
> --enable-static=no \
> --enable-readline=yes \
> LIBS="-L/opt/sfw/lib -R/opt/sfw/lib -lreadline -lcurses" \
> INCLUDES="-I/opt/sfw/include"
> * gmake; gmake install
I lost patience with this and, for what it's worth, the following works:
$ ./configure --prefix=/home/tfb/packages/sqlite-3.6.14.2 \
--enable-static=no \
--enable-readline=yes \
LIBS="-L/opt/sfw/lib -R/opt/sfw/lib -lreadline -lcurses" \
CPPFLAGS="-I/opt/sfw/include"
(INCLUDES is not right, it has to be CPPFLAGS). Then edit the Makefile
and add a -DHAVE_READLINE=1 to the appropriate place. Then it builds
with readline, and works.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users