| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Injected-Via-Gmane: | http://gmane.org/ |
| To: | cygwin AT cygwin DOT com |
| From: | "Alex Vinokur" <alexvn AT connect DOT to> |
| Subject: | Re: gcc version 3.3.1 (cygming special) |
| Date: | Mon, 22 Sep 2003 14:36:32 +0300 |
| Lines: | 30 |
| Message-ID: | <bkmmsk$p4l$1@sea.gmane.org> |
| References: | <bklvpg$gqm$1 AT sea DOT gmane DOT org> <Pine DOT GSO DOT 4 DOT 56 DOT 0309220138280 DOT 12411 AT slinky DOT cs DOT nyu DOT edu> |
| X-Complaints-To: | usenet AT sea DOT gmane DOT org |
| X-MSMail-Priority: | Normal |
| X-Newsreader: | Microsoft Outlook Express 6.00.2800.1106 |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
"Igor Pechtchanski" <pechtcha AT cs DOT nyu DOT edu> wrote in message news:Pine DOT GSO DOT 4 DOT 56 DOT 0309220138280 DOT 12411 AT slinky DOT cs DOT nyu DOT edu...
> On Mon, 22 Sep 2003, Alex Vinokur wrote:
>
> > $ gcc -v
> > [snip]
> > gcc version 3.3.1 (cygming special) // More preferably 'cygwin', not 'cygming'
>
> This may actually be correct. "Cygming" = "Cygwin" + "MinGW". gcc does
> both, you know...
> Igor
------ Cygwin ------
$ gcc foo.c -o foo1.exe
$ gcc foo.c -mno-cygwin -o foo2.exe
------ MinGW ------
$ gcc foo.c -o foo3.exe
1. What is the difference between foo1.exe and foo2.exe?
2. Is there any difference between foo2.exe and foo3.exe?
=====================================
Alex Vinokur
mailto:alexvn AT connect DOT to
http://mathforum.org/library/view/10978.html
=====================================
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |