You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Golang uses gcc like C compiler and for windows the only way produce the library is to use mingw.
See: TDM-GCC.
The library produced by gcc are not compatible with MSVC so there is the need of other tools.
Some researchs produced some results that need to be analyzed:
Golang uses
gcc
like C compiler and for windows the only way produce the library is to usemingw
.See: TDM-GCC.
The library produced by
gcc
are not compatible with MSVC so there is the need of other tools.Some researchs produced some results that need to be analyzed:
The Windows support seems to be possible. It will request different and additional toolchains.
The text was updated successfully, but these errors were encountered: