Re: [sqlite] Version 3.8.1 beta

2013-10-03 Thread Warren Young
On 10/2/2013 03:34, Jan Nijtmans wrote: This patch appears to work Confirmed. Thanks! (but maybe -no-undefined should come in through @LDFLAGS@ No. The flag is for libtool, not for gcc, which is the program libtool calls on to do the linking on Cygwin. It will cause the link step to

Re: [sqlite] Version 3.8.1 beta

2013-10-02 Thread Warren Young
On Oct 1, 2013, at 7:49 PM, Joe Mistachkin sql...@mistachkin.com wrote: Warren Young wrote: 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

Re: [sqlite] Version 3.8.1 beta

2013-10-02 Thread Jan Nijtmans
2013/10/2 Warren Young war...@etr-usa.com: I imagine I could find it with fossil bisect, but I was hoping that just mentioning the problem here would cause someone close to the development effort to smack their heads and say Ah, it must be sqlite3_foobie_bletch(), which we just added. Well, I

Re: [sqlite] Version 3.8.1 beta

2013-10-02 Thread Joe Mistachkin
Jan Nijtmans wrote: Well, I did some digging as well, and it looks like the libtool upgrade is the coolpit: See:http://www.sourceware.org/autobook/autobook/autobook_88.html Thanks a lot for looking into this. -- Joe Mistachkin ___

Re: [sqlite] Version 3.8.1 beta

2013-10-02 Thread Jan Nijtmans
2013/10/2 Joe Mistachkin sql...@mistachkin.com: Thanks a lot for looking into this. Your' welcome. This patch appears to work (but maybe -no-undefined should come in through @LDFLAGS@ or $(LTLINK_EXTRAS)) Regards, Jan Nijtmans Index: Makefile.in

Re: [sqlite] Version 3.8.1 beta

2013-10-02 Thread Ryan Johnson
On 02/10/2013 5:13 AM, Joe Mistachkin wrote: Jan Nijtmans wrote: Well, I did some digging as well, and it looks like the libtool upgrade is the coolpit: See:http://www.sourceware.org/autobook/autobook/autobook_88.html Classic. The error message is completely inscrutable to someone who's

Re: [sqlite] Version 3.8.1 beta

2013-10-01 Thread jose isaias cabrera
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. Installed it and tested our tool: it works as good as

Re: [sqlite] Version 3.8.1 beta

2013-10-01 Thread Warren Young
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)

Re: [sqlite] Version 3.8.1 beta

2013-10-01 Thread Joe Mistachkin
Warren Young wrote: 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

[sqlite] Version 3.8.1 beta

2013-09-30 Thread Richard Hipp
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. -- D. Richard Hipp d...@sqlite.org