It worked !

Many thanks :)

> Date: Mon, 12 May 2014 23:05:40 +0200
> From: [email protected]
> To: [email protected]
> Subject: Re: [sqlite] trying sqlite4 but compilation error
> 
> On Mon, May 12, 2014 at 11:03 PM, Alain Meunier <[email protected]> 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
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
                                          
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to