dlr@tigris.org writes:
> Author: dlr
> Date: Wed Nov 21 09:52:16 2007
> New Revision: 27963
> + SQLite must be built in thread-safe mode (with
> + -DSQLITE_THREADSAFE=1). If building SQLite yourself, you
> + have the option of unpacking the archive into the top of the
> + Subversion source tree and renaming the resulting directory
> + within the Subversion source code from ./sqlite-3.5.2/ to
> + ./sqlite/. Subversion will then build and install it for
> + you.
Earlier versions of sqlite use the name THREADSAFE rather than
SQLITE_THREADSAFE. Setting SQLITE_THREADSAFE may not cause the thread
library to be linked either. Perhaps the configure option
--enable-threadsafe would be better?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 21 19:21:01 2007