D. Richard Hipp wrote:

> This is probably the same as ticket #896 which is fixed in the CVS tree.
> See:

FYI, I tried building from CVS - btree.c doesn't compile with -DNDEBUG. 
And when I edited the Makefile.in to remove -DNDEBUG, I ended up with:

./libtool --mode=link gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src 
-DHAVE_READLINE=1 -I/usr/include/readline  \
        -o sqlite3 ./src/shell.c libsqlite3.la -lreadline -lreadline
gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I./src -DHAVE_READLINE=1 -I/usr
include/readline -o .libs/sqlite3 ./src/shell.c  ./.libs/libsqlite3.so
-lreadline
./.libs/libsqlite3.so: undefined reference to `sqlite3pager_refdump'
collect2: ld returned 1 exit status
make: *** [sqlite3] Error 1



/Per

-- 
Per Jessen, Zurich
Let your spam stop here -- http://www.spamchek.com

Reply via email to