I just installed R-2.2.1 on Windows

Now when I change directories to C:\Program Files\R\R-2.2.1\src\gnuwin32 
and try
make pkg-*, e.g., make pkg-designs, I get


---------- Making package designs ------------
  adding build stamp to DESCRIPTION
  making DLL ...
making rand_exch.d from rand_exch.c
making read_array_dyn.d from read_array_dyn.c
making stard.d from stard.c
making symmd.d from symmd.c
cat: rand_exch.d: No such file or directory
cat: read_array_dyn.d: No such file or directory
cat: stard.d: No such file or directory
cat: symmd.d: No such file or directory
make[3]: *** [makeMakedeps] Error 1
make[2]: *** [srcDynlib] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-designs] Error 2


The ".d" files are not created. If they are already there then the next 
step is object files, and they aren't created.
This worked in previous versions of R ...

I'm using:

MSYS 1.0.10, GNU Make version 3.79.1

MINGW 3.1.0 (gcc (GCC) 3.2.3 (mingw special 20030504-1))

and "tools.zip"

My path is set up as 
PATH=c:\msys\1.0\bin;C:\MinGW\bin;C:\MinGW\lib;c:\tools;"C:\Program 
Files\R\R-2.2.1\bin"


        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to