Why doesn't SQLite 3.5.4 compile under FreeBSD 5.3? Can it be done in a
sane manner?
How can I link against SQLite under FreeBSD 5.3, using gcc?
Is there any way that I could just link the source files into my code?
* Using "./configure" and "make" with "sqlite-3.5.4.tar.gz", I got tcl
and tcsh errors.
* Using "sqlite-source-3_5_4.zip", with "tclsqlite.c" removed, I got
pthread errors. They went away with "gcc ... -lpthread", but compilation
still failed.
* I think "sqlite-amalgamation-3_5_4.zip" produced the same errors as
sqlite-source-.
I have compiled, installed, linked, and used it on other systems, but
cannot do the same on my FreeBSD system. (I don't use the FreeBSD ports;
I like to just download and build.)
**
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------