Roboco Sanchez wrote: > I have no problem compiling the source on Cygwin but I don't > have MSVC and would love a single native Win32 file.
Try to compile it with MinGW or Cygwin's -mno-cygwin GCC option (you can't use the Cygwin libraries such as OpenSSL). If it doesn't, I'm afraid you'll have to port it. And you may lose funcionality without Cygwin. Also, I don't see the point in using it outside Cygwin. Some things rely on external tools, like /bin/sh, ssh, and so on. And it doesn't hurt to make a "static" binary which only depends on cygwin1.dll. I don't even know how such a binary will work. -- http://www.pervalidus.net/contact.html
