在 Cygwin 下构建 0MQ
我正在尝试在 Cygwin(在 Windows 7 系统上)下构建并安装 ZeroMQ 库(从 GitHub 克隆的 2.1.11)。
configure
给我这个错误消息:
配置:错误:无法与-luuid 链接,安装 e2fsprogs 包
即使在我安装 e2fsprogs (1.41.14-1) 后,该
仍然存在。这是否表明 ZeroMQ 需要真正的 Ext2 文件系统?我哪里做错了?
I'm trying to build and install the ZeroMQ libraries (2.1.11 cloned from GitHub) under Cygwin (on a Windows 7 system).
configure
gives me this error message:
configure: error: cannot link with -luuid, install the e2fsprogs
package
which persists even after I install e2fsprogs (1.41.14-1).
Is this a sign that ZeroMQ needs a real Ext2 file system? Where did I go wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装 libuuid-devel 软件包。 (当收到有关 -lxyz 的链接器错误时,搜索 http://cygwin.com/packages 查找 libxyz 通常会执行以下操作:诡计。)
You need to install the libuuid-devel package. (When getting a linker error about -lxyz, searching http://cygwin.com/packages for libxyz usually does the trick.)