錯誤:
You specified a pre-MSA CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.
解決辦法(使用上圖中的說法):
./configure \
--disable-asm \
--enable-shared
錯誤:
You specified a pre-MSA CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.
解決辦法(使用上圖中的說法):
./configure \
--disable-asm \
--enable-shared