[R] Rcmd SHLIB error

2004-06-11 Thread Kemp S E (Comp)
Hi, Having realised (courtesy of Prof Ripley) that I was using the wrong compiler, I have now switched to MINGW. However, when I try and compile my .cc file using Rcmd SHLIB fileGT.cc I get the following error... Cannot export data_in: symbol not defined Cannot export dim: symbol not defined Ca

Re: [R] Rcmd SHLIB

2004-03-02 Thread Gabriel Lawson
) Building $@ from $^ $(AR) cr $@ $^ $(RANLIB) $@ %.o: %.rc $(RESCOMP) $(RESFLAGS) $($*-RESFLAGS) -i $< -o $@ - Original Message - From: "Prof Brian Ripley" <[EMAIL PROTECTED]> To: "Gabriel Lawson" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTE

Re: [R] Rcmd SHLIB

2004-03-01 Thread Prof Brian Ripley
On Sun, 29 Feb 2004, Gabriel Lawson wrote: > Thanks tons. If you get a moment and feel like answering another question: > Regarding the readme.packages file excerpt below: How can I set the R_HOME > path? Is it always the R install directory? Also, is creating libR.a and It is where you insta

Re: [R] Rcmd SHLIB

2004-02-29 Thread Duncan Murdoch
On Sun, 29 Feb 2004 15:43:25 -0800, you wrote: >Thanks tons. If you get a moment and feel like answering another question: >Regarding the readme.packages file excerpt below: How can I set the R_HOME >path? Is it always the R install directory? Also, is creating libR.a and >libRblas.a a neccess

Re: [R] Rcmd SHLIB

2004-02-29 Thread Gabriel Lawson
gt; Cc: <[EMAIL PROTECTED]> Sent: Saturday, February 28, 2004 11:54 PM Subject: Re: [R] Rcmd SHLIB > Most likely you don't have dlltool in your path. Further, I suspect you > don't have the correct make in your path since AFAIK that does not use > CreateProcess. >

Re: [R] Rcmd SHLIB

2004-02-28 Thread Prof Brian Ripley
Most likely you don't have dlltool in your path. Further, I suspect you don't have the correct make in your path since AFAIK that does not use CreateProcess. Please check and check again that you have followed exactly all the instructions in the file readme.packages. See Q3.1 in the rw-FAQ.

[R] Rcmd SHLIB

2004-02-28 Thread Gabriel Lawson
Ok, I think I may have a path or permissions problem (below). Anyone know which settings I should check? When I use "Rcmd SHLIB " I get: C:\Program Files\R\rw1081\bin>Rcmd SHLIB info.diffusion.c process_begin: CreateProcess((null), dlltool -k --as as --dllname R.dll --def R. exp --outp

[R] RCMD SHLIB == Couldn't reserve space for cygwin's heap, Win32 ?

2004-02-17 Thread Jeff D. Hamann
I've been trying to create/load/call a dll from R-1.8.1 on Windows without much success. I've been able to at least load the library on FreeBSD (1.8.1). I've been able to perform this before using DLL that weren't created using RCMD SHLIB, but simply compiling under MS DevStudio. C:\optflikam>rcm

[R] Rcmd SHLIB on Windows

2003-06-24 Thread Mark Piorecky
Hi all, I would like to preform an autologistic regression analysis on my thesis data. This is a form of logistic regression that accounts for spatial autocorrelation within and between predictor variables. To this end I have received some script from Dr. Fred Huffer which will allow for the