Re: [Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-08 Thread Mike Leahy
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

Re: [Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-07 Thread Joe Conway
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

Re: [Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-07 Thread Mike Leahy
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

Re: [Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-07 Thread Joe Conway
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

[Rd] Compiling PL/R against R.dll in Win32/MinGW

2006-04-07 Thread Mike Leahy
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