On Thu, May 23, 2013 at 11:23 AM, Stephan Beal <sgb...@googlemail.com>wrote:

> The problem is that fts5func.c uses log() from math.h, which requires
> linking against -lm. A quick workaround is to copy/paste the output from
> where the build fails and add -lm to it:
>

Please try:

- Edit Makefile.linux-gcc and make this change:
-TLIBS =
+TLIBS ?=

- Run: make TLIBS=-lm

That _assumes_ you have symlinked Makefile.linux-gcc to "GNUmakefile". If
not, add "-f Makefile.linux-gcc" to the make arguments.

That works for me.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to