如何将 GHC 安装到 Cygwin 或将 Cygwin 指向 GHC?
我尝试将 Cygwin 安装程序指向 http://haskell.org/ghc/cygwin,但是安装程序无法找到 setup.ini.sig。如果可能,我如何可以编辑 .bashrc 以引用使用 C:/ghc/ 中的安装二进制文件进行的安装。
I attempted to point the Cygwin installer to http://haskell.org/ghc/cygwin, but the installer was unable to find setup.ini.sig. If possible, how could I alternatively edit my .bashrc to reference an installation made using the setup binaries in C:/ghc/.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当我安装 Windows 版本的 GHC 并将其二进制文件位置添加到我的 PATH 环境变量中时,我能够从 Cygwin 的 BASH 正常运行它。我从未尝试在 Cygwin 本身上安装或编译 GHC。
When I installed the Windows version of GHC, added its binaries location to my PATH environment variable, I was able to run it from Cygwin's BASH just fine. I've never attempted to install or compile GHC on Cygwin itself.
只需将 --no-verify 添加到 setup.exe 即可,这意味着
http:// /cygwin.com/faq/faq-nochunks.html#faq.setup.cli
Just add --no-verify to setup.exe which means
http://cygwin.com/faq/faq-nochunks.html#faq.setup.cli