Hello List!
I downloaded the 64-bit mingw-w64 version of libcurl:
curl-7.31.0-devel-mingw64.7z
and installed it by unzipping the file.
In its lib64 directory I find
libcurldll.a
libssh2dll.a
I might have expected them to be named
libcurl.dll.a
libssh2.dll.a
with an additional dot ('.') preceding the "dll."
This would have been consistent with the naming of the other
libraries, e.g., libcrypto.dll.a, and seemingly more consistent
with the naming of the .a and .def files.
It's hardly a big deal -- in my compile command I specify
"-lcurldll" rather than "-lcurl", and everything works. But
I'm wondering if this choice of naming was intentional, and
if so, what the reasoning is.
Thanks.
K. Frank
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html