Created
September 2, 2010 23:18
-
-
Save threadhead/563137 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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