In modern Windows compilers, .lib and .a files are exactly the same thing. That means that you can just take a .lib file, rename it to lib*.a, and link to it with MinGW's gcc/g++! :)

I'm not...