in reply to Re^2: "porting" mods from cygwin to win32?
in thread "porting" mods from cygwin to win32?

I believe whatever compiler ActiveState uses, it would be compatible with the Free-to-use command-line version of MSC that Microsoft distributes.

I would caution that I've never tried this, however, so there might well be some aspect of using this compiler to integrate XS modules into ActiveState that I'm not considering. If this didn't work directly, I suspect that one could download the ActiveState code and rebuild it with this free compiler and then do XS/dll development with the resulting system.

  • Comment on Re^3: "porting" mods from cygwin to win32?

Replies are listed 'Best First'.
Re^4: "porting" mods from cygwin to win32?
by BUU (Prior) on Jun 18, 2005 at 22:33 UTC
    Last time I looked, activestate used msvc6 to compile their perl, which I don't believe is compatible with the free one. However, since you have a free compiler, make your own perl, then you can compile anything you want!