【发布时间】:2011-08-12 11:55:00
【问题描述】:
未能成功找到各种 Unix 工具(如 xargs 和诸如此类(this version,虽然很棒,但需要外部 DLL))的最新独立二进制文件,我已经接受了挑战自己编译。
...这很痛苦。
不过,我最终成功地使用了sed 和grep。
但是,当我尝试使用 MinGW GCC 构建 coreutils 时,我总是在 ./configure 末尾收到此错误:
checking whether it is possible to resort to fread on /etc/mnttab... no
configure: error: could not determine how to read list of mounted file systems
有趣的是,这都发生在我的 Windows 机器的 MSYS 环境中,和发生在 Ubuntu 的 MinGW 上。
当然,我可以手动从configure 中删除支票并尝试继续,但我确信某些事情会像往常一样打破这条线。
有谁知道这是什么原因,以及如何解决?
【问题讨论】: