Skip to content
Prev 25931 / 63424 Next

compiling R under cygwin

Denham Robert wrote:
I would expect other subtle problems as well, because Cygwin is not a 
normal Unix.  I don't know whether any of these differences matter to R, 
but some things to look out for are:

 - you can't unlink a file while it is open
 - filenames are not case sensitive
 - file permissions have strange defaults (everything is executable)
 - I think the executable format still needs to be Windows format
 - There's no such thing as a ptty
 - You'll probably need X11 for graphics, and will lose support for 
Windows metafile output (wmf)
What is the advantage of building this?  I don't think we want to 
support platforms just for the sake of supporting more platforms, but if 
there's a real need for it, that would be different.

Duncan Murdoch