This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author renatosilva
Recipients Jeffrey.Armstrong, Martin.Fiers, Pete.Forman, RubyTuesdayDONO, Seppo.Yli-Olli, alexis, cmcqueen1975, danmbox, doko, eric.araujo, geertj, jonforums, jwilk, loewis, oscarbenjamin, paul.moore, pje, renatosilva, rpetrov, rubenvb, santoso.wijaya, schmir, tarek
Date 2013-05-26.04:06:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369541162.48.0.234396140038.issue12641@psf.upfronthosting.co.za>
In-reply-to
Content
> In context it should be clear that the statement  "in gcc 4.x it
> produces an error preventing build" refers to Cygwin's gcc and not
> MinGW's. Which gcc are you referring to?

If it refers to Cygwin only, sorry then. However, didn't folks said in 
MinGW thread that they didn't touch anything about such flag there? If 
so, then how can it have been removed later in 4.5 or 4.6 instead of 
4.0 like in Cygwin?

> Yes gcc 4.6 would fail because it won't accept the -mno-cygwin option.
> That does not mean that any other MinGW gcc ever *required* the
> -mno-cygwin option for anything.

Again, I was not saying it was required *for MinGW*, but *for building 
Pidgin*. Note that I'm not saying either that their use of such option 
was ever meaningful in the build process (in fact, they have removed 
such flag while still using 4.4, indicating that it was really useless).

> Yes but that particular error message is coming from Cygwin's gcc not
> MinGW. As stated by the Pidgin dev in that message the OP does not
> know which compiler they are using:
> http://pidgin.im/pipermail/support/2011-December/011159.html

We actually cannot confirm whether the GCC was from Cygwin, MSYS or Pidgin build box (the correct), and which version. It could be from Cygwin, but still my point stands, that the Pidgin developer does confirm that GCC 4.4 from MinGW *does* accept that flag.
History
Date User Action Args
2013-05-26 04:06:02renatosilvasetrecipients: + renatosilva, loewis, doko, paul.moore, pje, geertj, schmir, tarek, jwilk, eric.araujo, rpetrov, cmcqueen1975, rubenvb, santoso.wijaya, alexis, Seppo.Yli-Olli, jonforums, RubyTuesdayDONO, Jeffrey.Armstrong, danmbox, Martin.Fiers, oscarbenjamin, Pete.Forman
2013-05-26 04:06:02renatosilvasetmessageid: <1369541162.48.0.234396140038.issue12641@psf.upfronthosting.co.za>
2013-05-26 04:06:02renatosilvalinkissue12641 messages
2013-05-26 04:06:01renatosilvacreate