Hello.
Could you please help,
I call a command in MSYS2
and after some time get an error:
Creating qmake... make: g++: No such file or directory make: *** [Makefile:258: main.o] Error 127But I am sure the PATH variable contains the correct path to the gcc/g++. In windows CMD console I call g++ -v and get correct data.
If I call "which g++" in MSYS2, I get following:
Why MSYS2 does not see the gcc/g++ ?? I have restarted PC already, no change.
From where these path addresses like /usr/local/bin:/usr/bin are coming??
I stuck on step 9 and 10, and have no idea.
Thank you!