Re: [Rd] a package installation problem on windows

2008-07-28 Thread Prof Brian Ripley
Nothing in the documentation says that DLLs created in the source directory will be installed -- this applies only to pkgname.dll. We recommend you use R CMD INSTALL [--build], not R CMD build --binary. It is very rare to need a src/Makefile.win, but it you choose to use one yo do need to ensu

[Rd] a package installation problem on windows

2008-07-28 Thread Gang Liang
Dear all, I encountered a problem when test installing a package of my own under the windows platform. The latest Rtools is installed, and Makefile.win is used for directing the compilation of C++ codes under the src directory. A sketch of the Makefile.win is as follows: --- Makefile.win (old) --