On 25 July 2016 at 12:18, lh mouse wrote:
> I have compiled ffmpeg with LDFLAGS='-static-libgcc -static-libstdc++' and
> Stud_PE says ffmpeg.exe doesn't import anything from libitm, nor does it
> import
> anything from libstdc++, libgcc, libiconv, etc.
>
> It doesn't, by default, that's why I sai
I have compiled ffmpeg with LDFLAGS='-static-libgcc -static-libstdc++' and
Stud_PE says ffmpeg.exe doesn't import anything from libitm, nor does it import
anything from libstdc++, libgcc, libiconv, etc.
I also asked it on #mingw-w64 on OFTC and people said it seemed mere
undefined references inste
Thank you for the link, I was not aware of this. I'm using Msys2, so
the linux issues should not affect me.
While I got the associated binutils to build (which gets me an 'as'
build that supports the .def directive, yay!), I have been totally
unable to get the patched gcc to build.
The patche