After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 334736 - Makefile lacks -lgpgme
Makefile lacks -lgpgme
Status: RESOLVED DUPLICATE of bug 334704
Product: balsa
Classification: Other
Component: general
2.3.x
Other All
: Normal normal
: ---
Assigned To: Balsa Maintainers
Balsa Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-16 10:16 UTC by Ariel Tankus
Modified: 2006-03-16 12:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ariel Tankus 2006-03-16 10:16:08 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:
Comment 1 Pawel Salek 2006-03-16 10:41:51 UTC
I cannot reproduce this problem with gpgme-1.0.3-1. Please quote output of: gpgme-config --version
gpgme-config --libs
Comment 2 Ariel Tankus 2006-03-16 11:18:31 UTC
gpgme-config --version
1.1.2
gpgme-config --libs
-lgpgme -lgpg-error
Comment 3 albrecht.dress 2006-03-16 12:34:14 UTC
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!
Comment 4 Pawel Salek 2006-03-16 12:37:32 UTC

*** This bug has been marked as a duplicate of 334704 ***