Many of you might be using Docker on windows systems. If you are using Git Bash as terminal "make" command might not work for you.
and you will get below error on executing $make build:
In order to fix this:
and you will get below error on executing $make build:
bash: make: command not found
In order to fix this:
- Download make-4.3-without-guile-w32-bin.zip (without guile) from (Parent website: https://sourceforge.net/projects/ezwinports/files/)
- Extract the Downloaded Zip folder via Winzip / 7Zip
- Copy the contents inside <Git Installation Directory>\mingw64 folder (Do NOT overwrite or Replace any files)
- Restart GIT Bash. "make" command will start working for you now as it works on Linux systems.
No comments:
Post a Comment
Thanks a lot for your valuable Comment!