What if I want to run native Unix-like applications on Windows? What's the best application out there?
feedback
|
|
Cygwin is closest to what you are looking for, though not exactly like Wine.
It is not binary-compatible with Linux applications, you still need to rebuild them from source to run under Cygwin. Once rebuilt, however, they should work exactly like on Linux. | |||||||||||
feedback
|
|
Not quite the same, but you could also run a full linux installation inside a VM such as Virtualbox: http://virtualbox.org/ | |||||||||||||||
feedback
|
|
Take a look at andLinux (based on coLinux). From the site:
| ||||
|
feedback
|
|
Not Cygwin.
Cygwin will give a Linux-like shell but can not directly run linux applications in Windows. Cygwin "acts as a Linux API emulation layer providing substantial Linux API functionality." | |||||||
feedback
|
|
Microsoft, for a while, offered SFU which sort of works for some things. Cygwin works much better. If you're hoping for ABI Compatability, as wine offers unix systems for windows binaries, things are quite bleak. CoLinux also sort of works, but generally won't help you at all with any kind of graphical application, unless you configure a windows X11 server as well. | |||||
feedback
|
|
If you're interested in porting those *nix applications to a Win32 environment, you might take a look at the MinGW project. I've mainly used it for GCC on windows, but they also provide an interesting environment called MSYS:
| |||
feedback
|
|
I've used andLinux which is built on coLinux. The organization has compiled an Ubuntu installation (Gutsy, I think, but I upgraded to Intrepid pretty easily). One warning: development on andLinux is pretty slow -- the last beta has been out for almost a year. | |||
|
feedback
|
|
At one point in the distant past, there was LINE Is Not an Emulator, which aimed to be exactly the inverse of Wine: provide binary compatibility for Linux executables running under Windows. It kinda worked, at least as a proof of concept, but there isn't a big need for it. | |||
|
feedback
|