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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否仔细按照以下步骤操作: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.