On May 21, 2006, at 2:09 PM, Thomas Chust wrote:

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.

I second this. I am not even sure /usr/lib/libreadline.dylib is readline. It is a symbolic link to libedit.dylib for me. So I use my own build of readline as well.

Uh, for 10.3 you will have a little work (unless compiling on a 10.3 installation). You will need to specify the compiler version since the runtime system is different.

An XCode project for SQlite 3 would be nice but I don't have one.

Best Wishes,
Kon


cu,
Thomas

Reply via email to