Skip to content

Fortran DLLs

2 messages · Paul Louisell, Brian Ripley

#
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:

            
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.)

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).