node.js cygwin windows xp 错误./configure
我已经执行了 ash.exe /bin/rebaseall -v
没有错误,但在尝试 ./configure
时仍然收到以下错误:
Checking for program g++ or c++ : /usr/bin/g++
/node/wscript:232: error: could not configure a cxx compiler
我安装了 gcc4-g++ 4.5.x 、 openssl 和所有需要的依赖项。
I already did ash.exe /bin/rebaseall -v
without errors but I still get the following error when trying to ./configure
:
Checking for program g++ or c++ : /usr/bin/g++
/node/wscript:232: error: could not configure a cxx compiler
I installed gcc4-g++ 4.5.x, openssl and all the needed dependencies.
您是否仔细按照以下步骤操作:github。 com/joyent/node/wiki/Building-node.js-on-Cygwin-(Windows) ?
它建议运行另一个命令,然后在变基后重新启动。
Are you carefully following the steps from: github.com/joyent/node/wiki/Building-node.js-on-Cygwin-(Windows) ?
It suggests running another command and then rebooting after rebase.