About 50 results
Open links in new tab
  1. mingw - Difference between msys2.exe and mingw64.exe in MSYS ...

    May 12, 2021 · IIRC, packages in the msys2 repo relies on msys-runtime, which is a POSIX emulation engine (a bit like a libc but in the form of a translation layer, I think) forked from Cygwin, to work, …

  2. Source windows environment variables in MSYS - Super User

    Apr 12, 2016 · Source windows environment variables in MSYS Ask Question Asked 9 years, 11 months ago Modified 7 years ago

  3. Why is pacman not available on fresh MSYS2 install?

    Mar 19, 2024 · I just installed MSYS2 on Windows 10 following instructions here : https://www.msys2.org/ After installation, a terminal opens, in which I type: pacman -S mingw-w64 ...

  4. windows - Start MSYS in current folder - Super User

    For example, in Windows console I'm working in folder c:\temp and if I call MSYS (msys.bat) it opens new console window in some fixed location, representing my home folder. How to change this …

  5. windows 11 - Cannot find g++ after msys2 install - Super User

    Apr 27, 2022 · I want to install g++ so I can compile and run C++ code in VScode. I started by trying to follow the VSCode-provided guide which states I need to install mysys. I tried installing msys2 per …

  6. Permission denied issues after updating MSYS2 on Windows 11

    Sep 10, 2024 · I recently installed MSYS2 (version 20240727) via winget on a new Windows 11 machine. Initially, everything seemed to work fine. However, after running pacman -Syyu to update …

  7. windows - How do I open the current directory in mingw's msys in file ...

    Feb 15, 2016 · Assume I'm in: $ pwd /home/foo Now I want to open up this /home/foo in Windows 10's file explorer. How do I do this?

  8. MSYS shell in Windows Terminal Preview? - Super User

    Nov 27, 2019 · My employer's standard setup for software development on Windows involves using MSYS. (Either traditional MSYS or MSYS2.) Is there a way to run the shell for either of these inside …

  9. How can I change my MinGW/MSYS + mintty home directory?

    How can I change my home directory back? I've done some searching online, but all of the information I've been able to find so far is Cygwin-specific and hasn't translated well to MinGW/MSYS. The most …

  10. How to run internal cmd command from the msys shell?

    The Windows CMD utility has a number of internal commands, such as mklink. How can they be used from the msys shell ? From CMD's documentation, the /c switch can be used to execute a command …