Re: libtool hangs in func_convert_core_msys_to_w32 when cross-compiling with mingw under cygwin

2023-07-25 Thread Evgeny Grin
Sorry for necroreply. When *cross* compiling from Cygwin to MinGW (read: native Windows) the different "--build" and "--host" must be used, like --build=x86_64-pc-cygwin --host=x86_64-w64-mingw32 or --build=x86_64-pc-cygwin --host=x86_64-pc-mingw64 as you are building is on Cygwin, not on MinGW

[sr #110901] libtool hangs indefinitely on windows when used in msys due to cmd.exe call bug

2023-07-25 Thread Evgeny Grin
Follow-up Comment #2, sr #110901 (project libtool): [(Ошибка - не найдено)] When starting any program under MSYS (and MSYS2), the MSYS[2] checks whether the lunched program is linked with msys-*.dll. If program is linked with this DLL then the program expects POSIX-like environment so no path tra

[sr #110901] libtool hangs indefinitely on windows when used in msys due to cmd.exe call bug

2023-07-25 Thread Evgeny Grin
Follow-up Comment #1, sr #110901 (project libtool): [(Ошибка - не найдено)] No, it's wrong. See https://sourceware.org/pipermail/cygwin/2021-June/248814.html ___ Reply to this item at: ___