Using version 2.8.9 and OS X 10.2.8 I had no trouble compiling Sqlite, although if I enable-shared I get a bus error on one of the tests (in make test). I have to disable shared library support anyway because...
I had considerable difficulty compiling the Java wrapper at http://www.ch-werner.de/javasqlite/. The configure script needs --with-jdk and --disable-shared; I couldn't get it to work with the shared library build of Sqlite. I also had to add a new target for libsqlite_jni.jnilib, built using gcc -bundle. However I do now have it working :-) If anyone more knowledgeable has a revised configure script or Makefile for the Java wrapper on OS X, I'd be interested to see it. Tim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]