msys

Git Bash Shell fails to create symbolic links

梦想与她 提交于 2019-11-26 17:57:54
问题 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 ln: creating symbolic link `testlink' to `/c/Users/bzisad0/Work': Permission denied The only thing it does, besides give the error message, is create an empty directory named (in this case) testlink . I don't see any problem with the ln executable. For instance, it is owned by me and marked as executable: $ which ln /bin/ln $ ls -hal /bin/ln -rwxr-xr-x 1

msys path conversion (or cygpath for msys?)

社会主义新天地 提交于 2019-11-26 15:47:47
问题 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 that my script passes is: -DEF:/c/filepath/myLib.def MSYS path conversion can't handle it properly because it doesn't understand /DEF: part. It works if I do -DEF=/c/filepath/myLib.def but then ms tools don't understand this parameter. In short, what's the proper way to write that parameter in MSYS

How to install MinGW-w64 and MSYS2?

南笙酒味 提交于 2019-11-26 04:58:28
问题 I am trying to build some open source library. I need package management system to easily download the dependencies. At first I am using MinGW+MSYS . But the included packages are limited. Someone told me to use MinGW-w64 + MSYS2 . I downloaded the mingw-w64-install from here. When running, it reports the following error. How to fix it? And btw, from the MinGW-w64 download page, I see a lot of download links. Even Cygwin is listed. How Cygwin and MinGW-w64 are related? My current

How are msys, msys2, and msysgit related to each other?

不问归期 提交于 2019-11-26 00:39:55
问题 I\'ve been searching around, but I can\'t find a thorough description of what\'s going on with these 3 versions of MSYS. (It\'s entirely possible I just don\'t know what to look for.) I do understand that MSYS is a minimal port of Linux tools to support development using MinGW, but I\'m not clear on the relationship between the three of them or the teams that developed/maintain them. Particular issues to address: Which ones are under active development? (In particular, is MSYS dead and MSYS2