Andrew Helwer, le Fri 13 Jan 2012 00:11:45 +0100, a écrit : > > In mingw terms, .lib is meant for dynamic linking, not static linking. > > the .a file is meant for static linking. > > How can I get it to create a static windows lib?
Passing --enable-static to ./configure should do it. Samuel