jeroen commented on PR #2771: URL: https://github.com/apache/arrow-adbc/pull/2771#issuecomment-2848592301
> It seems like the RTools shell identifies itself as MSYS_NT... For reference, this is not the case. Any msys2 can be started in two modes, either to target msys compilers, or to target mingw compilers. There are different shells and icons for that. The msys mode is intended only to build executables for use within msys2 itself; those binaries will not work on windows systems outside of msys2. To use msys2 to build executables with mingw64, which can run on Windows systems that do not have msys2, you need start it in mingw64 mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org