问题:使用./configure执行命令时报如下错误

yasm/nasm not found or too old. Use --disable-yasm for a crippled build.
yasm/nasm not found or too old. Use --disable-yasm for a crippled build.

 

解决办法:

按提示所示,加上参数: --disable-yasm

yasm/nasm not found or too old. Use --disable-yasm for a crippled build.

相关文章: