Hello everyone, I'm using R 1.5.1 on Windows. I chose the option 'Install Source Files' when installing R. The code below shows my use of the command SHLIB and the error I get. C:\R\rw1051\bin>Rcmd SHLIB C:\Stage 9 (Phase 2)\cir3int.f 'perl' is not recognized as an internal or external command, operable program or batch file. I'm assuming I'm missing some perl files or libraries that are needed to make either Rcmd or SHLIB work. Where do I get them and what directory do I install them to? (ci3int.f is a FORTRAN source file.) Thanks for your help, Paul Louisell -------------- next part -------------- An HTML attachment was scrubbed... URL: https://stat.ethz.ch/pipermail/r-help/attachments/20020803/c863fe3b/attachment.html
On Sat, 3 Aug 2002, Paul Louisell wrote:> Hello everyone, > > I'm using R 1.5.1 on Windows. > I chose the option 'Install Source Files' when installing R. > The code below shows my use of the command SHLIB and the error I get. > C:\R\rw1051\bin>Rcmd SHLIB C:\Stage 9 (Phase 2)\cir3int.f > 'perl' is not recognized as an internal or external command, > operable program or batch file. > I'm assuming I'm missing some perl files or libraries that areneeded to make either Rcmd or SHLIB work. Where do I get them and what directory do I install them to? (ci3int.f is a FORTRAN source file.) You are missing Perl itself. It is all in `readme.packages'. Also there is the advice not to use spaces in file names: you will need to quote the path to make this work (if it will work at all). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I think I sent this with HTML turned on in Outlook Express and it got bounced back. My apologies... 1) Have you installed a Perl interpreter? If not, ActivePerl may be a good one to get: http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl 2) If you have Perl installed, is its bin directory in your PATH variable? Cheers, Kevin ------------------------------------------------ Ko-Kang Kevin Wang Post Graduate PGDipSci Student Department of Statistics University of Auckland New Zealand www.stat.auckand.ac.nz/~kwan022 ----- Original Message ----- From: Paul Louisell To: R-help at stat.math.ethz.ch Sent: Sunday, August 04, 2002 3:25 PM Subject: [R] Fortran DLLs Hello everyone, I'm using R 1.5.1 on Windows. I chose the option 'Install Source Files' when installing R. The code below shows my use of the command SHLIB and the error I get. C:\R\rw1051\bin>Rcmd SHLIB C:\Stage 9 (Phase 2)\cir3int.f 'perl' is not recognized as an internal or external command, operable program or batch file. I'm assuming I'm missing some perl files or libraries that are needed to make either Rcmd or SHLIB work. Where do I get them and what directory do I install them to? (ci3int.f is a FORTRAN source file.) Thanks for your help, Paul Louisell -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Hello again, As several of you know, I'm working on getting my first DLL up and running. Relevant Info: * My operating system is Windows NT (at work, it's XP at home). * I'm using R version 1.5.1 (6/17/2002). This is the error I currently get with the SHLIB command: C:\Program Files\R\rw1051\bin>Rcmd SHLIB H:\Stage9.Dun\RSforFILES\cir3int.f Can't locate Cwd.pm in @INC at C:\PROGRA~1\R\rw1051/bin/SHLIB line 21. BEGIN failed--compilation aborted at C:\PROGRA~1\R\rw1051/bin/SHLIB line 21. 'cir3int.f' is a FORTRAN source file. Ideas? Thanks, Paul Louisell Statistician Pratt & Whitney (860) 565-5417 louisept at pweh.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._