I followed your advice.

Big step :

/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 ?



> Date: Mon, 12 May 2014 17:11:06 +0200
> From: sgb...@googlemail.com
> To: sqlite-users@sqlite.org
> Subject: Re: [sqlite] trying sqlite4 but compilation error
> 
> On Mon, May 12, 2014 at 5:06 PM, Alain Meunier <dec...@hotmail.fr> wrote:
> 
> > System Debian64 - testing
> >
> > When I try to compile the tarball that I've found here :
> > http://www.sqlite.org/src4/info/8a39847dafa3047ba5d6107f0032c6b39d0ef104
> 
> 
> Can you try this:
> 
> make -f Makefile.linux-gcc
> 
> that one works for me on Mint (Debian derivative).
> 
> it fails to link pthread at the end, but that's easy enough to fix: there's
> a commented out line here:
> 
> #THREADLIB = -lpthread
> THREADLIB =
> 
> With that, it builds for me.
> 
> (interestingly, it wants pthread even though THREADSAFE is set to 0?)
> 
> -- 
> ----- 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
                                          
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to