This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc version 3.3.1 (cygming special)


"Igor Pechtchanski" <pechtcha@cs.nyu.edu> wrote in message Pine.GSO.4.56.0309220138280.12411@slinky.cs.nyu.edu">news:Pine.GSO.4.56.0309220138280.12411@slinky.cs.nyu.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@connect.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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]