用Windows上的msys2/mingw编译GNU

发布于 2025-01-29 02:09:51 字数 259 浏览 4 评论 0原文

我需要用盒子不敏感的标志的Windows制作GNU。 尝试使用MSYS2/MINGW的当前版本4.3,并在编译时带来了一些错误。

我只需要 ./configure - Enable-case-nimentive-file-System

第一个错误似乎与Winsock相关,因此我添加了“ ac_c_cv_header_winsock2_h = no”。 但是下一个错误似乎是肮脏的

。 我搜索了很多,没有找到任何提示...任何帮助欢迎。

谢谢。

I need gnu make for Windows with case insensitive flag.
Tried the current version 4.3 with msys2/mingw, and it brings some errors on compiling.

All I need is
./configure --enable-case-insensitive-file-system

The first errors seem to be winsock related, therefore I added "ac_cv_header_winsock2_h=no".
But the next errors seem are in dirent.c, I don't know how to solve them...

It should obviously work somehow :) because it is already included with msys2, but with case sensitivity.
I searched a lot and did not find any hint... any help welcome.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文