Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unrecognized error #11441

Closed
truongjeff opened this issue Sep 14, 2021 · 1 comment
Closed

unrecognized error #11441

truongjeff opened this issue Sep 14, 2021 · 1 comment

Comments

@truongjeff
Copy link

PS C:\Users\ADMIN\Documents\Hi C++> cd "c:\Users\ADMIN\Documents\Hi C++" ; if ($?) { g++ hello.cpp -o hello } ; if ($?) { .\hello }
g++ : The term 'g++' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if
a path was included, verify that the path is correct and try again.
At line:1 char:51

  • cd "c:\Users\ADMIN\Documents\Hi C++" ; if ($?) { g++ hello.cpp -o he ...
  •                                               ~~~
    
    • CategoryInfo : ObjectNotFound: (g++:String) [], CommandNotFoundException
    • FullyQualifiedErrorId : CommandNotFoundException
@70Ophiuchi
Copy link

Verify your path variables.

Use g++ -v to verify that your compiler was installed correctly.

@petetnt petetnt closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants