msys Questions
2
After compiling an application in the mingw-w64 64-bit Shell, it runs fine inside the shell, but gives an error the application was unable to start correctly (0xc00007b) when run normally, outside ...
2
Solved
I added bash on windows to windows terminal by editing the settings.json file, when I try to compile a simple hello world written in c++ it throws an error that gcc or g++ is not detected
How to pr...
Millenary asked 9/2, 2022 at 7:49
2
Solved
I added bash on windows to windows terminal by editing the settings.json file, when I try to compile a simple hello world written in c++ it throws an error that gcc or g++ is not detected
How to pr...
Dellora asked 9/2, 2022 at 7:49
12
Solved
When I try to create a symbolic link from the Git Bash shell, it fails every time all the time:
ln -s /c/Users/bzisad0/Work testlink
Output:
ln: creating symbolic link `testlink' to `/c/Users/bzis...
1
Solved
MSYS2 is said to have different environments.
What are they? How do I choose which one to use? What's the difference between MINGW64 and UCRT64?
(This Q&A is intended as a canonical duplicate ...
7
Solved
When I try run make from cmd-console on Windows, it runs Turbo Delphi's make.exe but I need MSYS's make.exe. There is no mention about Turbo Delphi in %path% variable, maybe I can change it to MSYS...
4
Solved
I am trying to build some open source library. I need a package management system to easily download the dependencies. At first I am using MinGW and MSYS. But the included packages are limited. Som...
8
Solved
I'm reading the github wiki for git-for-windows and it says that msys2 bundles pacman: https://github.com/git-for-windows/git/wiki/Package-management
But when I invoke it I get:
$ pacman
bash: pacm...
4
Solved
I installed MinGW and MSYS on my Windows 7 computer. I added C:\Program Files (x86)\MinGW\bin to my path. Commands such as gcc and g++ work, but make does not. I looked in the directory, and there ...
9
Solved
I need to pass /DEF:c:\filepath\myLib.def" command line option from a bash script to MS compiler/linker. The path is generated as part of build process by a bash script. Basically, the argument tha...
Cribbing asked 18/8, 2012 at 2:25
7
We have the git bare repository in unix that has files with same name that differs only in cases.
Example:
GRANT.sql
grant.sql
When we clone the bare repository from unix in to a windows box, g...
3
Solved
I run MSys/Bash as distributed in Git for Windows. I added the folder C:\Windows\Microsoft.NET\Framework\v4.0.30319 to my path, so I could run msbuild but it doesn't work
$ msbuild
C:\Program File...
7
Solved
I'm getting into Visual Studio Code as I like its lightweight design and flexibility. It has an integrated terminal that can run, I believe, any shell [see here]. I'd like to use it run the msys sh...
Colligan asked 9/4, 2017 at 3:55
2
How to install and configure 'cmake' in MSYS2?
I have tried installing the following MSYS packages
I am getting the following error on running any cmake commands
'''
CMake Deprecation Warning at C...
8
Solved
4
Solved
MSYS2 default shell (bash) can be started choosing among three launchers, which also set the environment variable MSYSTEM. Specifically:
msys2_shell.bat sets it to MSYS
mingw64_shell.bat sets it...
4
Solved
1
Solved
I installed pip on MSYS2 using the following command in the MSYS2 shell:
pacman -S mingw-w64-x86_64-python-pip
(web page for the package: https://packages.msys2.org/package/mingw-w64-x86_64-python-...
Zig asked 4/2, 2021 at 6:8
2
After spending about an hour downloading almost every Msys package from sourceforge I'm wondering whether there is a more clever way to do this. Is it possible to use wget for this purpose?
Reckford asked 2/8, 2010 at 17:51
2
Solved
3
I'm following a tutorial for installing Synthesis Toolkit on Windows 7
I figured that I already installed MinGW and MSYS, and I should be able to skip the steps where he talks about how to install...
4
Trying to install xgboost is failing..?
The version is Anaconda 2.1.0 (64-bit) on Windows & enterprise.
How do I proceed? I have been using R it seems its quite easy to install new package in ...
Factoring asked 27/8, 2015 at 20:4
0
I'm connecting from a Windows 10 box to a Linux system. I'm using msys and git bash in parallel. I want to sync files on the Linux machine using rsync. Currently it is working in msys but not in gi...
0
I am learning to use CMake by the tutorial:http://derekmolloy.ie/hello-world-introductions-to-cmake/.I tried compiling my hello_world.cpp using cmake but i am getting this error message on MSys2 in...
3
Solved
I am trying to compile some open source libraries in MinGW+MSYS. During the configure phase, I kept seeing some 3rd party libraries are missing.
For now, my solution is to download the source of th...
Chelsiechelsy asked 5/5, 2015 at 7:40
1 Next >
© 2022 - 2024 — McMap. All rights reserved.