Gow – The lightweight alternative to Cygwin
51–60 of 95 posts
Re: Gow – The lightweight alternative to Cygwin
#52We really need to port Homebrew to Windows so that projects like this can be the base, but people can pull in packages on top of it, like a lightweight Cygwin but more Windows'y.
pkgsrc already supports Windows Services for Unix, it may well work on top of this too (though I haven't looked at Gow yet and I honestly have no idea how it differs from MSYS). But when I think "Unix-like core plus package management on Windows"... well, Cygwin is already there.
Re: Gow – The lightweight alternative to Cygwin
#53No awk? I'm outta here.
Re: Gow – The lightweight alternative to Cygwin
#54I used to use it. I liked the fact that it used the host compiler instead of gcc, plus I preferred the non-GNU tools.
Now I'm using Inferno, it works much better. It's not Unix, it's Plan9, but I view that as a plus. Of course cygwin can install all kinds of Unixy tools, like gcc, openssh, xterm and whatnot. Inferno doesn't come with anything, but I don't need anything except the basic Plan9 tools.
[1] http://www2.research.att.com/~gsf/download/uwin/uwin.html
Re: Gow – The lightweight alternative to Cygwin
#55Re: Gow – The lightweight alternative to Cygwin
#56Earlier quoted context omitted.
Cygwin gives you (seamless) access to the Windows file system. Is it possible to (say) 'sed ... | wc' a file in the host's directories from a VM?
yes. for example in virtual box you can mount host's directory tree within the vm either in rw/ro mode. from then on, things are seamless.
Re: Gow – The lightweight alternative to Cygwin
#57A somewhat heavier version of cygwin, in which everything will work the way it's supposed to: http://www.centos.org I kid, I kid...
Re: Gow – The lightweight alternative to Cygwin
#58Re: Gow – The lightweight alternative to Cygwin
#59Re: Gow – The lightweight alternative to Cygwin
#60A somewhat heavier version of cygwin, in which everything will work the way it's supposed to: http://www.centos.org I kid, I kid...
Then there's always colinux - where you can have both, at the same time, without virtualization.