Skip to content

Problem with Rcmd SHLIB

2 messages · Remko Duursma, Ko-Kang Kevin Wang

#
Dear R-helpers,

i am trying to make a shared library from a Fortran subroutine, and i therefore used (after reading the documentation):

Rcmd SHLIB forfile.f          #(R1.70, Win2000)

And the error is:
 " 'perl' is not recognized as an internal or external command,operable program or batch file." 

So i went ahead and tried to install Perl (from the suggested website in "readme.packages") but the installer told me i already had Perl installed!
By the way,

Rcmd COMPILE somefile.f  

gives the same error message.

What am i missing?

Thanks,

Remko


^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'
Remko Duursma, Ph.D. student
Forest Biometrics Lab / Idaho Stable Isotope Lab
University of Idaho, Moscow, ID, U.S.A.
#
Hi,

Is perl in your Path?  i.e. what happens when you type:
  perl --version
On Fri, 13 Jun 2003, Remko Duursma wrote: