Re: Compiling with Sqlite3
Frank Guthausen <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <[email protected]> |
TL;DR The issue was solved by installing the missing package `pkgconf'. On Fri, 28 Mar 2025 18:43:38 -0500 Jacob Bachmeyer via Gnupg-devel <[email protected]> wrote: > On 3/28/25 08:13, Frank Guthausen wrote: > > [...] > > > > The command line variables as prefix relative to the line above are: > > > > SQLITE3_CFLAGS="-I /usr/include" SQLITE3_LIBS="-L > > /usr/lib/x86_64-linux-gnu -l sqlite3" > > Usually those options do not have spaces in my experience; could you > try: > > SQLITE3_CFLAGS="-I/usr/include" > SQLITE3_LIBS="-L/usr/lib/x86_64-linux-gnu -lsqlite3" No difference. > ...and similarly "close up" the spaces for the GnuTLS options. I am > unsure how, but this *might* be somehow confusing ld? I checked this again, but I never noticed a difference before. Sometimes it is easier to read with the space added, because the options `-I' and `-l' can be confused depending on the font. > (In particular, was it actually linking GnuTLS or was configure > rejecting that library after failing to link a test program?) GnuTLS without Sqlite3 compiled and linked fine. The binary gpg was created as expected, and dirmngr was created with gnutls usage as ldd indicated. Sqlite3 didn't link the gpg binary with or without GnuTLS. Meanwhile... With the installed package pkgconf neither of those settings is required to create the output with both active. -- kind regards Frank _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
signature.asc
(application/pgp-signature, 659 B)
-----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEEclvqskGlryryYY6X/ZYkYCEQhlMFAmfnxb8ACgkQ/ZYkYCEQ hlMTXAv+KcdBQ8uLZ8+2yl2DhiGKN3MZW/JxgPkXC2KcPG7zggC+QbUDOXxKixLk Dxr0CDVcj5h8BlSd7BuE55mRPjCvvxc99m0oUomv5Oz+r6BGoTJzcsl029eeZQF2 2G7Gm9esBibKWKUmmkEowHAsCIhlrRksO9WDDD3UFOgFbbGH7oph8wi88W+aRbGV ZfuF1P+aAnsFSVAvu/fFjEyqf5xm2P/KNEWCq2ZMPmt+9ziQKzb6+LfX4w3sEo4Z FHAUo4YwSz/aXBwwTm6nDM8ShK5wbmjYCTIBhUxRlILA5s0zPGh+PoptLKrbFFm0 5d54ffUfB32RXjkSTXBmsXzlQm2gwBUZaytrtmcUD795iOVirfhI3KL8bYq3Rwe0 CLqZVYAtrt797rs1TjOGFXUViMEa7VaxBv2Xn//2fz/DeCWoUXEtpsl3vlL8ZgJR NJTD21giCLpaDamCxWQU/eV6Lzgzy9NX0gVSf53n+0vupJxlEnSKi20h9rWjinlo SeeFgGdi =eIOh -----END PGP SIGNATURE-----