Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-25 Thread Ricardo Constantino
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

Re: [Mingw-w64-public] [Msys2-users] Relocation errors when linking with static libstdc++ starting with GCC 6 (64-bit only)

2016-07-25 Thread lh mouse
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

Re: [Mingw-w64-public] Need help building mingw-w64 for ARM

2016-07-25 Thread dw
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