Re: sqlite fails using with_readline

2007-10-30 Thread Doug Henry
I found the problem. The readline package is not correctly defining the environment to find the openpkg ncurses install. The following changes to readline.spec must be made to build readline properly: CPPFLAGS="%{l_cppflags ncurses}" \ LDFLAGS="%{l_ldflags}" \ On 10/30/07, Doug Henry <[EMAIL PR

Re: sqlite fails using with_readline

2007-10-30 Thread Doug Henry
I don't have readline installed on my system, I installed the openpkg readline as enforced by sqlite package. I tracked it down to the readline package, I receive the following output to pkg-config --libs readline -L/tools/gutsy-64/lib -lreadline -ltermcap I added --with-curses to the readline s

Re: sqlite fails using with_readline

2007-10-30 Thread Ralf S. Engelschall
On Tue, Oct 30, 2007, Doug Henry wrote: > Using the with_readline option in sqlite causes a build failure. The termcap > library is used (looks like an inclusion by sqlite not openpkg). > > creating libsqlite3.la > (cd .libs && rm -f libsqlite3.la && ln -s ../libsqlite3.la libsqlite3.la) > ./libt

sqlite fails using with_readline

2007-10-30 Thread Doug Henry
Using the with_readline option in sqlite causes a build failure. The termcap library is used (looks like an inclusion by sqlite not openpkg). creating libsqlite3.la (cd .libs && rm -f libsqlite3.la && ln -s ../libsqlite3.la libsqlite3.la) ./libtool --mode=link /data/los8/tools/dapper-64/bin/cc -f