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


问题:

 

解决办法-亲测可用:

尝试:
./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 , 无误。

 

参考链接:http://www.code-by.org/viewtopic.php?t=168

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM