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. Thanks in advance, Sincerely, Laura mailto: lauraholt_983 at hotmail.com
See readme.packages. It would help to run make libR.a first. On Fri, 11 Jun 2004, Laura Holt wrote:> 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. > > Thanks in advance, > Sincerely, > Laura > mailto: lauraholt_983 at hotmail.com > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > >-- 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 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
"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