Skip to content
Prev 18026 / 63424 Next

Building R on Windows

Jennifer Lai wrote:
Generally to start over after important changes you'll need "make 
distclean".  "make clean" is intended to be used at the end of a build, 
to remove unnecessary files, but to leave all the important parts in 
place.  Since some of those parts are used in the build process (and in 
your case one of them was not built correctly), make clean wasn't enough.

Duncan Murdoch