Hi, I am doing my first steps with R. This worked so far: - Installed R1.5.1 from binary distribution - Installed SJava 0.62.8 from binary distribution - Executed Java statements within R Problem: If I call R from Java, I get an UnsatisfiedLinkError: RInterpreter.DLL not found. This DLL is completely missing, I searched all drives for it. In "Calling R from Java" I found a hint: "...you will need to have built R as a shared library. You can do this by passing the argument --enable-shared to the configure script..." Ok, I downloaded the source of R1.5.1 and run the script: $ sh configure --enable-shared uname: not found chmod: not found configure: error: cannot create configure.lineno; rerun with a POSIX shell $ Although this error occurred, make runs fine and creates Rgui.EXE, R.DLL.... but no RInterpreter.DLL. I installed all the tools recommended in http://www.stats.ox.ac.uk/pub/Rtools/ - Tools.ZIP http://www.stats.ox.ac.uk/pub/Rtools/tools.zip - Perl http://www.activestate.com/Products/ActivePerl/Download.html - MINGW compiler http://www.mingw.org/ Any help is highly appreciated. Heinz Grimm -------------- next part -------------- A non-text attachment was scrubbed... Name: grimm.heinz.vcf Type: text/x-vcard Size: 291 bytes Desc: Card for Heinz Grimm Url : https://stat.ethz.ch/pipermail/r-help/attachments/20020830/1b70b26b/grimm.heinz.vcf
Heinz Grimm <grimm.heinz at rcc.ch> writes:> Ok, I downloaded the source of R1.5.1 and run the > script: > > $ sh configure --enable-shared > uname: not found > chmod: not found > configure: error: cannot create configure.lineno; rerun with a POSIX > shell > $ > > Although this error occurred, make runs fine and creates Rgui.EXE, > R.DLL.... > but no RInterpreter.DLL.If configure failed, chances are that you ran make with a default configuration (without --enable-shared), so my guess is that you need to get that step to work. Since it cannot find a couple of key commands, you might need to set your PATH variable correctly. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._