On Sun, 21 May 2006, Jerry Krinock wrote:
I would like to compile SQLite 3.3.5 for Mac OS 10.3 and Mac OS 10.4.
[...] Are there any tricks that I should know about before attempting
this? [...]
Hello,
I had no trouble whatsoever to build the standard UNIX tarball of SQLite
3.3.5 on MacOS X 10.4.6 by just unpacking it, running ./configure and
running make. I must add, though, that I built against a libreadline that
I installed myself instead of the MacOS X system supplied one -- I don't
know whether this makes any difference for SQLite, but I recollect that
the system supplied libreadline in MacOS X is quite broken and many other
things I installed by hand failed to build against it correctly.
cu,
Thomas