Re: [Mingw-w64-public] mingw-w64 and clang C++ ABI compatibility

2018-05-02 Thread Mateusz MikuĊ‚a
Those are Clang bugs [0]. Multiple definitions error has been fixed in [1] and probably (just guessing) made it to Clang 6.0.0 release. Undefined references bug happens when you link code compiled by Clang to static libstdc++ (and probably other static libs too) compiled by GCC. I think there is

[Mingw-w64-public] mingw-w64 and clang C++ ABI compatibility

2018-05-02 Thread Sukhbir Singh
Hi, I have a question about C++ ABI compatibility (or lack thereof) between mingw-w64 and clang. I am trying to cross-compile go-webrtc [https://github.com/keroserene/go-webrtc] with mingw-w64 (cgo), which has webrtc as its dependency (compiled with clang). I am running into errors during the

[Mingw-w64-public] mingw-w64 and clang C++ ABI compatibility

2018-05-02 Thread Sukhbir Singh
Hi, I have a question about C++ ABI compatibility (or lack thereof) between mingw-w64 and clang. I am trying to cross-compile go-webrtc [https://github.com/keroserene/go-webrtc] with mingw-w64 (cgo), which has webrtc as its dependency (compiled with clang). I am running into errors during the