Hi Ralf, Thanks for the review!
*big snip* > | - # The linker will automatically build a .lib file if we build a DLL. > | - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' *rather big snip* > | + # The linker will not automatically build a static lib if we build a > DLL. > | + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' > > Erm, was this commented out for a reason? > (Sorry if we've been through this before and I forgot about it). While it is true that MSVC creates a .lib file when you create a .dll, this .lib file is an import library. I am out on a limb here, but I assumed that old_archive_from_new_cmds was supposed to create a static lib, not an import lib. So I changed the comment and commented out the code. Is my assumption correct? Should I zap the thing completely to avoid future confusion? Cheers, Peter