evetion commented on issue #45032: URL: https://github.com/apache/arrow/issues/45032#issuecomment-2550754765
There must be a more direct way somewhere, but this is from inside running the recipe: `/opt/toolchains/x86_64-w64-mingw32-libgfortran3-cxx03/target_x86_64-w64-mingw32.meson` <details><summary>Details</summary> <p> ``` [binaries] c = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-gcc' cpp = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-g++' fortran = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-gfortran' objc = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-cc' ar = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-ar' ld = 'bfd' cpp_ld = 'bfd' c_ld = 'bfd' nm = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-nm' strip = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-strip' pkgconfig = '/usr/bin/pkg-config' [built-in options] c_args = ['-I/workspace/destdir/include'] cpp_args = ['-I/workspace/destdir/include'] fortran_args = ['-I/workspace/destdir/include'] objc_args = ['-I/workspace/destdir/include', '-x', 'objective-c'] c_link_args = ['-L/workspace/destdir/bin'] cpp_link_args = ['-L/workspace/destdir/bin'] fortran_link_args = ['-L/workspace/destdir/bin'] objc_link_args = ['-L/workspace/destdir/bin'] prefix = '/workspace/destdir' [properties] needs_exe_wrapper = true cmake_toolchain_file = '/opt/toolchains/x86_64-w64-mingw32-libgfortran3-cxx03/target_x86_64-w64-mingw32.cmake' cmake_defaults = false [build_machine] system = 'linux' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' [host_machine] system = 'windows' cpu_family = 'x86_64' cpu = 'x86_64' endian = 'little' ``` </p> </details> `/opt/toolchains/x86_64-w64-mingw32-libgfortran3-cxx03/target_x86_64-w64-mingw32.cmake` <details><summary>Details</summary> <p> ``` cpp = '/opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-g++' # CMake toolchain file for gcc running on x86_64-w64-mingw32-libgfortran3-cxx03 set(CMAKE_HOST_SYSTEM_NAME Linux) set(CMAKE_HOST_SYSTEM_PROCESSOR x86_64) execute_process(COMMAND /bin/uname -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE) set(CMAKE_SYSTEM_NAME Windows) set(CMAKE_SYSTEM_PROCESSOR x86_64) execute_process(COMMAND /usr/bin/uname -r OUTPUT_VARIABLE CMAKE_SYSTEM_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE) set(CMAKE_SYSROOT /opt/x86_64-w64-mingw32/x86_64-w64-mingw32/sys-root/) set(CMAKE_INSTALL_PREFIX $ENV{prefix}) set(CMAKE_C_COMPILER /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-gcc) set(CMAKE_CXX_COMPILER /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-g++) set(CMAKE_Fortran_COMPILER /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-gfortran) set(CMAKE_LINKER /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-ld) set(CMAKE_OBJCOPY /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-objcopy) set(CMAKE_AR /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-ar) set(CMAKE_NM /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-nm) set(CMAKE_RANLIB /opt/bin/x86_64-w64-mingw32-libgfortran3-cxx03/x86_64-w64-mingw32-ranlib) if( $ENV{CC} MATCHES ccache ) set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache) endif() ``` </p> </details> -- 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