cURL / Mailing Lists / curl-library / Single Mail

curl-library

Are libcurldll.a and libssh2dll.a meant to be named as such?

From: K. Frank <kfrank29.c_at_gmail.com>
Date: Wed, 14 Aug 2013 09:06:47 -0400

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
Received on 2013-08-14