public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: Cygwin & MinGW
@ 2002-10-02  1:03 Pavel Rozenboim
  2002-10-02  9:09 ` Alex Vinokur
  0 siblings, 1 reply; 7+ 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] 7+ messages in thread

* Re: Cygwin & MinGW
  2002-10-02  1:03 Cygwin & MinGW Pavel Rozenboim
@ 2002-10-02  9:09 ` Alex Vinokur
  2002-10-02 11:34   ` Sam Edge
       [not found]   ` <3D9B2412.20646.603887@localhost>
  0 siblings, 2 replies; 7+ 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] 7+ messages in thread

* Re: Cygwin & MinGW
  2002-10-02  9:09 ` Alex Vinokur
@ 2002-10-02 11:34   ` Sam Edge
       [not found]   ` <3D9B2412.20646.603887@localhost>
  1 sibling, 0 replies; 7+ 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] 7+ messages in thread

* Re: [Mingw-users] Re: cygwin & MinGW
       [not found]   ` <3D9B2412.20646.603887@localhost>
@ 2002-10-02 21:00     ` Christopher Faylor
  2002-10-03  3:50       ` Jean-Claude Gervais
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Faylor @ 2002-10-02 21:00 UTC (permalink / raw)
  To: cygwin, mingw-users

On Wed, Oct 02, 2002 at 04:51:30PM -0700, Paul G. wrote:
>-mno-cygwin only seems to work for gcc applications Out Of the Box
>(OOB).  You can add C++ support within the Cygwin development
>environment with the appropriate, albeit additional, downloads; ie., of
>course, if you wish to facilitate C++ compiles/links using the Cygwin
>(part of standard Cygwin distro) -mno-cygwin switch.

This is no longer true with the experimental version of gcc-2 and gcc
3.2 that are available via setup.exe at http://cygwin.com/ .  Both versions
should be close to the same versions as supplied by mingw and the -mno-cygwin
switch should provide the functional equivalent of a mingw compiler.  Both
versions should deal well with C++ out-of-the-box.

Unfortunately, gcc 3.2 relies on some header file changes in cygwin and I
am resolutely trying to get a new release of the cygwin DLL out so that
I can then switch both versions of gcc out of experimental status.  The
problems I'm having with cygwin are of the BSOD variety, so I don't know
when the new release will be.

Sorry if this is off-topic for the mingw list.  I'm just responding to
set the record straight.

cgf

--
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] 7+ messages in thread

* RE: [Mingw-users] Re: cygwin & MinGW
  2002-10-02 21:00     ` [Mingw-users] Re: cygwin " Christopher Faylor
@ 2002-10-03  3:50       ` Jean-Claude Gervais
  0 siblings, 0 replies; 7+ messages in thread
From: Jean-Claude Gervais @ 2002-10-03  3:50 UTC (permalink / raw)
  To: cygwin, mingw-users

Hello Christopher,

	You mentioned getting BSODs; I have gotten those a few times with Cygwin,
usually when searching in Cygwin's file system while Cygwin's X was active.
	Running a disk repair fixed the problem.

-----Original Message-----
From: mingw-users-admin@lists.sourceforge.net
[mailto:mingw-users-admin@lists.sourceforge.net]On Behalf Of Christopher
Faylor
Sent: Thursday, October 03, 2002 12:02 AM
To: cygwin@cygwin.com; mingw-users@lists.sourceforge.net
Subject: Re: [Mingw-users] Re: cygwin & MinGW

The problems I'm having with cygwin are of the BSOD variety,



--
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] 7+ messages in thread

* RE: Cygwin & MinGW
@ 2002-10-02  9:27 Pavel Rozenboim
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

* Cygwin & MinGW
@ 2002-10-01 10:09 Alex Vinokur
  0 siblings, 0 replies; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2002-10-03 10:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-02  1:03 Cygwin & MinGW Pavel Rozenboim
2002-10-02  9:09 ` Alex Vinokur
2002-10-02 11:34   ` Sam Edge
     [not found]   ` <3D9B2412.20646.603887@localhost>
2002-10-02 21:00     ` [Mingw-users] Re: cygwin " Christopher Faylor
2002-10-03  3:50       ` Jean-Claude Gervais
  -- strict thread matches above, loose matches on Subject: below --
2002-10-02  9:27 Cygwin " Pavel Rozenboim
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).