On Mon, May 12, 2014 at 11:03 PM, Alain Meunier <dec...@hotmail.fr> wrote:

> /SQLite4-8a39847dafa3047b/src/fts5func.c:159: undefined reference to `log'
> collect2: error: ld returned 1 exit status
> make: *** [sqlite4] Error 1
>
> Now fts seems to call an undefined ref.. :(
> Did you get the same problem ?
>

Try adding -lm (math).

i didn't see that error, but i remember seeing it a long time ago and it
seems my local copy it pached for that already:

[stephan@host:~/cvs/fossil/sqlite4]$ f diff
Index: Makefile.linux-gcc
...
 #TLIBS = -lrt    # fdatasync on Solaris 8
-TLIBS ?=
+TLIBS ?= -lm

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to