shell - 在 Cygwin 下编译 fish shell?

标签 shell cygwin autotools fish

有没有人能够在 Cygwin 下正确编译 fish?我找到了 this post关于修改 configure.ac 但我遇到了各种错误。通常的配置、制作、安装对我不起作用,也许我在这里做错了什么…… 有人可以指导我如何编译它吗?

最佳答案

修改 configure.ac 后,您可能需要重新运行 autoconf 以创建新的 configure 脚本。如果不这样做,您仍在运行源代码下载附带的原始 configure 脚本,因此您对 configure.ac 所做的更改将无效。

关于shell - 在 Cygwin 下编译 fish shell?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/963148/

相关文章:

cygwin - 如何修复 Windows 上的 "could not compile dependency :bcrypt_elixir"错误?

shell - gitlab-ci中的脚本不输出错误

c# - 如何开始使用 Cygwin 进行 C# 开发?

java - 从 cygwin 运行 jar 文件会在命令提示符下运行时抛出错误,为什么? (在窗口中)

Autotools在 'make check'之后自动调用lcov

linux - 如何在 git 包上运行 ./configure 脚本?

scripting - C shell 脚本中是否有短路逻辑运算符?

sql - 如何将具有空格的变量从shell传输到oracle sqlplus

bash - 使用更改后的提示 PS1 启动 bash 进程

mysql - 如何将 mysql.h 和 my_global.h 包含到 Makefile.am 中?