Ok, one last try. R1.2.0, WinNT 4.0: [R is installed in: R_HOME=D:\Programme\R\rw1020] Can anyone give a hint what the following error message (when running Rcmd INSTALL) means and what to do about it? cd D:\Programme\R\rw1020\src\library D:\Programme\R\rw1020\bin\rcmd install testfunctions make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' dlltool -k --as as --dllname R.dll --def R.exp --output-lib libR.a make: dlltool: Command not found make: *** [libR.a] Error 127 make: Leaving directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' *** Installation of testfunctions failed *** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
RINNER Heinrich <H.RINNER at TIROL.GV.AT> writes:> Ok, one last try. R1.2.0, WinNT 4.0: > [R is installed in: R_HOME=D:\Programme\R\rw1020] > > Can anyone give a hint what the following error message (when running Rcmd > INSTALL) means and what to do about it? > > cd D:\Programme\R\rw1020\src\library > D:\Programme\R\rw1020\bin\rcmd install testfunctions > make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' > dlltool -k --as as --dllname R.dll --def R.exp --output-lib libR.a > make: dlltool: Command not found > make: *** [libR.a] Error 127 > make: Leaving directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' > *** Installation of testfunctions failed ***That would seem to mean that dlltool is not in your PATH or nonexistant. I'm more than a bit rusty on the native Windows builds, but I believe dlltool is supposed to be found among all the other gnuwin32 tools like gcc. -- 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 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Fri, 5 Jan 2001, RINNER Heinrich wrote:> Ok, one last try. R1.2.0, WinNT 4.0: > [R is installed in: R_HOME=D:\Programme\R\rw1020] > > Can anyone give a hint what the following error message (when running Rcmd > INSTALL) means and what to do about it? > > cd D:\Programme\R\rw1020\src\library > D:\Programme\R\rw1020\bin\rcmd install testfunctions > make: Entering directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' > dlltool -k --as as --dllname R.dll --def R.exp --output-lib libR.a > make: dlltool: Command not founddlltool.exe is part of the c compiler, e.g. gcc-2.95.2 from the mingw32 distribution. Did you install it properly? Is the path set correctly?> make: *** [libR.a] Error 127 > make: Leaving directory `/cygdrive/d/Programme/R/rw1020/src/gnuwin32' > *** Installation of testfunctions failed ***Uwe -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._