xvidcore build error due to changes in gcc
[email protected] Wed, 3 Oct 2012 17:11:09 -0500
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[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)..