当前位置:首页 > Web开发 > 正文

netperf编译./configure时报错 error: cannot guess build type;you n

2024-03-31 Web开发

技术图片

解决办法-亲测可用:

尝试:
./configure --build=mingw
提示无法辨别

checking build system type... Invalid configuration `mingw‘: machine `mingw‘ not recognized
configure: error: /bin/sh ./config.sub mingw failed


打开config.guess, 发现主要有mingw32 和 mingw64两种,尝试
./configure --build=mingw32
没有错误提示

执行make , 无误。

参考链接:?t=168

netperf编译./configure时报错 "error: cannot guess build type;you nust specify one"

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/43102.html