我是靠谱客的博主 幸福豆芽,最近开发中收集的这篇文章主要介绍【转】MSYS and Cygwin on x64 (AMD64),觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

There is a known issue when you use MSYS and Cygwin on Windows x64.

Cygwin doesn't work on 64-bit CMD.EXE

When I build Mozilla on XP build 1218, cygwin throws the following error.

bash-2.05b$ sh
C:cygwinbinbash.exe (1188): *** fork: can't reserve memory for stack 0x490000 - 0x690000,
Win32 error 0
     49 [main] bash 1204 sync_with_child: child 1188(0x298) died before initialization
with status code 0x1
   1349 [main] bash 1204 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable

I found workaround. We must use 32-Bit CMD.EXE on C:WINDOWSSYSWOW64CMD.EXE when you use CygWIN.

MSYS doesn't works on XP/2003 x64

C:mozilla-buildmsysbin>bash
bash-2.04$ ls
C:mozilla-buildmsysbinbash.exe: *** fork: can't reserve memory for stack
0x480000 - 0x680000, Win32 error 0
      0 [main] bash 1000 sync_with_child: child 2228(0x304) died before
initialization with status code 0x1
  16586 [main] bash 1000 sync_with_child: *** child state waiting for longjmp
bash: fork: Resource temporarily unavailable

Same issue of CYGWIN. Run 32-Bit CMD.EXE on C:WINDOWSSYSWOW64CMD.EXE at first.

MSYS doesn't work on Vista x64

Even if you run MSYS 1.10 on 32bit CMD.EXE, it does not work. Because verison 1.10 doesn't support Vista x64. You have to update latest version of msys-1.0.dll. (version 1.11 or later)

Retrieved from " http://wiki.mozilla-x86-64.com/MSYS_and_Cygwin_on_x64_%28AMD64%29"
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"share":{}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];</script>
阅读(1242) | 评论(0) | 转发(0) |
0

上一篇:【转】cygwin很多命令显示command not found的解决办法

下一篇:【转】水木社区VIM版版友推荐插件列表

相关热门文章
  • 编译hadoop的libhdfs.a
  • Linux上编译hadoop-2.7.1的lib...
  • msysGit
  • debian wheezy 编译android 4....
  • 欢迎hmsysf2015在ChinaUnix博...
  • Serv-u的ODBC数据库做法(完整...
  • 10种启动故障解决方法(转)...
  • Auto CAD 2007中文版 迅雷免费...
  • 关于自动弹出网页的解决方法...
  • 出现“high definition audio...
  • linux dhcp peizhi roc
  • 关于Unix文件的软链接
  • 求教这个命令什么意思,我是新...
  • sed -e "/grep/d" 是什么意思...
  • 谁能够帮我解决LINUX 2.6 10...
给主人留下些什么吧!~~
评论热议

最后

以上就是幸福豆芽为你收集整理的【转】MSYS and Cygwin on x64 (AMD64)的全部内容,希望文章能够帮你解决【转】MSYS and Cygwin on x64 (AMD64)所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(49)

评论列表共有 0 条评论

立即
投稿
返回
顶部