search for: readmepackages

Displaying 1 result from an estimated 1 matches for "readmepackages".

2003 Jun 25
0
Rcmd SHLIB on Windows
...ed Fortran script (combo.o). I am supposed to use "dyn.load' to load the fortran script. To do this in R I realize that I need to create a dll for combo.o and that this is supposed to be done using "Rcmd SHLIB combo.f". This is where I run into problems. I have read the "readmepackages.txt", and done all that I believe applies to me: installed PERL, MingGW (fortran compiler), Prof. Ripley's Tools package and set PATH environment variable for all. Then when I ran "Rcmd SHLIB combo.f" I got as far as: Rcmd SHLIB combo.f ar cr combo.a *.o ranlib com...