I see there was a response to this email in the mailing list archives, but I
never
received it.
The test of the response was:
What type of make.exe are you running? MSYS2 or MinGW? (Hint: type `which
make` in Bash.)
How exactly are you running it? From a Bash script, from a MinGW program,
fr
What type of make.exe are you running? MSYS2 or MinGW? (Hint: type `which
make` in Bash.)
How exactly are you running it? From a Bash script, from a MinGW program,
from an MSYS2 program?
How are you passing paths to it? Are the paths in a file, on the command
line, or in environment variables
Hi,
I have found an issue - perhaps a user mistake - which I need to pass Cygwin
style paths to make.
So instead of c:/path/to/whatever, I need to use /cygdrive/c/path/to/whatever.
Is there a way
of forcing GNU make on MSYS2 + MinGW-w64 to honor paths of the form the
c:/path/to/whatever.
FWI