I'm trying to to compile SQLiteJDBC v039 in 100% Pure Java using Mac
OSX 10.4.11.  I also wanted to use the latest SQLite version 3.5.6
because in 3.5.5 they switched over to a new DB VM that is register
based and I was hoping to see a difference in performance.  Well,
NestedVM compiles fine but both SQLite 3.5.4 and 3.5.6 stumble over
trying to statically link getrusage.  Has anybdoy else come across
this?  Also, it now appears that the SQLite team is recommending that
the amalgamation file (basically everything cat'd as one big file) be
the file used for including SQLite into a project. Is there a reason
why SQLiteJDBC doesn't use the amalgamation file?

Thanks,
Louis
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to