But if I give the full path to mingw64.exe it is much faster.
I had experienced this before. The problem was caused by having MSYS2
installation directory in the Windows PATH. Removing that directory
fixed the problem for me, although the reason was largely unknown.


I had MSYS2 in D:\ProgramFiles\msys64
I removed Cygwin and added D:\ProgramFiles\msys64\usr\bin
to my Win PATH in a command prompt.

C:\>which ls
/usr/bin/ls

ls run instantly, both runt as:
D:\ProgramFiles\msys64\usr\bin\ls.exe
and
ls.exe


Valerio


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to