On 7/24/16, Nakai Yuta <[email protected]> wrote: >>> Hi >>> >>> Any short test case to reproduce? >>> >>> >>I've been told specifically that libs that don't use exceptions don't >>suffer from this, like x265. >>Rubberband does, though. >> >>``` >>(open mingw64-shell) >> >>export CC=gcc >>#MINGW_PREFIX=/mingw64 >> >>git clone https://github.com/lachs0r/rubberband.git >>cd rubberband >>make -j4 PREFIX="$MINGW_PREFIX" install-static >> >>git clone https://git.ffmpeg.org/ffmpeg.git >>cd ffmpeg >>./configure --enable-librubberband --pkg-config-flags=--static >>--arch=x86_64 \ >>--disable-everything --enable-filter=rubberband --enable-gpl >>make -j4 >>``` >>Should error out in the end, linking ffmpeg.exe. > > I couldn't reproduce with my toolchain I built by myself, so I think this is > your toolchain bug and not MinGW-w64/GCC bug. > I would recommend that you contact msys2 developpers.
Which version of gcc? FWIW I still get this using gcc 6.3.0 + mingw-w64 git master... I am kind of assuming it's a gcc bug though, and will report it there if no comment back here... ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
