dajobe / flickcurl

Flickr C API library

Home Page:http://librdf.org/flickcurl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No shared library in Windows?

peterbud opened this issue · comments

I have built the package (1.26), using the win32_flickcurl_config.h from the git repo on Windows. The executable is workig well, I can use it without any problem after configuration to reach Flickr. So far so good.
However there is only a static library (libflickcurl.a) produced, and no shared libary (like libflickcurl.dll) is being created, altought I have tried to use ./configure --enable-shared

Is there any way to build the shared library or only a static library version is available?