Skip to content
Prev 8753 / 398502 Next

running Rcmd INSTALL, again

On Fri, Jan 05, 2001 at 11:25:51AM +0100, RINNER Heinrich wrote:
No.
No/Yes.
  No: you don't need the C and Fortran compiler but  
  Yes: if I understand, you have been found a problem in the
  src/gnuwin32/Makefile distributed in rwxxxxsp.zip. This Makefile
  try to build the export library for R.dll also for packages
  which don't need them.
  
  You can try the following routes:
  1) edit src/gnuwin32/Makefile, find the line 
     pkg-%: libR.a #...
     and change it to
     pkg-%: #libR.a ...
     i.e., move the # before libR.a
     This should works but I can test it now (I haven't a Windows
     system at hand). Keep in mind that the modified Makefile
     will be useless for installing packages with C or Fortran sources.

  or

  2) install binutils-19.... dlltool lives there.

 guido

        
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Message-ID: <20010105120813.A11162@sirio.stat.unipd.it>
In-Reply-To: <C4D44AB4CB62D311BA6500041202E8862640CE@xms1.tirol.gv.at>; from H.RINNER@TIROL.GV.AT on Fri, Jan 05, 2001 at 11:25:51AM +0100