From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: a concise comparision of cygwin & mingw32 Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <39E8ECF2 DOT 68EDCD14 AT user DOT rose DOT com> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 X-Trace: /ba9QcTlOWPzI1vrFOJZb2xR/AcSW6VAaXjwK/XLih0CVW0oXM7/So7OWSJrRJKZa37wHx/ft02V!NO9HhBdc5TBT4ektNeaVLCSrJB1nttL4M4dzh0/pbti03YOp18h9yaaNiOujuyhqiA05OBiM+3Da!TWXg X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sun, 15 Oct 2000 00:55:24 GMT Distribution: world Date: Sun, 15 Oct 2000 00:55:24 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 14 Oct 2000 18:32:02 -0500, April wrote: >I want to move from rsxntdj to either of the above, but I'd like a >better idea of which is better before I spend time on downloading >the necessary files. > >all I know so far is from a little propaganda blurb on the mingw32 >page that states that cygwin has a unix-compatability layer involved, >so the app is a little slower. Yes, Cygwin has a POSIX layer implemented in a 4 MB (unstripped) copylefted DLL. No, it doesn't necessarily make the app slower unless (perhaps) you call lots of functions from the DLL. Yes, it can use msvcrt.dll (mostly ANSI stuff) instead of its own DLL. >I don't really need unix apps nor unix compatability, so is mingw32 >the way to go? MinGW is best for writing apps that use ANSI, Win32, and/or Allegro interfaces. http://www.mingw.org/ --