Re: xvidcore build error due to changes in gcc
Michael Militzer <[email protected]> Thu, 04 Oct 2012 16:29:37 +0200
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, thanks for your feedback. This issue had been discussed before already. Indeed, '-mno-cygwin' is deprecated and not supported anymore by gcc>=4.6. We have removed the "-mno-cygwin" flag from configure.in also already on VCS but the 1.3.x source tarballs still have it. I've now applied a patch also to the 1.3-release branch that removes "-mno-cygwin" depending on gcc version... Best regards, Michael Quoting [email protected]: > gcc 4.6.x apparently no longer accepts "-mno-cygwin". > > > > The generic build gives an error msg: > cc1.exe: error: unrecognized command line option '-mno-cygwin' error > > > > I commented out the "-mno-cygwin" in "configure" and from "configure.in" > and it appeared to compile. > > > > I started with a fresh but manual installation of mingw. > > gcc version is 4.6.2 > > (which is odd in of itself as that version isn't a baseline on gcc).. > > > > > > > > > > > > _______________________________________________ > Xvid-devel mailing list > [email protected] > http://list.xvid.org/mailman/listinfo/xvid-devel > >