On Sun, May 12, 2013 at 11:53 PM, YIRAN LI <
mrfun...@gmail.com> wrote:
> Yes I got the latest code using git. and configured with
> --disable-multithread. But I still met a 'Bad file number' error.
>
> [STRIP] libvpx.a < libvpx_g.a
> /bin/sh: /mingw/bin/strip: Bad file number
That's strange. MSDN suggests that "Bad file number" relates to file
permissions:
http://msdn.microsoft.com/en-us/library/ms832230.aspx
If you can reproduce, please check the permissions on the file (we may
not be setting it correctly) and try to run 'strip' manually. You can
check the command line by running 'make V=1'