Re: [sqlite] Problem to compile 3.5.6.

2008-02-26 Thread John Stanton
Looks like you have compiled Sqlite to use readline but don't have the link library. David Michal wrote: > Hello, > > I have problem to compile it on Slackware 11 x86_64 > > > > gcc -g -O2 -I. -I../sqlite-3.5.6/src -DNDEBUG -DSQLITE_THREADSAFE=1 > -DSQLITE_THREAD_OVERRIDE_LOCK=-1

[sqlite] Problem to compile 3.5.6.

2008-02-26 Thread David Michal
Hello, I have problem to compile it on Slackware 11 x86_64 gcc -g -O2 -I. -I../sqlite-3.5.6/src -DNDEBUG -DSQLITE_THREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DHAVE_READLINE=1 -I/usr/include/readline -o .libs/sqlite3 ../sqlite-3.5.6/src/shell.c