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
_______________________________________________
Gnupg-devel mailing list
[email protected]
https://lists.gnupg.org/mailman/listinfo/gnupg-devel