Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save threadhead/563137 to your computer and use it in GitHub Desktop.
Save threadhead/563137 to your computer and use it in GitHub Desktop.
PS C:\rails\ext_test\stree\ext\stree> ruby -v
ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32]
PS C:\rails\ext_test\stree\ext\stree> gcc --version
The term 'gcc' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spellin
g of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:4
+ gcc <<<< --version
+ CategoryInfo : ObjectNotFound: (gcc:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment