I have a little problem with make and mingw. I usually use Linux, and I'm not very good at how Windows works.
C:\MingGW\bin is in my path (I can run g ++ or sh directly from the Windows command line), but when I try to enter make , I have the following error:
make: g++: command not found
I don’t know what make used (no make in C:\MinGw\bin ), and I don’t know what is equivalent to what on Windows. Have I forgot about an important step?
Thank you for your help.
windows path mingw makefile
Thr37
source share