I have at least one cygwin shell open all the time, when on windows machine. Any msys users out there? Why would anyone use msys over cygwin (except for building win executables)?
|
MSYS's stated design goal is just to enable the whole gcc(mingw)/autotools build system on windows, it's never going to be a full "posix-y subsystem" like cygwin (including a package manager!). The main difference between mingw and cygwin is that mingw builds win32 binaries that are free from any extra dependencies. I've gotten over cygwin recently. There's a lot of impedance mismatch between cygwin and the native platform (LF vs CR-LF for example). Look for native versions of the unix utilities (including shells) like the UnxUtils project. |
|||||||||||
|
|
Cygwin offers much more complete UNIX compatibility; i.e. it is more likely to easily build source from that tarball you downloaded that's never been compiled on Windows before. The package manager is pretty convenient. As the other users mentioned, programs built with Cygwin depend on the GPL-licensed Cygwin runtime DLL. MSYS/MinGW is a thinner and less-complete compatibility layer, but it offers a significant performance advantage over Cygwin and carries no runtime dependencies. Since we got our project to build under MSYS (which took a little work), we favor this environment. |
|||
|
|
|
No answer, but I don't think I could live without cygwin. Great stuff. From what I can tell, MSYS is built on MinGW, which has a much smaller DLL. But for day-to-day use, I don't think there's an advantage to it. (However, I've never played with it much.) |
|||
|
|
|
I prefer msys, for my day to day tasks. I'm forced to use Windows 7, when at work. I prefer msys, It feels somewhat faster to me. The way it handles the Filesystem is cleaner, IMO. /$DRIVE/... GnuWin32, is a great idea (really the best idea), but they don't provide bash. I really don't think that makes sense, for me the shell IS the GNU experience. I even tried using GnuWin32 and then doing msys for the shell, does not work well as you would think. You would still be stuck with msys for coreutils, and at that point its a wash. At home I use Linux, it is really the best option. |
|||
|
|
|
If licensing is an issue, CYGWIN is distributed under the GPL which may places some restrictions on commercial software linked against the CYGWIN runtime. MSYS is more permissive in this respect and may be more appropriate for commercial software. As far as the environments are concerned, however, I find CYGWIN to be a far more polished product. |
|||||
|
