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

Reply via email to