Mateusz Mikuła

Results 233 comments of Mateusz Mikuła

>> I think I'd prefer looking for mingw-w64 header/library in default paths. > Can you clarify a bit more in detail what you mean here? I was thinking about `CMAKE_INSTALL_PREFIX`...

> btw my comment was pointed at this comment. > > ``` > I was thinking about CMAKE_INSTALL_PREFIX but now I realize it would only work when installing LLVM via...

> The only one I examined in more detail, x86_64-w64-mingw32-clang.exe, is exactly the same size as clang.exe, and I assume is just a copy of the same binary? Yes. >...

@Biswa96 this is about expecting `x86_64-w64-mingw32-windres` next to `windres`. GCC packages provides normal binaries and ones prefixed with triple but Bunutils package has only normal binaries without prefix.

It'd be the best if you contacted Binuts developers directly because we don't develop it.

It's caused by your Anti Virus or another program that injects DLLs.

> What about GCC and binutils? Less patching because of: > Change the default triplet to cygwin

@angelog0 note this change affects only MSYS environment (`/usr`). Our goal is still the same: provide users with means to build **native** applications/libraries. This is sort of opposite of Cygwin...

> Yes, preserving originality could cost... What do you mean? MSYS2 runtime is just Cygwin runtime with a bit over 30 patches atop it. Target triple is basically the same...

It is weak symbol, so it's possible this will work when using `ld.bfd` instead of LLD.