On Thu, May 23, 2013 at 11:45 AM, Prashant Shah <pshah.mum...@gmail.com>wrote:

> Works !
>

:). That fix is in the trunk now.


> How do I build the libsqlite4.so shared object file ? There is no
> .libs folder in sqlite4
>

There currently aren't build rules for the .so, but here's a quick-hack way
to do it:

gcc -fPIC -o libsqlite4.so -shared $(ar t libsqlite4.a)

you might not need the -fPIC part - on my system it makes no difference.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to