Isn't that the default?
from sqliteInt.h:
#if !defined(SQLITE_THREADSAFE)
#if defined(THREADSAFE)
# define SQLITE_THREADSAFE THREADSAFE
#else
# define SQLITE_THREADSAFE 1 /* IMP: R-07272-22309 */
#endif
#endif

Anyway, I added the define and it still happening.

Yoni.

On 15/12/2010 3:39 PM, Marco Bambini wrote:
> Try to add:
> -DSQLITE_THREADSAFE =1
> to your compilation options.
>
> --
> Marco Bambini
> http://www.sqlabs.com
>
>
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to