Compiling with Sqlite3

Jacob Bachmeyer jcb62281 at gmail.com
Sat Mar 29 00:43:38 CET 2025


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"

...and similarly "close up" the spaces for the GnuTLS options.  I am 
unsure how, but this *might* be somehow confusing ld?

(In particular, was it actually linking GnuTLS or was configure 
rejecting that library after failing to link a test program?)


-- Jacob




More information about the Gnupg-devel mailing list