Closed fd00 closed 8 months ago
This might be a silly question, but does gcli work when only built as a DLL?
Looks fine to me otherwise.
It is equivalent to gcli requiring libgcli.so on Linux. (gcli.exe depends on cyggcli-*.dll).
Thanks for clarifying!
I applied your changes and updated the Changelog.
Due to Windows platform limitations, this option is required when building shared libraries. Without this option, only static libraries can be built.
https://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html