OK - I did try this with PostgreSQL 8.1.3 and got the same results. To
use the CVS HEAD for PostgreSQL, I did have to make a couple changes to
get it to compile, but it ends with the same results.
Joe Conway wrote:
> Mike Leahy wrote:
>> Ok...well I've been hacking around with the PL/R source a b
Mike Leahy wrote:
> Ok...well I've been hacking around with the PL/R source a bit more, and
> I found that that substituting 'Rf_initEmbeddedR' with 'InitDynload'
> seemed to make code compile further - this was just a total guess based
> on the functions that are listed in the R.dll with dependenc
Ok...well I've been hacking around with the PL/R source a bit more, and
I found that that substituting 'Rf_initEmbeddedR' with 'InitDynload'
seemed to make code compile further - this was just a total guess based
on the functions that are listed in the R.dll with dependency-walker.
Now it appears t
Mike Leahy wrote:
> Hello list,
>
> I've been trying to get the PostgreSQL PL/R library to compile on
> windows (http://www.joeconway.com/plr/). The author of this library
> says the problem is likely because the distributed R.dll isn't
> compiled as a shared dll. Is this the case? If so, is
Hello list,
I've been trying to get the PostgreSQL PL/R library to compile on
windows (http://www.joeconway.com/plr/). The author of this library
says the problem is likely because the distributed R.dll isn't compiled
as a shared dll. Is this the case? If so, is there any way to compile
it such