On Tuesday 12 July 2005 12:54, you wrote:
> ביום שלישי, 12 ביולי 2005, 12:38, נכתב על ידי Geoffrey S. Mendelson:
> > On Tue, Jul 12, 2005 at 10:08:43AM +0200, Hetz Ben Hamo wrote:
> > > What I'm trying to do - is to make a permanent connection between the
> > > 2 servers.
> >
> > Microsoft Services for UNIX. Free (as in beer, not open source).
> >
> > Provides you with an almost complete posix environment including a
> > telnet daemon, a real korn shell and gcc. You can also get ssh, bash,
> > etc for it. Has commands like ps, top, kill, etc. Will run any .exe file
> > that does not require a window.
> >
> > Geoff.
>
> Whats the difference between it and MSYS+MinGW?

Well, MinGW stands for Minimal GNU for Win32. It's basically a port of the 
compiler and other compilation tool-chain, so it will run on Win32, but 
without trying to give a more UNIXish API (like fork(), signals, etc.) Some 
UNIX software don't require these UNIXisms and so can run unmodified on 
Win32, after compiled with MinGW or Visual C++. See for example:

http://unxutils.sourceforge.net/

As opposed to MinGW cygwin or MS Services for UNIX (formerly Interix and 
formerly OpenNT) attempt to provide a UNIX-like emulation with fork(), and 
many other UNIXisms.

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish      [EMAIL PROTECTED]
Homepage:        http://www.shlomifish.org/

Tcl is LISP on drugs. Using strings instead of S-expressions for closures
is Evil with one of those gigantic E's you can find at the beginning of 
paragraphs.

================================================================To unsubscribe, 
send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to