On 15/04/2008, Matt Wood <[EMAIL PROTECTED]> wrote:
>  $ env JAVA_HOME=/Library/Java/Home/ make
>
>  And the error:
>
>  make: *** No rule to make target `build/sqlite-3.5.6-Darwin-Power',
>  needed by `native'.  Stop.
>
>  Any tips to get this compiled?

Looks like you're compiling on PowerPC, which I haven't done in a long
time. And it looks like 'uname -m' doesn't return ppc like I think it
should on such a machine, but instead returns Power. The easy fix:

$ env JAVA_HOME=/Library/Java/Home make arch=ppc

d.

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

Reply via email to