[R] question about Rcmd SHLIB

Peter Dalgaard p.dalgaard at biostat.ku.dk
Fri Jun 11 20:20:35 CEST 2004


"Laura Holt" <lauraholt_983 at hotmail.com> writes:

> Dear R People:
> 
> I'm trying to use the Rcmd SHLIB to produce a dll.
> 
> Rcmd SHLIB -o test2.dll test2.f
> make[1]: *** [libR.a] Error 255
> make: *** [libR] Error 2
> 
> Where do I go to find out about the "make" errors, please?
> I suspect that I might be missing something.  I have the tools for
> creating new packages, but
> maybe I left out something.
> 
> This is for R version 1.9.0 on Windows.

I've seen this before... I seem to recall that it is a PATH issue.
Looks like make went looking for libR.a  and couldn't find it.
 

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




More information about the R-help mailing list