* RE: Cygwin & MinGW
@ 2002-10-02 9:27 Pavel Rozenboim
0 siblings, 0 replies; 5+ messages in thread
From: Pavel Rozenboim @ 2002-10-02 9:27 UTC (permalink / raw)
To: Cygwin Mailing List
To create an application that does not require cygwin1.dll. Sometimes
ditributing cygwin apps is quite annoying because cygwin1.dll requirement.
> -----Original Message-----
> From: Alex Vinokur [mailto:alexvn@come.to]
> Sent: Wed, October 02, 2002 7:09 PM
> To: MinGW Users Mailing List; Cygwin Mailing List
> Subject: Re: Cygwin & MinGW
>
>
> ----- Original Message -----
> From: "Pavel Rozenboim" <pavelr@coresma.com>
> Newsgroups: gmane.os.cygwin
> Sent: Wednesday, October 02, 2002 10:52 AM
> Subject: RE: Cygwin & MinGW
>
>
> > Try running gcc -mno-cygwin.
>
>
> %gcc -v --help :
> .........
> -mno-cygwin Use the Mingw32 interface
> .........
>
> If I don't have Cygwin I must use the Mingw32 interface (or DJGPP).
>
> But if I have Cygwin : when is it worth using the Mingw32
> (not Cygwin) interface?
> Any example ?
>
>
> >
> > > -----Original Message-----
> > > From: Alex Vinokur [mailto:alexvn@come.to]
> > > Sent: Tue, October 01, 2002 8:09 PM
> > > To: MinGW Users Mailing List; Cygwin Mailing List
> > > Subject: Cygwin & MinGW
> > >
> > >
> > > =============
> > > Windows 2000
> > > CYGWIN_NT-5.0
> > > =============
> > >
> > > Directories /lib and /usr/include contain directory mingw.
> > > How are files under mingw used?
> > > P.S. Cygwin contains gcc (cygwin special), but not (mingw
> special).
> > >
>
> ==================
> Alex Vinokur
> mailto:alexvn@go.to
> http://up.to/alexvn
> ==================
>
>
>
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ: http://cygwin.com/faq/
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Cygwin & MinGW
2002-10-02 9:09 ` Alex Vinokur
@ 2002-10-02 11:34 ` Sam Edge
0 siblings, 0 replies; 5+ messages in thread
From: Sam Edge @ 2002-10-02 11:34 UTC (permalink / raw)
To: cygwin
"Alex Vinokur" <alexvn@come.to> wrote in
<003501c26a36$6eecdbf0$2c2296d4@5at8s8cqeex4qhi>
in gmane.os.cygwin on Wed, 2 Oct 2002 19:09:10 +0200:
> But if I have Cygwin : when is it worth using the Mingw32 (not Cygwin) interface?
> Any example ?
... when you want to compile a program that will work on Windows
machines that don't have Cygwin installed.
--
Sam Edge
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Cygwin & MinGW
2002-10-02 1:03 Pavel Rozenboim
@ 2002-10-02 9:09 ` Alex Vinokur
2002-10-02 11:34 ` Sam Edge
0 siblings, 1 reply; 5+ messages in thread
From: Alex Vinokur @ 2002-10-02 9:09 UTC (permalink / raw)
To: MinGW Users Mailing List, Cygwin Mailing List
----- Original Message -----
From: "Pavel Rozenboim" <pavelr@coresma.com>
Newsgroups: gmane.os.cygwin
Sent: Wednesday, October 02, 2002 10:52 AM
Subject: RE: Cygwin & MinGW
> Try running gcc -mno-cygwin.
%gcc -v --help :
.........
-mno-cygwin Use the Mingw32 interface
.........
If I don't have Cygwin I must use the Mingw32 interface (or DJGPP).
But if I have Cygwin : when is it worth using the Mingw32 (not Cygwin) interface?
Any example ?
>
> > -----Original Message-----
> > From: Alex Vinokur [mailto:alexvn@come.to]
> > Sent: Tue, October 01, 2002 8:09 PM
> > To: MinGW Users Mailing List; Cygwin Mailing List
> > Subject: Cygwin & MinGW
> >
> >
> > =============
> > Windows 2000
> > CYGWIN_NT-5.0
> > =============
> >
> > Directories /lib and /usr/include contain directory mingw.
> > How are files under mingw used?
> > P.S. Cygwin contains gcc (cygwin special), but not (mingw special).
> >
==================
Alex Vinokur
mailto:alexvn@go.to
http://up.to/alexvn
==================
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Cygwin & MinGW
@ 2002-10-02 1:03 Pavel Rozenboim
2002-10-02 9:09 ` Alex Vinokur
0 siblings, 1 reply; 5+ messages in thread
From: Pavel Rozenboim @ 2002-10-02 1:03 UTC (permalink / raw)
To: Cygwin Mailing List
Try running gcc -mno-cygwin.
> -----Original Message-----
> From: Alex Vinokur [mailto:alexvn@come.to]
> Sent: Tue, October 01, 2002 8:09 PM
> To: MinGW Users Mailing List; Cygwin Mailing List
> Subject: Cygwin & MinGW
>
>
> =============
> Windows 2000
> CYGWIN_NT-5.0
> =============
>
> Directories /lib and /usr/include contain directory mingw.
> How are files under mingw used?
> P.S. Cygwin contains gcc (cygwin special), but not (mingw special).
>
> ==================
> Alex Vinokur
> mailto:alexvn@go.to
> http://up.to/alexvn
> ==================
>
>
> --
> Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting: http://cygwin.com/bugs.html
> Documentation: http://cygwin.com/docs.html
> FAQ: http://cygwin.com/faq/
>
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Cygwin & MinGW
@ 2002-10-01 10:09 Alex Vinokur
0 siblings, 0 replies; 5+ messages in thread
From: Alex Vinokur @ 2002-10-01 10:09 UTC (permalink / raw)
To: MinGW Users Mailing List, Cygwin Mailing List
=============
Windows 2000
CYGWIN_NT-5.0
=============
Directories /lib and /usr/include contain directory mingw.
How are files under mingw used?
P.S. Cygwin contains gcc (cygwin special), but not (mingw special).
==================
Alex Vinokur
mailto:alexvn@go.to
http://up.to/alexvn
==================
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-10-02 18:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02 9:27 Cygwin & MinGW Pavel Rozenboim
-- strict thread matches above, loose matches on Subject: below --
2002-10-02 1:03 Pavel Rozenboim
2002-10-02 9:09 ` Alex Vinokur
2002-10-02 11:34 ` Sam Edge
2002-10-01 10:09 Alex Vinokur
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).