Ryan Schmidt nettle-2011@ryandesign.com writes:
I expected $(LIBS) to be empty, but I added it for consistency with the mingw32 and cygwin cases. But it's not in the solaris or default cases so I don't know if that was correct.
I see. The default (mainly linux and bsd) and solaris cases have more solid testing. I think it's the mingw32 and cygwin cases which get it wrong (if -l flags when building a dll have any effect at all there; I don't know).
I've now applied the patch, deleted those occurences of $(LIBS), and committed the result.
Thanks, /Niels