Tor Lillqvist wrote:
Yes, just tried it and it works also without the DLL :) (at least with the mingw version packaged in the debian 4+).I would leave out the .dll here to avoid risking confusion. (Somebody might think you are referring to the dll files themselves here.) The Win32-targeted linker looks for also libfoo.dll.a, not just libfoo.a when it encounters -lfoo. At least natively, presumably also when cross-compiling.
--- Bye, Gabry