On 4/15/05, Cem Vedat ISIK <[EMAIL PROTECTED]> wrote:
> ./.libs/libsqlite3.so: undefined reference to `sqlite3KeywordCode'

Can't help you with that, but:

> /opt/eldk/usr/../ppc_8xx/usr/lib/libreadline.so: undefined reference to
> `tgoto'
> /opt/eldk/usr/../ppc_8xx/usr/lib/libreadline.so: undefined reference to
> `tgetflag'

these look like you need to be linking against -lcurses or -lncurses
or whatever your platform has.  Try getting those into the link line
and see if that improves your lot.

Mike

Reply via email to