On 9/30/2013 07:39, Richard Hipp wrote:
SQLite version 3.8.1 will be published before too much longer, probably.
You can find beta versions at http://www.sqlite.org/download.html
Comments, criticisms, and third-party testing of this beta is appreciated.
It can't build a shared library (DLL) on Cygwin any more:
./libtool --mode=link gcc -g -O2 -DSQLITE_OS_WIN=1 -I. -I./src
-I./ext/rtree -D_HAVE_SQLITE_CONFIG_H -DBUILD_sqlite -DNDEBUG
-I/usr/include -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-o libsqlite3.la sqlite3.lo \
-rpath "/usr/local/lib" -version-info "8:6:8"
libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin
shared libraries
If new declarations sans definitions weren't actually added, perhaps
someone forgot to add:
#ifdef _WIN32
__declspec(dllexport)
#endif
...in front of some definition? Shouldn't SQLITE_API be defined to this
on Windows anyway?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users