Simon Urbanek <simon.urbanek at r-project.org> writes:
Seth,
I have found the problem - it's a bug in the RSQLite package. The
RSQLite package package provides its own SQLite version, but it uses
the wrong compiler to compile it and therefore it compiles the wrong
architecture (the result will be i386 binary of SQLite despite R
being configured for ppc). In fact the configure script uses the
wrong compiler as well. The fix is really easy - it's just the
sequence of setting CC and failure to export it:
Thanks for the patch. I will apply it and send an update to CRAN this
week.