Hello all,
I have a small problem with make and mingw. I usually use Linux and I am not really familiar with windows way of doing.
C:\MingGW\bin
is in my path (I can launch directly g++ or sh by the windows command line) but when I try to type make
I have the following error :
make: g++: command not found
I do not know which make
is use (no make
in C:\MinGw\bin
) and I do not know the equivalent of which in windows. Do I have forgotten an essential step ?
Thanks for your help.