hyperrealm / libconfig

C/C++ library for processing configuration files
https://hyperrealm.github.io/libconfig/
GNU Lesser General Public License v2.1
1.11k stars 362 forks source link

Missing libconfig.a #164

Closed eric-bixby closed 3 years ago

eric-bixby commented 4 years ago

Compiling the latest version (as of Feb 12 2020) from github (cmake), libconfig.a is missing. However, if I download and build (./configure) the source archive for 1.7.2, then it's there.

madebr commented 3 years ago

The cmake build system creates liblibconfig.a instead of libconfig.a on GNU/clang compilers. It should remove the prefix.

It looks like it is fixed in current master. The latest release (1.7.2 from 6th of January 2018) suffers from this problem.