GNOME Bugzilla – Bug 334736
Makefile lacks -lgpgme
Last modified: 2006-03-16 12:37:32 UTC
Please describe the problem: When compiling 2.3.12 with --with-gpgme, src/Makefile lacks -lgpgme in the LIBS= line. This makes compilation fail. (When adding the flag manually, compiles just fine.) Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
I cannot reproduce this problem with gpgme-1.0.3-1. Please quote output of: gpgme-config --version gpgme-config --libs
gpgme-config --version 1.1.2 gpgme-config --libs -lgpgme -lgpg-error
This is the same as https://www.arcor.de/link/http://bugzilla.gnome.org/show_bug.cgi?id=334704 If bulding balsa with threads, the correct request is [antares]$ gpgme-config --thread=pthread --libs -L/usr/local/lib -lgpgme-pthread -lpthread -L/usr/local/lib -lgpg-error *Never* use libgpgme in a threaded app, you will see very strange effects and crashes!
*** This bug has been marked as a duplicate of 334704 ***