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:
The Windows support seems to be possible. It will request different and additional toolchains.
Golang uses
gcclike C compiler and for windows the only way produce the library is to usemingw.See: TDM-GCC.
The library produced by
gccare 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.