I'm trying to compile libvpx on MinGW, using ./configure --target=x86-win32-gcc --enable-static-msvcrt --prefix=/MinGW and I get this error:
[STRIP] libgtest.a < libgtest_g.a
/bin/sh: /mingw/bin/strip: Bad file number
make[1]: *** [libgtest.a] Error 126
make: *** [.DEFAULT] Error 2
Any ideas how to fix this? I have tried both the latest libvpx on git and the 1.2.0 release of it, both give me this error.