我正在尝试使用mingw32(i686-4.9.2-release-win32-sjlj-rt_v4-rev4.7z).
构建libarchive
我下载了libarchive-3.3.2.zip并遵循构建指令
https://github.com/libarchive/libarchive/wiki/BuildInstructions#WindowsMinGW
在mingw32-make之后我运行了mingw32-make test
我收到了7条失败的消息如下, 以下测试失败:
137 - libarchive_test_entry (Failed)
372 - libarchive_test_sparse_basic (Failed)
373 - libarchive_test_fully_sparse_files (Failed)
386 - libarchive_test_warn_missing_hardlink_target (Failed)
510 - bsdcat_test_version (Failed)
569 - bsdtar_test_version (Failed)
609 - bsdcpio_test_option_version (Failed)
运行CTest时的错误
makefile:60:目标'测试'的配方失败mingw32-make:*** [测试] 错误8
我用Google搜索,但找不到任何线索。