Been down this path before. Run filemon (from what used to be SysInternals) before launching node and filter on node/cygwin.
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
A working zip (like the one I posted to the mailing list last month) contains:
cygcrypto-0.9.8.dll (1.1Mb)
cyggcc_s-1.dll (45Kb)
cygssl-0.9.8.dll (265Kb)
cygwin1.dll (2.5Mb)
node.exe (6.2Mb)
Which comes in just a shade over 10Mb un-compressed , 3Meg compressed.
Hope that helps
-cj.
> To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
Nope, I just copied what I needed from the build sub-folder and the
cygwin bin folder :)
-cj.
But its an oldish version of node now, would be worth pushing up a new
one :) If I get a chance tonight I'll sort that for you
-cj
I would be interested in having a script which can build a
distributable package for cygwin. It could go into the tools
directory.
--
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
I wouldn't mind including such a package in the node source tree. It
seems it should include WAF - as that's how you build addons.
With the understanding that I will not be maintaining it. Perhaps it's
better to revision it in a separate repo.