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 fail if you put it in LDFLAGS because gcc doesn't know that flag.

(And in case you're wondering, LDFLAGS=-Wl,-no-undefined is also wrong.)
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to