Skip to content
Back to formatted view

Raw Message

Message-ID: <m21wlt731k.fsf@ziti.local>
Date: 2007-01-17T21:32:07Z
From: Seth Falcon
Subject: Problem loading RSQLite
In-Reply-To: <m2y7o176g6.fsf@ziti.local> (Seth Falcon's message of "Wed, 17 Jan 2007 12:18:33 -0800")

Seth Falcon <sfalcon at fhcrc.org> writes:

> 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.

An update has been uploaded to CRAN.  I assume that a new OS X binary
for RSQLite will be available within a few days...

+ seth