Skip to content
Prev 38772 / 63424 Next

problem building R 2.12.1 64-bit on Windows 7

On 10-12-30 4:13 PM, Michael Sumner wrote:
I don't know what's going wrong.  At that point it is supposed to be 
making Rzlib.dll (as the error at the end shows it was).  That is made 
using src/extra/zlib/Makefile.win. I don't see any calls to "sed" in 
there, but there's one in the implicit rule to make the .dll (in 
src/gnuwin32/MkRules), namely

$(SED) -n $(SYMPAT)

Do you have a definition for SYMPAT that overrides ours, or SYMPAT64 
(which is used in ours)?

If that's not it, you could remove the @ sign from the beginning of that 
line in MkRules, and see what it is trying to do just before it dies.

Duncan Murdoch