为什么我会出现这样的错误提示呢?
cygwin warning:
MS-DOS style path detected: d:/PROGRA~1/R/R-215~1.0/etc/i386/Makeconf
Preferred POSIX equivalent is: /cygdrive/d/PROGRA~1/R/R-215~1.0/etc/i386/Makeconf
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
/bin/Rscript.exe: not found
/bin/Rscript.exe: not found
/bin/Rscript.exe: not found
/bin/Rscript.exe: not found
gcc -shared -s -static-libgcc -o convolve.dll tmp.def convolve.o -L/bin/i386 -lR
c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -lR
collect2: ld returned 1 exit status
> #windows 用到convolve.dll
> dyn.load("convolve.dll")
错误于inDL(x, as.logical(local), as.logical(now), ...) :
无法载入共享目标对象‘D:/c_course/convolve/convolve.dll’::
LoadLibrary failure: 找不到指定的模块。