Kovalex

Results 3 comments of Kovalex

Seems like GCC under MSYS2 does not look up `/usr/include`: ```bash $ gcc -H hello.c . C:/msys64/mingw64/x86_64-w64-mingw32/include/stdio.h .. C:/msys64/mingw64/x86_64-w64-mingw32/include/corecrt_stdio_config.h ... C:/msys64/mingw64/x86_64-w64-mingw32/include/corecrt.h .... C:/msys64/mingw64/x86_64-w64-mingw32/include/_mingw.h ..... C:/msys64/mingw64/x86_64-w64-mingw32/include/_mingw_mac.h ..... C:/msys64/mingw64/x86_64-w64-mingw32/include/_mingw_secapi.h ..... C:/msys64/mingw64/x86_64-w64-mingw32/include/vadefs.h .........

@mati865 Sure, do I have any other compiler under MSYS2? Or do you mean that ming32 would work while migw64 would not? I'm trying to build cross compiler under MSYS2...

Working on DilOS (another illumos-based OS) - would be happy to use it as well. Now it rejects because "SunOS" is not supported. I have bash at host (ubuntu/amd64) and...