I was wondering if anyone has statically built OpenSSH under cygwin? Mostly I'm just trying to avoid the need to require a specific user to install cygwin in order to use the client. Does it involve mingw? Linker tricks? Voodoo? I tried -static but it didn't seem to work. Of course, I could have just screwed something up. Thanks for any insight.
On Thu, Apr 05, 2007 at 11:08:36AM -0400, Chris Rapier wrote:> I was wondering if anyone has statically built OpenSSH under > cygwin? > Mostly I'm just trying to avoid the need to require a specific user > to install cygwin in order to use the client. Does it involve > mingw?Yes, it would, but MinGW != Cygwin and I don't think OpenSSH likes it very much in Win32 land. Cygwin is a POSIX compatibility layer for Win32. MinGW is gcc+friends for Win32 with little or no built-in compatibility. //Peter
Apparently Analagous Threads
- Password Option for Windows OpenSSH
- [LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
- [LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
- [repost] Problem compiling 2.6.3.pre1 and pre2 under Cygwin with Mingw
- [LLVMdev] LLVM under Cygwin