------- Comment #2 from davek at gcc dot gnu dot org 2010-02-17 15:10 ------- (In reply to comment #1) > This sounds more like a cygwin problem, not a GCC one.
It's a problem with the cygwin target-dependent linker spec. The -mno-cygwin option is deprecated and scheduled to be withdrawn, so I was tempted to close this as WONTFIX; in general, the future answer to all problems with "-mno-cygwin" is going to be "use a real mingw-targeted cross-compiler instead". However removing it properly involves some code changes and stuff that I'd really rather only do during stage1. I guess it would be such a simple and safe fix to tweak the spec that I'm tempted to repair rather than remove it for 4.5. I'll spin up a patch. -- davek at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |davek at gcc dot gnu dot org |dot org | Status|UNCONFIRMED |ASSIGNED Ever Confirmed|0 |1 Last reconfirmed|0000-00-00 00:00:00 |2010-02-17 15:10:49 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42609