From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,788e5be555ea088d,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: midgleyben@hotmail.com Newsgroups: comp.lang.ada Subject: mingw vs cygwin Date: 30 Jan 2006 06:57:12 -0800 Organization: http://groups.google.com Message-ID: <1138633032.194986.159910@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: 213.48.150.163 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1138633037 11565 127.0.0.1 (30 Jan 2006 14:57:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 30 Jan 2006 14:57:17 +0000 (UTC) User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 Clearswift Web Policy Engine Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=213.48.150.163; posting-account=Sx4OCwwAAAAdLV71rdtSQ2AUedcgvQg0 Xref: g2news1.google.com comp.lang.ada:2706 Date: 2006-01-30T06:57:12-08:00 List-Id: I have a question about the differences between cygwin adn mingw, with reference to the ada compiler. I need to port ada code to XP from linux, link c code (maybe c++) to the project and create an exe which supports sockets (networking). So which way mingw or cygwin ? I have read so many reports of problems with c under mingw and just problems with gcc-ada but non particularly up to date, any advice welcome. Also if I get the whole cygwin installation I get mingw too, to my understanding if I use mingw I statically link support for the windows API and if I use the gcc-ada compiler I need to provide cygwin1.dll for distribution, is this accurate and can anyone add detail to this explanation ? Thanks in advance