我正在尝试使用 ./configure --target=x86-win32-gcc --enable-static-msvcrt --prefix=/MinGW 在 MinGW 上编译 libvpx,但出现此错误:
[STRIP] libgtest.a < libgtest_g.a
/bin/sh: /mingw/bin/strip: Bad file number
make[1]: *** [libgtest.a] Error 126
make: *** [.DEFAULT] Error 2
任何想法如何解决这一问题?我已经在 git 上尝试了最新的 libvpx 和它的 1.2.0 版本,都给了我这个错误。