当前位置: 代码迷 >> JavaScript >> 0.4.11 nodejs + cygwin + win7 安装有关问题解决
  详细解决方案

0.4.11 nodejs + cygwin + win7 安装有关问题解决

热度:925   发布时间:2012-10-26 10:30:59.0
0.4.11 nodejs + cygwin + win7 安装问题解决
记下来:
If, during the “configure” step, you get the following error: “error: could not configure a cxx compiler!” Do the following:

Close your Cygwin terminal.
Start -> Run -> ash
/bin/rebaseall
Close ash, re-open your Cygwin shell, and try again.

rebaseall:'/cygdrive/c/Users/ADMINI~1/AppData/Local/Temp' is not writable
Open up a Cygwin shell and run:

$ chmod 777 ~/AppData/Local/Temp

记住要用cygwin.bat,不要用mintty
  相关解决方案