Re: [sqlite] SQLite Compilation Problems on FreeBSD

2008-01-31 Thread L. S.
I got "sqlite-3.5.4.tar.gz" to compile, cleanly, and installation went smooth. After compiling and installing tcl and tk, the slqite "make" step still failed, saying "*** Error code 1", just like it did before tcl/tk; it complained about tclsh being installed under multiple names (tclsh,

Re: [sqlite] SQLite Compilation Problems on FreeBSD

2008-01-28 Thread Frederic de la Goublaye
Hi I succeed in the compilation of SQLite under FreeBSD 5.4. This is the French documentation I wrote: http://fredericdelagoublaye.free.fr/freebsd/install/sqlite.html I hope you will find some clues to help you Best Regards Frédéric de la Goublaye On Jan 28, 2008 5:25 PM, Rob Sciuk <[EMAIL

Re: [sqlite] SQLite Compilation Problems on FreeBSD

2008-01-28 Thread Rob Sciuk
On Sun, 27 Jan 2008, L. S. wrote: Why doesn't SQLite 3.5.4 compile under FreeBSD 5.3? Can it be done in a sane manner? AFAIK, it just works, but you may require the -lc_r option to include the re-entrant (threadsafe) C library with your linked executeable ... How can I link against

Re: [sqlite] SQLite Compilation Problems on FreeBSD

2008-01-27 Thread Dan
On Jan 28, 2008, at 7:41 AM, L. S. wrote: 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"

[sqlite] SQLite Compilation Problems on FreeBSD

2008-01-27 Thread L. S.
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