I verified the last entry in the PATH variable is
C:\MinGW_b\bin
I veried that in that location is the executable
g++
However when I type in
g++
I get
g++ is not recognized...
Verified g++ runs if I am in c:\MinGW\bin
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the path variable, a semicolon must come directly after the last path entry. I just tried to reproduce this and could not. It works with out a semicolon or with a semicolon.