It looks like building a static binary doesn't work with the sqlite3 option, due to a couple extra dependencies needed in that case.

One common, and increasingly prevalent, solution is to use pkg-config and the related autoconf macros (e.g. PKG_CHECK_MODULES). However, this isn't without issues, for example dealing with libraries installed in non-standard places.

What do you all think about using pkg-config for the sqlite3 dependency? Experiences and tips on doing this properly are welcome.

Thank you.

--
Kevin J. McCarthy
GPG Fingerprint: 8975 A9B3 3AA3 7910 385C  5308 ADEF 7684 8031 6BDA

Attachment: signature.asc
Description: PGP signature

Reply via email to