【发布时间】:2018-02-12 19:33:17
【问题描述】:
我想在 cygwin1.dll 中为我的项目编辑一些代码。所以,我从这两个 url 克隆 git 存储库:
- https://github.com/mirror/newlib-cygwin.git
- git://sourceware.org/git/newlib-cygwin.git
我已经使用 cygwin 和 mingw-w64(以及 WSL)安装了 gcc、g++、make。但它们都没有生成 DLL 文件。我也遵循命令./configure 和make。命令只生成目标文件。是否可以从源代码编译 cygwin1.dll?
【问题讨论】:
-
当然有可能。我猜你缺少一些工具。运行
make |& tee make.log,看看为什么没有编译cygwin1.dll -
PS:repository #1 是 #2 的镜像
-
两者都是。也可以从 cygwin 环境中配置
-
完整的构建日志。它不适合终端的缓冲区。寻找 cygwin0.dll 和 cygwin1.dll
标签: windows dll compilation cygwin