Just to remind myself for next time, when entering variables into windows’ PATH, all entries seperated by a semicolon MUST NOT have a space in between. If you do then the compiler (mingw32-make) complain about:
‘g++’ is not recognized as an internal or external command
Post a Comment