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
==================================================================
--- Makefile.in
+++ Makefile.in
@@ -146,11 +146,11 @@
 LIBTOOL = ./libtool
 ALLOWRELEASE = @ALLOWRELEASE@

 # libtool compile/link/install
 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(TCC) $(LTCOMPILE_EXTRAS)
-LTLINK = $(LIBTOOL) --mode=link $(TCC) $(LTCOMPILE_EXTRAS) @LDFLAGS@
$(LTLINK_EXTRAS)
+LTLINK = $(LIBTOOL) --mode=link $(TCC) $(LTCOMPILE_EXTRAS) @LDFLAGS@
$(LTLINK_EXTRAS) -no-undefined
 LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)

 # nawk compatible awk.
 NAWK = @AWK@
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to