
16 Dec
2008
16 Dec
'08
10:08 a.m.
Lorenzo Bettini wrote:
Well, actually I need to use my program and the libraries with autotools...
would it work the same even with .dll and .lib?
for the .dll yes I believe so: mingw will look for an appropriately named .dll when you use -lfoo and link straight to it without needing an intermediate .lib or .a file. John.